Package: dbconfig-common
Version: 2.0.24~pgdg20.04+~20230216.1251.gac7e636
Architecture: all
Maintainer: Paul Gevers <elbrus@debian.org>
Installed-Size: 1519
Depends: ucf, debconf (>= 0.5) | debconf-2.0
Suggests: dbconfig-mysql | dbconfig-pgsql | dbconfig-sqlite3 | dbconfig-no-thanks
Priority: optional
Section: admin
Filename: pool/main/d/dbconfig-common/dbconfig-common_2.0.24~pgdg20.04+~20230216.1251.gac7e636_all.deb
Size: 607832
SHA256: a78917e5555388e43ba725ae28cf4618a765727502e5068bcc0ea84986d57be3
SHA1: dbb77690f1e2c0d13ba48e73497b216485079c02
MD5sum: c529ed5ce7e449269774bcc703100d7d
Description: framework that helps packages to manage databases
 This package contains the core of the dbconfig-common framework. This
 framework presents a policy and implementation for managing various databases
 used by applications included in Debian packages.
 .
 It can:
  - support MySQL/MariaDB, PostgreSQL, and SQLite3 based applications;
  - create or remove databases and database users;
  - access local or remote databases;
  - upgrade/modify databases when upstream changes database structure;
  - generate config files in many formats with the database info;
  - import configs from packages previously managing databases on their own;
  - prompt users with a set of normalized, pre-translated questions;
  - handle failures gracefully, with an option to retry;
  - do all the hard work automatically;
  - work for package maintainers with little effort on their part;
  - work for local admins with little effort on their part;
  - comply with an agreed upon set of standards for behavior;
  - do absolutely nothing if that is the whim of the local admin;
  - perform all operations from within the standard flow of
    package management (no additional skill is required of the local
    admin).

Package: dbconfig-mysql
Source: dbconfig-common
Version: 2.0.24~pgdg20.04+~20230216.1251.gac7e636
Architecture: all
Maintainer: Paul Gevers <elbrus@debian.org>
Installed-Size: 9
Depends: dbconfig-common (= 2.0.24~pgdg20.04+~20230216.1251.gac7e636), default-mysql-client | virtual-mysql-client
Suggests: default-mysql-server | virtual-mysql-server
Conflicts: dbconfig-no-thanks
Priority: optional
Section: admin
Filename: pool/main/d/dbconfig-common/dbconfig-mysql_2.0.24~pgdg20.04+~20230216.1251.gac7e636_all.deb
Size: 1120
SHA256: d30965ab325aa731672a0dd12262ef402bb2403e218a281fdb64bd04ca7cbcec
SHA1: f979c3eb7056f0ea2090438bf01ab0eed93add53
MD5sum: 2cdd9504c57e301aae9ab5651554b611
Description: dbconfig-common MySQL/MariaDB support
 This package ensures MySQL/MariaDB support in the dbconfig-common framework,
 and should be in the depends list of packages that require MySQL support from
 dbconfig-common.
 .
 System administrators that don't want dbconfig-common to handle the database
 management should install dbconfig-no-thanks instead.

Package: dbconfig-no-thanks
Source: dbconfig-common
Version: 2.0.24~pgdg20.04+~20230216.1251.gac7e636
Architecture: all
Maintainer: Paul Gevers <elbrus@debian.org>
Installed-Size: 9
Depends: dbconfig-common (= 2.0.24~pgdg20.04+~20230216.1251.gac7e636)
Conflicts: dbconfig-mysql, dbconfig-pgsql, dbconfig-sqlite, dbconfig-sqlite3
Priority: optional
Section: admin
Filename: pool/main/d/dbconfig-common/dbconfig-no-thanks_2.0.24~pgdg20.04+~20230216.1251.gac7e636_all.deb
Size: 1380
SHA256: b0720572bb8d40ca70f2a835e4b3c4043256129cde70964aadcf73da1dcbaec9
SHA1: e3a9e67e043b22429d4ca702d73cab3105fc53dd
MD5sum: 04e808baa7a2101c90b24474c65926ca
Description: dbconfig-common bypass
 If a package relies on the dbconfig-common framework for database setup and
 maintenance, installing dbconfig-no-thanks instead of one of dbconfig's
 database-specific packages will block this function. It is intended for cases
 where the system administrator desires or requires full control of the
 database or where dbconfig-common makes bad choices, and typically leaves
 the depending packages non-functional until manually configured.

Package: dbconfig-pgsql
Source: dbconfig-common
Version: 2.0.24~pgdg20.04+~20230216.1251.gac7e636
Architecture: all
Maintainer: Paul Gevers <elbrus@debian.org>
Installed-Size: 9
Depends: dbconfig-common (= 2.0.24~pgdg20.04+~20230216.1251.gac7e636), postgresql-client
Suggests: postgresql
Conflicts: dbconfig-no-thanks
Priority: optional
Section: admin
Filename: pool/main/d/dbconfig-common/dbconfig-pgsql_2.0.24~pgdg20.04+~20230216.1251.gac7e636_all.deb
Size: 1092
SHA256: 95a11c82821cdb7e552a771429952a94b1c5ef35f4da5141ca46ee0b6d1537b9
SHA1: 33b37a7fdbbe651b9d27e88130131187af1ff672
MD5sum: f623d8988134d301a5cb253c59cd55c7
Description: dbconfig-common PostgreSQL support
 This package ensures PostgreSQL support in the dbconfig-common framework, and
 should be in the depends list of packages that require PostgreSQL support from
 dbconfig-common.
 .
 System administrators that don't want dbconfig-common to handle the database
 management should install dbconfig-no-thanks instead.

Package: dbconfig-sqlite3
Source: dbconfig-common
Version: 2.0.24~pgdg20.04+~20230216.1251.gac7e636
Architecture: all
Maintainer: Paul Gevers <elbrus@debian.org>
Installed-Size: 9
Depends: dbconfig-common (= 2.0.24~pgdg20.04+~20230216.1251.gac7e636), sqlite3
Conflicts: dbconfig-no-thanks
Priority: optional
Section: admin
Filename: pool/main/d/dbconfig-common/dbconfig-sqlite3_2.0.24~pgdg20.04+~20230216.1251.gac7e636_all.deb
Size: 1084
SHA256: a754197c4094b97a4006a0fb40ec00025b79c16295091ca8823c8e970c1cd00e
SHA1: 28dbe48acaef377b73d47f6fd36e789a3a010b00
MD5sum: 24dd911b698ad362ae9be5722ade0bcf
Description: dbconfig-common SQLite3 support
 This package ensures SQLite3 support in the dbconfig-common framework, and
 should be in the depends list of packages that require SQLite3 support from
 dbconfig-common.
 .
 System administrators that don't want dbconfig-common to handle the database
 management should install dbconfig-no-thanks instead.

Package: elephant-shed
Version: 1.3.7.pgdg20.04+~20220630.2050.gc28ba08
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.pgdg20.04+~20220630.2050.gc28ba08_all.deb
Size: 3684
SHA256: b300ebef6abec86a2a3553dce822d0a926abe2668e61ff0159b47ad562e907fe
SHA1: 0b658e01b9ca31aaeab6882892033dc1ca4f3567
MD5sum: 0c9b42f98e768b11a5e05404ae834928
Description: PostgreSQL dashboard
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package depends on all Elephant Shed components.

Package: elephant-shed-cockpit
Source: elephant-shed
Version: 1.3.7.pgdg20.04+~20220630.2050.gc28ba08
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.pgdg20.04+~20220630.2050.gc28ba08_all.deb
Size: 4124
SHA256: 296e06b5793b2a1c0140abb9b6ee37dcede43de4e2ab71de0762041fee8dffce
SHA1: ed31bd764d5a536cec81b2d26b82b2da421595fe
MD5sum: ca8530d8924c78d4fad8274cfb65340f
Description: PostgreSQL dashboard -- cockpit integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with cockpit.

Package: elephant-shed-grafana
Source: elephant-shed
Version: 1.3.7.pgdg20.04+~20220630.2050.gc28ba08
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.pgdg20.04+~20220630.2050.gc28ba08_all.deb
Size: 16360
SHA256: 4aebbb05120f34ba2ba6c570d5c1e8e14fb3d123cbc9e507601ea0895e53b99b
SHA1: 7c7c8af7d7c659e54e2bca381fb0ec42368836cf
MD5sum: ff30e89d393f8be160f1af6960123801
Description: PostgreSQL dashboard -- Grafana integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Grafana.

Package: elephant-shed-omnidb
Source: elephant-shed
Version: 1.3.7.pgdg20.04+~20220630.2050.gc28ba08
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.pgdg20.04+~20220630.2050.gc28ba08_all.deb
Size: 4056
SHA256: 2e06dfcbfef1a614c1697134f484de17d2bb6104c9f0fd5b824177435024c247
SHA1: 68258eec935fca08b0b05b88f7e826890bfff371
MD5sum: 2d92e54dfd24e0c00b4b55fee6ce1e7c
Description: PostgreSQL dashboard -- OmniDB integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with OmniDB.

Package: elephant-shed-pgbackrest
Source: elephant-shed
Version: 1.3.7.pgdg20.04+~20220630.2050.gc28ba08
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.pgdg20.04+~20220630.2050.gc28ba08_all.deb
Size: 6012
SHA256: b3b1c624e81cd6fee50a31ed9c9611cd4262775e05fa87150e700f2e14045754
SHA1: 0fd8d12e8d8bcf6e1abdd6068c2d6d5e7cbe9f8c
MD5sum: cd3baf772800d0ba231629d373d8bf90
Description: PostgreSQL dashboard -- pgBackRest integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBackRest.

Package: elephant-shed-pgbadger
Source: elephant-shed
Version: 1.3.7.pgdg20.04+~20220630.2050.gc28ba08
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.pgdg20.04+~20220630.2050.gc28ba08_all.deb
Size: 5592
SHA256: bf3c5a081e5845394f7e06300f4ff9e86d2f29cf9cd1552e3f4ba06c2aa6e274
SHA1: 0492f3685f29569e06b0196bf1ab2142f4f1b967
MD5sum: a0f4aa851a686bdf6035a2ff760cf7fb
Description: PostgreSQL dashboard -- pgBadger integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBadger.

Package: elephant-shed-portal
Source: elephant-shed
Version: 1.3.7.pgdg20.04+~20220630.2050.gc28ba08
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 8307
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.pgdg20.04+~20220630.2050.gc28ba08_all.deb
Size: 4248720
SHA256: ec554dba5871ae37b666ab4e434c02c0a7311dd29dede4a941650f0502e78a1c
SHA1: cd187c510619b2f962b25d5a205863a3e980beeb
MD5sum: 4f044dae936eebe947c230ab254c355d
Description: PostgreSQL dashboard -- web interface
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the web interface.

Package: elephant-shed-postgresql
Source: elephant-shed
Version: 1.3.7.pgdg20.04+~20220630.2050.gc28ba08
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.pgdg20.04+~20220630.2050.gc28ba08_all.deb
Size: 5928
SHA256: a1f36c92ec9f8ecee2fc93884ebc6cd406ae21ccf8d8702ad8ba7a9d19476548
SHA1: 4477171ff40a12d0558d4d846debb55d000c97e5
MD5sum: 4afb7883ecbed528ed4f41a826a86f69
Description: PostgreSQL dashboard -- PostgreSQL integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with PostgreSQL.

Package: elephant-shed-powa
Source: elephant-shed
Version: 1.3.7.pgdg20.04+~20220630.2050.gc28ba08
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.pgdg20.04+~20220630.2050.gc28ba08_all.deb
Size: 4584
SHA256: 2d60bc609817ab5d1b3fc9a90e8f687816625d4a2792a0022b5c1a60693401ca
SHA1: f5daf7ee652ba02c391610e4b71df3f935b21c82
MD5sum: a82bcece3247018d4dda63f5cfd92fb3
Description: PostgreSQL dashboard -- PoWA integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with PoWA.

Package: elephant-shed-prometheus
Source: elephant-shed
Version: 1.3.7.pgdg20.04+~20220630.2050.gc28ba08
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.pgdg20.04+~20220630.2050.gc28ba08_all.deb
Size: 5604
SHA256: b834e49abca1c3176e78b029e23ad1541fa9c1b881e225088bca8b80e0c23e25
SHA1: f21d60bbf106375d1178a331991bc1b17681ccd4
MD5sum: 5f8b129bf2cb4854d9721d2a2c74b73f
Description: PostgreSQL dashboard -- Prometheus integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Prometheus.

Package: elephant-shed-prometheus-node-exporter
Source: elephant-shed
Version: 1.3.7.pgdg20.04+~20220630.2050.gc28ba08
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.pgdg20.04+~20220630.2050.gc28ba08_all.deb
Size: 6724
SHA256: a9eaa63e346202b55b16361735f67d6c67958ebfe7de4c11316279e0b879a85f
SHA1: fb1e9c825cde991b472c44eadb2c79ac78cb3d76
MD5sum: 01e80d418a1d6dfd13b8d0797530a7fe
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.

Package: elephant-shed-prometheus-sql-exporter
Source: elephant-shed
Version: 1.3.7.pgdg20.04+~20220630.2050.gc28ba08
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.pgdg20.04+~20220630.2050.gc28ba08_all.deb
Size: 10176
SHA256: 59497cc3efb09c63d519d002c7a58c739658a935d1712b46bf8e99b7fc90adcb
SHA1: b3bb0775e2c5e11231c55e712e32b16dc0777562
MD5sum: 44ad474b1304f278a73d094fdd4879d5
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.

Package: elephant-shed-shellinabox
Source: elephant-shed
Version: 1.3.7.pgdg20.04+~20220630.2050.gc28ba08
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.pgdg20.04+~20220630.2050.gc28ba08_all.deb
Size: 3812
SHA256: 6368228a0c1a06d4954c1ca907f9bc4785cbd302926ff579ffa9a28361c3732c
SHA1: 14c1b018a430ac806d73b7bf0346c1c1b208f4aa
MD5sum: e334aeca91da4a5dd51cb6e27f210d38
Description: PostgreSQL dashboard -- shellinabox integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with shellinabox.

Package: elephant-shed-tmate
Source: elephant-shed
Version: 1.3.7.pgdg20.04+~20220630.2050.gc28ba08
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.pgdg20.04+~20220630.2050.gc28ba08_all.deb
Size: 4576
SHA256: 0cc1d7358858f2e223c9f8b93486b42f0194d807a55f48c8bef31fb1fd1e6ebf
SHA1: 7912ae9ffbd086a806adcce1432088b71bc25ef3
MD5sum: 844e5344fffc9869a9f4ee35e6d5d214
Description: PostgreSQL dashboard -- tmate integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with tmate.

Package: libecpg-compat3
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
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.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 15236
SHA256: b28b32d1219701d5e43e3ee63c62b179fce4e00de82e5b118f341944529453b0
SHA1: fb1cc64eb7b70b343fb0bff8006ac953b2df99df
MD5sum: 93258cf27553a5fe0e83215c137223ee
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
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.pgdg20.04+~20250416.1737.g3424c10)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg-compat3-dbgsym_17.4-2.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 17664
SHA256: e6d59144972bbc74bd77a889f971e1d2116dd0d939be14ebd85ada574e0c9a20
SHA1: 37ed2c75850448dbc8b5c89d8f09a879a5b00495
MD5sum: 0c87506bc78849adc165f93c562f6485
Description: debug symbols for libecpg-compat3
Build-Ids: 3be8e17e216a33731e384e89c9d7dc60e0e8dd0d

Package: libecpg-dev
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1658
Depends: libecpg-compat3 (= 17.4-2.pgdg20.04+~20250416.1737.g3424c10), libecpg6 (= 17.4-2.pgdg20.04+~20250416.1737.g3424c10), libpgtypes3 (= 17.4-2.pgdg20.04+~20250416.1737.g3424c10), libpq-dev, libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/libecpg-dev_17.4-2.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 285064
SHA256: 4062bf3289401ac36aa0231f6006a77726726af8a65cf72c027ebf9534c17ec7
SHA1: 173eb7c458549ad0d6800b8f72e51445b299fa78
MD5sum: 29fce667ca9555b312bf4c5098eb6488
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: libecpg-dev (= 17.4-2.pgdg20.04+~20250416.1737.g3424c10)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg-dev-dbgsym_17.4-2.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 219568
SHA256: 0ad95cd1e6af0051395c07b5075fadc4d98280b0df6d1f3a46e281ae168fcf7e
SHA1: e4b9b216c02294b7bf6e18acade6b543c9ee727f
MD5sum: 921a0aa120d28649c2edd699db2798c8
Description: debug symbols for libecpg-dev
Build-Ids: b13c9076337ad3c4a1cd43fb0f13453c5112d9c4

Package: libecpg6
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 236
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-17/libecpg6_17.4-2.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 57684
SHA256: 7b7098c14c702a5c7f8d889f36468c03aae0cdbf4186c59f0d69d029aa0d1d64
SHA1: 8a433f0cd01179b46684ffabce3b1325661f5c6c
MD5sum: 4b3ca8000eaba6d747d78ecfaee3e36c
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: libecpg6 (= 17.4-2.pgdg20.04+~20250416.1737.g3424c10)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg6-dbgsym_17.4-2.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 116492
SHA256: 7b74d6e1f1c2e4b02015d71043d83b698d4e4889111648379127afa05c3871b4
SHA1: 85c62f6436162ea08547744701dabf513b8f867f
MD5sum: 82d7e08125513e70211b415d1a554e44
Description: debug symbols for libecpg6
Build-Ids: 876bb2709a379b3cdb77801cde2fb2a1c6fc1347

Package: libpgtypes3
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
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-17/libpgtypes3_17.4-2.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 41332
SHA256: faac010de92ce37829768e61bd5f840d17262837b6a010bf394b80e945e752a2
SHA1: 1f1992aafaae73fc3b433a30b751b3775acddcca
MD5sum: 7183ed2e74787ee5348533fbd74e16d9
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.

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libpgtypes3 (= 17.4-2.pgdg20.04+~20250416.1737.g3424c10)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libpgtypes3-dbgsym_17.4-2.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 83420
SHA256: 1f13b72225368ddb58ad81da89502985130babcb45c72f62cd37cc42f955969a
SHA1: 66cf42d460564b944f1a8a8b1d0627a53cf143ad
MD5sum: a0c6d7310c8dee583485942badf59130
Description: debug symbols for libpgtypes3
Build-Ids: c1257e5aeef1010de2554735dae5749211ef0de7

Package: libpq-dev
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 591
Depends: libpq5 (= 17.4-2.pgdg20.04+~20250416.1737.g3424c10), 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.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 143976
SHA256: ede34328ada185e50973f7944ce8f7fdde11790c5dd3ef067afd8944ae77c20e
SHA1: 879a0ece33630b96c6a02abff9a9cfa40c472bd1
MD5sum: 319f56188e6a146d6d1f46a24d0b0b1a
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.

Package: libpq5
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1061
Depends: libc6 (>= 2.29), libgssapi-krb5-2 (>= 1.17), libldap-2.4-2 (>= 2.4.7), libssl1.1 (>= 1.1.1)
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.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 216504
SHA256: e0656b3d8321989700e63ca11c0ab95477bfe8fd7196c29547a0c6f736d1e5df
SHA1: 01bde19ca1e7d4a9f2d01e1e222d208b7e47ebc1
MD5sum: 88633fb2c67af4a3e5d036658616d2ac
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version 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.

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: libpq5 (= 17.4-2.pgdg20.04+~20250416.1737.g3424c10)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libpq5-dbgsym_17.4-2.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 283144
SHA256: 58f22f8c5f169bcd092ae1a90b9f73a82916f3c9c875df22bfd1910ed06aba60
SHA1: 5b245519454786794f6ae2fece57d29b392a7fb8
MD5sum: 6f954d3bde509cf6f53c305eb237fb28
Description: debug symbols for libpq5
Build-Ids: 1f67d0388ae7a18425eb55272d10bea246576d6d

Package: pg-cloudconfig
Version: 0.12~1.git658b443.pgdg20.04+1
Architecture: all
Maintainer: Alexander Sosna <alexander@xxor.de>
Installed-Size: 55
Depends: python3-pint, python3:any, postgresql-common
Homepage: https://github.com/credativ/pg_cloudconfig
Priority: optional
Section: database
Filename: pool/main/p/pg-cloudconfig/pg-cloudconfig_0.12~1.git658b443.pgdg20.04+1_all.deb
Size: 17552
SHA256: 92442f363b67d335926b684ea57b9d48b37ca06ef888a264256cea81b2fe9930
SHA1: 0a91cb6425bae40ff60b369f44356534ddc8dbe9
MD5sum: 35b3e391b570c7d176b77f960de46df6
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.

Package: pgcopydb
Version: 0.14-1.pgdg20.04+~20240110.1356.g600116d
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 907
Depends: postgresql-client, libc6 (>= 2.29), 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.14-1.pgdg20.04+~20240110.1356.g600116d_arm64.deb
Size: 290824
SHA256: 93efdf1dd20778f28146397ef497e814b06512998fe97068805866e34128939a
SHA1: 14e3ef1a868d5c804002660389685512e07622dd
MD5sum: 4c5b38a70d5f87cb2e3c2f697853ec81
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.

Package: pgcopydb-dbgsym
Package-Type: ddeb
Source: pgcopydb
Version: 0.14-1.pgdg20.04+~20240110.1356.g600116d
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 586
Depends: pgcopydb (= 0.14-1.pgdg20.04+~20240110.1356.g600116d)
Priority: optional
Section: debug
Filename: pool/main/p/pgcopydb/pgcopydb-dbgsym_0.14-1.pgdg20.04+~20240110.1356.g600116d_arm64.deb
Size: 527172
SHA256: 25f950727b4c45e87d28ffecd95cf15c1c779d1f62d66cd2abb06e995608bc4f
SHA1: 7c1014c170071068353082118d469f0c0b57dff6
MD5sum: dd2048a64a8571de8bcf0d82c9941df0
Description: debug symbols for pgcopydb
Build-Ids: 740dbec483be40a5a7845e7546b6bb39f680acc9

Package: postgresql
Source: postgresql-common (277.pgdg20.04+~20250405.0953.g89c3842)
Version: 17+277.pgdg20.04+~20250405.0953.g89c3842
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
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.pgdg20.04+~20250405.0953.g89c3842_all.deb
Size: 74248
SHA256: 4271ccc7b234fd257cfdb94818c670989ddcb3e325536cc8fe96514ca087effd
SHA1: 77f7215d29a278d6148a70f7266322a6db367bb8
MD5sum: 5c402f556d9c82c2c635812d251b66ec
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.

Package: postgresql-10-amcheck
Source: amcheck
Version: 1.5~20220624.1534-1~1.git2a50b4f.pgdg20.04+1
Architecture: arm64
Maintainer: Peter Geoghegan <pg@bowt.ie>
Installed-Size: 55
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~20220624.1534-1~1.git2a50b4f.pgdg20.04+1_arm64.deb
Size: 20132
SHA256: 8c6b78dee02e357f0c9c278c77b9cc245f3d3ed5dda1420a8e9b25eeb7f7c75f
SHA1: 1c3ddb29725158c2e64a436400fe17ed9e14ff9e
MD5sum: 8af74d7a0ee6133b58ec3db246ac6b09
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.

Package: postgresql-10-amcheck-dbgsym
Package-Type: ddeb
Source: amcheck
Version: 1.5~20220624.1534-1~1.git2a50b4f.pgdg20.04+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Peter Geoghegan <pg@bowt.ie>
Installed-Size: 65
Depends: postgresql-10-amcheck (= 1.5~20220624.1534-1~1.git2a50b4f.pgdg20.04+1)
Priority: optional
Section: debug
Filename: pool/main/a/amcheck/postgresql-10-amcheck-dbgsym_1.5~20220624.1534-1~1.git2a50b4f.pgdg20.04+1_arm64.deb
Size: 50084
SHA256: 822886d1dfac2611976471a197cece63eb383bf55c9e6dcff81c1ccdda77b459
SHA1: 35aff123ef0635060af12f0d5d145db43ea1f616
MD5sum: dc2d700265af1c2a68955e0071067f38
Description: debug symbols for postgresql-10-amcheck
Build-Ids: 87f6a3d480908d7c3f52baa4c95f4c2b20cb88ff

Package: postgresql-10-pgsphere
Source: pgsphere
Version: 1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 994
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.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.5.1-1.pgdg20.04+~20240501.2318.gdaa9478_arm64.deb
Size: 174136
SHA256: 074ac760a84f5aec6771f8fa095f4860c80ffed9efdd27ce4085004fedd5a511
SHA1: c4a19863757ea6ce078f3b2ca0b5cf3d224d0cff
MD5sum: 29435e0ae9134020255ab34f5e251fcd
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.

Package: postgresql-10-pgsphere-dbgsym
Package-Type: ddeb
Source: pgsphere
Version: 1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 413
Depends: postgresql-10-pgsphere (= 1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere-dbgsym_1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478_arm64.deb
Size: 347600
SHA256: 199b908199609a474009b28810566b586fd16a70c9af6b68c21402912af57423
SHA1: 1ad72b86e32bff5947f048655281d007aba97598
MD5sum: e53af90bf7767f392e08446461c23146
Description: debug symbols for postgresql-10-pgsphere
Build-Ids: a0a96fc360302e8bdcccfcf84102678a31d228d3

Package: postgresql-11
Version: 11.22-9.pgdg20.04+~20250124.0126.g170e416
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45254
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), libicu66 (>= 66.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.1), 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 (= 10), postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.22-9.pgdg20.04+~20250124.0126.g170e416_arm64.deb
Size: 13895616
SHA256: 3e29ddd9186ae5820a968a82c7a21388cd2b6a0a068e4f3ffaab5eee531ee4f3
SHA1: 282dff38b648b0f4462bf579e5161d6d214edf77
MD5sum: 2cb1e70a8ae8e7c5715d47153134dd62
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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

Package: postgresql-11-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-9.pgdg20.04+~20250124.0126.g170e416
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14782
Depends: postgresql-11 (= 11.22-9.pgdg20.04+~20250124.0126.g170e416)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.22-9.pgdg20.04+~20250124.0126.g170e416_arm64.deb
Size: 13218476
SHA256: fc1d3850ef085d30bee746e0f1fdd76bcd6c5321bdf06e2ec8d6e5baf1f1c943
SHA1: c0bfc80a9148d913e42faf651ff3e9efc0708e2d
MD5sum: 86edd8378b941c7c7a9a7a4aac16836c
Description: debug symbols for postgresql-11
Build-Ids: 0812e92a48e40df5088d9336bad0efddedfb1f41 0a4dc3f47f22dbdbc8f9b41234807537d07382bf 0a6ba420c677acd2060db1042c7afbce733088b2 0c6a2f860c5db0bbcc9cba60d1c6a8aacd0ac56d 12a8fcd5a2304ddcf92a47a21b3eced07a633d31 130bf233e6e082890fcaadf780d4697fe9fe3f3c 1b72a7b310a8bbc5abcbcc9d278a073836ed69dc 1c97777bedddc39343ef0714c9da718f0d4b37b1 1e2d4c5284770964378a213c3b417bb4a4237282 20ecdb35864b22d462f32858955e4f60eec99b73 293ccf0b4c1f82ddf70b46d8ec93a0174bac5dab 2dcbe78e6d2faa66a91b369363c57eb83fb189e2 2df892cfe29ed3924bdbd307c636d60a31110f24 323aab3d96e63701981fe87d1eab59e32e04fc8f 32f9c1447787f26a0625f8a09cbf88904aeeeea3 34643ac7933e16fd6aa7f54a30515339987eb959 3c8e08b0cd65ac9de0bc4ad712a4ddd2969ac599 3d5f5a25094cb362f374c21465ea38838c369063 3e2d0b973ebaaee278313fee31e7ef7493aba9f7 3eccca860384b83dd278a4dfc47747893d5c3da8 3f92afb86fd3ce67e8b56335ad1d135311213ca5 3ff144d2b688fa5c552de033b9f027de0785685d 407e19a0a26d5a515989b737f9029c0d2273ead7 40cd69c39d4041cffbfa46bdd8f1341e79328580 42360dfdff993a7fc1aa009795205319258fe776 42de860d05a284a18af63cb5a79bdf23160a6c35 4588693f42c2a510a28eb3fc7b56a6efdf7be949 48fcc090e7e14ea147ff68071b855229cd799250 4a391829e09205baabb5426e0cb25c4ebc2ac138 56258ad084e4cc7bb3b0c22353770f1c7225baab 5bd091a28e434d55d5a18aac1e8707337f62bf5d 5eb6966fd4672468f7821703f49814708fd3b6aa 653c9f99ac875ca49c526fc467935883f4e2ec7b 65573eb7e0105533cb5fa49ff23aa55852d6efca 70d468df6acd4e651e79ab202007eb1557014ea8 71715ffec89e81b4129cafeee7dacfcc290b5331 7383744578a20d318ddfc3d35d88662e77658b55 75153bae7677374cf5c0709594e38a275b68b78c 77d05ebc0392d6cc571e6d3ec15ccbf41a9c2280 7b1b94768f3f130ccb3db81bbdcb5f54e5deedf7 7ea852c7c8ce7924d22a5fa7d69a1caef5b90a33 8098155198bdf358f4cacb6ab10df00fb46db8e2 837c464b668e8e3c4aadc1e869aabd4cf9290bae 8740b5c9263d2b30de7f0bcc865f344c19a1b2c2 89b06a2cc43c924b39fffa4856a51463e336606d 8e9d256b01fd1dcc8edf7008d53a013f203deeee 8ff5f15444de060cbd1c9b04be05b9673c84c7fb 9293a88f34fe62320d472010f9bf7af48eb664be 93b900a479705131ffda9419eea7dd41adef6e46 942ef9b7bc74d84ad9bc8be4329274ea4ba68201 945f914eea2f61ca55c84c991b3300d76e8eab77 9481f36185acf1d7d579880078ea8f7b400f76a7 977aa0e1fbcc1060481cf2dd5f5882d830876250 98546367b6c254d1d5f6e31f0b4ba96da90c87e9 9c13df1bf03d1269519f446fd9906db6f5e6f8a1 9dfa5c4c817c4dcefd19c0d81de1025be0e3dd25 a2424c8e9bf09e70ddb35f533a2aa3a6bf2d8864 a7b223da965b1348374c948c3c8f67549a670ff1 a89a459c5d8c0d138ca53d870e5cddfd863cae00 acbb6d0a1c3b923f1627a83788c1764620f75e8b ad0fdc037ff9d9a7300ced2a6a5c99d647c1f1aa ad46b58d84cfa1b173e6d51f1c3cb1a7f268907e aef918be8b03e88b2a5b9068f9fddee584ea50f7 b4078bed6718901b9e502c4113b186f9a24c938b be33d796fdbe61bc1ad1b17dd98182b10cd3fd54 c0a07c42f5bdb369876a665393174f08ee6f8063 c1f1e553ae592ceb183457ed850c0f1a59a907cb c2d56c9d687a3ecd866a12a933c1b909a4384043 c5756209da3ca733bba1e1db1fdb605f646ed0b7 ca6dccc18348c14d2d8dceefc79a01588cdae0bf cb44e0a9dded4b626c24b8c1981a81fa24fa1afd d160db848900e480a29465b683e78e2c1d8d2fcd d1e1d5c87b202b3ea54c1198c7cdfe7e92baf77e d5584f17754671207746146766a508f70dd0ba0a d66e9a5a4c0f36efde0ca7c9bd0ac7f05a958d29 d93c3b2f8a2f27ef1f8eddf2acaf13d5a0b0bc83 dacc42aed5be3cff387f01eec3d8cd6cf824c220 df714b2a8076b81eebbf22591e14cbec7d3d18b0 e6af8d0755ca03f02b5a7285241566e6664b906b e75112baadeecb77b04285a6e89d4b0e2441c948 eba633229fdbdf144cfa1652b4c63d12dfeee58b ed7f21c4285073590c7e01f0353147b92d3e273e f033b73193ab44a688d0205736585f818c69ac89 f2ef37819df889910f8ab53b7bd201d716997280 f3f5a92c429276d2cc7b3442985249b2a2ed1ba0 f625dfbcb576eea56605c5795f1bdb243a5c23d3 fad913d5800574c9d8de92c157201854ff4b1672 fb2e566a50a885a3d68c60bfdb5e56a261a02eef fbfd0e3e9bd0a29c32511b54bc7b7737a3a56df0 fc17cec4e6fe44bb166f88b5a8c794e278496a0b fd8b9a0ca9204496e3fa43459653d823dfc0e4b6 fdcd890f853540614088188f02db27e315ec4837 ff2ee13ba3e012acb1b81bbc15dff1982db20101 ff5500dfcc682652654749dba38d0bcf64127fc9 ff5d5841dd1487aceafcecca0b5cab45c343ac98
Postgresql-Catversion: 201809051

Package: postgresql-11-pgsphere
Source: pgsphere
Version: 1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1690
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-11, postgresql-11-jit-llvm (>= 10)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere_1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478_arm64.deb
Size: 429948
SHA256: 983fc6bcbc42abb6ba31e33b692842d822ebc56de9039dff04c46ede1f23f772
SHA1: 2f1aea32c7f13effcaabf0db0258d9ad3b6e1dde
MD5sum: d59f4f070fb4bd857dfd8b4aa948566a
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.

Package: postgresql-11-pgsphere-dbgsym
Package-Type: ddeb
Source: pgsphere
Version: 1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 416
Depends: postgresql-11-pgsphere (= 1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere-dbgsym_1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478_arm64.deb
Size: 350568
SHA256: 48a501f6077173ebf2f77e5c795b518cd5dec0345a2bc485ff83386d76d736be
SHA1: 0e392e5b61ebd02aa441eede2562971004d0eff9
MD5sum: 5fe30d3506e927a38687f8a7e20d7995
Description: debug symbols for postgresql-11-pgsphere
Build-Ids: 88cb446dfcea957a03b377c1f777652719ccc85f

Package: postgresql-12
Version: 12.22-2.pgdg20.04+~20250314.0204.g3f302f0
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47289
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), libicu66 (>= 66.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.1), 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 (= 10), postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.22-2.pgdg20.04+~20250314.0204.g3f302f0_arm64.deb
Size: 14482504
SHA256: b635426b92975c50a76c368c7009dd3f9c2b58da49ab987579302b2479812913
SHA1: 4a86d09b4dd8b7bf4ee27b2960e22bf9eb6afaf2
MD5sum: bd9f6aa7c04f71f62f796495b08527c7
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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

Package: postgresql-12-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-2.pgdg20.04+~20250314.0204.g3f302f0
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15986
Depends: postgresql-12 (= 12.22-2.pgdg20.04+~20250314.0204.g3f302f0)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.22-2.pgdg20.04+~20250314.0204.g3f302f0_arm64.deb
Size: 14381184
SHA256: c29d35257f160df4dd8959a8894c182719980ecd286bfc3c9bc57250e7164526
SHA1: 00c3f1f0733784e11b3da1d5c4e5c5f3e419f807
MD5sum: f09fd229c23bdb36f149cc2a6b9e4537
Description: debug symbols for postgresql-12
Build-Ids: 037538b2ad6695f0de09abedb753894cbd757a63 0582c58ff44ce8efd342052f725975f055213aab 07587287d8b22221936b04721102c3b0f4f3fdd5 0811e34c3b217592802d794898d14fbae748b407 0a211122841eb44b1f51b8763c459aad6276b819 0ea6fc20a1be08983c2d0c974b72e65acd66d1d1 0fd1007b5a351d97ef7a2b2dfaff9aa942a0b318 15b2f911a2981b9a82f61c9266967df660baf112 190d99867c65e399e6a470fa5be9cc7912763bb1 19fd7ad0d9cdd299bb07db1b2e7b03c49470e6ef 1a8637e1ac4c65020f5710eb4a677aace49a9216 2069d9129a83592c1eb6efd36065c1616835267f 2577174aad0fc879551d5b8ee3cbf10e7ab88060 2682902b8324778941a6681ed49825bce4843a0a 287559306dcbe4057669e80eb2c45881528e0071 294677fedacf748aa119ebd61c2c88dc4d7831fb 2ca0c2204729b8432f25641d73ce85d6ca1c16b6 2e7b3c62814dd904ab6b7ed3e60f5f4f9c1dbf05 30e6a8e4cac1243a21cd435c37d4c85db45521d5 328ea1f39de7ef372923bd2a22be899bae86c1ea 347494d65de98e0a4ce0cba72adf9d6175b17365 362b585a8ffde4565aa32101c4a10ed6698878ed 36411168efa0649b12c58fbdeed6ce1865a4e238 386edcf29d42f862ce2a9e7a832a0de4394eb76e 3afd8687d4ac745edfb3cc71f5f884d1cab54b8c 3e647436d12871983326390b166ffdcdf085c49d 3ea20dae9c2a41d273f5a8e8e8e579783364371e 3eda977d1de84916a68ead1b2e27b9f03abe030f 41667718751a186495b88f2ca912c83e6d14b5d7 4914b5ff4209390c31d84a20fd0a16a0bad9b10f 4d1107a06bb21b1791cb195697af3febbf72d292 4e24767fa5ec9d35bb36a2fa228df747e8d70199 53545563ad9d0a142fb63886f806bffc281f7781 565f257d085e78a7b2f8cdfaeea7aabc4756c724 568e5b7094c1fac4d3860e404863f8c0ca925a91 57d85f95df4eb1323163523ce0deedb916186a11 597cbf45aa909adf8b653e5d8d6e374757edb58a 598a60e2e9c2237b5a39b7a529ff3f558566317e 6377065ff4443f0f7be33c27b6be766b4c0e92d3 66974dad0d026f9c21a21b8dcbb3d6d09810ad04 66cc236e90c57bc11caf328e57347a7aa3cff11e 68568e6adb03d15d655c8d6b2fb057761e24da8d 6ae3ae5b90ae94a9e83a6a070883a61b66d17787 73e857bab1d167f73f8b1bbc1c75854041a21a3a 75f1c3500b806b7ccc63ba1ae826626d375298b4 7608f532eb735c64b7e73c72cfecea0f43397e0b 760dafbb62d5728989a7d7fd54c2a5ff145ba199 77f6729308eae720521745cb5e80598ebe89dc5d 785341d09dd427f11ee5bb6295cb2aadb255575c 7b41944e241044aaf901b660b13e1570f9a57ee3 7eeba3f53fa752c16a899f0d2fa5c05cc781d46c 7fd7697b63e0e29b11c7899f9c69249eecc186b5 8480b96e42a7e2478e971315d2b100e942f77184 848e80e50cb4b6b3cd89de7783cdba793e6587f7 85b2afbbb260162252ed4bb5a3949fb7a180b31f 8679fd482cde63dac80052c8c945adeb2a36e4bd 89cd0d56b653c6919c3179ca4b1e0a4b25e59b25 8b54752c9b1ffe4dcf8b91d9527b7e4629401c57 8bd45a73e90b51fd4d4b38d67bc0f17c30bfde35 8e75a15b6fb47a258b380fca23780bfcfbb7423d 8ebb82113fa00edf0254d0e9178720cd073464ea 9326ccc62b7a38400ce50c4ceabc92baedb127e3 95c8a30d8dac3715478589b3eb69db96b502fe0b 9988b7b93ba9149ca19e65b9e5a787399c905d8f 9b051998c0dc57f09c54fd8a3b2790ad9db0f803 9b592080d8fbe33ff353698feb634d571ad13ecb 9c5399f5b70f8dd4a261d9b76fda5ed9b4063c98 a723856fde325b1039d08fa2c0475769e124e613 a8a163384855dd48c4b051f201fc94c5501e7da3 a9223fd32171612bc5241b6c1907d40550d85a77 a9c69a5b6f24f79c1cf17235da3062a836ba54d5 aff0179c54d9568502d5c468ccad4cf965aecd1e b06bfb28a8350afbdeceba10310984a03484ac08 b29e4188610ff9e0bc2028b7c89fa28581ba2a25 b2d598d0d1d940c72e5bf5560f6f004f43db159f b64fbc1ae7184254d7b196467bc0560f67444fac b66a63b394edd241df9ec2c402c07f1cdd25216c ba60ab2df2f4c4ac1a69bfb823f202514fc6406f bc0a99c55cd9eff96b766c4546ab2ff0d3931e64 bda9ac4a9b05f0a24e1b1b6ef7c06bdc3170f47e bff46dc9089f3606316e010e7bd8161fdd864857 c174d3d209092b8daaa431c3f1c1964ed58c0f73 c27da1316a552b0f7d431aba3983528cad1120cc d2b14ff2bfc7cf64a2e23f3256b7cc73223d90be d2c8970971a91c969402041101c31bd367c226a0 dc81f253258069654edbc4d17665845d70d951be dd35ecb594d2509d250a7813537ed5b7a5840646 de97871e68e065b1e0f86a501c711f226a8e2c23 e205cdc908738e8d92ae16e214bbdcf2a5046bcf eaf7fd1d5af457dcbb39d57d7bd0c39444021a6b ed622467ba8ee39f744031b7f21e47a5b18b303e f7f9ba1ad0e62a88d1d7601f00688949fd8ead4e fd805a52f49f48e8ab879aa2dba511fd8f7eed94 feae453fab2b7dcd0b06d361b8b0c9580f9a5c7c
Postgresql-Catversion: 201909212

Package: postgresql-12-pgsphere
Source: pgsphere
Version: 1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1713
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-12, postgresql-12-jit-llvm (>= 10)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere_1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478_arm64.deb
Size: 437060
SHA256: 4a94b70ede0ec4581f5c93f140e5b038b86625809fc28586fad2f937696bf8dd
SHA1: f2f311585bd7db1812ef09adf6ce1ce0bb92fb9b
MD5sum: 5dbd809439bf2c6604f8a0161862cb7e
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.

Package: postgresql-12-pgsphere-dbgsym
Package-Type: ddeb
Source: pgsphere
Version: 1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 433
Depends: postgresql-12-pgsphere (= 1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere-dbgsym_1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478_arm64.deb
Size: 367804
SHA256: 0f712032bd33cddc190100b47121af81d0344cde37db280345ad8b7f14c21275
SHA1: 86083c1a502c39b0d4778840015fbfc2a6690f4e
MD5sum: 05597f490a36426a3e584941f04f49ca
Description: debug symbols for postgresql-12-pgsphere
Build-Ids: 11efb0516a6a3087248258399ff9ba6bd7b45d19

Package: postgresql-13
Version: 13.20-2.pgdg20.04+~20250417.0339.g6a3e578
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47467
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), libicu66 (>= 66.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.1), 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 (= 10), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.20-2.pgdg20.04+~20250417.0339.g6a3e578_arm64.deb
Size: 14733072
SHA256: 61b6c62b0406654ad0819519df711bda28ae1b0421a09901f56197b8a664e3fe
SHA1: 2fd810d3f63195a490aa446942d6012218ff0a68
MD5sum: cc13a62703c98655cf85e2dcb7ba044c
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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

Package: postgresql-13-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.20-2.pgdg20.04+~20250417.0339.g6a3e578
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16725
Depends: postgresql-13 (= 13.20-2.pgdg20.04+~20250417.0339.g6a3e578)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.20-2.pgdg20.04+~20250417.0339.g6a3e578_arm64.deb
Size: 15067076
SHA256: 04d2e69b4706904692e7613fa02c983cc52f956082b3c253159a948a940d86fc
SHA1: 7ef28f547a2e617fc7d229c292803f69f2cf1a80
MD5sum: bd66673e2a639c276144afde763bf18b
Description: debug symbols for postgresql-13
Build-Ids: 076ea1ddb9fd22a1a4b139ae4ba140c58aa315cd 0cea15fef6e147da1b54e25dd5bb1d7f87fc33d3 110da2671655847acfd491be6a801c0493fe810d 130964f459af6b7cff4f32e4b666d4994c9ad9f1 162c1ed6b6b9d5d2e4f02aa5fd92a071060aba72 1f8a917e2731070d64f2ef3c1119b9c9311fb3b5 229565ad2a11e5f122adf2ed7a36eccda84c5ebd 24044ca045608c07074aa0eea0c0cd9969755bd3 2502bcc6ccf7e8661cac6a0ae906cd6282b03cf4 2a56cec0b2b9f5705d364dad692f347d1d5de61f 2b90b8fcf4098c37e5de28b21ecfcb7bf3573f41 2da70c7d1576788e1dfbcd888ca5fbf4803fe8f5 2ea303054d5d0b6028efceb652775ef7e54a2057 30aa3dc0d1c875b440fc3a76716834c3e20c50ad 339b607c26795004c33359d64e3441d3f0e9ee72 3594a5fbda4f7e93e64d8648cfd4304d3f12c7be 36c1484399500fabf96cd8d83b8b328de2822ee2 395c0c48b6dc73a4212dde47ee0ddb52968f1160 3ba03ec68d752fda0e4ac1e242a951ce2497821c 40bd379aa77cd0f49bc6ea163427621d4a0780b0 41bece299b63078b7966e909ea88442f79d4f9b4 41e68130fec84f84c585ca6e83dcb1a9d044643f 481ae545f2b9613462fe4ebd66059a7f781f0414 4a394353636257e5f375cb2468978bd7b71e2ebf 4f2013b452c72320dccc08817731b15f0189c513 537c83780880d5c0d1b0292090edff9bc2a25582 5693193e599080fe0913c3f26bb69d50d58fdc9a 5753c973d20fc960e7ecd904def6be9a09f8ca0d 5770bcc1f552a1ca4da6ba42b92e614d6781a4c3 592a53eea988892090236e7430cf190926129930 5959f049e970f151cf34eeeccdbb532e5b579c76 595ca299cc843a868cd54540029ee7cf269f2e13 59a336bbb5f0d5f0b244b6a20a981142a7659e82 5a28670cf7631c6fa43275394607594f1a378a3e 5a93b0682e0c348eef2270aba1b8c2e4be29343a 5c48d31401477e74e91dff09a822525947f226b4 60063501c23dae7654a1985056aa1ccda0436dc7 631e7a0b9e8ed878a118d5d5f6c987875186c617 67781a22b4008d184f91a2665e20e2daac80c1e9 68e20dcdd0b7910aea1bb333b60fde0d7b407cd2 69d2c4571cde4c92701eab5f52ca08988adf91e3 6b9ef3c05da9114b0578ebfd792f4f041c02efcc 6cf815f39254ccc7971c7de8a28253def994c4f7 6e2e75e909a500e82a413e9d20a99f62a2ee6f35 71f2524c5ac7af3a4af3be8c3c3e0f7ae5eb80e6 738252056ddc69475a8a027c68290e6f7871e4b8 74d71a550b554e15b1d6278e13ee5e4e9563e11e 77eaab24ea4892cdd68f83716325e1d293f0b94c 78c7a662b9f78af0ce30bbd9f842f99aefc9654e 7a59f5c7024febb9187ac1805295d8821b0bb334 7ba7c35b4fe731a1341923ffe935a203b9dd22fd 7d4be256fb28d9c2c56efa060cafdf6d07a6b505 83facbd84a503648b58fda9c3755999605248c1d 880125e9964c0868317b40b3c5b164f32b07652b 8f3992efd930ca2e1e39f31a7c40872cfa7c4181 9436f475c888dbf93138ef6f4397bc75f249e696 97fe2ce42aeed1fe314a0e90e04b70d8289be2bd 9c5fce7154a6b1ff21d633030862c1e2d6ae3cd4 9f81169212bde5ca92ffb9aefb5d0a0c9afea6b7 a0c018137508b2298b4d78d09b720da17da4d15d a1698f47f3d6526dfe2a65551accde5555103fbb a24a4f5bad5c551ef0fa0349f1548f644652183c a2a9a67209506cfe5eebec40dbe9d03f39c10986 a486822ab8b4400635ea0628b3726557aa41095b a7b93af455f8c3807641ebf2017762c476ddae41 acc3189d8d12e513e6849ebc70b0c838c7c11cfd ae92a23914ad937e559640febe34ec7c11333f94 af122c5e81bc443fb0c199a8f49356fb397cc229 b0cf50264c560d46bdbf7783cc47eea81fc45cd2 b11e3fa3b1baf1c1eac712a168a2f7b022ce25d3 b1ec722538215b5f54924dca4766a108817d2e6b b255a1a9f22154e771b6874e74769e74f26857d8 ba76b8ce54ff8b350aae86438e11429d669e9903 bade83b1f8dae9ec4a92b015bdbe4a1383a59061 bda19da0823ac293c7903c12d260ba77ece0e62b bfd90bfb7ffdc8d19f5cf383724b0b257c3e25bc c27bace23655edb9b8e898a0299631d50c36fb42 cbe0f84f1b5aca23f4473ecf430c2467743b8024 d3a31cef06397911c2bbf18ce65b383019e8729b d7a30e072588537a90b1a29712c8108081a2c30f d97e134df4e12b2b32e4e6a065f877d2491c2e16 dcd1dea97b3243ab4c1b49a32b5b25071e8aa96f dd670234d16ed64c2e9d62762a8db0d5daa0505a de98362cf5b3318800f608ae5d27fe1027c9a4dd ea774be635ad28ca1d6995d8e3024da48bfaabcd ecd51b3f2802935db24fb92d6e3df3381622e1ce f1cfa99e32c02b8a64010df6cc8b5785dc82d590 f379c6e8fecfbfe1627a85361ff78cf8ba9b27cc f81d6e7170aa389599ae9e05d00e01ee777a4525 f85d3e5e31be7d8e69ce9d090ae55948d1acb474 fab8fc8e2206f8ed56586b13fcfd970eafed4e10 fae8e6efa662227dc434da46dd2e2ac86848bcb9
Postgresql-Catversion: 202007201

Package: postgresql-13-pgsphere
Source: pgsphere
Version: 1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1712
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-13, postgresql-13-jit-llvm (>= 10)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere_1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478_arm64.deb
Size: 438504
SHA256: 8c2a63827b3dbf2a47b11433a740878d961d93915339940516b1341f21867b49
SHA1: 3908130ec6ead321f1489463bec478c0945011fc
MD5sum: 078b52d269b6babbc08366f8f1074ddd
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.

Package: postgresql-13-pgsphere-dbgsym
Package-Type: ddeb
Source: pgsphere
Version: 1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: postgresql-13-pgsphere (= 1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere-dbgsym_1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478_arm64.deb
Size: 371124
SHA256: c5293785a508cec48d834557d68937c0abd5c7d95ceec65002b3f837e6016a40
SHA1: 030d5d3c09838357e2bd48873237a3dc01a45c92
MD5sum: 9dd5669a124e7b79f148cda02ba6fe75
Description: debug symbols for postgresql-13-pgsphere
Build-Ids: c3cc5f0c6af37bc86780d248e32e3dfb6988f5a0

Package: postgresql-14
Version: 14.17-2.pgdg20.04+~20250417.0416.g148cc01
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49645
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), libicu66 (>= 66.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm10 (>= 1:9~svn298832-1~), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 2.1.12), libssl1.1 (>= 1.1.1), 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 (= 10), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.17-2.pgdg20.04+~20250417.0416.g148cc01_arm64.deb
Size: 15410676
SHA256: c25a145ffa77eb0971d69025b246b67b1aba7df00380cef3142e8743be95e03c
SHA1: 6a683fd92aa92c21cb39e71e46db0d829ebc405e
MD5sum: d0a6b75bca9a5f298165decae9eab72b
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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

Package: postgresql-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.17-2.pgdg20.04+~20250417.0416.g148cc01
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17784
Depends: postgresql-14 (= 14.17-2.pgdg20.04+~20250417.0416.g148cc01)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.17-2.pgdg20.04+~20250417.0416.g148cc01_arm64.deb
Size: 15962232
SHA256: 142b188be03726c7b56a02ddbaa62b38e6f0e0c51ad821c8aff72a96613c4e7f
SHA1: 985db48f7c61bc14ff7c1d332e03e8a6fa09e38e
MD5sum: ede0f3ba818181df3d6653de3eab8520
Description: debug symbols for postgresql-14
Build-Ids: 01834e1aeef0acd359c84458224a766067e21ce0 048ae28b760f089b9e20cf364c036907522d32a1 0cd4c5c37de19c197e35aaea3e3c1cdffc232faa 0df59628b99baa553b5d1741b91710e940f06ff4 10cfff2debb983f29062e2b2c5d90f398dc34270 115f04b1e7afd9286d3cfb213aedaee281b6287c 154c3bf9919e3a3e64e0a90e8dc39ac4c6b937d8 15db4b20665ea4ab280f19f48152a313fcc1bb51 16501f8ecb4c1316549d181a8bb0ecf40124a6ac 16fe69bc7a77da69f700acbc154d0a2a3207ecd7 1cf068e4c0b7388688699c977ad9036499b10f13 1d68db902eb25969dd6ed8691898e2f15c8fd6bd 1db8b7095351f3a228a5f0f2c841e6c6f53809a0 1dce0a862b433922958f251c16ce160b52201fdf 204a757701f9dc98ac2af7c25ba99418c9f43d2b 2236b5d5195a2c8af83fb8bd8a4e4ea353a14e0a 233c9ff1de09680f3d57e3905cf7d429b32c4f23 2362387ad8cd8a006c6d45ccd4ae6d99a97ff771 23641f01a05b1b513fda3124087171de5443b7af 23b96eb84ad0902bd4327d7f0d09d3213252f85a 30dcd3680e4bdf03013076d736855082c2c6e25a 3146a52f094c0606f63493edc28757170e329d3a 31b88f72a9e1e6a837e296a4b47a1538ce624426 3310f5be32f60fdde9b43f969f22bbd2542dceed 3366a95714d3e78492c004d0b5fafa634db0f69b 3553c59eb98c13a0b89cb9fbdefd64c0bb417d8f 3e5781a56f59abfd0c997bd298f3b860a9570e9b 3ef74a476f5f5f1c496da6881a95921d440d3b4c 40cc1dd29675ac8f1da8781420102d7bbdb080e6 4174c287e90bdaf865c9acbf68389a4ba44f8700 41bbd9d25e134ea6955dd4821f509bc97b2071db 434713940c8ce65167828f0e2fbe6112bf7aa00e 56b798be3b2569842dcd99f030e78103aa5d4a05 56e7ecf67fe5e9aca21e170d1f5b4abd925e79b0 5b0d07bdfac2544ea5b955ad67885407f77ebd19 5b5eb06cc1c43aebee05b98ef84dc951e8629777 5b7f1bee56c1c8b3983ad363965f8e8a26f225dd 5be449d0ccee763f66eb974e17311a150b6590ec 5c1edf389089e541c82c6c59fb3c31c133603150 5c9fa13df31d553b79ec20eb25cf96b2fca6d628 5e6102e728e38cc382246cbbe3d1eeaa87183960 694258e62701273470d3ff5463dc9db708b6dfb3 74dd59a0c18f26134b33a3bc2ac44c9625efe682 7605ffc9a4fd3da63f0e006ec50a697dde434f19 77088166dc0020a73e42e4e6e3268e25e755c429 7942575c0ba57a9d3d0651a54b93e1eb94c3917b 7e23d56a093bf0fbdec0dfaa4d260b1ca93689d6 843167cd26b8b26d7ad4f4aa1de56f5fa30e64e7 8709fbbe482d406fd5b6252065764b895e4800ef 8ee5862b8011be6f933114daebd0a982e3d547bc 8fba67c81167effc4478ebfec6ea1fe15519c752 9121dd4da7be4a613d00bf721795480d4ea8348b 95ac72f027f895e8d942dd3a20d9b99d2f4968ed 96e1ab093dde951e98898032bf0a1c95acb64839 9774c044761f091d3707ec482b21ad43a6545468 99aa837853f2f2fb9c556b81296f4018574588c6 9b0bea9db764087dc98b69b33a026241ff8bf20c 9b95cc0f5d027bcb74150581819491b68cbcc8bf 9c5de6c30996936c635b545146cd14e3dc8eaeb1 9f68c4ae10cc8457f3326272bfb22d7654fb591a 9fc99edfcec244c7a1d3a6abcec901f4932efc9d a5ef2801b17760bd9a4b6e0d16fa37f6a5dac264 a6058bf63f350d4f9523256dc2fe35116f5ef6f5 a85b4c2ffdec16b841e966dcb3f1f451faaae3fb a95a6f2b8aa3121e9f76028ea1b8cccb621a0b60 ac7e4256717caad41c670288a516bf75e6ea8f07 b9420184b2ffc471919b7ab04771e960f70eb2e4 b95621e9228150f1860bb40bca6a546920b70f69 bfbffd9b8c9290684ed3167b0a8628af1bc5aaaa c358943f0f725d0241097a8508ed4d14e7457e72 c3f7c05a7d9e3ab8c1b158155d790824a9367849 c4cdbcc10c28995a1b17b7148a2d1068de9aa01a c52d670bc4a99fa490b36269757db98ae963d990 c64d087c29701be922f52da7853ad27afb4715df c7155f267151eb54026da64109cd6f71bf931241 c7fa5551365e4c26553cb14a5f8d15f9fa89d667 ceaef7ed0390585c984b5f9c695c7fe038b9be1f d0c0a1243170625e1a68cf2461ad30e4f7c1fc5c d5c0db60a257edebc98d69b096bd8dde1acd785e d68f696cb950f2cf9e0cc11f7ad1c0e5a99b31d1 db070607c5cfb6a117f3b558dfaa3e6f72853d90 dc9b4b5623dc15651fc9da491fad4c5e3e2eea00 dd46ada059d346da9930db48e722e9cf2c746aad e5120c2c0e3abf3b89ac551d1991bbed633b661c e6f377d4dd0cb7158c792b3a9fcc23aeeb1d5cac e8c5f5aef174cd70cd8c8288ff1287b58c3848df eba1438e99e544bbb6fb5d6e99d492706fcef521 ecff61d68287abb529ee9d04655669362c88b15d f04c8a3ae0d9c12f6813d0ed207f84cbcaeaed0b f13dc86398a24543f6c67caa1d70e244ec2a32c6 f27e2aee14d6b35862e65cf1a1d8c55f4a923763 f2de78c6c5d78c5985aef3fb075e2807b6f09ba9 f34f8618d1fa020cbf043e77f2d886cdec442954
Postgresql-Catversion: 202107181

Package: postgresql-14-pgsphere
Source: pgsphere
Version: 1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1724
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-14, postgresql-14-jit-llvm (>= 10)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere_1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478_arm64.deb
Size: 439412
SHA256: 0ede09fe0d4503b88428a44ab8539f91fab42589e77a6879e6be3f99b67f257f
SHA1: 20b129727c4e92d73950f51ab409e64002f9f794
MD5sum: 196b2662929b8ced97ce8e817f165db6
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.

Package: postgresql-14-pgsphere-dbgsym
Package-Type: ddeb
Source: pgsphere
Version: 1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: postgresql-14-pgsphere (= 1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere-dbgsym_1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478_arm64.deb
Size: 373320
SHA256: 889fd926e6eaf4b50bb738f1c62cc9b7efb6268d7658e68b97e9a3985beeb7a8
SHA1: 0bebbd919dcc839061fac4506de915626c1e7c6b
MD5sum: fbfe770246751b3d683954bad45cdbc2
Description: debug symbols for postgresql-14-pgsphere
Build-Ids: 5f410e5f2d0d8f150c7341ce97b33f7afd5ad693

Package: postgresql-15
Version: 15.12-2.pgdg20.04+~20250417.0512.g7144cd5
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52496
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu66 (>= 66.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm10 (>= 1:9~svn298832-1~), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~beta2), libselinux1 (>= 2.1.12), libssl1.1 (>= 1.1.1), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 10), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.12-2.pgdg20.04+~20250417.0512.g7144cd5_arm64.deb
Size: 16011052
SHA256: cc1df2ce9f3295ecb208d2ef38441434ba888e823355127cdfe901f506f27803
SHA1: 80aa214037d65855d5fd933340e8435b2d826930
MD5sum: 377080d309ce58fdafff887708eecbd6
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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.
Postgresql-Catversion: 202209061

Package: postgresql-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.12-2.pgdg20.04+~20250417.0512.g7144cd5
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18457
Depends: postgresql-15 (= 15.12-2.pgdg20.04+~20250417.0512.g7144cd5)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.12-2.pgdg20.04+~20250417.0512.g7144cd5_arm64.deb
Size: 16577460
SHA256: 6cd78bb67a508302160546d14689488124603b681ff5b04bebe7207d75b88e3b
SHA1: 13c7514c0d58f4b6a8cd960bb4dcfb8d91e2024d
MD5sum: e7d101b0d8776e580b675d7d5019420c
Description: debug symbols for postgresql-15
Build-Ids: 055bca667334b1be225561ecb6e0ba4240ed7423 089d5a9fc28d857e191ab243a8abec55d03e3ec1 0afabaf5bc893dd53f2cf9c3f95394df555c09d2 0cefaf212016ad79daa73f0cc2374674215d2715 1243e9426e99eefcc97ab70b1b91f8b2f08d5316 16974596b94b23cfdaae5ae1adc49e8cb01d037e 1ef18f6268674aa5b6f5dd763111a8bd3c0c0a3f 203604034bb38cf4393ecb757b7db4188afdca35 2451fa69b8399da02c19b29eb4db7491a4fb1818 2a4688dff0323c139f3a64cdee47e897ff762349 2e2d31192f43a3c2b9ba85c98b4269d8572b9255 2ec8230cbe4ade534d52ecf027e8d2c7c30a10d9 31481ff6b51fafe3f25b183a8083fc446d551712 316bc637c2d6b9dc74b532fc451a0d04496db9ea 31a8e11696e8dd0ee36081b8cb81b02687e95530 397cb113cf8879e348ad3882a59c2116508f92bf 3a20eb141f5edd99c9e1402894179de13a22ced2 3c3dbfd93718f3cbeb89ceeb2ca25d98b947faff 3cf1582adfb2fc49808d51507f8e3bc83b5e7cde 3e5f7c87c8c10915d75c22b4653df66c72bf72cc 400a03191e8815ed3dd16ef4397922a0bb2f364e 44f351a8ee6f28914451a9ce16ad627c378ee310 463ebec801ec1e2b50e21209fa435d60e0be3438 46a0ce8048f07756f283034bdbfcf7974d1d2a85 4e67407834c418ef0a3406e1c34762b84a035c79 504db02463b1b5a6e72de82527630a42c2df85be 5056a92bd589f61fc3ba0f59abd773067a70f945 5135eafabe2f904168ed43383a8fca3b7a0e27f9 55a6f4f12788dea88fe9327ec78f635d78e9fd15 5602f56bd5e8766d059a644a3c42d8ee03940e99 561a527723cef15ffc4eb11ca40eac6fab38cb3e 5651bb307bf542fcffb711e83a238991a7bf02dc 6182c5d10a60cb24ff556cb66c87ffb55a0eb890 635dcd11ff3486dab2bb585a242145574e364185 65f530dff4f56974cc9b4bb90b8296d126005c2e 6a1bc733f1dbb32bb45260437cf6201ca5092617 6bacf9eca03f5163b681fd152c794a4bafe2de33 7039dc55e82f5a6924e87c44027fa47c06b1fc94 733ee6511a1dce3f08e46614180477ba4943d4c9 754330985a4c24bf199147082067c74836d58b68 7833bf47bcee5588a4f221cedd1029b80d4f809f 7839e4fbf4f2c0a6f468d5bde39c49d4f6079466 78a2df8c4ee0a8adf028087402dbb28cdd8f2617 79b038a1855fc289bf7f80384f2e39c2e61a27c2 7d34b621216221bd8cce5e4df22c0b13e6e7a600 7e0909e89a2b5cfc8a25becb87f4ba6d6832e5a9 858694fc88b9e05462e0c6087f16501308e0da98 8887d88554f608663f4af1e113ced1dd072c22b6 900863b63e70ea66dc94ed5f9a026f2a4597ec02 93a63cb4d69c36f9dce641fb893ef76dee51fa1a 93b689a6ad74944038a124909e52f1c3558540ab 95149d861be1e0e378c74a8fb7c843af6215b6b2 96388ef34b4b6e1bd4290609c1beb7babc8ab1e2 971b3a405cd1105984a62f84ba00adb3215a9079 9766248d59752d4eba739ba5bd2352695d93b75c 99b6efdb58b755b968edbd60d4fd70fd9cd297eb 9a4885e27a38568aed0e32cda6cc5b829704ed88 9bf947c2f4ca65a7c1a1357989530dcc4898e087 9e9cad1adb15f4c87aa6e18e9ae9529b65a5a95e a5095bafecdadd342a562639f21474b9d465b1b5 a676ba33793971e319c0efbe55721da3dca08e81 a886f21b5ab53901e8a98dd545db9eb3723d89ad ac4a6a07c2552aa64ac1a5e7262624f10d2f4eee aed8be450f97380fcedc3cfec40610c956ee1c6d b2a0520d37bb093d84a83f5d7cd706f33aa44019 b85e77bdc369f02e904bbcaf58ad43e174a37992 bd1a9d9e95678f71c409ecb208a3697acbfb223e bee1fec625cd16736bb084cac2f4cc124c2924aa c3547d9ba2edc8745aa8a7be62d4800bedc3098a c436bf61b5b0b12c63c7c61f1f9dd91bd6c3af4d c436ec32bc71e67f9f686859475f9ce5324114b6 c5cfe51bc9a8d44f7bed1f28b3e899bd96a048b7 c6ba64ccce809c08700db28476f1d6c7f8ad1eb2 c8d1787016de348837b1be516c5d16603467da7b c9559c09802d4ea63ad92585b6d57c1f807df5e7 c9a59987d6c7edce8ca4d6b6d2e31c1071b9b21e cb325882d68eb2b0961b89344e522e69ab5c4b1d cba0368a1e3755579825b6aca0fb7bfd35c99c42 cc999ab0c489c72ef4c53c500ce8b119f4b0433c ccccb894e826fa2fdbae532f2959d58e56b48af6 cd7277b7432f7efba24f44548e15197cbe6a9588 cdf407ef72e5c330f497fe0c7218a7d9be605322 ce8c7af72fd863b82165e167c9dbb1255d90ce47 d1e38138affb12609a153d937c86f2c2eef7c819 d80deef6b76dcf8e9716362a167137b8f61e66d3 d9da6ce015a799c3be3fc55b509a392bd4ce5e1a dca695375a95cc8e2248ad1f2e5cb00206dcc8d5 e72aa29fb73380ad188726c26f565463f176a33a e72c98b1b65eee5552888254f5df673aa3a79827 e8d099375e3044b2af1a80fadc51bb4f7455401b ec40f30582ecc2a80616f576567c14027e6e5ebb f14625d416a1d60643afd152a3dadfe493e34cbb f9210a9a293dae4f6a7440a7c940dca8a7ddea80 fc7fdbf5bdea00b298b5a3b4a6cacb43338ba2d8 fcbae6f222edd974d7308094bda13784fc706c0d fdccddb07211dcb744719eed3d1fc81dedfc615f
Postgresql-Catversion: 202209061

Package: postgresql-15-pgsphere
Source: pgsphere
Version: 1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1724
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-15, postgresql-15-jit-llvm (>= 10)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere_1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478_arm64.deb
Size: 439356
SHA256: 7c11b8d262b885216814a46d0b18c25fbdbd461197db68f19205bd453f33edb2
SHA1: 208c8e286848018ed5d8f45ee41c091f70cdcc79
MD5sum: 976e60b8c4dbb9b1018e0e494a9c836c
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.

Package: postgresql-15-pgsphere-dbgsym
Package-Type: ddeb
Source: pgsphere
Version: 1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: postgresql-15-pgsphere (= 1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere-dbgsym_1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478_arm64.deb
Size: 371852
SHA256: 565ab974d6c8362fac5d1011c5a0b62e1468d0aac1a317e59d715959c4a5334b
SHA1: 71f74dff5958aaf83c65ab232c5d69cebb41c30d
MD5sum: 2538130fe0061bfe45e5567b84db82c7
Description: debug symbols for postgresql-15-pgsphere
Build-Ids: f85d1aa1f904068660080178bd1aa21b689a37f9

Package: postgresql-16
Version: 16.8-2.pgdg20.04+~20250417.0659.ga25f21d
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57308
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu66 (>= 66.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm10 (>= 1:9~svn298832-1~), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 2.1.12), libssl1.1 (>= 1.1.1), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 10), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.8-2.pgdg20.04+~20250417.0659.ga25f21d_arm64.deb
Size: 17030776
SHA256: 4d1a65e770808e823ec629c699e94b639f978cdd49fe8c67dcdafcba58582591
SHA1: caf16416641c04c01673d87e229365e60340b342
MD5sum: 2bc2d3f337b299f3bab82b985a98ad4a
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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.
Postgresql-Catversion: 202307071

Package: postgresql-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.8-2.pgdg20.04+~20250417.0659.ga25f21d
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19978
Depends: postgresql-16 (= 16.8-2.pgdg20.04+~20250417.0659.ga25f21d)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.8-2.pgdg20.04+~20250417.0659.ga25f21d_arm64.deb
Size: 18071092
SHA256: 071d5ad3b0f7a89bdb257818c4803d3e7e5ba8cf5a9861a80fea6d02cf53d132
SHA1: 97d4e9fb052b1e2f29db251f9eb038e0406a4d9f
MD5sum: fd025600bb44d57cc721823238bba2ef
Description: debug symbols for postgresql-16
Build-Ids: 006aea683ec84410e67c6c1253696d39cf30f25e 04b5bc3110e99d19312f69506e0d6c238ae56559 0943867e9bfb60977e8513bfc2a1fd6edf299b30 0d8eb7ccecb8f8b2e629a84763334830ba9bbe75 0ffe8a2224e74c01a029a919c12085abdf8d068d 10753411c74c73061273dea9065aaa01ad9d61ad 138beb90cd83e922f0f721dbee45364d3804a724 19940af9cd32573f5855591c6242c2e54248ef9b 1ae6a5b05509368a70fdeba26dbd103b59aee929 2189af2f186e7a3e61189e69c69b4353944fe802 2640048ca9257ab33745661c88a40e094c67190a 26eaac48f606c96b6dedb183b349cb7f8af5f82b 2a8eeb93dbb453aed08d382a7ee1ed3a5e6b4bb0 2bd89d2a3a6b1f7fb42165c0f925fd6358d775d3 2c1b5e4dd9a45345ffbc21d95f1fcd02728e5214 2e26adfdd9b03a64d3426875f9cf39141c2cdb4d 32402d136122fdf3d01a855c62ed4d560690d416 335933f4e770ac34726acd05af00277f97e4b2e2 343aa211f892d7d3c6a8464908aae3d0dec35da8 36c121882dcbbae772da92658898fd4c880cce96 3aa35264643c846536c3676d5b4310eb5a23525f 3ed89f75662a33c74d8d89f6a8b7312f29fadeb9 40e65b0f6810f874950a00e148d7b7b1f5655339 4111b464a75994b49d9dfdee2d359f72ca4d5033 41579d84e66d80f50272087840a49efe1cc2f69e 436eb8651b45c9f8941c01841b876043db49a5ab 46f68a5d413fcfb3e5feddd0791e704803f85e27 48ac7ea35b529458f19ef71ee58a0df72100765a 4b453aca186ce3ca6dfc26709b1f584e1c6e73ce 4b71a1bf164a08ae8177404b0332e12d57490a72 4d01a8fc5151dd1c7dc145eeb96518551d3d6f16 4e32bee6b4a58c29c4e41e404b44ef2fe6259c8b 4ec3ac0e74a23c84e101066b23e1255e7f144e26 56942ab9c7344824c7b72a87c8bff863a919b3da 5b27c968dfbe51fb8a2d6aab8962d5e70eb66fab 64b9a30d6924da90e929f2fd7b27d751b346aaf2 665f379b00f907fb373bd25c756978f8795c1a0d 68cc3ef541fb813b9855b0de9c3565a659cd7015 6bccff70c5a731e10ddd47f70a0480a18f61247e 6f5d362979f1f66c1019e826ccb3ebabd83a8d78 70f687dd091752e1846b9dc960acce8bbe6819ff 717088f418ce4a72bf6333817577392a189637ee 73c4352caf736d26cf02235d748e4ef0fd06fb46 745451b4568c459907e7f3c662861820fcda2fa1 750ccc1c5a8713736d212d01b6ef5c958a8a7f8f 854ed1aa1201f217f4a1c36a35738078d5d64335 86a7228471ea4412c0eacc9a33051632fcafea83 91eb4da172554d9579ab77cf69efa733c0982ccb 94a724751bc88badebf150218affef441027731e 979ddd003cadddfff4f546c76d21e1c8cfe7caa9 9c63e9007afa42d64d05b24a6e857b0680d84d7c a1a9d1b595aa025e9d637da79f3b468af6e406bf a35e43c061a2b13ae257d6213da2d3870e0810ad a8ec01a84bf8c3eb8f7a5cadf5352e857320b4aa a97552a3000e9c4f1f325117d4dab18265cc1368 aaf0595dda434bec7fd24c3ea6c0f55d6b6f8f28 ac491cc8e626e4fbf9b3b12e05b65d05ebea9f5c b1aab11bc7c84fe96d630b9a05b48ef3288676db b7e64763d8349f938f1d9eb498c60bc1301b4cb2 b9a152c053b6d75ad543395cfc92d0b1be6669ea b9fbc6973925f7bda759fca1864913042393a331 ba4ec6cddb0773faf8d998192e65f0710a7ef64d bc1bf3ca711a27345c82f68a59e7ce22bf236a53 bea0964b052b2517b8e9e1f2261be732ad0995b2 beae6e7fa836809b090e677a146a3028771cb0a4 c428593876a44b98f9783ae5f8c9542b25985051 c65fc4e5f9fe5184ce1e73723b3132737bbd270c caf026696809e1e9c4ffd2980786e284ecc1c5c7 cdfab2fc3df9031fb6ed835ae73ec9ff5aec0133 ce622bb3c5611fa7c6825ae6ac8eeff1fe5f9607 d12b77b0420273001d2183ec76fe66fb46e2a720 d46cbace7c8dd7505d380f2841232e09926bbf7c d957b757ab7ce0fd1f220d7b444106072a394005 da1dd6afc447df7905efc33751bfe73fa7380c8f db3e32bb44c6d489267d7abd6207accca64b5d76 dcd4a00e2cb6ab6e71312b53d5cfac48d4be2d4f de139f8fd7253b0831e2b4daa01fa49debae940b de5e5f58d70687e093b1b5d2519d96f7f1b3f1c9 df63dae3c0be1a1e5ac38a517bf9787bdd602743 e12f5adf9a6e1cb643fdebf9068bef07db6d4275 e271825ac0b99794d0bc4943892393fb2fe943e4 e4598d486278f72fb80214667c461072eeda91d8 e4f5b8f492fa2fb955b6455f2c67c42931e0ed8e e72a39a0768119bc85013eb2734060e6db18c9e2 e73095884e113a18b22cf11ea7ea2f8e1dafcad7 e91591b3f996b90cbcceda769c6102c584e84137 ea056450df3d8492c46717238232054974d6c8e1 ef8d2391d32402074b9b7c1cf6c8edb3e09b7f3c f06baed69869811abb005e1421f47d5424f7503b f291d2e08f4c81cfb8c9e50660fa0159548f6647 f8360587facaa2994dfc1b2330a94e816914bca3 fa690a53fa10860b25b59f1dacd193ccd2dec256 fb6c422ad1d11e6d1c8210262588d3cba4f9c8ec fc142dba2ac51c14e6a030202a834d4822dc0a87 fc61fe85aec302fec723bd993b758f2a314b4bd5 fcd32d369b9167e47c8b8ebe966c9d9a4a70d800
Postgresql-Catversion: 202307071

Package: postgresql-16-pgsphere
Source: pgsphere
Version: 1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1708
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx2 (>= 3.60.0), libstdc++6 (>= 5.2), postgresql-16, postgresql-16-jit-llvm (>= 10)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere_1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478_arm64.deb
Size: 435712
SHA256: f5f8cdfbfc435e9282dcc2b0feada774806151b8319ab15a8aa5c6c958d7bd09
SHA1: e9e29b32bc83c778e0162374c0509e5aed01448f
MD5sum: 95e77590b5600d4fae247eb276526f29
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.

Package: postgresql-16-pgsphere-dbgsym
Package-Type: ddeb
Source: pgsphere
Version: 1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 489
Depends: postgresql-16-pgsphere (= 1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere-dbgsym_1.5.1-1.pgdg20.04+~20240501.2318.gdaa9478_arm64.deb
Size: 424156
SHA256: 18f415c1b0308bf2de9499fb5a573d70a2972b3d4085115118b2c6811320d20c
SHA1: 2b7ed6c62758857f85b4849a8778289a2265bdd8
MD5sum: d899247618cd0040a7d2c1c92171478a
Description: debug symbols for postgresql-16-pgsphere
Build-Ids: c717e5d4369b7c2bb8a133f93fcca5bf66e4fd68

Package: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59171
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.29), libgcc-s1 (>= 3.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu66 (>= 66.1-1~), libldap-2.4-2 (>= 2.4.7), libllvm10 (>= 1:9~svn298832-1~), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 2.1.12), libssl1.1 (>= 1.1.1), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.4.0), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 10), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-17_17.4-2.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 17662428
SHA256: 0b5b50a349c11fae37c2d422ac5faf6fa554792dd2e2d3a6845df07572dd3923
SHA1: ed41c94e93557b0453618c2f11bc11be58f4c181
MD5sum: 012e1cb7178199bc47a6a64dd5ba3277
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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.
Postgresql-Catversion: 202406281-1700

Package: postgresql-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20887
Depends: postgresql-17 (= 17.4-2.pgdg20.04+~20250416.1737.g3424c10)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-17-dbgsym_17.4-2.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 18949572
SHA256: 56a758f64481f41497b319d55a2f51f4a18c04722ec7ef952c7a64cd39849325
SHA1: bafa055a86ddabea1027182283116afc743fe991
MD5sum: da4a6b863c1b7235f13331195215fec8
Description: debug symbols for postgresql-17
Build-Ids: 022a4a9892cddc1d61491e15490f2d2206f9e22a 03ab5585427d4dec7f322775c5de2d6a60138acb 0407c46226a9eac88e0fd3b1a4b07269346b2885 05e92dc743a3042026da5d8972c0b7f537c65b09 07a12ccf95f410ab49d4b7265efd54ab52153be0 091ef39906b82dd1109d5e149bcef425ab51f4e5 14ca31c2b970a3ffa54518d92a2cff97faf3312b 15392dc4c43aaf5ec99b01e8e2f3b33c71a3a26d 184eae7603764430bf394c50276fb6854679eae1 20cb6d9d56f7d834d209a8b2411c26aa79e855e0 24a531b67ed0b1e871dec579cad2f6e3df0e8e61 2701b0c8f23ef80b153cf596e06af248fe9ee950 273b0a46440687d2a037a6640192dd71c43947ac 28dcf04ab9eba1d3cc8de00a73149a491f0f5b79 29e5daa9d8c71c2dbad20c4626e2e7d7753ad320 2cce8d05633928835dcc72e06b395b6b83a3f3ed 2ce1b51b6cd4c0aa33e5aab6be85cbc44df3078d 2db5f67ab8889ee86e6c496eba6bab14aea392aa 31bfba5e5aa62edaab288b22db097196380a8db0 32272ab7234b120886effc9b87a1c41435a41a2a 32d874b916dc4fd4e6a152cee7a93c641bd2e0be 343e83ee0591f9f412ac099a99209ccbf6c93e0e 38e8cf9d1db7604225a2963a298dd300acbc7010 3a14bc72718a06ce31d6322bf15f8336afb72021 3ab322ccc441867ae78857b8520ddbb1ac3733e9 3ad7fd9d7737269daccc8eed83e6baaf15132929 3e88791e7d3488fb914699f21f650ee2df423c15 3fa51aefbd5fb851fb63d032c89c19a995175acd 429b34cc779f9bdb9f402f6244e21744310d5b26 478142de6bce16611d56c89d6fa37f8451243757 484b34abe4e7d24ce5d3838beca26092a1f8a79a 49066ff26561744e99d0769d0c825e0f627e54ea 495f17b7b3989f710df3e7bba3a560e12dca0f19 49f1e83c7c3357296c8c336a1c68509e7fe29a36 4cd6db10fb192e9f8d13f0bead49b19acb8a4eef 4d24bd67adc47df833f4f57aa5e296ce0b0cbfbf 52b58524e68821f559589ec311e7bcdc7b5df287 539f13c62f12177f3dfcdab673911a759d0fea2e 59f081cfd96c47bd08fb91ba3361d5f7d7980330 5a74af3c6e96f953ece04683869ba7de2cd9e17b 5cd274340d55598de8bd2d7015822bd6091a184b 5e1d54377906a8782f4f45851603a147c194733b 60a0602b1e573e0a5edb4b8077e930c4dae4c721 60d0c92e0290aec7ad3debc96d26dbc7f86e1731 62b1571013af7757633ef6d0104c02abe743c902 6339887d95d16b0d41004083e5a66524a49808f3 636654c4bbc36bca2f7bada6bf3a35eead8a0f21 654aa0cc1da98aeffc1c3c3c475dd71156dbac7e 65aebd926e76c1f38fda9005cefc81aba6ea5f40 6e630602ba044b494baf1471d50394896327e602 7a707f45bad2dc81deda1c192aaea0c211d1aeab 7b84c50fd77446f572cfb44be0a30e6f0dfcb27c 7d2eaca1c7b94be3431a13ad337b53837c3f2c61 7fda8cca1e1a342346b7e194d194891e4e09cfc7 80dfc2738d2e4c4a014e7da02f58ce36e76fe94e 826358b8d15c94d4c114006c8cd5176dda0a7eb0 85be9c72b013824c6e7209eb63bfb157af7f1182 8813166aec320e74521659ee82f040cb2bcb2a42 8a0aadbc5cedfdc8905c8e9357c7f02ee3ed5fb1 8a42436d29e7398cfbe203f937935eb98736490b 8e0514ec32c3c68169f8827fb1b9109c436730be 8eb62a837a7b8977403ee188e1fffa303645a367 914690743cae27d232b5147cd5edb22326e17053 92dc32c0268baeb02cef847b60643427ea42fccf 9641c381f42b4390394eecd619b191c0d8f4b332 9aa2e777e83c202683df68ba36444f71cfdca1db 9d2e99178d299a922055f53cc2d61364766889e1 9dd780d679f6d4ad9dc96936725f18d514bb7c8d a620808990b9065e339b6d38b83d5fb47f03873c af260e2e1de3d77ad94288b31b61ccf598f8bfae b09c59eabf84ccb2a5d23b9f720379f316edd698 b120faf4985905d7b02d95e8f710a7b46d11d284 b84ceec233f7c61fabc480b51a538132637af8ca be3175a0c837970c33c75f7fb577d4eeb481d366 c155e916d7118f1d89ed46766133147909d9d3c7 c1aff31294d5c461ff237c55def14780960f8a07 c7c2edd2d990e6e948aa1380a8d572c4bd53d4cc cc535c926f12fb8df42151a188bc21ffc916be9e ccdbebeb67cb6048a19269c8857479c80a497062 cec5e5fe99db5777808b6487214d64855d956e9f d1112c67dfdd742abcda10994aad40baa404da8e d399caf2c168808e0a0755e74da98c7f1421198c d54a05b9473a54020a2649d6d07de6faea647487 d853f6d7d890e07b49bff80ae04904109dfcbe9d da9518b9fd8d543813b8139a331993754130388b defd92801f6fdb5ce4f97794287c078c173a315a df4a51bee9e108342dfff334a3b4b11ec7043159 e13de98e556ed170afd94cc7588289f670e7605e e696cfe01fda2d2ceb7ef619845dfdb038b3d07b ea2c95b735e3b7470025a2fd861394b76a80e2e6 f1d2fede5a8d866b5f3df1241a50b9b507ce4ccc f362b9d1895beb3dfd4ade9bcb73770c9972b58f f9b427a3353803cc376ff6cf0adc38c995695e02 fa01888f6ab91d6134a84fa335b204068f587c2f fa05186be00f78b022fb0ac9fa04aec3bf192bd5 ff722185dfbd86dadedff2685c659f597c8f0def
Postgresql-Catversion: 202406281-1700

Package: postgresql-all
Source: postgresql-common
Version: 277.pgdg20.04+~20250405.0953.g89c3842
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: libecpg-dev, libpq-dev, postgresql-common (= 277.pgdg20.04+~20250405.0953.g89c3842), 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.pgdg20.04+~20250405.0953.g89c3842_all.deb
Size: 71660
SHA256: e7fcfadcba33ccab29632d6f0e1fca5db51c65a9d882b853f6da13c224540ff5
SHA1: 66e8b330dc32bf400f65c30b8bb44c5565ec801a
MD5sum: e8225b64544191fd79cafd5dbf3afa21
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.

Package: postgresql-client
Source: postgresql-common (277.pgdg20.04+~20250405.0953.g89c3842)
Version: 17+277.pgdg20.04+~20250405.0953.g89c3842
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-client-17
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_17+277.pgdg20.04+~20250405.0953.g89c3842_all.deb
Size: 71512
SHA256: 733c1c5af278cc28b6f01128b603f97142fe85a2a235b766eb198f0332470225
SHA1: 42f7f376b662cf0c549907e77ff336233b640310
MD5sum: a251f49f5950d11f16baf9b8c7968b62
Description: front-end programs for PostgreSQL (supported version)
 This metapackage always depends on the currently supported database
 client package for PostgreSQL.
 .
 PostgreSQL is a fully featured object-relational database management
 system.  It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects.  Some of the features are:
 ACID transactions, foreign keys, views, sequences, subqueries,
 triggers, user-defined types and functions, outer joins, multiversion
 concurrency control.  Graphical user interfaces and bindings for many
 programming languages are available as well.

Package: postgresql-client-11
Source: postgresql-11
Version: 11.22-9.pgdg20.04+~20250124.0126.g170e416
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6536
Depends: libpq5 (>= 11.22), 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.22-9.pgdg20.04+~20250124.0126.g170e416_arm64.deb
Size: 1462968
SHA256: 494fd1ef1f9290552b8121b12c1171c482b9e48d5f69b942eb9dec5f96d78e90
SHA1: 1ed83a7a7e4cf23362637ac1399346846b06c30b
MD5sum: eb00d9c0cdd2481cbffae7550f0dd9bb
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.

Package: postgresql-client-11-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-9.pgdg20.04+~20250124.0126.g170e416
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1892
Depends: postgresql-client-11 (= 11.22-9.pgdg20.04+~20250124.0126.g170e416)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.22-9.pgdg20.04+~20250124.0126.g170e416_arm64.deb
Size: 1568504
SHA256: 5e25088f582096139c1f334129edc57a3adfc3fde7905a792dd330f6357c1588
SHA1: 11c64f0028b0a4ff1a35e78c4c200fe06e82f28e
MD5sum: d9a8b9985da1a297953c393a4003a050
Description: debug symbols for postgresql-client-11
Build-Ids: 05cb8e332a0d916a186ed6dea547ead30cab9eb9 06cbc5e39e6d8aa31c6b5466ed40124020216de6 06d583cc4ba46b9a658f01b8ab9246a584a090f8 1505fda668ab14484c10289c597ca803abb1fa95 2016f0a862842dd63b46abd304598fa31c2ad1c6 21b116f4c30b6c74e7c97faa402bbb84e09ded68 2dcd44500186a972e15f6c0b94f8af4a7fc326d6 501fd575d28d94e92cf27b2dba2f3b9f2f15fd96 5215c9c9875999c1e0815001c89fa9cb7bd40e17 5db715d0276e44348527adacdc18f9bfa0b65af9 6407c36917bd9073688cf115365226ea354bb2ef 66d48fd77b2cf85fdefdc389090e3f301a1e6866 6819df236398cda399cef4509df05673867d9819 7b40879e1b37ee8337808903140ba681131140ab c7a1c75399e18d1dd41d8746bd190623ce279f47 f0153a2ba9496d6533de37c31dd2357263a736ae f95e318301c5a5139cb70dc2f75723ffe1024f75

Package: postgresql-client-12
Source: postgresql-12
Version: 12.22-2.pgdg20.04+~20250314.0204.g3f302f0
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6082
Depends: libpq5 (>= 12.22), 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.22-2.pgdg20.04+~20250314.0204.g3f302f0_arm64.deb
Size: 1401280
SHA256: 14216697d768b7a2bf0a8a0960edba1c0c03527365174b15ae28b4280ef73e96
SHA1: 97b7121d515f34bf5a5eba6c5d9969303f81df4c
MD5sum: 5465b8f27c1564de51ababfc498172d9
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.

Package: postgresql-client-12-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-2.pgdg20.04+~20250314.0204.g3f302f0
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2027
Depends: postgresql-client-12 (= 12.22-2.pgdg20.04+~20250314.0204.g3f302f0)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.22-2.pgdg20.04+~20250314.0204.g3f302f0_arm64.deb
Size: 1661140
SHA256: 7fc924931792102699577b2212e8a79b609d00df68ca2e5164d5ebf12f994609
SHA1: c044a99a5092863c9b0d8ffdd9f85a1931d9162e
MD5sum: 2df0fe86ef2398803357118aa794a452
Description: debug symbols for postgresql-client-12
Build-Ids: 0172abed1a82850daf2e8ba290084177910da42a 03ab8180fbb020301a327f301cdf2dcf0d87b9b8 08bee70a3cf8083fade43a359c2ed71a7fcf88c6 276da523240701618344b81b38b1d045610d2a68 3417dadb9e302a0942f54a0bf8a7d14b26cf1a6e 36392b5bd20f330ee432ceb628f7fd09b0b3c3fd 4afcb05b1e86e231540c930669034db62586411b 5435df203dbcffb3bd6f5321707bd90fcacab022 79683173bbc17f45fe7b24a1925c0cbdd92b394b 7abf9acd071dceea132f61be97ed2b2e55566c47 87d2474982fb6a8b2ade778ebeff1d64452eeb88 8b55d0a6595c172bfef15a79885a0b23f6671b62 a7b78529f2b24d76c13803739529af2551051a33 a99fd9adbd5070ce6c81b1d11e108f944467741a eb5b87983a7ca881dec73a6da2faf9397f2ce853 f3b319fe70fcb7c3ef20c72d7f482f5791a6599c ff1d6eac195b351ea5551126d8d1ab504c0dc463

Package: postgresql-client-13
Source: postgresql-13
Version: 13.20-2.pgdg20.04+~20250417.0339.g6a3e578
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6648
Depends: libpq5 (>= 13.20), 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.20-2.pgdg20.04+~20250417.0339.g6a3e578_arm64.deb
Size: 1489416
SHA256: 318b5b3addd3e318bc39a5e00e64f3039ce8a62417a9f7a9b3f36c40c401ee84
SHA1: 403ec56e975be9a13dca16b47f9d3837049dc76a
MD5sum: f304346de6120aeb91124a3bb39d2356
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.

Package: postgresql-client-13-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.20-2.pgdg20.04+~20250417.0339.g6a3e578
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2374
Depends: postgresql-client-13 (= 13.20-2.pgdg20.04+~20250417.0339.g6a3e578)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.20-2.pgdg20.04+~20250417.0339.g6a3e578_arm64.deb
Size: 1946784
SHA256: 561337c7fbbd6bdc777c488b8c236eceaa1c2bc8bb08dab39a8d747e7180ee5c
SHA1: 8fe469947d9c4c4863ad4a82974bae72c422dcf7
MD5sum: dc0581bc8926c4611dd81d18461337b2
Description: debug symbols for postgresql-client-13
Build-Ids: 0a0c0d856b212040401f8fc32a41b3c1033b48c5 3bc74c8bf298907a224f4b20acd05b3973a30202 5d9c600c4c9ca0c46e3ae5058cceb87e6e6c993b 712368af2d0f4dfb04a0200ce0c1a45ccbab837e 78b4dc61f75e549545ea12d66ef45b28d7a9f956 875044b080a1b34684caa4b0f6b3af3043bdc6e1 916f07500241b9feb85cf04ad0532b551616f903 9c0fcd25c67c07cae96dafdf6a43094a7d20549f c1e1092a760fdfc89cc26f8bbd57b0c0fa652b61 c29deccad915f8e99af4d05eb6c8e448de3bafd8 d52074888727fb036ea9491f760b9121b51283a9 e23de3da2595c1cfdb67660612f199e3c2b61533 ea611472dc6a2951b5f227402fd13b60bcc68e0b eb3ef7e118f2a5ff40027338a75783b978d7ec6d ec20bf9bcdd4502f9eba5f8580f7484842fc28c5 f8d3cf52a8698102d77716ce21e2c6204b22e050 f940b6d248fdb838feb57849d7a9e61bc3e1129c fabbdbf55c37af173041b5bf626468c7cc30ffe8

Package: postgresql-client-14
Source: postgresql-14
Version: 14.17-2.pgdg20.04+~20250417.0416.g148cc01
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7518
Depends: libpq5 (>= 14.17), 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.17-2.pgdg20.04+~20250417.0416.g148cc01_arm64.deb
Size: 1608924
SHA256: df14169e91c650c3917563ef83ac032fe12d7ad85e42539b531d6e823624a82a
SHA1: 78112c7e51a0faa1728b1b53b7ed3e2e9bca64c6
MD5sum: c53e09ce225e25a4e8caf04eba34b6d4
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.

Package: postgresql-client-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.17-2.pgdg20.04+~20250417.0416.g148cc01
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2753
Depends: postgresql-client-14 (= 14.17-2.pgdg20.04+~20250417.0416.g148cc01)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.17-2.pgdg20.04+~20250417.0416.g148cc01_arm64.deb
Size: 2238928
SHA256: ec33dc6dfc8ffc3952944116aacf887985ba22fb7cdf858c9a1ec00eed9dabad
SHA1: fd67f78525d0d4755955843fed95d39ff2df1065
MD5sum: 9f2d4a7caa57ceb8a1cb2cb563f5518e
Description: debug symbols for postgresql-client-14
Build-Ids: 00700ad985ecfccfff2eced6b446d92ddfdeae46 03c46d6d775fd42e278cb8c7df4922d5b98e4763 05c9d40e7f53d1786dc6bf31dc3ab77ab1454a72 190c4e24c74424532a6a978f8ea5b198c33879e6 20efb85dee2523beef9180b90a1e2f2ff5c0b413 328fd4d76971738722d1b20b9a73bf6e75e38919 38f07e0c12943cec2803db6f8fe8824ec2ba0d53 5c88ac179a96e034ae876854a9012d9b15357e67 5ea6e846baa27c2950b5675d1e901539dd6f1178 699f0b441ed85afb3ecc9fc2679cfe8b83da1703 6f9f9c3d0c1eecef484e23b462625cdc2cdc82d8 88747904edded0f8bbc9fa7d34b893da6018716d 8e6ae0799a448384f8d2862aa01f686f2072a63e aa15a67dfaac24dedbc33de70afec47528e8501e c18fce7fa7d3f5e60e2a43c2ca34b1f8fea2c272 ca3d603af723c057ef75e79f84a844ae5386e7fa d1586df5a60db79dbbe322378a522a047af254ec db0b4c1457a36bb7a270585d5603cb545c979632 e7819ed3398cfe3dd7c908cf17c05cdf9ad480aa ea10ff64205fb02d6d0d6228677c75f169d64db9 efd0ee19ad6a46afb98e290787ec42c31e5a144a

Package: postgresql-client-15
Source: postgresql-15
Version: 15.12-2.pgdg20.04+~20250417.0512.g7144cd5
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8150
Depends: libpq5 (>= 15.12), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.25), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), libzstd1 (>= 1.4.0), 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-2.pgdg20.04+~20250417.0512.g7144cd5_arm64.deb
Size: 1670716
SHA256: c42f484841e267dca4fdc5758500ec61985d2e8fdc936df86bb53de6f6a34f34
SHA1: c2afa329e36a66aad5aba19ce9de4adbab934e6a
MD5sum: 2e2fe01d2e0d487e701b574c182b4cab
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.

Package: postgresql-client-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.12-2.pgdg20.04+~20250417.0512.g7144cd5
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2917
Depends: postgresql-client-15 (= 15.12-2.pgdg20.04+~20250417.0512.g7144cd5)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.12-2.pgdg20.04+~20250417.0512.g7144cd5_arm64.deb
Size: 2380976
SHA256: b1eb858b0203ef8adbd79446bc84960512d087fdaa3bb1c9c5a0cf106e9b8fcd
SHA1: 9abf45f568370590f7a533a537ddddb5c71641d9
MD5sum: 29501ad6742ad450e116e209a3cf6fe5
Description: debug symbols for postgresql-client-15
Build-Ids: 270f4cabd86e213d837e3a6b0d3eb58121663802 4f6c0e5fc01d12ce055207f5ed91c917d91a2548 5309faceb1115541dbb61b8eb63b33111c507879 599b531fb5bcbdd51078fb0d6cdf6a9a3c6b925a 5a02274b1db3a534a16dcd01effd89d7dfba486e 609119f176a9fd38714e15bc39eab67be0166c51 65551a262cf2e61d1e6a9cba9111f0f7fd56ae9d 712c696fcba82cc64c49220852e3cd5b14db4036 76d8cc0057dcaceb8ba69ab339bd4a02156edb60 86ede5a16d809e1f1db2c0a5e9c2834c6fb18571 8a91ef63f0ad1280a6365f8f7ae12f86b23ae809 8f83b00df6b079f76fe4d4ba38fdde17dc2431d5 941198135a7244ecfb033c568b3f3f6061af072a 963b444da1e4fc0c36c0dfdf5d52d202f82979a1 996f6029d6bfc9aa54fda9792a3b596e2d66e09e 9cc90cf11fa9d514fec3d4f871bc377098b2e35e ae409de080caf35d0e922b856ca20e2061eca643 bc2f9a9e14b4f5cdc73a302c5b44dd04367f69f9 cdd16dc212c7ce2d98540784b567bede55799ebe e1c97d04cc698d7bdc0d47638df63eb24b0a602f facd9217a739cb5f8b43a57522ded3b9f103ac0b

Package: postgresql-client-16
Source: postgresql-16
Version: 16.8-2.pgdg20.04+~20250417.0659.ga25f21d
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9593
Depends: libpq5 (>= 16.8), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.25), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), libzstd1 (>= 1.4.0), 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-2.pgdg20.04+~20250417.0659.ga25f21d_arm64.deb
Size: 1873128
SHA256: 59866d980d98672abbedfce3c2b3e35329bcc7cd6cca4fbb4e2bf0f09a01d038
SHA1: 0ba9c3b994dbe30b5099ccc4e279bb06fd9c870c
MD5sum: 486a5d1f3307f826aabe62204416675c
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.

Package: postgresql-client-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.8-2.pgdg20.04+~20250417.0659.ga25f21d
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3002
Depends: postgresql-client-16 (= 16.8-2.pgdg20.04+~20250417.0659.ga25f21d)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.8-2.pgdg20.04+~20250417.0659.ga25f21d_arm64.deb
Size: 2470600
SHA256: fa57a2cd2319e30b3e0688cc881cae3ca12e237245bfc75faf0a5af0156adaae
SHA1: ff89f44cfbd1dc8b7c849e6548ce73786d80d3ac
MD5sum: 788bcdf27aa93a6c076b89eb93e7872c
Description: debug symbols for postgresql-client-16
Build-Ids: 0e2db55536f1b4ece0c70238c380706ac4e32bb5 15a8a50b2d8938ff8c309254042c75ef9547cd49 185f19bef5e79a944eddd8fbe36c89cc0a38090c 350a782a7a5637de3b95ce160b7e6123fc8f291c 3bc759637eaf9130a2138389ff8763939abefd4d 3e6c892aafa93bad2dfd1b22d60818878884f923 43ae4c3105190279a48c4d12cba58d32e6866972 520f62604d469c51098451f7c00273dfa8bf5890 6415c9eaf2492d36df73b263b2e07c89d9da7503 670189f585dd73321f831f9f14f85353d45ba016 679e954f0bbef832e85e84101791c4d7b88083a0 6dcddf4fe427d7d24697ab7d25ad6396760d45d4 7aa52b1c2db7922aaaef7816a02f20c9164c21d2 897de16b95164346d6fb872fc9661423e0d63a4b a5839bf145f8a3929b522b392051153d0ae1fe4f aaccfc3dd0afa356439a89bab87ea05bc46805c0 af1f94da4a703e5e76c83fc9f44c2fd3e763d1d7 b10342c538ea9bfd37deaf4ac3007d21b8a14956 b815a707aac473db012d4ee5a2fdbd5e022d89c8 ba380cfbcf58ec10a3d8a84c5fde428737864c83 c727deb92c46a33737c5b5429a68f2878464a414

Package: postgresql-client-17
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10288
Depends: libpq5 (>= 17.4), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.27), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl1.1 (>= 1.1.0), libzstd1 (>= 1.4.0), 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.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 1979564
SHA256: 3116635d0b24514d1a15e41354a8e9d8c7861b67a6d64912f7fb172d8b4d5d50
SHA1: 33329f9ddefc81a551d336a0fcc36d8300cf2888
MD5sum: cc0cf7d2ec50fc208428ff24dd7507fa
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.

Package: postgresql-client-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3255
Depends: postgresql-client-17 (= 17.4-2.pgdg20.04+~20250416.1737.g3424c10)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-client-17-dbgsym_17.4-2.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 2685064
SHA256: ec271844d5ba345a64add8285199e6f19ae1448124f809ab2066fa6d51f54884
SHA1: f8e179346823d561dcd058a2ff10efef8e73d58b
MD5sum: 8e508ec769c381b5c1357c07c4e28aa1
Description: debug symbols for postgresql-client-17
Build-Ids: 044057f157eb9eb7b228a6de0d38ae22ff35cf9d 2ce7d5f9c77c93fe46afd034281138ad103ac7f6 464e552285f1fbf68420d6b527e63b50d66d8293 4c96cb1eb3d4d7c3c035381b22138fd533dd3733 53f8e709aa851a62d274d32dda3603eb16c4721f 606477663f5a8d1400be77b6e372e66aa59c70bf 632d1d9097d9571c62324196b97a4b1445efe117 649cde62bb08139459361aa93d06590d49a71be9 69c36fab6c5fc9890e252ae1f46bb9189916361a 6cd71ca4b04a47d8cdf8ad86968a108f6c1dd440 794256d4b4e2681a8acd862084c327bc0ab2eff2 881a7fc09e5022e2a239009230141ecd9b8d7eb5 8e0118bf90846b53ad4204e92ea72b8aa41fbfd1 91f406f0f7a03d737c786a98a4693e1eb9d19b44 9d08e7eb45b36d5422fa53e0f5d4db65510554c6 9d9cf6a9ef0f91f8dd6b15e23e3ebec70695e9f0 a2b67d34fd4bd982769d3de5dc98643bf802b94a abf9dcc38fac5894d5ce95c5b0e59fea864e0b73 b3c4621db7d0544925393616256ea32999c7f96a c1aa9042e5e4cbfdf99c93acb1e6d6511d524994 ce22b800fafb0c0e80e7f917dbb59b5804e935c7 ef337610a3d138d77fe74d0214bbd24f6e0bdf36

Package: postgresql-client-common
Source: postgresql-common
Version: 277.pgdg20.04+~20250405.0953.g89c3842
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
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.pgdg20.04+~20250405.0953.g89c3842_all.deb
Size: 105612
SHA256: 6c172cbc568485e7fd9bb4a5a0d354c6fadeb4a3e8691dc021f273b9694cfbed
SHA1: 685663df3b06ef0cee55db81fd329b502d40bc11
MD5sum: ded2bd7bba2599068f5a79dc7756c914
Description: manager for multiple PostgreSQL client versions
 The postgresql-client-common package provides a structure under which
 multiple versions of PostgreSQL client programs may be installed at
 the same time. It provides a wrapper which selects the right version
 for the particular cluster you want to access (with a command line
 option, an environment variable, /etc/postgresql-common/user_clusters,
 or ~/.postgresqlrc).
 .
 PostgreSQL is a fully featured object-relational database management
 system. It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects. Its features include ACID
 transactions, foreign keys, views, sequences, subqueries, triggers,
 outer joins, multiversion concurrency control, and user-defined types
 and functions.

Package: postgresql-common
Version: 277.pgdg20.04+~20250405.0953.g89c3842
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 424
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.pgdg20.04+~20250405.0953.g89c3842), postgresql-common-dev (= 277.pgdg20.04+~20250405.0953.g89c3842), 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.pgdg20.04+~20250405.0953.g89c3842_all.deb
Size: 183168
SHA256: 06d46ecd903c01f977a39e8a409f7eaedc582047a29f39e462513fc90ee862c2
SHA1: 74efb5eb120009a155dc84135b61fa44ad2c6d17
MD5sum: 39403713cce68fbf16d20946ade6fefd
Description: PostgreSQL database-cluster manager
 The postgresql-common package provides a structure under which
 multiple versions of PostgreSQL may be installed and/or multiple
 clusters maintained at one time.
 .
 The commands provided are pg_conftool, pg_createcluster, pg_ctlcluster,
 pg_dropcluster, pg_lsclusters, pg_renamecluster, pg_upgradecluster,
 pg_virtualenv.
 .
 PostgreSQL is a fully featured object-relational database management
 system. It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects. Its features include ACID
 transactions, foreign keys, views, sequences, subqueries, triggers,
 outer joins, multiversion concurrency control, and user-defined types
 and functions.

Package: postgresql-common-dev
Source: postgresql-common
Version: 277.pgdg20.04+~20250405.0953.g89c3842
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 390
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.pgdg20.04+~20250405.0953.g89c3842_all.deb
Size: 131780
SHA256: d83bae2a8064bd997da58988a091c2f958935e5017b534efc0130cd48a11132b
SHA1: bd3c73e37d0fc823d0ba3e9b3cc0f22d36ea387b
MD5sum: 36dc7981d243e39bcba513ffdced4add
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.

Package: postgresql-doc
Source: postgresql-common (277.pgdg20.04+~20250405.0953.g89c3842)
Version: 17+277.pgdg20.04+~20250405.0953.g89c3842
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-doc-17
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_17+277.pgdg20.04+~20250405.0953.g89c3842_all.deb
Size: 71504
SHA256: 2fc68be8b15a64616d9be8874944ad018652c06238351b79474e9709c1a8f74a
SHA1: a855c921dce6ea1a85c31b51c5cbda6d0766b620
MD5sum: 9a9b501ca37e06037d2a12cbd259eb27
Description: documentation for the PostgreSQL database management system
 This metapackage always depends on the currently supported PostgreSQL
 database documentation package.
 .
 PostgreSQL is a fully featured object-relational database management
 system.  It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects.  Some of the features are:
 ACID transactions, foreign keys, views, sequences, subqueries,
 triggers, user-defined types and functions, outer joins, multiversion
 concurrency control.  Graphical user interfaces and bindings for many
 programming languages are available as well.

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.22-9.pgdg20.04+~20250124.0126.g170e416
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-9.pgdg20.04+~20250124.0126.g170e416_all.deb
Size: 1890924
SHA256: e86c29cd0ced3f5ec47c207cea9a5dbf317109c7cac601a39be10f6c589d12e7
SHA1: 44fba2790040fc2128a804167f80adcbf6cabba9
MD5sum: a69ce939e774f533444ce6bdd4a11a4e
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.

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.22-2.pgdg20.04+~20250314.0204.g3f302f0
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15182
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.pgdg20.04+~20250314.0204.g3f302f0_all.deb
Size: 1955020
SHA256: eff57a8da1542c3a70b376fba4692db922e12a90b89dc20d63769c705a52066d
SHA1: 3c97aeb115e2ed1446f55884ef9a0f2d86b54d3f
MD5sum: 79ce342cd40e473645333045eeb9fdfd
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.

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.20-2.pgdg20.04+~20250417.0339.g6a3e578
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-13/postgresql-doc-13_13.20-2.pgdg20.04+~20250417.0339.g6a3e578_all.deb
Size: 2005120
SHA256: 6797e011578430686901b97be1bdae808a96ea608acd8269bf8ec19edb70abde
SHA1: c5477a529280e02623a387f739c9d745b6870cf4
MD5sum: 2a2984acdf64ffd0e8f7ab62b549e493
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.

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.17-2.pgdg20.04+~20250417.0416.g148cc01
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16400
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-2.pgdg20.04+~20250417.0416.g148cc01_all.deb
Size: 2054936
SHA256: 8a012bc8439997f109c034e220f59b53ce5d952bdd8e72f10b1e23573b1d1360
SHA1: 6a16dcb7483b2b7b0e40764fa8c3e66009d7c76e
MD5sum: 45287922a45ac3344c8d4e890504d11c
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.

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.12-2.pgdg20.04+~20250417.0512.g7144cd5
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-15/postgresql-doc-15_15.12-2.pgdg20.04+~20250417.0512.g7144cd5_all.deb
Size: 2066188
SHA256: bb2e08fdf2fecd36950912074eb9c4a6ee8ede31f1f11ded9a50ec022d3a5d18
SHA1: 560009c1f5732c8ed42a3ca4af195d394562324d
MD5sum: c88cf4be9bfbf5e59f570c6c9628da8f
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.

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.8-2.pgdg20.04+~20250417.0659.ga25f21d
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16764
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.8-2.pgdg20.04+~20250417.0659.ga25f21d_all.deb
Size: 2116332
SHA256: bd4d8f523d70db45c48b004d13436627179c13ff40ff339b94c939b4a9585eab
SHA1: b1fb37555f9f39c5ea47e1dd67dd1e2a85661c40
MD5sum: bdc53bf2fd7458e82b913a049accfc78
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.

Package: postgresql-doc-17
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16918
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-17/postgresql-doc-17_17.4-2.pgdg20.04+~20250416.1737.g3424c10_all.deb
Size: 2127652
SHA256: ea23d75351383ef488a76145591507de9db084ff43a6e2b1ba06a0291006a814
SHA1: 1c41fc1ad4dabd9da13ce1f0981d40101e7effac
MD5sum: 599d1295e17fe64f1d3c20687406c762
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.

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.22-9.pgdg20.04+~20250124.0126.g170e416
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: perl, postgresql-11 (= 11.22-9.pgdg20.04+~20250124.0126.g170e416), 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.22-9.pgdg20.04+~20250124.0126.g170e416_arm64.deb
Size: 68912
SHA256: e341b281c58a0f78360b62f046d20ca86124beac7fccb0991e38f3f2c3878aa9
SHA1: e79f040f71ab63007ef5b0c03de83c1d5aa267f6
MD5sum: 102aac8a9d679697dd90ffd5c2ea2a22
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.

Package: postgresql-plperl-11-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-9.pgdg20.04+~20250124.0126.g170e416
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-plperl-11 (= 11.22-9.pgdg20.04+~20250124.0126.g170e416)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.22-9.pgdg20.04+~20250124.0126.g170e416_arm64.deb
Size: 162372
SHA256: 227702016c59bc07248bb3de7307e7f71655ee8ee5c17b31d5afc160b3225424
SHA1: 67be1ec048d36380d371db851da2ea8f9ed9c3cf
MD5sum: 5901a3ef33ed491438b889602ab42bd5
Description: debug symbols for postgresql-plperl-11
Build-Ids: 4bd8d86aeb7218b6dc07dbaa39c3103fe0911117 9964d159a57cc619f90435c80318c5cc07ae4b55 e2c2a271a20ea018bc1e61bae43e2602adf2eb51

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.22-2.pgdg20.04+~20250314.0204.g3f302f0
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 338
Depends: perl, postgresql-12 (= 12.22-2.pgdg20.04+~20250314.0204.g3f302f0), 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.22-2.pgdg20.04+~20250314.0204.g3f302f0_arm64.deb
Size: 87312
SHA256: a2dfcd6fe95ffe4763c5bb8a16b7a3d6efce1361772578832d3731f0a893729d
SHA1: d3a01f66877c295113be5633327aa6c5146cbb1d
MD5sum: e3cf9d9442b166ea5971fd90d31f1fd2
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.

Package: postgresql-plperl-12-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-2.pgdg20.04+~20250314.0204.g3f302f0
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-plperl-12 (= 12.22-2.pgdg20.04+~20250314.0204.g3f302f0)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.22-2.pgdg20.04+~20250314.0204.g3f302f0_arm64.deb
Size: 164880
SHA256: 34780a3224b0495bcbf07170e105bf30d56b559752b56f0b88e48d6b434045aa
SHA1: cb28239e7529ff71c90671139c5bcf7c7be7bd19
MD5sum: f44412216c1c42c24ad7b3352785fbbb
Description: debug symbols for postgresql-plperl-12
Build-Ids: 2c71de1e1fa99e2858bb588f67bcd0f6ed5d71f8 b202182df0eea653f1d5a4df2ec971c72524d56c e60dd4a10b8a5d468959cf7b17738afe8319422f

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.20-2.pgdg20.04+~20250417.0339.g6a3e578
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: perl, postgresql-13 (= 13.20-2.pgdg20.04+~20250417.0339.g6a3e578), 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.20-2.pgdg20.04+~20250417.0339.g6a3e578_arm64.deb
Size: 92128
SHA256: 794c49159d5c5bc377d5d5a691d3fd1f99616ce80740c94e009d965ea72d9061
SHA1: 8f8f999ecc5f9f0be0eea4d9be4901f28dcacd79
MD5sum: e4f131db44d8d3dd1666b6264a86f3cb
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.

Package: postgresql-plperl-13-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.20-2.pgdg20.04+~20250417.0339.g6a3e578
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 217
Depends: postgresql-plperl-13 (= 13.20-2.pgdg20.04+~20250417.0339.g6a3e578)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.20-2.pgdg20.04+~20250417.0339.g6a3e578_arm64.deb
Size: 172660
SHA256: d27773e62cc51e9ba07d0479d02f2ae6b45387fbd3ac9e341daff3c1780af54d
SHA1: 636cf00dc9e0ef6736e7bcb11a1da8652c4ec5ff
MD5sum: d56abf34c5c27a6602d829ed47ed5755
Description: debug symbols for postgresql-plperl-13
Build-Ids: 3049b9cc70098271ed0ff628818ca0e360756a8d a11ba3afdc574ad771f8f431542b4da8db727d43 a6b429ca85d8bc8dd7fae41b180cf59044142f43 d4b267b7d78d56f776237bca9cd14eab6e405a96

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.17-2.pgdg20.04+~20250417.0416.g148cc01
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: perl, postgresql-14 (= 14.17-2.pgdg20.04+~20250417.0416.g148cc01), 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-14/postgresql-plperl-14_14.17-2.pgdg20.04+~20250417.0416.g148cc01_arm64.deb
Size: 91204
SHA256: 038b1e50edd3ebaf94e288cde41cbabf2fef6f7ac92ef821b2ff78eb9a52e382
SHA1: 9876ec13ca16193f3bfd0a07592d53bc3946c1df
MD5sum: b5af6c75940b7469c9b7897fd6076b0a
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.

Package: postgresql-plperl-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.17-2.pgdg20.04+~20250417.0416.g148cc01
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 218
Depends: postgresql-plperl-14 (= 14.17-2.pgdg20.04+~20250417.0416.g148cc01)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.17-2.pgdg20.04+~20250417.0416.g148cc01_arm64.deb
Size: 172972
SHA256: 2250b9f5fd01b2c96f5b5e52016e055b8271e84df56c7d015c2cb928a1fb2104
SHA1: f2078a0765570ad45b6663c0165f63588a8d6e4f
MD5sum: c90679c6fbc36d76d35a978088d033ef
Description: debug symbols for postgresql-plperl-14
Build-Ids: 3fb46a85f9cb6c4a388ef2bde3e301e54a81dad4 72f42dbddb1059d55bde9ccf4c4437273ea6650a 95390202935a198f70d074a41dad2ce509ac16bf d300ced6d9c2ca616ebc6d12fa33fe373c75f783

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.12-2.pgdg20.04+~20250417.0512.g7144cd5
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 374
Depends: perl, postgresql-15 (= 15.12-2.pgdg20.04+~20250417.0512.g7144cd5), 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-15/postgresql-plperl-15_15.12-2.pgdg20.04+~20250417.0512.g7144cd5_arm64.deb
Size: 90072
SHA256: 39a1fcb20a2efcd6d86524629c55b5c950dbec0c9e39bf2101663f92a6e72dcb
SHA1: afa4fc9960fc460fd16cb4a68873ba2b32e5ebc9
MD5sum: e8c67c54c6575255fb9302130adc5d60
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.

Package: postgresql-plperl-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.12-2.pgdg20.04+~20250417.0512.g7144cd5
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plperl-15 (= 15.12-2.pgdg20.04+~20250417.0512.g7144cd5)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.12-2.pgdg20.04+~20250417.0512.g7144cd5_arm64.deb
Size: 176468
SHA256: bd62de926f15b44cb4936c7b04bee440f78ddc50158238795f55345bbef08e2e
SHA1: 3ad92ad4a4eeedc90f7f3db13d9a49dccc1b868f
MD5sum: 8e7d67d00099143c80f3d4771271cfae
Description: debug symbols for postgresql-plperl-15
Build-Ids: 2ea0e0fe70aa9609d91be634ded35c2579a3238c 8231d5ed30c294fed492764b6de373059d06c340 8698590749c5ab4a1e8d14d8be0450b13ee2927d ff5d0f6ab25d13b48e4cadd76c4c73f99c866475

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.8-2.pgdg20.04+~20250417.0659.ga25f21d
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 379
Depends: perl, postgresql-16 (= 16.8-2.pgdg20.04+~20250417.0659.ga25f21d), 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-16/postgresql-plperl-16_16.8-2.pgdg20.04+~20250417.0659.ga25f21d_arm64.deb
Size: 90168
SHA256: ed1299875310dc58b1e274544ba3d86ecb6bb95fc385a67e387ca988d04a7e90
SHA1: 3039e05a34494bddd4512d291c3059ff7ae1c407
MD5sum: 6da41a4d13e65e0ab4f0314a542e2389
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.

Package: postgresql-plperl-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.8-2.pgdg20.04+~20250417.0659.ga25f21d
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 224
Depends: postgresql-plperl-16 (= 16.8-2.pgdg20.04+~20250417.0659.ga25f21d)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.8-2.pgdg20.04+~20250417.0659.ga25f21d_arm64.deb
Size: 180624
SHA256: 9bdabb75e9c6e688f875a506f98c3981f1d9260e5d2d98f382eebaa7a07dd243
SHA1: 88a20a5bde6917d596b33e99fbad7c5e838603a6
MD5sum: 3a3f340a4027f2856a193ab3bb7b8d04
Description: debug symbols for postgresql-plperl-16
Build-Ids: 0eaedbdbf8b8341c763c070489e29da48a8e1c66 1cd0a8553c8f4db6dd8a9af520a6dfe5c3206c32 332f889cdeadbb7e7d41ca401723866eeb35e461 bdf8daae21dfd1270f459bf92273679f090e7b58

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 376
Depends: perl, postgresql-17 (= 17.4-2.pgdg20.04+~20250416.1737.g3424c10), 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-17/postgresql-plperl-17_17.4-2.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 87544
SHA256: c58f45e1647a070b8becfcaca59b33f28c48c86aabb1d5628c6abacec9675ca8
SHA1: 25d40a912b5bb04f9b7774708e2741a32eeeee00
MD5sum: 0d481ae71fbb9a4c1b0b06785b2b5d5c
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.

Package: postgresql-plperl-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-plperl-17 (= 17.4-2.pgdg20.04+~20250416.1737.g3424c10)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plperl-17-dbgsym_17.4-2.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 183872
SHA256: ea60c350d9e2abdfc35ca47c9552072b530b9b875a3f8631f9af7e7dd48fa0b9
SHA1: ab3f5daa23702b18c9377c8afb9161b5387db75c
MD5sum: ff92ee2629ff45373c48ab83119fd9f0
Description: debug symbols for postgresql-plperl-17
Build-Ids: 26bc655c08b0fae672885d705d919d97e0487284 4f0076984a5a354dbedf074931c69cb7f4fdabe6 bc0dddda581d7f1cbb615dc444cdb37dfb46f344 d4f568126f4c4102d735a367ba35cedfe3fc89d7

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.22-9.pgdg20.04+~20250124.0126.g170e416
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: postgresql-11 (= 11.22-9.pgdg20.04+~20250124.0126.g170e416), 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.22-9.pgdg20.04+~20250124.0126.g170e416_arm64.deb
Size: 77976
SHA256: 0b49fd75d1ed9dc438101ea5cd42f7694f97926c1d9d34ff10bd281a5307f31f
SHA1: 940c924ead01f87b7a0c963f06d5b38d3b3e150b
MD5sum: 2e2656a87092fa2556d63bca2a867be2
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.

Package: postgresql-plpython3-11-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-9.pgdg20.04+~20250124.0126.g170e416
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.pgdg20.04+~20250124.0126.g170e416)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.22-9.pgdg20.04+~20250124.0126.g170e416_arm64.deb
Size: 177620
SHA256: f75df3d6b982e9b0899325f98e7a5522e13159768dc232437e16fb169d5e8d73
SHA1: d379a1181b7ba584bd7f9ab2e5e841452a07115b
MD5sum: 31dd540341a98717c2ad6a8dcda3c025
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 0c8fcf137f67a0187c1f8027d131555e43c49f8e 0cf582c5875ebca859ee7ecc3a0a90a7deab2b1a 3f0853b664feae3edd29f4a0b5695dcb92fc7dc1 f38b3fea06483d97348579f5d3037e5b8629b564

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.22-2.pgdg20.04+~20250314.0204.g3f302f0
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 474
Depends: postgresql-12 (= 12.22-2.pgdg20.04+~20250314.0204.g3f302f0), 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.22-2.pgdg20.04+~20250314.0204.g3f302f0_arm64.deb
Size: 108880
SHA256: f77c6e7e6aaca4fe1898d0d3174389d2210c12b75374015d9e8eacc88c529bbc
SHA1: 0384de459ad257e87c4f5bff617254a202b6f705
MD5sum: 483568bdd7e47b0a84e292f5857a43e7
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.

Package: postgresql-plpython3-12-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-2.pgdg20.04+~20250314.0204.g3f302f0
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.pgdg20.04+~20250314.0204.g3f302f0)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.22-2.pgdg20.04+~20250314.0204.g3f302f0_arm64.deb
Size: 180892
SHA256: 11a04e8b40069d82a4e64f9125c07ab2504d8dd07891195ab3dbd26ac639a6fb
SHA1: d86674acb3bff1c0603e03f06e4f439349fcdd7c
MD5sum: c202f531d6ca470143667bff84ea6e97
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 2e7ba3f82737b5d5f22c7a08552339cd12bfc4a3 39d82bdb77a7f44ac127973c2787fd719ff22c4c a2d2bb94244368270e78d9f2b2922f09fb5f0da5 aa1b5fe8638dc1f1ee69e3815d6f15d5b2a5933e

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.20-2.pgdg20.04+~20250417.0339.g6a3e578
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 473
Depends: postgresql-13 (= 13.20-2.pgdg20.04+~20250417.0339.g6a3e578), 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.20-2.pgdg20.04+~20250417.0339.g6a3e578_arm64.deb
Size: 108188
SHA256: 8cc9f79176c2deec2fd2dce0272a22b94adde657fb64745d657e1b9c8f28e7a3
SHA1: efd3a7c833035c264e54b63a541f7854f976c445
MD5sum: 4fa4d710b53cd4987232610075f99413
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.

Package: postgresql-plpython3-13-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.20-2.pgdg20.04+~20250417.0339.g6a3e578
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-2.pgdg20.04+~20250417.0339.g6a3e578)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.20-2.pgdg20.04+~20250417.0339.g6a3e578_arm64.deb
Size: 180608
SHA256: 756753011004853ce8800cc76da619ed1e9aef45ee9dc10e6110b7dc71784a5e
SHA1: d0f785bc2587310f3ed7545db016abe99ba8f2a6
MD5sum: dc9d8312dd7c7856d837dc619827aa6a
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 0c6e3cde9a93c3e98f2861aec09a32684230e4cb 704251bee528789a9345cf0fe10e8765762c6ade 889feb2378779e36bdd063d8e1c56d8b5d6dcdf3 bb5b98c7ac91c8d6123f6b603b555a7279800510

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.17-2.pgdg20.04+~20250417.0416.g148cc01
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 490
Depends: postgresql-14 (= 14.17-2.pgdg20.04+~20250417.0416.g148cc01), 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-14/postgresql-plpython3-14_14.17-2.pgdg20.04+~20250417.0416.g148cc01_arm64.deb
Size: 109540
SHA256: f087d1fd511a0417877e362e5003e747612d751387370677b2320f76c035d180
SHA1: 90e97dce590d508d228cf9b671431cace002f5c4
MD5sum: a841f7be90eef10998e3a1e0c6b2a737
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.

Package: postgresql-plpython3-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.17-2.pgdg20.04+~20250417.0416.g148cc01
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-2.pgdg20.04+~20250417.0416.g148cc01)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.17-2.pgdg20.04+~20250417.0416.g148cc01_arm64.deb
Size: 181328
SHA256: 7325bdc41ab77a599b136a48144723cbe74afd6f42a4474d2c6a3d66c4783215
SHA1: 502c51b486e1bf28d5313fcb9b191db1549b4203
MD5sum: a7b43b65ced6ce40b657c31daacc69c4
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 31a8c6aa393fe903dd261e7ca42aad218aa2da21 6cfca170832fa56c7d45365ae3f4159177a1edce 73aa231eadda1ff7ab5f8fd315aa2a3dd3ea30a1 c9e59ff8aac42c94af1b1a4eba36c24b5e925e9d

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.12-2.pgdg20.04+~20250417.0512.g7144cd5
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 506
Depends: postgresql-15 (= 15.12-2.pgdg20.04+~20250417.0512.g7144cd5), 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-15/postgresql-plpython3-15_15.12-2.pgdg20.04+~20250417.0512.g7144cd5_arm64.deb
Size: 109980
SHA256: 63c2f1470bd257961cd7fb94e8ea278cd73cb5a5d7a0c790cb91a8a09f4e7df3
SHA1: 6c32917f37cbcecd4a924963d615a92635a4ea69
MD5sum: 65d69120cc985a8b260b57ea7f1101a4
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.

Package: postgresql-plpython3-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.12-2.pgdg20.04+~20250417.0512.g7144cd5
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: postgresql-plpython3-15 (= 15.12-2.pgdg20.04+~20250417.0512.g7144cd5)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.12-2.pgdg20.04+~20250417.0512.g7144cd5_arm64.deb
Size: 183720
SHA256: 9fc167d1084e56b7d884ab2c79e768fef9acf6220f7dcdf2d862dc3009cbadad
SHA1: d42b780e8599cd9821c5332ec8f88606dd3942a9
MD5sum: 7f67ef55a0ed65df22f5ff75d9435b9c
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 4ed6aef9439d7e94f7a43cc379a030793c8617ad 81fcb1efba8da4a8f38580595ab881957fbf0081 a766fd2e0afa62a84043365d23c5c82c65865b71 c14cca0fcd4e79568b62b177fdeba7a1df99448d

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.8-2.pgdg20.04+~20250417.0659.ga25f21d
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 512
Depends: postgresql-16 (= 16.8-2.pgdg20.04+~20250417.0659.ga25f21d), 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-16/postgresql-plpython3-16_16.8-2.pgdg20.04+~20250417.0659.ga25f21d_arm64.deb
Size: 110096
SHA256: c5c55e933d805505d1a16ea42ef08d2fa7fb5a0a3877fae1b178f0994d0c61d4
SHA1: e49ba243d411211bf9d9e730e88c08e7190cbda6
MD5sum: 84ce8bb200fa2dfbd30979f9909025d7
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.

Package: postgresql-plpython3-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.8-2.pgdg20.04+~20250417.0659.ga25f21d
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 237
Depends: postgresql-plpython3-16 (= 16.8-2.pgdg20.04+~20250417.0659.ga25f21d)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.8-2.pgdg20.04+~20250417.0659.ga25f21d_arm64.deb
Size: 186544
SHA256: a2e3318902e1a4ea1cdc140c9a105bac73cebf5c6184ff6c5cd0983769046d1c
SHA1: f2a660b9b843de388f6d9ac5485e4480bf084bee
MD5sum: 189ae7dfaf1bc210d8d9b3f0c4360633
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 05ac71192c904c27faa353e5e25ac5e01e6a3664 0ae226fc3247f5e775463530ab4bf59b3a88ac85 36d5f4cbae46c2da058eb41c7800f770e7c19400 9d043576daae1abb02c13c261a40ffb96f64b23f

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 513
Depends: postgresql-17 (= 17.4-2.pgdg20.04+~20250416.1737.g3424c10), 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-17/postgresql-plpython3-17_17.4-2.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 107296
SHA256: 6964b1ed5c64d873d2b7fec7eef6834839c86bf2b379c1bd37cc0b9f643eccd0
SHA1: 382563062dad63d11c528d85de246e2134296668
MD5sum: 6b1ab9e23903f096921631bb4225b152
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.

Package: postgresql-plpython3-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-plpython3-17 (= 17.4-2.pgdg20.04+~20250416.1737.g3424c10)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17-dbgsym_17.4-2.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 190068
SHA256: 9943d93ed7221fbb755567a1296ce62e12c771f18ba8b4612fd4976c0ce9dbed
SHA1: 8ad0758c9f3bae2d8f7c75ec260c66ae00bafe1c
MD5sum: ed0ce40dc465776710dba36e2437cffa
Description: debug symbols for postgresql-plpython3-17
Build-Ids: a9775fb79d2352312593cc35ab170e4fc4805c3d b0cef2e73e1869d98dd96827aa3629c72939bcbf d55f4549259fc9efe03e59b6e795de55d0299560 dd9475d0c365af46262bdf9a2351f6144d657cfc

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.22-9.pgdg20.04+~20250124.0126.g170e416
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-11 (= 11.22-9.pgdg20.04+~20250124.0126.g170e416), libc6 (>= 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.pgdg20.04+~20250124.0126.g170e416_arm64.deb
Size: 43840
SHA256: de4105b2442ed76bcc040a0ad866199bf0172c9f489125d73f1bbd0895c03e74
SHA1: 9ed55953137eb36f2efeeeb88d8087c7e861f5e4
MD5sum: 861a540747e932714dc35351bc27c265
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.

Package: postgresql-pltcl-11-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-9.pgdg20.04+~20250124.0126.g170e416
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-pltcl-11 (= 11.22-9.pgdg20.04+~20250124.0126.g170e416)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.22-9.pgdg20.04+~20250124.0126.g170e416_arm64.deb
Size: 100456
SHA256: 4d1437173052a967f8045548314c69bf7a5e9fb1b89d26886ea4762a5c93b277
SHA1: 9bc6119b8cafef27ac0204528bdd95a5ef72884b
MD5sum: cdb00489dce92be6e517be77ec476d66
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 0f679257c15f08fb10a6a33ae220fc6b1716d23b

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.22-2.pgdg20.04+~20250314.0204.g3f302f0
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-12 (= 12.22-2.pgdg20.04+~20250314.0204.g3f302f0), libc6 (>= 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.pgdg20.04+~20250314.0204.g3f302f0_arm64.deb
Size: 44144
SHA256: 2a00641668fedabbdd293886873243e115a3856d3705a051a6e32535b19152b7
SHA1: 3aeadde4ee22c08e86d97ea896be554669a6273a
MD5sum: f2c6014b11ca4e990bd29fd5a07bc08c
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.

Package: postgresql-pltcl-12-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-2.pgdg20.04+~20250314.0204.g3f302f0
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-pltcl-12 (= 12.22-2.pgdg20.04+~20250314.0204.g3f302f0)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.22-2.pgdg20.04+~20250314.0204.g3f302f0_arm64.deb
Size: 102076
SHA256: 38fe2b25c2894c303b229c9fe1a4dae387398fbecacd4967d3c95a93d80ec107
SHA1: 7b670e40ad3d365074d4b69a4aa0e345e7c67ad0
MD5sum: a0c08dfdb60e7ccdfc442716f212720d
Description: debug symbols for postgresql-pltcl-12
Build-Ids: 1c884a53c2136d4c3e52446bfda6847804f39521

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.20-2.pgdg20.04+~20250417.0339.g6a3e578
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-13 (= 13.20-2.pgdg20.04+~20250417.0339.g6a3e578), libc6 (>= 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-2.pgdg20.04+~20250417.0339.g6a3e578_arm64.deb
Size: 45620
SHA256: 2d62d5b941d04381bede2d21de08de9bab2e505a9a813a3fef6a4ab995028510
SHA1: 959e09741e0d6eec125333757b99314ce9ea31cd
MD5sum: 361a4562ee809255f23811425c62cc39
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.

Package: postgresql-pltcl-13-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.20-2.pgdg20.04+~20250417.0339.g6a3e578
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-pltcl-13 (= 13.20-2.pgdg20.04+~20250417.0339.g6a3e578)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.20-2.pgdg20.04+~20250417.0339.g6a3e578_arm64.deb
Size: 105928
SHA256: d5e542ae290ea82330bd45e8eb83897585092b0693be2e4a977639a4e5d389db
SHA1: 26cfdf3651cb27022cdb9d8e94660cfd56db7d4d
MD5sum: b6a2555ed8a1281025b6e19fdf3a4729
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 8b2d324f37808d4977e8ab8589d46aa9e0263a4d

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.17-2.pgdg20.04+~20250417.0416.g148cc01
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-14 (= 14.17-2.pgdg20.04+~20250417.0416.g148cc01), libc6 (>= 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-2.pgdg20.04+~20250417.0416.g148cc01_arm64.deb
Size: 43288
SHA256: 21d7ebf60d7483b6bfc40325032d929cf3ed20552583ec9cc938f7c64676419c
SHA1: a28b0e2a788f5035dda31aed73ca42f2ffeba286
MD5sum: 681ce28015e002ffb7ddbfb7a546efea
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.

Package: postgresql-pltcl-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.17-2.pgdg20.04+~20250417.0416.g148cc01
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-pltcl-14 (= 14.17-2.pgdg20.04+~20250417.0416.g148cc01)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.17-2.pgdg20.04+~20250417.0416.g148cc01_arm64.deb
Size: 106048
SHA256: 374e7f75159fb446be28585d82b9c015c2f3106779e76b1760f12b41332658ee
SHA1: 7e0988054682236a73e1aa822fd94317265657ac
MD5sum: 2ca6fbeea6f67ac252b985039ec74cd6
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 04336715903809b993fd3a0625701390aef66382

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.12-2.pgdg20.04+~20250417.0512.g7144cd5
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-15 (= 15.12-2.pgdg20.04+~20250417.0512.g7144cd5), libc6 (>= 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-2.pgdg20.04+~20250417.0512.g7144cd5_arm64.deb
Size: 43104
SHA256: 709406235ef9c886e4a381486ac8ce0482b70beabf867d38dc4ac9dcebd5b809
SHA1: 766475659f1c7b1414d33771a95e8d72e48b8068
MD5sum: fe33a03727276dd509874aa4761981be
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.

Package: postgresql-pltcl-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.12-2.pgdg20.04+~20250417.0512.g7144cd5
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-pltcl-15 (= 15.12-2.pgdg20.04+~20250417.0512.g7144cd5)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.12-2.pgdg20.04+~20250417.0512.g7144cd5_arm64.deb
Size: 109324
SHA256: b7d6b9500c0626477455dbeff57feebf37843c9cd8c8696423d30000d1a04ba3
SHA1: d577aef185f155c9d8d3119d622998b04cc7e58d
MD5sum: 726df8b3cb7c489e41fabd8c708d9598
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 394ea4410857dd8c73f3b0b9e8555232e2c84672

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.8-2.pgdg20.04+~20250417.0659.ga25f21d
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-16 (= 16.8-2.pgdg20.04+~20250417.0659.ga25f21d), libc6 (>= 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-2.pgdg20.04+~20250417.0659.ga25f21d_arm64.deb
Size: 42776
SHA256: 5cb26445c0541b3b19dcf76c34a2248886081cd6b716749b2ada93970a694c88
SHA1: ea7b82eed83e38682902b93697e0e862c84bf2e1
MD5sum: b0883787bfca108ce0faf752ba84f84b
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.

Package: postgresql-pltcl-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.8-2.pgdg20.04+~20250417.0659.ga25f21d
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-pltcl-16 (= 16.8-2.pgdg20.04+~20250417.0659.ga25f21d)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.8-2.pgdg20.04+~20250417.0659.ga25f21d_arm64.deb
Size: 111784
SHA256: a1d32d3bebc4eee93219412956a09cefca70cb8909ead4193ca04ccdf44de516
SHA1: a6b6965166aec3f88bd1afe5a84e76c6ea12e852
MD5sum: 5ca741cc3490f2a3cb1610c68d9fa9af
Description: debug symbols for postgresql-pltcl-16
Build-Ids: d83c3bd0a07771a0ac01da3ace107247c865a9c6

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-17 (= 17.4-2.pgdg20.04+~20250416.1737.g3424c10), libc6 (>= 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.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 40164
SHA256: f1494ced0bb638011ac1789547dcbd812d146c646a18c0f648e691043bc42be2
SHA1: 1b36fad78953c615079d82ff532ab0f46597a5b5
MD5sum: 938714ee05745360b963415707a25af6
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.

Package: postgresql-pltcl-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-pltcl-17 (= 17.4-2.pgdg20.04+~20250416.1737.g3424c10)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17-dbgsym_17.4-2.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 115576
SHA256: eb4174d6d4a4d764d33457c45bbcca04c6be8ad83a0d59f8b47b46fd38380536
SHA1: 26c548325f058dc714d1ad4400c13d2eab024ecd
MD5sum: 7d3087c3634047eb16a6108b7a443bc5
Description: debug symbols for postgresql-pltcl-17
Build-Ids: 4a277edb2fbb84733a8554481f2e3f763e955b9f

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.22-9.pgdg20.04+~20250124.0126.g170e416
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5057
Depends: clang-10, libpq-dev (>= 11~~), llvm-10-dev, postgresql-client-11 (= 11.22-9.pgdg20.04+~20250124.0126.g170e416), 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.pgdg20.04+~20250124.0126.g170e416_arm64.deb
Size: 929972
SHA256: e10edaee22182130aef3ff194a89b1cbf8e19f94bc4be8171855b63caf63bc84
SHA1: 752f73dea3f29865a52351528328a8c81db15cc2
MD5sum: c20d74ce54a26be576db64ca212ea8ea
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.

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.22-2.pgdg20.04+~20250314.0204.g3f302f0
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5641
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.22-2.pgdg20.04+~20250314.0204.g3f302f0_arm64.deb
Size: 997880
SHA256: f72169521a28aaee8a1cf8bd64b270f5579570ffd007411a8c4e77c5a192be35
SHA1: b442d4728dac75d0809520c1912fb992403b2e0e
MD5sum: 4f21afc835746b538d682c3d0fab220e
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.

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.20-2.pgdg20.04+~20250417.0339.g6a3e578
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6146
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.20-2.pgdg20.04+~20250417.0339.g6a3e578_arm64.deb
Size: 1046400
SHA256: a3a21122e7e1b509656a4105b81a6fa10a5af9d98b935706c32c7fca522e202b
SHA1: 99ec1f4f23fd4fba00e5ed7a21601a72bbf146cc
MD5sum: 200cbe2af6ccc676348f6abaa559d8a8
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.

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.17-2.pgdg20.04+~20250417.0416.g148cc01
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6652
Depends: clang-10, libpq-dev (>= 14~~), llvm-10-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-2.pgdg20.04+~20250417.0416.g148cc01_arm64.deb
Size: 1121084
SHA256: 60168695cdf2ca54fd6c927bf95af91875468a0a45a7a795f62f2e453726be06
SHA1: 736c18459ddb689d918d31d9662b5f095973a7b7
MD5sum: 35c63caeb951f4a3f6b0276fdb1a1b77
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.

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.12-2.pgdg20.04+~20250417.0512.g7144cd5
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6807
Depends: clang-10, libpq-dev (>= 15~~), llvm-10-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-2.pgdg20.04+~20250417.0512.g7144cd5_arm64.deb
Size: 1145104
SHA256: 9cb54c5b9ee9050c1cb6e818f4860a7690b4d21415162a6da5ca123e0c9f9ef2
SHA1: 60e72b4715bde5f1bc238103247e8ccf483aac17
MD5sum: f3dc7247473310b92a1ebbdbb48ae23f
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.

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.8-2.pgdg20.04+~20250417.0659.ga25f21d
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6996
Depends: clang-10, libpq-dev (>= 16~~), llvm-10-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-2.pgdg20.04+~20250417.0659.ga25f21d_arm64.deb
Size: 1170504
SHA256: a701d22d7592cc81000e9e97a62b0693707cf8009a81fcd1c6f265f3f4ede935
SHA1: 1b877e4f744d8a9c18549405a02adb1273fb4af2
MD5sum: aeab689342bddf0d598f58ba75dd418f
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.

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8183
Depends: clang-10, libpq-dev (>= 17~~), llvm-10-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.17)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17_17.4-2.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 1307184
SHA256: fd7bd7bbba96b11bdff2ac1c943e53b174fe3c7605abefb685a6a5dd7ee69b2f
SHA1: 5540945ff9429d79ff3b6f386c8294b8bcf1cfb8
MD5sum: 871b9ae5a4b80dac011e9acf1816f71d
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.

Package: postgresql-server-dev-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.4-2.pgdg20.04+~20250416.1737.g3424c10
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-server-dev-17 (= 17.4-2.pgdg20.04+~20250416.1737.g3424c10)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17-dbgsym_17.4-2.pgdg20.04+~20250416.1737.g3424c10_arm64.deb
Size: 54524
SHA256: 54d96b7d2bb9cae87bbca928ca34f6efa33cddaf53b7a292829fa014b717b0c4
SHA1: ef7773528d85fbb7bc17034e1e0ad1eff1d1d8b7
MD5sum: 5ca793451079ae2ea8e23ceb58b66bcd
Description: debug symbols for postgresql-server-dev-17
Build-Ids: b266c77e35bdae8a6d8f9b7b77b5aa7c7894ceac

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 277.pgdg20.04+~20250405.0953.g89c3842
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-common-dev (= 277.pgdg20.04+~20250405.0953.g89c3842), 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.pgdg20.04+~20250405.0953.g89c3842_all.deb
Size: 71536
SHA256: 3bebd43bdd9f89dbeb2ec2785067652a331e77ddfc615aa27beb01743965d06c
SHA1: fe785fd79eef558f4255a55b2b330e34e2b767bf
MD5sum: cedc6868636855147783d6def7f3087a
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.