Package: dbconfig-common
Version: 2.0.24~pgdg22.04+~20230216.1251.gac7e636
Architecture: all
Maintainer: Paul Gevers <elbrus@debian.org>
Installed-Size: 1526
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~pgdg22.04+~20230216.1251.gac7e636_all.deb
Size: 613096
SHA256: bbaeb2ec054ff4ed07a4b35f097ac2ef39347e39fba92288dfc8f8c7eefd4f9e
SHA1: 9dc5f46327986e22723cb9ce71cea78e5db94c4c
MD5sum: a723470d56d988bd9a614b5a5a29a729
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~pgdg22.04+~20230216.1251.gac7e636
Architecture: all
Maintainer: Paul Gevers <elbrus@debian.org>
Installed-Size: 9
Depends: dbconfig-common (= 2.0.24~pgdg22.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~pgdg22.04+~20230216.1251.gac7e636_all.deb
Size: 1120
SHA256: 2474d5057c0216ee78da648db536f7d220d606f98605fc1e703ab80c11d1e62e
SHA1: 4ba1746249cb03619d249440a789324dcfa2d80b
MD5sum: c687630307e37df84e54f0bcc894332e
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~pgdg22.04+~20230216.1251.gac7e636
Architecture: all
Maintainer: Paul Gevers <elbrus@debian.org>
Installed-Size: 9
Depends: dbconfig-common (= 2.0.24~pgdg22.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~pgdg22.04+~20230216.1251.gac7e636_all.deb
Size: 1380
SHA256: 504df9e882e3b93c71f3e0e79d0f994e9f243afe24a722f1940bacac2f05dc9d
SHA1: db15ef59ea68d725f1a96f57674f41aa40b975e2
MD5sum: fcf763f62c4b31c26e89be2f6fce3f77
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~pgdg22.04+~20230216.1251.gac7e636
Architecture: all
Maintainer: Paul Gevers <elbrus@debian.org>
Installed-Size: 9
Depends: dbconfig-common (= 2.0.24~pgdg22.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~pgdg22.04+~20230216.1251.gac7e636_all.deb
Size: 1092
SHA256: f04a361a51c86c0038b40d364fffabe07bec6d04ed88cc72fba8c9e73d9d0d4a
SHA1: 045d2223c811111f3a779b94e12494d7bf3238d9
MD5sum: aefaa440b02a43462a7e7cf5cc5cc772
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~pgdg22.04+~20230216.1251.gac7e636
Architecture: all
Maintainer: Paul Gevers <elbrus@debian.org>
Installed-Size: 9
Depends: dbconfig-common (= 2.0.24~pgdg22.04+~20230216.1251.gac7e636), sqlite3
Conflicts: dbconfig-no-thanks
Priority: optional
Section: admin
Filename: pool/main/d/dbconfig-common/dbconfig-sqlite3_2.0.24~pgdg22.04+~20230216.1251.gac7e636_all.deb
Size: 1084
SHA256: 87c1549403839adab7c703afa0aa8e698d99b690d981a8572febd14a59ab343c
SHA1: acedfa4520549ba05621cca5219d4754b33718f8
MD5sum: 32da40bd3337e240e7e4dd78d0147265
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.pgdg22.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.pgdg22.04+~20220630.2050.gc28ba08_all.deb
Size: 3684
SHA256: c6fb1d54d3ab3b19aae8e7108ab6fdde1f869d74cabd40c3e99d690b3349b213
SHA1: 75d0a00e92acd0f19b60aa9262aa133fb76ad4e0
MD5sum: a0cca6931976b5c13d88171b44e7fad5
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.pgdg22.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.pgdg22.04+~20220630.2050.gc28ba08_all.deb
Size: 4128
SHA256: a7ef9a2218a28c53d84c1defae3b145505bf1b236d90355c5121ed3552314bca
SHA1: ec3c681ce648fe1c4aab4ff462e934c186532284
MD5sum: 27c7b4ecec7160f631d15532da11bc26
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.pgdg22.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.pgdg22.04+~20220630.2050.gc28ba08_all.deb
Size: 16356
SHA256: e3b9b11ba8add44f7de91572a7f7ce4c860b1b36af435d9e20e98e8f13e1db49
SHA1: 54518f62703308abef5677ee8377a1002a476cbc
MD5sum: 27d5a5c9808b105d5d571080c8678ad3
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.pgdg22.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.pgdg22.04+~20220630.2050.gc28ba08_all.deb
Size: 4060
SHA256: 9b0e0b2b89a337815af4ea8911bd29fbaae9cdaee9090c87afaeeddc48488554
SHA1: ea186a787a2ed6e50ff554e6c1e868663cdaaf6c
MD5sum: 1fc9b4b20815232f804f6a9e5b1321f5
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.pgdg22.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.pgdg22.04+~20220630.2050.gc28ba08_all.deb
Size: 6004
SHA256: 3086c0034b700bf61ec3ba2a3c71b797c6d03f425ccadcd059b82fb9ebee6b12
SHA1: bb622eb9dc42242ae60622406244c5d82a849612
MD5sum: 7fff8b44363ad0f92b0ab88608d1020e
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.pgdg22.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.pgdg22.04+~20220630.2050.gc28ba08_all.deb
Size: 5616
SHA256: 058ebca8624cc2ee03091a6c1d980cd3f1071ae361071eb4601649dcaf3f29f9
SHA1: 4437ff6cb27be7b08ac2ae353f1f79bdb96b2a24
MD5sum: 45099c11fd2463c85b6caa90c0ebdbac
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.pgdg22.04+~20220630.2050.gc28ba08
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 8333
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.pgdg22.04+~20220630.2050.gc28ba08_all.deb
Size: 4251936
SHA256: 3cc16803cfc57521f289a256bb262d296708e9ff0b8ba7586f1a27c8e7537684
SHA1: 3d16336bd0d9dd3c59575d0ea57f477ae0281e27
MD5sum: a663c99d0eaec3aac896a48388d79a7f
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.pgdg22.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.pgdg22.04+~20220630.2050.gc28ba08_all.deb
Size: 5928
SHA256: df312b37793c8b824a21dc3412917b8f6458481880e1dbe21912daf1edff31e1
SHA1: e9bf40561021e0c78bb968e4cbbae152bfc1fd73
MD5sum: ae96eed0e8281d1c8c051d93a65dfd69
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.pgdg22.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.pgdg22.04+~20220630.2050.gc28ba08_all.deb
Size: 4588
SHA256: 57639f0f111e392196bef7cb4a852242c42d0e93073ff4b9d5bb1b7f6c9b61be
SHA1: 2767b20addc2fae2f1b4c567769b62b694521c49
MD5sum: 87f08bac5563813bcace84c790fb1672
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.pgdg22.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.pgdg22.04+~20220630.2050.gc28ba08_all.deb
Size: 5604
SHA256: f43b79cfc9df8ecdf43c67414c68d810c70fceb35beb64100b344e1b02b128e9
SHA1: 2a63008a4ec987f7f5ec844050cc4be5cfaa7c43
MD5sum: be329982b02aa92f24af9a020b63c315
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.pgdg22.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.pgdg22.04+~20220630.2050.gc28ba08_all.deb
Size: 6724
SHA256: 6728485c68504e8f63ddc787513680173acfbc229ef55ce74cb1b4412eb978e2
SHA1: 7a0428ffe6f1247f8040927b04dfed7af5624399
MD5sum: ae9a55c12fb23b5c908410b710ba51b7
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.pgdg22.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.pgdg22.04+~20220630.2050.gc28ba08_all.deb
Size: 10196
SHA256: 5cb848e63a0a167a2da9c1c3a4c0006943e7f6d437867fdc3eeef729ad389905
SHA1: 5437b0b700a3d4f5ea320b6661f5274dd8b53110
MD5sum: 9a6b07e03f6bce8ef466c737a7be51f6
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.pgdg22.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.pgdg22.04+~20220630.2050.gc28ba08_all.deb
Size: 3816
SHA256: 12edd950083462b1149edd91c34164e545bbefc37c017ac60d90d4addf0f0ffe
SHA1: 8ed1e659581fcd77718590fc491a0e1d587a17ee
MD5sum: 31206102e509026bc05a85d9b964722f
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.pgdg22.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.pgdg22.04+~20220630.2050.gc28ba08_all.deb
Size: 4580
SHA256: e661d3da2bb1b30335f453c5958032d5aac76754a5998dea7653c12a79a43ce7
SHA1: 61a969b2574f23411de4d74073d5c5bbff392c8d
MD5sum: fa0999c2f0d31f3f622e9d5537838033
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.pgdg22.04+~20250408.0537.g17a165d
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.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 15260
SHA256: 44747006c8e6a466a851d0a32cf1252bb415659bd8eebdc52f9f4e98ecf572c9
SHA1: 6a1049bca3d1170c3d21f3accb67b7e9b2752f86
MD5sum: 1cfc2ef873b5c1c3df33cecce24a13c6
Description: older version of run-time library for ECPG programs
 The 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.pgdg22.04+~20250408.0537.g17a165d
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: libecpg-compat3 (= 17.4-2.pgdg22.04+~20250408.0537.g17a165d)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg-compat3-dbgsym_17.4-2.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 17824
SHA256: 4732f13d4c736493c04e02aeca1c88f9a0371dff0d9599ba23d94b0f2fee7774
SHA1: 9eede62d1fba673559b35e649da51e8bbb9ecc6c
MD5sum: c1e81ff7453ec1f37c1c62b4deb528dd
Description: debug symbols for libecpg-compat3
Build-Ids: 8a88c11519da930b62b5b124cb28af7419e0e26d

Package: libecpg-dev
Source: postgresql-17
Version: 17.4-2.pgdg22.04+~20250408.0537.g17a165d
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1639
Depends: libecpg-compat3 (= 17.4-2.pgdg22.04+~20250408.0537.g17a165d), libecpg6 (= 17.4-2.pgdg22.04+~20250408.0537.g17a165d), libpgtypes3 (= 17.4-2.pgdg22.04+~20250408.0537.g17a165d), libpq-dev, libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/libecpg-dev_17.4-2.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 278940
SHA256: 569906c20cafe1fa0dce703af780658a5aeff75a17c13bc2138083a14cc503a2
SHA1: e49a8f45e00e3e16c26353dc0a3cc6f2b7644145
MD5sum: e2ba867a157fdcba9e4218824aceea5f
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management 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.pgdg22.04+~20250408.0537.g17a165d
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 323
Depends: libecpg-dev (= 17.4-2.pgdg22.04+~20250408.0537.g17a165d)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg-dev-dbgsym_17.4-2.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 253060
SHA256: 2990bc2a75ba2489abada49feced0172d010267f529228767dc58e0a15cdce8a
SHA1: 2af8eb079538a684e2e92b609f3322f7f0c509f3
MD5sum: 26e6bfcab4cfd7585d2686775c65f466
Description: debug symbols for libecpg-dev
Build-Ids: d425b3019089fb253317dbc8565c7e29e429489b

Package: libecpg6
Source: postgresql-17
Version: 17.4-2.pgdg22.04+~20250408.0537.g17a165d
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: libc6 (>= 2.34), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-17/libecpg6_17.4-2.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 54740
SHA256: 662c5cc0e89a55600983a577f0d4c0d5b3b268c9455dd1e9f0cd7c8ff22389ee
SHA1: aa5ea36990f8d27ba05c5e3db7bf59d13d497a72
MD5sum: 85fca3b3dbf72288b5590262fd509239
Description: run-time library for ECPG programs
 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.pgdg22.04+~20250408.0537.g17a165d
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: libecpg6 (= 17.4-2.pgdg22.04+~20250408.0537.g17a165d)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libecpg6-dbgsym_17.4-2.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 121384
SHA256: 3350bc5fc79b9c898a9b9397dbd29caba830e4b14bd39f398d336495448af733
SHA1: 84642d5375c28c94e0b0f2e36a58257c96f74c85
MD5sum: 9babb30e7df670316e7867141d80a9c3
Description: debug symbols for libecpg6
Build-Ids: 87cf67c3cd71bbda554fa7ae6252365b3795faf1

Package: libpgtypes3
Source: postgresql-17
Version: 17.4-2.pgdg22.04+~20250408.0537.g17a165d
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
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.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 39100
SHA256: 1a3b341f554b78ac245477ab67b39b6b11fd0638e5498d9a3d4fbc2a533e7c96
SHA1: 12ec86a06803d3211707e4ad74bba395b3b18e36
MD5sum: b263336f8069648b9230c3004372d291
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.pgdg22.04+~20250408.0537.g17a165d
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: libpgtypes3 (= 17.4-2.pgdg22.04+~20250408.0537.g17a165d)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libpgtypes3-dbgsym_17.4-2.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 87792
SHA256: b9cb08c32e5bbc8ee336150b76824368f6cf2cad2cf2bf6949c12984d3797bea
SHA1: 8d2e5fae4fa34d7608bd3e425be9751796e94b95
MD5sum: 4023b0d332a9b0afe43cfa191cd721dd
Description: debug symbols for libpgtypes3
Build-Ids: d2b1bccd817667996c7a2bdad8b31c22b3ba8ede

Package: libpq-dev
Source: postgresql-17
Version: 17.4-2.pgdg22.04+~20250408.0537.g17a165d
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 598
Depends: libpq5 (= 17.4-2.pgdg22.04+~20250408.0537.g17a165d), 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.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 144592
SHA256: 9b946da7166726a71ca6ff2a2aa39893e04a96d284059eac92417a58bec98613
SHA1: 8ea935279c79f51aa913e51a5446d1d43a0fcc13
MD5sum: fc922a52c5c7706afae7b3335e512952
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs 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.pgdg22.04+~20250408.0537.g17a165d
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1056
Depends: libc6 (>= 2.33), libgssapi-krb5-2 (>= 1.17), libldap-2.5-0 (>= 2.5.4), libssl3 (>= 3.0.0~~alpha1)
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.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 216792
SHA256: 0d8184e95ee72fa137972219e9b59fdb683ecdb4adbc434f65cf8655e1e4e951
SHA1: ebd5d1419da1abe1d0e9fbfffbce984c1724151d
MD5sum: 68767d8568b73aadb7ad70ee034507b9
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version 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.pgdg22.04+~20250408.0537.g17a165d
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 410
Depends: libpq5 (= 17.4-2.pgdg22.04+~20250408.0537.g17a165d)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/libpq5-dbgsym_17.4-2.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 328032
SHA256: 87cde0070dbcdc03d62e461ed18e46fca8ab21cf4388b2fe1c50b022e43f41dc
SHA1: 9eb62828f4ffa86a7352bef5d49b3859b33df496
MD5sum: e4460069f61f3005aba0dafc72840e77
Description: debug symbols for libpq5
Build-Ids: 0191d83c987691e22411dfb94c74300037ec7d69

Package: pg-cloudconfig
Version: 0.12~1.git658b443.pgdg22.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.pgdg22.04+1_all.deb
Size: 17788
SHA256: c941d10166ce5c6e1a688362250df8da5f2061907172d21596164deca5dc12be
SHA1: 2120d7c8f6ccc2f6455daf4b16d208682a7b65be
MD5sum: fa0f9399f1f80a411584a6b7229daa1d
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.pgdg22.04+~20240110.1356.g600116d
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 851
Depends: postgresql-client, libc6 (>= 2.34), libpq5 (>= 9.2~beta3), libsqlite3-0 (>= 3.7.15)
Homepage: https://github.com/dimitri/pgcopydb
Priority: optional
Section: database
Filename: pool/main/p/pgcopydb/pgcopydb_0.14-1.pgdg22.04+~20240110.1356.g600116d_arm64.deb
Size: 284816
SHA256: d2532a65bf1cda40d2d00609eeac2c1318905a388e9c4c059beb45bd01f89d07
SHA1: 9d18aa2b42b36e68b2677e694d26fc6ce8da7538
MD5sum: 4ce4306277a1959b4a7e8df5943dbc25
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.pgdg22.04+~20240110.1356.g600116d
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Dimitri Fontaine <dim@tapoueh.org>
Installed-Size: 711
Depends: pgcopydb (= 0.14-1.pgdg22.04+~20240110.1356.g600116d)
Priority: optional
Section: debug
Filename: pool/main/p/pgcopydb/pgcopydb-dbgsym_0.14-1.pgdg22.04+~20240110.1356.g600116d_arm64.deb
Size: 593156
SHA256: 066f8de12efb7c3f64d85aad8f65f755fdc7f99333e7901e60ae9ed101d52b26
SHA1: 9443c88e981e9e060370ae53a1908d287faa1f7f
MD5sum: 30ad6341b7b6e9a53054e5c301591b98
Description: debug symbols for pgcopydb
Build-Ids: 69a032b16b7e689d9293bb950834197d1b31a9b7

Package: postgresql
Source: postgresql-common (277.pgdg22.04+~20250405.0953.g89c3842)
Version: 17+277.pgdg22.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.pgdg22.04+~20250405.0953.g89c3842_all.deb
Size: 74256
SHA256: 3fe1fcd35b4c76def19d59069f96acf0d3062b2102f6f235dcfad334adac0ed7
SHA1: b9f927dd2625ef735a5b7b1e51722cfa2c792424
MD5sum: aa423ee54f426ddc9b8c9f4f53851a73
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.pgdg22.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.pgdg22.04+1_arm64.deb
Size: 20104
SHA256: 5db0345c3d94d83bd30d09a6df759178f07aba9a76ebe44439201c25b565d754
SHA1: d2b52fd1d5476f096d78fb8d50b68637988ccc49
MD5sum: 0bb22e022494aa1e918c3abe92b9631e
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.pgdg22.04+1
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Peter Geoghegan <pg@bowt.ie>
Installed-Size: 60
Depends: postgresql-10-amcheck (= 1.5~20220624.1534-1~1.git2a50b4f.pgdg22.04+1)
Priority: optional
Section: debug
Filename: pool/main/a/amcheck/postgresql-10-amcheck-dbgsym_1.5~20220624.1534-1~1.git2a50b4f.pgdg22.04+1_arm64.deb
Size: 43168
SHA256: d6aa7c80700fb6777386aa5f1dc85592cc9b0ce797f9f81df7e679fb8fb1cefe
SHA1: 48e307bac81ba4ec333a6113dab809569a5d239c
MD5sum: 6687d1881ae7a5d8f2be9601ba66757d
Description: debug symbols for postgresql-10-amcheck
Build-Ids: 9bfa4a6722c7a68be57bc7ee052d6317c9c3a2e7

Package: postgresql-10-pgsphere
Source: pgsphere
Version: 1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 998
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2), postgresql-10
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere_1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478_arm64.deb
Size: 175360
SHA256: b4ce93aa5b51ba8324a1d0982fbe618be1db5f395ae64636d59c9fdcb919b0dc
SHA1: 98bcdde9489d2084d00bf8f9a1dbd531f9cbe0cf
MD5sum: 55fedc448abb630a621b71e1d6fad0d2
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.pgdg22.04+~20240501.2318.gdaa9478
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 508
Depends: postgresql-10-pgsphere (= 1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere-dbgsym_1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478_arm64.deb
Size: 370596
SHA256: f8f4ddbff81ef33966301a578a5d683b8dff476cc7a45ab09ff3d8f14739958e
SHA1: 3ea8e545836f4dd77807148568c3187aa1783e18
MD5sum: 900819e7e628a9663654415eebafa6f8
Description: debug symbols for postgresql-10-pgsphere
Build-Ids: 984776ddce1b02a0877b60461a65b78b18d56c1f

Package: postgresql-11
Version: 11.22-9.pgdg22.04+~20250124.0125.g170e416
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45729
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu70 (>= 70.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm15, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0~~alpha1), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-11-jit-llvm (= 15), postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.22-9.pgdg22.04+~20250124.0125.g170e416_arm64.deb
Size: 14419260
SHA256: 4d03ecbbb82e9cde910f7a66ad3b0f14027a080c88fdb3d7507fe1646860dc61
SHA1: 252c3e8cf3cf83364fd8c04750de2d87e6e5ab6e
MD5sum: a6c5f71648d491be61d36ec38b71f804
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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.pgdg22.04+~20250124.0125.g170e416
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19492
Depends: postgresql-11 (= 11.22-9.pgdg22.04+~20250124.0125.g170e416)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.22-9.pgdg22.04+~20250124.0125.g170e416_arm64.deb
Size: 16082068
SHA256: e334565d752a33f23140966e17754e80e2c2da3fb540286b1475851035f7350c
SHA1: 255588926441233b478f3b810f9a9f5b4ea904f5
MD5sum: d731988fe6a67b0e12d62ce8d4e02dbb
Description: debug symbols for postgresql-11
Build-Ids: 00302e5cd7141cfbd79c7288d64bfc6d61f5c237 02df4eae1528f4333c55c4ef7124196b915eb8da 0404c93715a8f37c9cd42818455bea153c784d96 070c6fcb820a9bef5b56635532151a3a7dda1f3f 0d6ddebf84bb2bec924ac07ce311da4e2b861009 1252134f08288b17c9728b6460f61ad2b35c6433 12d81f839ce4cfaff2c1c168a2294fe65eab2261 19747e9ed17f49059522e1f6953bfcd2797e9f0c 1b73da091ea7f313abe80378ab9ccb800f845040 1c708ed8c0a3438ce5ffd0bbc4d2b8176d3a6a02 2006e1546e57ff384599e4d643c8693d7a8f264d 21456e407cef1498d9c88633e39d3bfd56e7dc77 22c81274ddc41f10b289942cfe28be7c62ef9351 2b1dfce11aebc8f09388efabe9c3db608fe754f8 2ea9f189dfbb8470f50b560675046cd74750d838 33e3566375acf6fa04e49016a3fa8b2cf7368161 34c7507177c116714927d1e622d70b94e4cf50e5 369e9de75234d5e476e8977d976c1a1152531d90 39f12d22783ac8b1b488825515fc79ed2e9111f4 3d4c984e43753b94f220ffa12fd5f6d86fdc2ef7 3d98613c48a70b4acdbf0b71d77ca0754de0934e 3f4c39afe62f43ea19af29dd635414810e066a79 42ea182f21aeaf3a979d8aeabac643904cc46091 47ea49be83a556600c67d90d5f47c938f15573ac 485ba67755f5eac0b054018eb5b5c1e342ee076c 4993f2c5abf842aa2001b393c970f80c573756e5 4aab8b272e75b65cdf9e755cbf009e936fa3b2a4 4b5ef35c08035b672ec92432ee9858543c6a543f 4d15db7ff558112c7aea2d9eefee767cb9abf57e 4d282b90d15b64e0febc3d61980b655ed70199b1 50cb946b36e437642e3d0ac3814e9225bc859d9b 51809743fa4c1250f657de5dceca03f98c9b5d6c 552806f610701c78d6e51d351cbf6b6522099122 5904e351301fb5950687b3a29b5eca7dabe4d6ee 5cc125374de1da2132c2e2df2fcf4c5122329609 5e6624e9651b1d19fb54cce0e6d797c65f677a6e 5ef86c3bd6b5acee11e840c284f52192724b574e 613c46c11120133a852bec5124079eecb5a3c50c 63c0e22530d690c404297a0d125b2784c093d4a2 6beb617d4cd25a85a8aefead3160e584ca03e233 6c5ed1d237b14b3bb06ae7f80cadd033ae9efd82 6efa5bdc0f84b4d623b0290f82209d2050061b56 6fb6eb3e8afe6b2b5fb6385493b63e856f9c575d 70d02b3546690c4db20e5b79bbabf2cbfd3ebdcb 7210778c5aa9fbba62d241334600c4b9493de094 77ebc5942f82bdd42094e738dc410b9198467bcb 7f5cd31593f6c6b3b8de783c0bb148caad1e0110 7f7fdb85bf7b79a5777cd1bad08844d9806d2a4d 818ec3db845bf59e9af61613fc00ff7255ad76d5 84042a897844e5b97b87a0c913c0f15d0eca04e2 85867c2312d3bd34686a30417f0f8521d42db8a9 889b84d880a6769df194d424b7794bd771923320 8ec11f400ab29d0957c5054cc2f9804e873d46a2 90fd614a641a0b6556f4c6817a8190e404ec1650 911c7256475259fdf713f7c8469cfbff0e4c0d43 9a2d32bcfc70816fc134f311946f017cfbc67d91 9b7988dc85d789fdedd52efc7fb10c9e257ed8f2 9ce95789b0eefe246b8b87cfb4f3f0e5942111c2 9e1df5dadd7f2c672c0fcd8d83a7a4be2b062421 9e4ad3ee3ce37bcb3062e7f382519e4508a1d993 a371636a9ac2fb6d30e41aea2f528c7f20975059 a495d7f4285fc77aa089b782a5ace9d2a2fea9ec a8df2c842a17ee77ed9557e4d533937c47fac236 ae1eb059f0e494b5859d3d018e617a2cb9e45f42 b1aaf6f9bdf783e5826586d17a441cc3a69874b3 b30f3e7ba9b69fa563288b962e236aa4a6f4235f b8f7d6e61b2d6d709cb5e3c70bd4693e56a33b54 c12b57ee4471c55a21b88f3382aa9c3ac1370de7 c1f21cfaf76d9ebe1b7adbfca4402656d86fb98b c3389241379b29f38e098172115e721a5a9c2d19 c44bb784fc709a18a420f29fb63b512bf3feb6cb c45d3a607b0ec96faad9eaa9c84e9fb6bd5605db c5d0d5492e940bfb6aaf95469b34aaeaae370df8 c81254dfb67554c527da6f36b2bf53978a1094c5 c8d632e3f710e83d09659e634ca9977ef4a68e98 cb16a56343739fb0ac4baab30159029e62359f0c cc95a12136a3874442ad11e9c2be3cb18613a283 cf59805e417b4aa11182ef09af7bfffbef151e08 d0c9db40d3d4e13391ee7df3f6cc3c9d8bf2a4cc d1157d10c9d24c8d4219a7e315abfc96476b7c4b d28c290da461e1bee579bab88160a11020bbda7c d4b3161b3175fe7028ecd0a54e32fe333a06147a d4bf489110bff078db13f65f214c03102e78b00b d7a2ce4c322644589dd483f840a6f9f2c183b66e d93c8da52c75617d833d45d74452919726a25866 ddee29e0413c9d688d8f73cb03345d86530e6cd7 e2abae8debba29d112951912e12ab76e630f1760 e2db42eb070cc0f7d8cb7a8fc6177be5e06062db e8b9dc7af7b1fd73604527967015fb1e1ee68c3a e924ebe644226155436012c34465d5e99487c59a f15e0340581044973fa0fa9ffa15ccc319336859 fcbbe86d1763d4fffcdfe79a673e5b8fce38df6f fe611e754e83753d4fb5a2f65bbfa9dbeac0c722 fe80151034d418acc7130d1a92ea6182dca2c0a0 ffdeb63c70b2ea98799abc36ec853e395ef9faea
Postgresql-Catversion: 201809051

Package: postgresql-11-pgsphere
Source: pgsphere
Version: 1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1623
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2), postgresql-11, postgresql-11-jit-llvm (>= 15)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere_1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478_arm64.deb
Size: 428004
SHA256: 8c76c3b869081bb3c9844ce7a884cb8eee094786557fed58f01e70782506b865
SHA1: e4e7c86f904f40dee8e2b3dbd93331d1214590ea
MD5sum: 318ee2718ebab6c83447abe38df21d69
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.pgdg22.04+~20240501.2318.gdaa9478
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 510
Depends: postgresql-11-pgsphere (= 1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere-dbgsym_1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478_arm64.deb
Size: 372044
SHA256: 4020ae993ebcc8d339608a19170be7925f568fcbcbe71bb64591e1a8bf3500f2
SHA1: 555f5b941bf6471846f43a4579ea86a292cba41a
MD5sum: 5308e44ed80902433294d049c3cf0878
Description: debug symbols for postgresql-11-pgsphere
Build-Ids: cc8d53c83fdf4014e1c5f63f0d68a46aecce561b

Package: postgresql-12
Version: 12.22-2.pgdg22.04+~20250314.0202.g3f302f0
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47905
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu70 (>= 70.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm15, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0~~alpha1), 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 (= 15), postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.22-2.pgdg22.04+~20250314.0202.g3f302f0_arm64.deb
Size: 15028488
SHA256: 9bb7aa7ce0e014ef62f738e15f41658808279a0af347e3373b430ce8f62f5b21
SHA1: 685df1338ffe1cc035c70833b2c62b527d16aa83
MD5sum: b3b9cfb78772c5b91edace6a26d51d76
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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.pgdg22.04+~20250314.0202.g3f302f0
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21411
Depends: postgresql-12 (= 12.22-2.pgdg22.04+~20250314.0202.g3f302f0)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.22-2.pgdg22.04+~20250314.0202.g3f302f0_arm64.deb
Size: 17813484
SHA256: f47dcb585f9f9fc9dd3223529e9606a7d03ebbb6b23e27577c01cabeb179a458
SHA1: 82b036fe5e14f3b893150e505fa47568da8565f9
MD5sum: 3c9488c5f2103a2fbc7725f38690a796
Description: debug symbols for postgresql-12
Build-Ids: 027f38db6bd00a408bd2bc3fcc4fe7a4a418b4b3 03d6dba233244f676377ccbb5841d09c97645855 0c8ced2b8cb23bbc2480c8fe0ba8a658f47d8cdc 180c552d16553eb01a20c020fb1c2ddfaa49297d 19e6c5ab0abaaffb3d3e2d64c5ca801fb0169d59 1ac4c435b1158a0196131b47fec56ef292e438e9 1bc6b9e3d0589c5ab3073bff3bf2dbaa0a9c8d78 214d4f3b849c2fa1a4d71fde85d7515749d61aa5 250d9f36b988f54efb83aebc96535dc0a50ada9a 262e995cff5d4c26e4bd1f89729100c70e90407b 2b26619cd23ac5896e7a00a7ead51708d462408c 2b92ba9b92f2a6eb95bdeafe9f993247b6ad406f 3aabb14d1ad7ee6e563111f56077245344ab85be 3bfc61ce08062317322beb48e40036b21f3caf1f 3e2b323ed0f76c20ed9397cc0e1420e496312a68 43c7cb0d020bbca01bfe1eaaa0f687ec6895916c 453f2b4b3983111678977773b7f429d2f26d6f66 468f3520b51b19740a3f8e571d7f7c54bbfdb851 474c0e527c74909be66b9446e281ba6c1ee7a370 4b663e13f4d70a2ab124fdc358930bd8143472a2 4b67bd8be436fea25c4783899bb33726ca9748e2 4ecd65d9e6184ce87c8e6fb96c7220f62f972a56 520bee4aa4bd6967f593bdd789373e8f6a2d0188 52ec60448c30522c16414701e0b91fed1807578d 55351d21ea3a95f2d0aad19c01c5b6d7f54a3b57 5560d50c22feb24425be816e4159810eeba90d5a 562c77b164ce8c3711e5f944263663d6857b8871 59039a25e6f43b0b6338b53a20a9cae4571eff7e 5a808eb4a9c26854f9be22f683c72a66680660ec 5dd3c56f891fcbdcd30945e29c87e9b424957536 5eb7f1ee14e3d82723b615640cff3db6bba495a6 603ceb87353b306d9f6351308b6d806bf710353d 605008d00eb5e2bbdb0af5e9bc7e3b3bb49cc6ee 60bad030c3106fe044001ec73ed064e160c1ce8e 6490b27f5c0e0f8f11b45b02e6edaa416482c479 6b3bc86e190aabcddb088e1d31d20348a0726097 6d44e08394a9af4959b2c6e03d94d694f7b7f0f8 715f1ecf5ec028e583c864efa0e0004f49138fba 7b17f07d3710f20df6acfe7efe4503958d0b3b11 8013884d640a6a1187a549a7cf6e7bb998aa7769 8424ffb1e836026fa26f4740f2fdc1ad78970b09 84886aaa6b0dfb5a56126147ab309b6304616ffd 8498cf31ee722876d448e030f99973f678c0f13f 85341f3763e667b34866c1f90e57a866660c742a 87013a6a0951bc622efad29f49decef74413231b 882ee2ff8889750bc7fdb513ba06fb56fe9d212e 890ec976bc6513ea791cf100b00d5fba5caa9ecb 8c73b53e3a10eaf1a262cc682df50f909b3f616d 91ffa8bdc9ddf57c80e4137d2690c9c744415110 95af46b366814fc9cf581f16f12da2ab4491023f 99e2cbc2110670840f9e3904099230c1c08b0c8b 9a81c607b508ede3b3078f1e235d7edf10e05592 9c9a2f60c4bfe8f02ba6cf990548a97a2c59c8e3 9d62fedb7c3919d7d5e203724c7b5e1b7f162bd3 a098087f9531736301df3553120a73b333a795d1 a22750217fa402c367034f9b17c477078e9f8327 a2f3d9e427f6633c0cc8ee498aff4c9ace24bca6 a3e0c68222b5dfe93cc5f1a312a4b2616485aa2d a4d87389fff650087c9fdb02102ca246276fb58e a606045b2abaaeb86ea2e06e57192e4eaa031e09 abea9a26c883f4dc702f9696ab21c5a4b6fb3f1c b058830bfd0d769b441f27ae141e02dddf9950e1 b0baadb50542b757f2bb8a8ef34fdcc32188291b b108cb26713c7e57262b4ece0afd29547efa7ef9 b164e1d10d541a73b155afd93d570276c7204fb5 b19cc38a37dbc96c835c84f956c6b8352607c6be b1aa3d1a8cca7b3800dde90b1bd61299b7ae09e4 b2bd896210e5e6b7b82441323ec748e37191c8b6 b812fc62e07139bf899c3eaa30a20fe408fc1203 b8283faba26752c6694611f6925674dcf7183fdd bf70b3eac4dfe53188ac6395256140501661fd13 c07b3d7e9ed776cc1a1686042b7c274a3263102a c1b61f2c000efb156e07bfee2e4a02162a08235f c6c0bd5093a617837e823cf15bae30a85b731766 c89ef188e8f81e9b475140d6c76a1d9999d319ca d62892bbd071695725216a3e4a39924adaa83dd1 d949013a1a346dea2e9a980289390b269ca117e1 d9dd26352c593535591440192840ee246e651ab7 dc80e07fadd4453ee9c01e87e528667cd929c72a dc818d2ea0c6c0ca411d218c34703d4ccd7ea659 de3e72eea24e02f55916fe3902ec95a5a9cb4b6c df653430f1d242d5394365118d8059d8773798ec dff3e4cb0ddb6052e47438763dd7f35432058069 e13340c35581c24fc57a42b4d8418b225acc7ff1 e3e799f0e86ebe2df2d0f7825d59a0a01041c99e eb9c5e41416e28902cf0ae7f3d42702432d65f64 efa7e8b8caa45488e0aa82948b9da43985bb8720 f0c329dabcd4e13b33448461447360a155d25fe7 f23ff06c4a8b2170c01de446754498f841891d6c f28362af39b94fac39615397609522346c7050a9 f43075a9b163f31502755a83c3ba2ba581a537bd fa0235558410ae79e5cf69460b8801de2a294697 fb2f03fc452e341fde0eb29a0ff791867966d8d8 fdfdd08e432d92d7d22384167d9242f67eaac88a
Postgresql-Catversion: 201909212

Package: postgresql-12-pgsphere
Source: pgsphere
Version: 1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1633
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2), postgresql-12, postgresql-12-jit-llvm (>= 15)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere_1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478_arm64.deb
Size: 435936
SHA256: 1b4a5a1479c22de61a8d0a07c1007943d353c5b6f0f220bb214840a1a20d1d0b
SHA1: 3608f7af6b109fc8edb7a4a88e11ae1afce14570
MD5sum: 42a685199597f2afd9139cc008a0264e
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.pgdg22.04+~20240501.2318.gdaa9478
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 532
Depends: postgresql-12-pgsphere (= 1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere-dbgsym_1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478_arm64.deb
Size: 393752
SHA256: db4572ab4cdf4c11d282b03a1209eb94da8c00bbad093e57d81b4e8edfe250ad
SHA1: a08bf44ee33c34da425d79c18c57e9c469ebdfe4
MD5sum: 85b9afa7828c2cb6ca2c5234ca43965a
Description: debug symbols for postgresql-12-pgsphere
Build-Ids: 1559902b64c4c255f02f283c963aff8e286049fb

Package: postgresql-13
Version: 13.20-2.pgdg22.04+~20250407.0336.g04e6ae9
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48025
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu70 (>= 70.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm15, libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0~~alpha1), 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 (= 15), postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.20-2.pgdg22.04+~20250407.0336.g04e6ae9_arm64.deb
Size: 15285592
SHA256: db51c47eb7d286d3caf2559ee24ff53d06a0e59d41b0425a68855e0c2bb2d516
SHA1: a85d78d59e63f3fd4c1de6da1778884190796bcb
MD5sum: d7cf7e83545ff4379529ca1426286276
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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.pgdg22.04+~20250407.0336.g04e6ae9
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 22317
Depends: postgresql-13 (= 13.20-2.pgdg22.04+~20250407.0336.g04e6ae9)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.20-2.pgdg22.04+~20250407.0336.g04e6ae9_arm64.deb
Size: 18610416
SHA256: a9f86ca548591d629177add6bc46cd3d1eb68f184ad1bada003c0a7d21afccea
SHA1: 5eb45437e1dbd8cc68a46ddcd0b6d3b4f6db3aae
MD5sum: 1db435cd91f003e002a934d263fb3ca4
Description: debug symbols for postgresql-13
Build-Ids: 02ec17b0e1230fc4402603e1ab12ea99f2b5dc14 076237c453ea658f0544e765b6137af66a14b482 09a28b046dd1ccbc1ae5f249230c8abee18226e8 0a9eb78e87d131e7bddbbc266b67cb0e59a059cd 0c5354905fe85fc10f3bbb3924fd83122607a129 0ca9b1ba3b639c5b2b2c38dfb0c9f3281ccc6739 0d25821bafb39c613dbe08724524fd7c6ec9bc3d 0d2dbccb51841fec20b2a890ac5d7244a0a31a62 107b61ba12594acd6399b15e470f08a2c92ae421 10b41f01a46e601d80840cc72ec2812b0367deaa 10e096d7647171f52abf933e6d2c62abd52bd7eb 111a6167db96c75d135870cad7e20c4ba8444da2 156e55a9810dc25adf3a407b95ac3fcb17d24bcd 16bb9fac8af4cb336bb6dcb8410e699361f697a7 183f097c6372c5ade6c348379171d9ba03d53657 1d6aef731ca7df731044ec53cfc8271bb76c53e0 1fb9b3f2262bca94b41e0bf9acab69971a377bc5 20c1143a7960b5f3ea13e2a9ccb34e3f116bfdca 27926654d3305b812254a76030355f53f278c226 2d0a78da98114220d97c53a529f2f8069bb01988 3ba77faa2a5eb51d5acf43157446645c8b10320f 3d33eb940716cc31f6eb0bf5d6a3080974a154fa 3e9e38f379d74cee2aa4cb1054ba8feb5364dc84 3fc7f7dcc4480b10747ffd1c60e0afe33b1712d1 4210f86af407df4ae350593615c13553961ec083 42e5cd956255c06d45956217e94449cbb6bbbab9 445cdf2297d858e852ad264435168154c04d256f 45bb2a9503ce49e67e3388ed4a0ce3c5c1d03c45 46cc3b0e806ce5c4f71e751b6983e271b3ffd2af 476f0049da67776236523202090f92e2419d69eb 4b805aa3f97127b110f2aadf2941bc27540808b9 4be31a8d8968b78dbf12fd52ed4b8817606d1558 4d887e16995af4445e2bdbbb855eb9c044ddc479 58c1a6d69a521e16e9ad7097e01aa8bda2219e39 5c90d3982d4894a40004c89e078a5b283308234f 5cbcfd61c4fa04ffc56462a98aa87845357de5ef 5f67ac50d35b683d9bcb6e8a192462a7af9d2ba4 663d8aae067adc40e20fdd2f5ef8f2a32e7fb912 72c61e05f3e26cafd408cf669324eeddff74636b 7639f6ff1bc53d8c68538513738efc204c9a5e8b 7646e34f120e373e74ee23fc36e1cb1332e5f757 79855aa7f27b0cfb545636c50f9064adcefe8213 7fbe060df1de62d833ce1c80bc1df3027bffcf9a 7ff9c5124b06fac78bf909314bd5aedd7fd2a353 84d21454240b02b4c21370e199661326ad01fa41 8534fbf8c89dcc0ce1d1113007632c9677867a2d 865ba6dd6175cf7a6e1802a5070d8ad34e92e731 8cb250f2c876e502d6c7ba07e28efc677d61e610 8f98a0a9e00130160fe3b71e530fdd56ba4d8678 929bfb93cb2de04a62e159a25aff8e0cf99679ff 949d8b8669a9b05e1a141a56252355e864e70183 9d5beb343a45bea9cd9bda62cba77ea63be82624 9f700a4a3ca1cca1db8319af78f29b27bb46bd1b a14b3eb3286db6161771805a32bfbbe66eeb55a0 a1b08dfaafceaf330e2254774168b8d98bdb0349 a3d048ad13850fa56a26881e0e863f63c7cdcbae a43ca4ac4ff49f9d607ae89817b2b9b8d06ea6ce a5336b3d5174ae14b4a8eb131742d7197e9e8334 a794e06458231b9dbddaab98bc23b96a0488bdc8 ac62665a28c68e135b7d0bce316c1f58ac9e3d0f b37e3b25dd5aa5956f944edd00543ea7a28453c1 b4446eeed2a8424181171a637496306ebe82c2ad bade59c06297158ae69039a8ed91f839f14c56c6 beb9dab7d66fbbc3eaba95f7fbd693b2c214794b c0b054200c388fbfd3a628d0b913af37131590d1 c276e5e6230a802d00f0ae24fbd9604f95a62cf2 c278c0727962879bd799b4f3afb92dd087e916cc c296511f5bdcf97622534be1df3b7e67da6aa68d c3c73624be92e257a93b612cee021ed18f26132f c52216abb2abfe9f62986ce4e1c52b81f6057af3 c9a7945c919d7be434ee4952cb7b4c347c792de2 ca9788cf0a3ced257ffada1c2d9407feed99ff7b cec85426f1da5e3f1912a11bf9403639686fdb49 cfbe98c572abf44ffc6d35f5bf80aaad2f0cf84c d164aefe9c304f3a4f72f1feabcfc57f54a0dfe5 d199a7c42edff09853eed2282b04ec0ae61cde8f d44187dd3a823338aa00017c5c7d991587ab8224 d521e74a4698b7dcfb479bab7dbadc173fbaeead d7daf3cae0f9c34fd3564f744c23d0ee8ab4e198 d7e22e1e024ad04e9e452113df973ca42057feda d9aab39bfc0d023ad28761a42ae7d870af9fdc40 dc14d220bf8354cc53ea74d111996a166ad32bf6 dc50086f745f2e88b7cdda4285b82f0eff2d6f51 dff521300e5a1f2f065a4aba9d792c21457b415a e0f9b12e736536c26089625cef3f1811ec3133f5 e3c3a142f789ffcfeb927b927f6c8efbf288d65e ec657a45ecea286c7056f62d5e170b0ccaf92335 f633dfaf33143442ab0957c06fb8c241ae877522 f6be19ddf11189a36b0d0854b0006b2f655db89e f85be66428d2ac137afb550a2f289e629e23d052 f9044a376b9167d1bfeaf8de053d037352f62c5e ff718a22ada002d6a64948fa32cd4a42f482f7c6
Postgresql-Catversion: 202007201

Package: postgresql-13-pgsphere
Source: pgsphere
Version: 1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1636
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2), postgresql-13, postgresql-13-jit-llvm (>= 15)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere_1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478_arm64.deb
Size: 437248
SHA256: 0d97827a2da7ef2dbec2f3a74b8f7c9dc6ddf5095eeb91c599272fbd4a8b691b
SHA1: f137e3ac5f83617e712f4add32b775838fea5dcc
MD5sum: 7031920f23fb1453eaae4ad96d4ad44a
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.pgdg22.04+~20240501.2318.gdaa9478
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 535
Depends: postgresql-13-pgsphere (= 1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere-dbgsym_1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478_arm64.deb
Size: 395656
SHA256: 252ee821a5629aa2fc94fee9dd0dc0d9250051be4099fb26269fc1ff363e8951
SHA1: 7027fda132b56dd51a523f1590fefd8db0a1c971
MD5sum: d10f5f49111a38737b4faead0ecff6ad
Description: debug symbols for postgresql-13-pgsphere
Build-Ids: b8ba1e7ab45ee245262fd1e2f84223ccfd611a43

Package: postgresql-14
Version: 14.17-2.pgdg22.04+~20250406.0416.g754a3d8
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49932
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu70 (>= 70.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm15, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0~~alpha1), 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 (= 15), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.17-2.pgdg22.04+~20250406.0416.g754a3d8_arm64.deb
Size: 15950716
SHA256: 0edaa3bb8d0e469164d5a315de83238b7816b6ed42c81f979737f2b3c43a7944
SHA1: da2cc1a1159d0f6feefb463cb3b471575a02b12a
MD5sum: 085685ceca8c9541af3f92de0625c96d
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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.pgdg22.04+~20250406.0416.g754a3d8
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23716
Depends: postgresql-14 (= 14.17-2.pgdg22.04+~20250406.0416.g754a3d8)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.17-2.pgdg22.04+~20250406.0416.g754a3d8_arm64.deb
Size: 19566740
SHA256: c6b13bffb0976d43af047ee3b6f7ba8c34d8151a9106e4a87105e54292d8f74c
SHA1: bb9963b35498880cc1a18b523a4d3691115d7109
MD5sum: 245d1efdad13aee9037b775e4b290582
Description: debug symbols for postgresql-14
Build-Ids: 01760a5098adfca04318566f6e7d2eff63fe8e9d 01b76a6b90fafc754aa473ca27f0b46929d60c39 061be6cb2e04c4b00fefa150b8e6e9e7436e84dc 06c7c16a6e6048ef0d05de2d6a239dfbc986a427 0ad0a4a8ff0a84e83610ab1fd78f0ffd08773b21 0b6bcc320d1dff7dc5d4e018a811236146bcc7fb 0d8b114ac50f4ab21361091d222e49361c381f45 105db1a3479464337e86e7f0e12c5ff60e86341d 11b4119ab39164a402ec634dfe13887320bcc297 13c988b8f830faae0517d0cb4d88c6f539cddede 13f3850876a485c436ceeb3a6e128e641fdbf432 14dcc8f33540aa5fb4915b888f282f1a38899a3d 19e60acd9f2759db0633600c71016b2bf3f5b169 1cc29a415609f9b090e20638b64fa418657163d9 1e7ddb9c881c5f4daebdf56aebc7ad7c05acbb4a 22373e4e38a565ffd830c31729a1af6fffd4ac18 2439d508306b603f0174ec2585c9220c866d786a 2d786e14a4fa7362375c7c7b9541b3806cc772ac 31e290d7fbddfe07357b31100ba5eac4052e1a59 359f30587558db33af8a8258905a13e1252317f9 38b0eb26c77d2956392da77f151fb165fe4e5e99 3966171ab8de17a82a00d384e0e6f47c73f32503 3af4ed2ccaccedf45db97ac01eed4f4fb2803e08 3d0839e8c92c2f3fc45887c7428a81696b4e7537 3fda43e8723b4d77a2b35407fe3216e26f7f1321 421d2d70e0caf989c758722165abdaaeee40cd21 42a2047f3c26cf99ef2604defc97d5061397a3b3 4610c40776407aea7f3fb71452b4943933a03bdd 4b66871613ae35bdb174b481e40aef5974281ec6 51ffafd12b8b4a3ec6d888e8232056dc58ff8e2d 5b7de9e9425aacc9090cd0429fb259efade303ec 5f4acb13a4c4f8927264689b705247b694d9ad61 651354c536ceb0b9ef11dde1344439c0cf046337 68eec9071a34543d8ebe07bddf2cbbd960ee2f25 6d0dbd73534685cad9f6ef18b66f8c3f46bf9ed4 6dcfc3aaab89554e121f87d5a6dfa3cb38701a07 6df5f158a187239a6cefce988b53fd36f8f4b851 734b2c4d487a4d1e4ba22d8c9b6d74e4704e2edb 7c045d40763085edbefdb809b0620a6bb74bb42e 7f06d4e6660bdee44c28769b626805106fedc892 7f4213d294f7ae1910b13f3049b89178ce282308 7f56144c6b9337ff823f924e68390097f3aa5b62 81debfee149849a01886eb7ce60a90ca69635360 871919802f12e8c616dbd6ef5c4f092fd17d08d5 88e918ece2e934e6f00bac16ee619f2102430b4b 897b3955969f975f74134b643bf28a35e8ff3c72 8a356c000f465718cf0455b1cb2903d31faa7b92 8a52ca0d9df19b09d930955809a61761a0bec24a 8b414791bd3d78455bf8271dd33c0b2a3c0ca1b4 8c1683b3e627150cc2c4abe7d2e7775e9755d19e 8cc5c31e28278d0f07547fd8e9d8fea0ab09fc48 8e04d5e44c04f6770aa7ea60d319f9e1f7642443 943bd6ca5a5571e8c1efc0be4ff7513603402cb1 953cbbff0e14d6a13a61a95511ebd31c465f7a8a 96565ad60f80ef0c65dca011f405f5cbf532c007 988c2f9baecd6713bfb2657b4589f9c8c1f43a5c 998ecf0cd0872d3477b116fca698650f04d8d6b7 9b34d8befe6d88181ff2671ec9d09d031c66dec1 9eaa958bbdade47484581dfb6ee8f5cec0b0c6f1 a0fdc7bb5c4f0af8a0bc085f05013b7382f0609c a2e3227a863ef679914ea490506397f78a955fea a3f84aff47fd2fc279557a80744ea7107ece979a a84fb8a03ea60af1557c42de6ab4e7e569ea7157 abb8ddb56abf6120d9c147290ba23039bb92fe7a b1432cb24479315580519437d484e638ba2ce3ec b5bd8e7e983ef12a60d9fbcf9c1cbf36a7fd1c17 b748de02fc8c83af0b66d6bd5aafad49af89dac6 bc0e603dfee35fc431da9b015f8e939751883b87 bd1177a9814522a60d4bd5d430892156dec1c9a6 c0db3f80fb95f77bd3ae4dd668aa57e7ef2e9935 c502f1dab73ac561d8a21b25a59a7f20c047d310 c5b6f3e7fcbee61d25b554825d08ee69be51edb8 c5ffc15b0ce3606bd51574e34e9714bc548401ce d0b84741581cfc8eb9da9de2cb27f5f185dab6c8 d118e0fa53f962c04dd3b6a41f802c1eaa8eea92 d5184ee613cf8f4884835f65566f800bd9c21938 d68c4a1060ba05150dae0458db69d76373dacd9d d7adc4ff70703891a8e7058399dc994aa8c6feaf dafffe111d11f0d6c1b3087f81ed3519fa88ec72 dc3f0faf5f26e54004442f73cc05e94bf3a03f62 dd57f58d5eb4f0664fa7a7fe0284cc12418831f6 dfd6db3f62439aa9631bf5f7100279d7a3ff2973 e40dec17cb798e048f9e804b552c2c3504b5104b e620f6ada23951859b7fe97d15d11482b17dd2a7 e62bbd52ad4fb9d78f34ae43041b120148da854c e6989500327b7f5518b4ad7a9910cf07e049cc1a ed21111a78c635f47273b3089beb0977d321fcda edede8aa24365eee3b850f6e45f6b7a018f731b2 f023de7b4835ee6d8545c2c6a660874e0864239a f55cfab9e259c3db7919c8136d08b342e3cbd5f7 f5b15f59b5d55d89e76b394b352375ceef3a4cea fe11ee1a24a38e834c550b978cdb8613e866217f ff8a99724fe3026eeeaadf9125e812559a00ba70
Postgresql-Catversion: 202107181

Package: postgresql-14-pgsphere
Source: pgsphere
Version: 1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1640
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2), postgresql-14, postgresql-14-jit-llvm (>= 15)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere_1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478_arm64.deb
Size: 437972
SHA256: 11bafca455eeb41d583ec7dc80f0c9557690ec45192f9fd3c6eaedaaad560a38
SHA1: 52c14daa370b379520d7221ec58f93314b1820bd
MD5sum: 0c6c5588bf3eda85956ca69b76f9cc91
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.pgdg22.04+~20240501.2318.gdaa9478
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 533
Depends: postgresql-14-pgsphere (= 1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere-dbgsym_1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478_arm64.deb
Size: 393524
SHA256: a10c260f05b31c5be7d76cf4a98a543d494fbb26248b89a643519d8e7938d085
SHA1: acb7c2190fb2ae8d96203570344ecf6c401955a3
MD5sum: 61c142dbc5f4c4902a2cf376dd34b842
Description: debug symbols for postgresql-14-pgsphere
Build-Ids: d752a915b4013d91276cfbd4a08b94b7c343ba3d

Package: postgresql-15
Version: 15.12-2.pgdg22.04+~20250407.0514.g7c14294
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52762
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu70 (>= 70.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm15, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0~~alpha1), 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 (= 15), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.12-2.pgdg22.04+~20250407.0514.g7c14294_arm64.deb
Size: 16586100
SHA256: 48bf2241802cdab1909d93bffac9ccacfa409d05f3edf9029c2a306349978793
SHA1: 358dba5bd02b542eedc6db3eecc035e88d2ff4df
MD5sum: d80b29788eab7fa1ca6ebb8731be26b3
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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.pgdg22.04+~20250407.0514.g7c14294
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24500
Depends: postgresql-15 (= 15.12-2.pgdg22.04+~20250407.0514.g7c14294)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.12-2.pgdg22.04+~20250407.0514.g7c14294_arm64.deb
Size: 20237776
SHA256: 87d19bc14ab2df3a25b45dccc6b311844097d90a5d4984d454518be5680c9554
SHA1: 817089e7951659c4f5bfeb9533d47d11c297ab77
MD5sum: 7da18743b4e24797bbe0ba6829b961e8
Description: debug symbols for postgresql-15
Build-Ids: 05f236a6a8fe51031b3fc0f43cfd71a80d197d2a 0785e73fa13c8e82f168c089e02f16a37f46a724 09bcca623beb864ed22934d39b42c8e52c45b44d 09f8634cc11e487ce5f9e685c257f1bc5da0d8e4 0b6ea4641fa4a2674141ae6a59354791fa472a75 0edfb802588b24f4e90d43f2f1e638238b0938a7 0f007181d47dc51acbb5007d3acb22325e64e989 119ddd6f8049fcbd2f3c99bc4bd9e94807dd5241 11c4a4afeba1bd6a4979e4e4b2fff48348209455 155ddf0889b307b4ba8eb144e00c09117b059ddd 19a2989054bd61ff8859ffa5791772a307c3209c 19dde4efbfa714d1ce5b94d390aabcf3fc133406 1d4266d6b8b1ecdb1d35449a7db5e87f4e46ca90 220d2c7412121aa24095fe5a517797e11034d45d 2468a13734f8a8bf1136915d3674eeb3173acece 24834e0805d5d21628d3526836ce5573addb5e01 2cd13685e1b2e2f8b8de4a00138473d052feea20 2e9dbe930a9d5241f9e955d276ef70593a8314cb 316565bacd6bdeb5028b37988c9eacefd76ee68b 317baa74d91d1638faa8fe507c9b66ce3d8ead04 34ce5a055f70ffc682cba0d3552a7fc6c8ab8e2f 3627fab54d8e89a6445a9fb13bbd85aa341b1aee 38999062155fec160384866119bef49639fc6478 39e2431d85033c9affeb0b376f3e75941054abaa 3ae0fd10ec6bf87145db58b37a900faeb3954aa0 3e3759f9508bac31683a436626bc9f18887c2cba 41865e176e7f76d03e95bf6cd55126cbf11dc92b 433c4afd13f5ded3695aa862f1cc1b1159a2e927 44e9d0bcb9410401efff62da4d80609c6233711c 47538a3fe0a7a7468852be6c9b6d90f183133ff3 48c72f496198ee7f8be570d81cdbb0ff3f990f5c 49ea3729aed708195456a67f6d0082fb627e00be 4c6d8eb3e4c43a04c5aa111b19e0aaaaa8eedd6a 4d344f47d7ed8fd2a1a6c235dbc2c491ea3ced4b 532509bfe0dd846e9b0440dd9371f09daa32d773 55546d6922cf62ecb6e9141ae9d618ce64d71841 589ca1c913554507cfac36de7ea697aec72c6301 59aa86f4c00bf92d1b2dd1039817e7f373768c50 62e349bb518246a1bb3206536c79abae102c5c69 6638b92a31660d14d73c36b46a558e7fb578bb36 6e40b78c138ea8aed785fd5ac493ff20487d0d69 7262376618377f54effc8462da7f25bbf0ee175b 75d630271f0e311ec31d055f9418fe11032849c4 773b5350b54121753e532b79626af2406e0977bf 783a5d0f7b1f810d1b3980f5a128daefe247e548 7a2a13cf20f0f29321be2f6089e071ef88bb0bb1 7ad3fb074a5e9c4d2afda97847bb62eb2cf3df2e 7c23f0471ba379f154db6e1ccf1e321b2599b5f9 8059067a0c57d81b1190dfec1459ff122dd4b52b 87597f1db8585b7464de8aebf96b15f38dcfb34e 8a1740ada166525dacf2851ead7fcc83f2130f22 8c6ea51b048fa08c98d372236e6f59a9d33e1a03 8e2b5bedd4e7e0d2e7243f20bd6e0a6b6d9d12b6 900ed46ba15a1efc5e9e96b1e62f291658bb593e 9218de09ae0e003fd9c64d55806d62e35c486a0b 929beab1b88daa28bf23d573f141cbda03c220dd 930cd4f2c0b79a146e36d14bebe4bd44355c4c10 93b75de4c3bfd588ffe771f3908b6af2dfb9f055 95dc5682c7714d9ee6be47d4f081116f509c88ee 98c2a1f937f44028310660d8be8e0981483a2ef9 9e43923d97cf48d36b4e6befdf4a4b9a288cab12 9eb1a9c4c891a9df448a9a4c5365ea6275864644 a2a9e52eb2f253e188ae33a579e641eb8f8fc54e a40648c25c89979d2351186d1151176d16564879 a61775a4e052575adaf3fc772b29fab7c9e92417 a7c0ee591dc19a4028e47a19684db18532c4c2f2 acbb5a8a269aaa288107fee019ea83ba05df93ed b131d1655a3548f4644fcba10089f3b7a6c34bb6 b86067e6e5d001aa022ea247e83854186926c508 bcf4dce86caf50e046823896914b696ad341fa1f beb4beccf4fbbf7d486ac04f8522a9f395a1c74c c12fd0e8acd8cdea59707827757b1ed5c58c7d40 c36277aa9ad848efe1e74f8896a05c9f436075f8 c504f0e1cec5fe2a4263bfdebb07aa5fe3b48a10 c84ec9e21a3e42a6c9bac595b668be32a34cda52 ce4946de40e7ab44efafab5c8352872cc8ab02f6 cf4b8521b21c59f1d80ea2119295b2b2536e34e6 d28db4deab7c01225b5261fbd2b8f092bb2b0068 d31a062dcd9443de83a409bc3f50b77ee20699e5 d3dacd2f52a3f84273ee6633aa55b8be84b30333 d6a96ad0b5c16f38434e17258c08b24809b426e9 d77da52cf158c629929a29fb253090d7a51e0094 d8736455bd08efbd4be8b150da9b46726371541b d8e1217d52e0131d1322dd5a93193f173fda111b de0e8b80c06b8f029c6de41b2863c02e468f07dd e321bac45d2c4bea811468569cb66a13f91e2753 e8a404df53765d1ba0e97fd24f567cd136fce16f e9a829a767ab33368560128af7d03e6727090b95 ee8d40ba29e74b606137e118f72fe075d1a7301b eeaf568cef815947b67edb1c21e62e5f02000f5b efc4282ce9d950950c9606677adc4f254f1ea158 f50c811a2a0deced6dfbf56f7b4fa4807686c526 fa93f54d5588ea327e773e2cb89b743946c61a0b fafb58d2d49c696ea34d5e121d4b4d992f48725b fcce832fcdb20974f66817e3daee2576bb1a0aa9 ff19f39ba37797718851a1140bfdc6a738613f37
Postgresql-Catversion: 202209061

Package: postgresql-15-pgsphere
Source: pgsphere
Version: 1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1640
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.3.1), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2), postgresql-15, postgresql-15-jit-llvm (>= 15)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere_1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478_arm64.deb
Size: 438288
SHA256: ceffd0fcba0f57782c904174f028caf730d4c4a7e9c5cead4c9a8d5217c11090
SHA1: a961280455e0cb3b2aa6050ec7f83382f0d5b1db
MD5sum: d3638091d5cb5f97cf531e85bba7454f
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.pgdg22.04+~20240501.2318.gdaa9478
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 532
Depends: postgresql-15-pgsphere (= 1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere-dbgsym_1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478_arm64.deb
Size: 392796
SHA256: bce593a80aabd23e10dfc0154e629dfe3cd4bbe16d2af02fd42f1799dccc8184
SHA1: 736df37b397a11de668051aeb8c33387dce7b642
MD5sum: bb98d3b06dbe7412a63e82c584652f31
Description: debug symbols for postgresql-15-pgsphere
Build-Ids: ca99b6b9335cb9720ffc0091c0320c80bba337a5

Package: postgresql-16
Version: 16.8-2.pgdg22.04+~20250407.0658.g00f0bb4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57860
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu70 (>= 70.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm15, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0~~alpha1), 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 (= 15), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.8-2.pgdg22.04+~20250407.0658.g00f0bb4_arm64.deb
Size: 17587868
SHA256: 0be21071063519bd67af9f92aac407fb380052f5c573bc1698e7b37f7f4bade8
SHA1: 129fc4df22d3cbf32318709d23856c011ba54634
MD5sum: 281e7d69dbed04a7474e8d32e19f7b56
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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.pgdg22.04+~20250407.0658.g00f0bb4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26314
Depends: postgresql-16 (= 16.8-2.pgdg22.04+~20250407.0658.g00f0bb4)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.8-2.pgdg22.04+~20250407.0658.g00f0bb4_arm64.deb
Size: 21990296
SHA256: 82d30ee9dbb51c3182aa978114fa8398955aede3696b0483efdf076cc94c2b99
SHA1: 79c9aab011fbb4115e0c9fbe3f5cc4eaabc68f12
MD5sum: 9d5fbb72326b03719c5078edbcdb7642
Description: debug symbols for postgresql-16
Build-Ids: 09880e659f762587783128b7e25b8dc8eb8b847a 0f410641f6b3afe4926f9a5ce026be9914a91dd5 1140e6886f19f177436355879eff84da41d0ad92 19c2112a21f8ebd5b2103a80bf1cd3508f0d83e9 19eaefa0a8669920c25bf6f47f70ba194ebff30f 1b07e447842accbf7ac5371a76b4c273b0f2b5b8 1b4be59944ebd25d414047fd535238cb0a38fecb 2058829e05058145557efc7483e214842cc783df 22c9ffb209814328ae71e6044ffbab9ec67f5bfd 22f0b6fe7e9388634cfd7dbaa3b867cbc756d11c 24b757bac289a0a07b22cad2511f698eabd3b509 2859c20553b8021276c13cbeea4805f3b58e0877 2a04cf321c8231c291e9cc5cbe50e65f3c87f8d2 2d889642b3fc5c07eb86c66ed29c888c1a3b4e49 3193011a3756c5d802f632d019c8ab2fde220613 33d3fba2aed45bd59f5b1d3d8e90d5c1829141ac 34d4e7f34db0ec6545eeaee1c5ee354fdf2abcfe 3a905b2771f5d3f5771058cd1d59f8a5f52d1064 3cb5d4cd1ee02896f09c1795b44b994961aba08d 3eb00977945ea3dedcaa9d2b998a2aaab7d089e1 453883dc7179e386adf63f8afbf9d17779396fb1 4611a6db75eb8ea251347ca129b9d5c43133929f 4762fa202c6e4be96d3985070274a9a5ba1abbbb 485ebafd60f7bf38fa831ab4686834d005ee4163 49fee306e736529fedd6c5be6704a71d972d98a7 4d3dc92538e08c93297fa112977050070b2bf820 5a43cd150b06aeab577eaee31fa9619dd6edc841 5d2ab3a1b2c9432322f64915aafb77a0245991fb 63d8a1bea694a967a478d8db92e14e489483be8a 66878ce0a42da3b09915ab5725cb7bdfcb87f1e0 67abe427a2c26be896dc91966aefea654362c438 6ad3c8cfc1e6e1a1c2f1f22e92a5dbf8ac5f6969 6c9edff058288c8c36d59a63e9c7e39de077b821 6d810224f557c73f7255060899f06f786c602e1c 70a505335090f4de744aa52cf89b20fd3710422e 72e36fd6139dbf139dddbe22968e4f874d0cdcc1 73026c7386341ed15d7d9a8ebf7df7bb66c34073 748ffd35a5d604e30bba956b4349f2704982e1c7 7493a61b9c23136e199a5fb4bc7c588b04bc398f 770b01debc52f6c05f52d8ca967eecb7f20fb3e3 7b5d60d35edf8b2288103b58fdbfee517537ae1e 7c409b4ea082ed06f871408662742ec490d7f109 7d8f20c15d7b4e288e93cdabd205e8c17815210f 7e23281c445c29ed42093cdde20d3cec4ac85053 7ea698b94d529484b35c6866ffb45cd4395ba79a 7f5dbaabf5aad3d71e880f709c6ff4a314b9e060 82bc1d5ca297403e788f745a4fbbacbe66fc34ea 83b320dade0c7b3982f016d434540769e3f381e6 850ed018b7894537bd6d6a9f55bd29555bc20404 8f11c64a42bbc5b7b4944fae43c94aaf4402ae98 9024a207d5c08a04cf9e22ab172f3e1e9df49053 955b76083ff90ee827b7841cf46448728ed97292 99fe27c8cb47152ecc4ce4bc5fb8ad6f26063316 9bfa2fd4480675f4e202bb60ed95261e795b42a6 9ca00656f92e46d0990400ac86f62f9ad491478f 9e79bbac75b5f99646a1fdcf54079a0e25a6fd36 9e9f2e9d4ad1bb1b29d99384ecd2d1c8f8b30ceb a1359d90eef7736ac5eaa456f5222172dec3c6a4 a9b912003cc02a4178fde26648a1ce78bb24ccf2 a9ebf176b9d6fbd11bc80dd2cb0f167815bee2da b10e658d4504c0a7892807d88b11755c88b07102 b19796b7fc4560ace5022bd4235650659f0055c3 b4ec51e7806d1c5295c7f18103bb106ef0684faa b6c16a84d3d315557074c6ffc38fe3a3822ebb05 bb93d79a3ce4fcd8234f21df8b86b01c5514966e c10a14d127b333bc723051ab6fbd5e22f39e9b56 c5bf8c7bfb540daefdbf74587e2419482066b7ab c681d7831a4f65691f3463af4d15abbe0ce32187 c844df1afcbcf69f82098705f63e71da842168c1 c89537f16ba52c4869c56d66f24c85861feb4d61 cc50597cf780b16a818054676548e8e3876a6522 cede66b06512921d43457286281c089475ae7cf9 d027fe9963b6216dac6859392c0d8e2e829ec47f d467e3ddc2a1a8c3a9b6b199b6b2559db493e605 db256ce4648cc5d6f609acdcc68b4bd6cf5e8413 dd6c4969c18f032dafc0878776695c6764dd4c39 dd72b3f53d4cad5596df875bada136c8f5a94262 dfde284165ce7ad75314948b45c29fce75923a3e e0299f7d48069a586c939c17186b09d00dd9ccd2 e7ec9c25aff041e882fdee5b6e27297b7cc8124f e8ab36c8292aa09b61b7528a96de8b6e0ecae725 e8d10d51a027adad017d3072ca873e72fc50a2c6 e9364306d4e603ba6f17b13933a77f4eadda706d ed8662248f4f336386be6d4063eea1f51ad0a87f ef43af05a84b6b331afa6c009063fd6016a87a83 ef871f112cfa2a4f5595cdfd35b4c4af9aece019 efe67ae52912b6ead70d7060e294d13ce11098dc f677c5e38d2685091270c41388a524d4ed6da137 f7bcd7b4939fe1ac55525ec77101220d423f8610 fa25d04b2e48fccd44b518a99f9cef37ba001d74 fa4610ff084af4219d362f15856cf17b4540606f fac591cc4e0978500b87c1269f4e8640f7b722df facf9816947084f63edf2df530c997c8f31241ae fb8cccdf0a05f42556261ad8117cd7fe760d3fb0 fc119e106d7ed30991f85f0742eb0c134d73d682 fc1bce041caccb3120a787b743bf6d8b76d2e404
Postgresql-Catversion: 202307071

Package: postgresql-16-pgsphere
Source: pgsphere
Version: 1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1639
Depends: libc6 (>= 2.29), libgcc-s1 (>= 3.0), libhealpix-cxx3 (>= 3.80.0), libstdc++6 (>= 5.2), postgresql-16, postgresql-16-jit-llvm (>= 15)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere_1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478_arm64.deb
Size: 436968
SHA256: 5abc3d80cd48f518006286fb577f5b7fb351f0e1d1960ccf22ed4fb4fae18554
SHA1: 71c45a9ea31eec442d143e52ffdb487a06613d82
MD5sum: e72cc541fdf90b5f0296b9cb7402e881
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.pgdg22.04+~20240501.2318.gdaa9478
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 599
Depends: postgresql-16-pgsphere (= 1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere-dbgsym_1.5.1-1.pgdg22.04+~20240501.2318.gdaa9478_arm64.deb
Size: 464348
SHA256: 46a3f0a33e06e7d09bc6be42dd2b4045c33a53693d348eaf6222b5a8323df216
SHA1: 9c78b7e0e21714c22c339e08248e5353673e6df7
MD5sum: 2bd5e6b15901e03a3ca1c9b065d0e421
Description: debug symbols for postgresql-16-pgsphere
Build-Ids: a0d368bd9117596e1f472f48d70b6e847d52a0a8

Package: postgresql-17
Version: 17.4-2.pgdg22.04+~20250408.0537.g17a165d
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59709
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu70 (>= 70.1-1~), libldap-2.5-0 (>= 2.5.4), libllvm15, liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3 (>= 3.0.0~~alpha1), 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 (= 15), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-17_17.4-2.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 18233816
SHA256: 30c87dcac56cbe96bdfd7187e75d2e59d647fd0adf09fc7465517753765e038b
SHA1: 68457b1dd4c1173bb48d6566ac947b7ee9564640
MD5sum: f95462cddc5f0ebd4e2a7f8dd835eaa8
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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.pgdg22.04+~20250408.0537.g17a165d
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27666
Depends: postgresql-17 (= 17.4-2.pgdg22.04+~20250408.0537.g17a165d)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-17-dbgsym_17.4-2.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 23186104
SHA256: 6441775b43fae879e49442bd292324e86f9d03c86a0cd07fb59acb8e261b82e2
SHA1: 8786d515e344c870fa84a439b2c43ca4675470e3
MD5sum: 9488654ccbf4c4524637286e6160af38
Description: debug symbols for postgresql-17
Build-Ids: 035ba847d7238a7de845360b71c49bfdbff7c658 051d6d25e1e3126c48711dee8fab491b76c29baf 069d0042a3848e9959bfc0716aa41e7ce6066680 07060e1d338ee7a8e6752ad67c5d7f1d14ff6192 08f3dab218b29cd07868b33caf872ff4c6c7f184 0a39c97eb4d423f2786fad09d05ed996b7dfc88d 0dd9cc44a9eb3b379015e82a70e2f0b35a13b691 0ff172d2b3666e1752879d95227a7325e9fcbb55 115b624dabc7abae1f7df9fae2b7f57cb5343bc7 123b011de00c29ee8e939f158c087ba84eab43d3 14633786f0cc966988f3abf719584b9954a23964 153fbb61026f69ebad0baac7865da442d55581fa 15bffbba53db39a10489dbd65ef7ba23c513eaf2 172b3b5e2397a6e6698d37756954195ef7711b99 189dba3d22c3e779f00d7bdb325ffea8fbe37cdc 198427cc761c47f40e5a15a1311c867aaaf86952 1e8f39c48a4d3c837e528851ad15dbfc674c9264 1f231d3adb3bf74437e18b1138621b9bdead6160 21230c68fe8076c6fcab4911d8cb46346b325f5c 2565922decd07bf2cc75de68809830322b469599 28bcbc834110ebb44e6e8a148dac8baa2dbf189a 2d21f410e6862f514539717ea7960eb43f46185f 2ded844ca9176c338f94ef28926d3dcadad2382b 30f38cd60d0fa1292467aa4d23e7d86f9646ac59 317462e5ccc1536aef7ce66eee6cc94249f9d6ec 31ff25ec2d06350f46a59956e2c9e052fa9afe7f 37e0685fb50077e7025079cdfa76e9eaab29552b 397e2243751029df04ed57e3b187737f5946ef33 40a13d487f2052b523a13d55f983edf1512367cc 43505656d1005a0bca45148a3074771ef4f11c92 439bbfbc6c766c6991b7880b389a3e6a7fb48118 444b3dca26b17a6d587c9766e6bfd7c4c3f33e80 44ee082ba3026bf5fae686e4ce860f4ea9fd37ac 45584e16c01f17dacf059d1cdb85cdee5d7eec84 4e73cb97bc0366ab64e9c3e77009c22a7e4f03e9 4f58a536f6bd35f6c88aa991ba472ba9857bf8af 4fa594c312bd6134fbb2542976ade61341bb08c1 5094b33f115fa54cb859675da5f2794a37d1bd1a 564bce89549fb8ba398b814b5f1ccd2ad77e6074 582dfa5d48f9ee86c6099a864ec043ec6df2df02 584397eda29e626d8ff40e2b520f833c91eaf6a9 5d5682c3b9b7796aaaa1ba53482ca99dc185d6d3 5e64d1fed1f5199e6df732b798cacaefa204777e 626d581cfa41ae85da36af3a1b73271e7906e5fd 643b690c69fd8ab00763cb06b0a2ffbc425eddc6 677b1b4f57b86629837f9689cd7e005b8d064df1 67f28145bc4d7775dc9667bac5b8c9a1b321a11c 691ecb001f0d6f565737ebd95cc7b31252228d23 6d64d1b5fc0d8e2a4c91cf9edf845cc613f9c4c2 71e1f41784fbe48d5b40b82ea7f3a096385e8742 72204e75229e44b6223cc1f98cbfe51bb376a5b6 7b110a3a36bed71b73939d988db1f4317993585c 7deec506aac215c97b94b901b808df57eeca666a 81f0e3a66a96888c8321d02e8876502c329fcf68 8232dfac37ca62056fa139381e163b72efdd1612 8b4a443a9b9270fdf74e752012042800306db82a 8b7930f6ef124bc6e78cbcb136abe73f29a66000 8def48b21d64e702e05358a7664aad03522cfd2a 95bd1766420816ebc4139a575f3b24aeabe3caea 9abd5dc07bda71fc0d013305d57b04b2f65dcd0a 9c3120400921f4f0f70ef2790cce2ed3e68ac9ca 9cf03cd9eb0e08bbfcf711274cd44371592f26cf 9f11ce42c615f029cb20ad101fa407408647ac24 9f264aebca4a9f3b47cbc960eb237898094a6cc4 a1f24903bcd19762082190dcb4bab7c6af911e1f a4cdccc35ebea241f450f5f28594cc5fa4d32285 a9f5bcde736bce2bb587b2d4cd20333cb92b6e8e ae02b022633a614ee4e41a1f4fdb75fd952c327b b2cce97d0ca45f5f9e2f9eb2c3e5fa8fc699c0e9 b341e863ca6c4a15473000e56ec6a11f0a9eaf13 b6d03036de0e16ea91a59530b10e9b5fa5d37b70 b8bce36fc5fffbca02c645fedd86a93370b184e7 b8e4e4cbcc54fc7a3a2689a57700577161a4feb6 bc5f886a70aaf65522a4e4c27694b005fce6f08e be0f2adede80290dad9509084c98b07a306ce0d6 bf76eb7a89245bc64373e3775876a29ce0c3f93b c46cee6566340f744b9209b118e286d3848a8358 c4fef726294fba6b1fc968623460f301c07243cf c549ba7caace3f2d84d22e8b71099ede257dbf8d c7d718eef33dbc1f82ba176643d9ae5bbc33027c ca381409c06b56293e778e44c0aed6be38ddcc54 d03826d016dffd5bc13855cd44b948055e36272f d794bdffc2c4da8515d974ee856d37ead8dbc605 daf2c6e313618f6d9c056e6d57dc46b0ebb4049d df5484c0eb76387273ad708607118b7f6f9da8ab e0c565f4aee15717363c3fda97fbcd572b4714c7 e16d449c832a6e317d37b26f9f9eedbc911245c8 e67c815ab9ccc50d3cb8ff6e568cc59c946e0d97 e83ec509db68e8c000b56b77062db65d7f93d2e8 ec66cd629dd558468a58282e2cf16f11bddf87ff ee96b505c15aaeef8d83e0498a720fe49c61cec0 f0dc7bd9317ccba3cae7f16d728329ef46900cf8 fbd07250b273b743f54bdfc751007b2ce70b0087 fccb2dcdb8216b18c648ba486666ab16b40af0f7 fdd555008725a22e594b0f430b9afc65b9a7445b ff1ea51aa0d5b7c1740013e647999b363c73501a
Postgresql-Catversion: 202406281-1700

Package: postgresql-all
Source: postgresql-common
Version: 277.pgdg22.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.pgdg22.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.pgdg22.04+~20250405.0953.g89c3842_all.deb
Size: 71680
SHA256: 5018e48a8affc784ff6b7a4212071c22c7273a564c2b311dced55bb89ccbb318
SHA1: d625d8bc992d8c798e93f49e0a641ab405c08113
MD5sum: 0e4f68ce87877c7c37df33bd68b57bdb
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.pgdg22.04+~20250405.0953.g89c3842)
Version: 17+277.pgdg22.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.pgdg22.04+~20250405.0953.g89c3842_all.deb
Size: 71536
SHA256: d508b3c28563901045f828d9e91409c10b802d8382f793561273f4a7ca6b8220
SHA1: dc9a559d02d82b268ec8001a7646be001bacbef1
MD5sum: aaa028ad347417fc0fb25b003154ce83
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.pgdg22.04+~20250124.0125.g170e416
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6186
Depends: libpq5 (>= 11.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.22-9.pgdg22.04+~20250124.0125.g170e416_arm64.deb
Size: 1451904
SHA256: e543c7aa84414d1f1d2fc88a3e513f507a84fb8317084c606f21c05c1b2e5aa8
SHA1: 06feaddec1632d03ffcac2e152be25c543f0aecd
MD5sum: b29533cf53f0def909be78b0219facef
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.pgdg22.04+~20250124.0125.g170e416
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2090
Depends: postgresql-client-11 (= 11.22-9.pgdg22.04+~20250124.0125.g170e416)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.22-9.pgdg22.04+~20250124.0125.g170e416_arm64.deb
Size: 1509256
SHA256: 4d2e1248341fa6eee4583d823594ad66d23de19590e2ab46d20578d13d906d40
SHA1: cac26e83d4d00c0b0fcc4012b6507a9e7e97e595
MD5sum: b5454fc57b44a25dabd2e6439d3c43b5
Description: debug symbols for postgresql-client-11
Build-Ids: 055ccaab5340cdac411ee650cb084fb60fc99ceb 06864bf9c3efaeb69e199cf220b142693d272b37 0a05f97781647c47ef73a39c212c20132e339e93 0b5241518091886a361a6dbd991fd94b555c0ba7 18f0b9499138dc5e92bdde2c1602945521ab30a3 1cde36774941adcdb9b77b40aa212b4b20f9a60a 4842cb178136e90ad6e5f9e2876e1ddc7950285b 48d4987d59bea8fdbbe5dcc31e158c10bdee4a08 5169761faf5ae17287366dd79b7c0e8aa01cb60d 552235a6f96f8aec11d49381ca3bb1e9b66fae78 577754e9a676c0e20d33eacc1b98374c60df715b 67e6f626e88fa44f428ed479efff62646ee811ff 792a0d505e7003f06828c61d8a9eded497d5ed1e 8c614f84b10a7482305bec84e3c83218935b41a5 8efae6737eec1ecf20fc9872eec5bb3cb50ad7a1 97f209e6ec1b6e23c0504ab093b6fe222e18bcc8 a95e004f3d8d00333d86195567beff3ad78383d6

Package: postgresql-client-12
Source: postgresql-12
Version: 12.22-2.pgdg22.04+~20250314.0202.g3f302f0
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5727
Depends: libpq5 (>= 12.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libedit2 (>= 3.1-20180525-0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.22-2.pgdg22.04+~20250314.0202.g3f302f0_arm64.deb
Size: 1401832
SHA256: 516d1971efee15e82fadbdd30a4494d4737b12e68949587d314d7f5c668f7eb5
SHA1: 1a97f0d96e45a49d58f27613eeabedb8a7d9c8e1
MD5sum: 8fdae05981f1d1b90bd8825f6ebb1281
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.pgdg22.04+~20250314.0202.g3f302f0
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2366
Depends: postgresql-client-12 (= 12.22-2.pgdg22.04+~20250314.0202.g3f302f0)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.22-2.pgdg22.04+~20250314.0202.g3f302f0_arm64.deb
Size: 1686072
SHA256: c865ac200683035d0a91d4aa14a66f5c4b49795df1d6d32f50407a362dd4de20
SHA1: 67a432079ecff54d4c6036c12e5ec701ba94981c
MD5sum: 4e4a629df328141cb613be5a497a630e
Description: debug symbols for postgresql-client-12
Build-Ids: 06885305e69884ad0b833eecb1e53d24b24ee4d2 1b836a83c244e8c22bf59a54675a5ef3a72d7eb7 29c7050e5dda69f161adc4e3a77ca81cf8023827 2eb326e5eb80bf4c0b8acc7099bd3594ffbfe382 318a56da78b9190b0673297372899a1a2cb6fc79 373518fc7529659827381bef8695c1ba30c57d55 46b48032aee8f43983d5144240cd6281797f79d2 51bb4574f00deb09f96ce36633e83ce0030c2ba0 5d90b5ab594f530f2e03b9ebe856af659016f97d 6222fa3e7c3d399d63ff9728a960072d2d1af449 7be9b3624c1a9de82ee754725f0b49996000fb9b 9710c25e1cf5cee7a94f74a0d93fe500bfa1ed1f b03dcda67538776076a0f34fc4b2fd04c7f554e7 d16ac58c0d0de47320aa6972900f498a060d8714 e9c2faec0c5f5db8c027d756393147137d32d28f fc8afc40e11c36a2fbfdeef628d27bad1d1cf0e3 fd692183b53e64a2c6856f547547d1f02852e1cc

Package: postgresql-client-13
Source: postgresql-13
Version: 13.20-2.pgdg22.04+~20250407.0336.g04e6ae9
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6229
Depends: libpq5 (>= 13.20), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0~~alpha1), 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.pgdg22.04+~20250407.0336.g04e6ae9_arm64.deb
Size: 1485232
SHA256: 1c44c8b3c4cb10350d4e3aa5b60dea8996cd58a24246042b6d8d99f3ac70acda
SHA1: 35a40a832f0d936629b507d4ee559c115edcbe04
MD5sum: e54a5147541bf630f112fb8338316e8c
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.pgdg22.04+~20250407.0336.g04e6ae9
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2786
Depends: postgresql-client-13 (= 13.20-2.pgdg22.04+~20250407.0336.g04e6ae9)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.20-2.pgdg22.04+~20250407.0336.g04e6ae9_arm64.deb
Size: 1967508
SHA256: 60933dc96a680e758dfc7ffa81d9e7061405230865a31cef701915288eae2bd1
SHA1: 38f2fb48d7477114fcb31a62e98d26e215748d81
MD5sum: 880564ae409b6cf0ef2cf8654f489dee
Description: debug symbols for postgresql-client-13
Build-Ids: 0744abcffdd56505f2a94cfc6928a197f5e332a1 14f82cb0e5bb53c4c94a9a917a59f1f7a837546a 15b64a529745d7f1823fda4a4606acc89fee72b3 202fc17e145c13f4f3de4da20a1942261ceec1ef 2bd5918e0916634383bc9583df9e1fd226504e14 2f51a62c656e784848e7bfcb73d56ed7747874e5 397c9fa3ad35828177241d6e75a2b52df2e55bf7 50956a5952838c6a41835b85e4c9aac652cde28d 59579a8edb5ca8119859bc609c06520110f60a21 5c196d637f6a149775b30505bd33a98f7dbd65f3 7173bd215a5d21ad61d324c149902795da6768d5 7eca1910fb9c34856525b9ae48bb13dcd6ccb01b 8b7d3ca9c2cd278f77d1a97c7ee88b222437754e 8bd5fa15ae10037d1070f11c74a64e95ee09d55e a3ff98f7744f94d06c8fd4b23c2abe434ca9301f a49c6c5b11453d49bcc0a180b38285dab4c02df5 ac0af0f00c977036810d4eabc9e635250bc0a334 c35e97205b40fc0786c25ec38a904cb8c553fa5b

Package: postgresql-client-14
Source: postgresql-14
Version: 14.17-2.pgdg22.04+~20250406.0416.g754a3d8
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7015
Depends: libpq5 (>= 14.17), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), libreadline8 (>= 6.0), libssl3 (>= 3.0.0~~alpha1), 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.pgdg22.04+~20250406.0416.g754a3d8_arm64.deb
Size: 1601108
SHA256: 0724b4f18e25ab2c4d9b15dc745973937720330376677bc7c5b3803fc141a4c1
SHA1: a1b00288607bc2ef81654b7393eeb11adc736455
MD5sum: 040a8dd2656f7b05a4aa92ddb82e5055
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.pgdg22.04+~20250406.0416.g754a3d8
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3241
Depends: postgresql-client-14 (= 14.17-2.pgdg22.04+~20250406.0416.g754a3d8)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.17-2.pgdg22.04+~20250406.0416.g754a3d8_arm64.deb
Size: 2244600
SHA256: 6b0567a007512700c606699c9da15dc158a38b4a0908f20c823897381a6d727a
SHA1: b0d330c63475b6829fd273d92320abb1c8565d5b
MD5sum: 150485c64b2d8d009a0abd109a23c646
Description: debug symbols for postgresql-client-14
Build-Ids: 0028a01d4ae3a6796d2d9ab8304d6a7315c1414a 0b80622c952b6c080fbb9b94730854e1e317f3e1 135e07e272b445476f9f2149f33fc50f5d1ca5be 14868870f12b70242348b556ad56db6fa4ffbf37 261b34010093c411977b0f6416b0167815955b1f 2b2bd18cd8749d2658f159be50a4bb7380cf86ec 32626eddfe232d0da6dc03764da0487a650f0a59 53344ad2617f090259bbf2e960fea307edb40b41 59d1acc9d0a0ae244465334fee18b080ae883bd6 66397b1897ea97bcac0f179035e82b52e3129857 7f9105cc0c11897c2db5847b4b6cff30ca7099f1 814f58847d8a63926de550372a6008b966820831 88f0df00c7b26f2f7515ee7ecd495c07d0c18960 91ee6252379c794669f7e683fc422e460aae93c5 9d8726c6c3aa3da890a7f651fa7e73408cc1cc1f a2a355e3acc169bbb2ead7074a15f2898d4b7d81 ab7ca2777c7944d28199584106fe82ac379bc6ed ea28d27ae89d10357fca164babb8e4d3b932efb2 ea5ad9a658bb597ae33319bff4a9be8670b833dc ef17dff03f5abf4e4c02632152177c651857be79 fb01fc1061e0969e3720b1a91b59b64648eab6aa

Package: postgresql-client-15
Source: postgresql-15
Version: 15.12-2.pgdg22.04+~20250407.0514.g7c14294
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7635
Depends: libpq5 (>= 15.12), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0~~alpha1), 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.pgdg22.04+~20250407.0514.g7c14294_arm64.deb
Size: 1661984
SHA256: 3bbda0bc9048627d10afcf304c7e34b30180059de592624fd398d199493e5f90
SHA1: 4d74fd55e72b83014bff6ad7c596cd5e06d716e9
MD5sum: 7ff0b849447ccd671e26d8ea8e14dd7c
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.pgdg22.04+~20250407.0514.g7c14294
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3415
Depends: postgresql-client-15 (= 15.12-2.pgdg22.04+~20250407.0514.g7c14294)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.12-2.pgdg22.04+~20250407.0514.g7c14294_arm64.deb
Size: 2385556
SHA256: e682042ece664b9f73400c4599d5bbdd0c0841ce9663782ce0b54f9b0b7135c8
SHA1: a15c8901333d0ac850bc645ffa8d058250525feb
MD5sum: c7bda69686e1a8d3f60c1fd97d80c63f
Description: debug symbols for postgresql-client-15
Build-Ids: 0141b0a08a3cbc56f3474f17c00259bcc2e06d0f 02b62fe0f1239cb9b7e94d95bed2fb71b4e0bf04 03fd5136569b6577b1c9d06ceec67f2943632831 10160c7092d88159bd17402ee8fe04cf92556866 1c4cd268b1204340953edab92e87af3543d5fe21 1f5b0212bb05eb27c1b521fca3e823440282af85 3a29547bbbfd66b2dbe672ada642a273e734b802 3ad1c3103ad9b61e9b9eb56d117e8a2c00754771 3f54142692b66f2f17ce3be5b355cd7198ddb257 513123e547932063d57029a1aec321f1d5401d26 5d5a3894439084dc37d65e6d537e79fe123c8c00 5dabed3ee12952795f1ec1e9969924214f6f378d 87db2b5b8fda0c3ece5dcb890f2478fb516e2b60 8d5d23ab2a202c85f3a3bf01d409374f1b9b0155 98d23271ded46e4c711c5b9eca8a2bfabf6ad37a ae84a96cb3dd59c991a660b4c6f7b5dca5ee1241 aeca38900368336b99171be464a0227fad90b2f2 ce714729a56bf5c8e66890090113d15cd96b919a d4703041435f0e03274c854a5f2b14181e30f0a0 d8d2e079cdab955ba4a81cd71cff9691b1bb3424 fb521ae5626fa0634a844a79efe67432f0da44a7

Package: postgresql-client-16
Source: postgresql-16
Version: 16.8-2.pgdg22.04+~20250407.0658.g00f0bb4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8966
Depends: libpq5 (>= 16.8), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0~~alpha1), 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.pgdg22.04+~20250407.0658.g00f0bb4_arm64.deb
Size: 1861868
SHA256: d18e011e775dd99682424ba2c699d1afaf0cb6cacd1262a6c62c7d9df1be46e1
SHA1: 31ab1e4f80bf8bd383181644f648b1c91772e601
MD5sum: 6f56287b928c88c945d3f8e8d0ae30dc
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.pgdg22.04+~20250407.0658.g00f0bb4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3514
Depends: postgresql-client-16 (= 16.8-2.pgdg22.04+~20250407.0658.g00f0bb4)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.8-2.pgdg22.04+~20250407.0658.g00f0bb4_arm64.deb
Size: 2449708
SHA256: 535f61fb4b680ebaf11b8e52d18dc6cd8c44bcfb6200685cc658b16d2c34f3ec
SHA1: 65f4f9f3b0d415799fe9ea2155214c00e600a3c0
MD5sum: 76f0d3f58a828205574497098ea121f9
Description: debug symbols for postgresql-client-16
Build-Ids: 253916cd347b3f18914234a9f17ac736c4035103 27ad6edcb2a1cad777c9e5fa3c608bce65067465 4378df83f6b822c74f36112bfadcb49606f813fa 49c18a35051cb6656f80641a92532ed4d884e9d3 4b1e43f1cb8be015a10fd780f801ca5914440136 4d956beb7b3802683b6b80b867d00ddbabc60e4a 56825b24eac7d35b2d620370cb457206a69af8ae 5bcd9b60bffd2009de774c387ab87a0735496fd7 5daa5964d079dab0339680a6099144b520544bb8 6c2b9c0c8de2c4236dc9fd3803720b9f4c9b22ca 8fb0b6767859042487060a5d2dbc23c531712062 934e2f3c2567ee22c91852ab2a121b3d993ae871 9f2d7dc64f5acbc16238f438bbd5a1d545832675 ac9b2c9bb9a3fb9def1d9437a3df4455ba46a00c b4386ef7e9fe4850b4a9c680efe0d41a4051c27d bd769dc51748a3bc04c7e1d2196f7acc8fff6faa d699c8529927f2e8ea95fda834c504c68b9b18a6 df5b8768e36aea73a158fec6fee03e5f0c2a3164 e452711873b22623d00d9114a5b5baf8e3195748 ec856efe21b201ddae1bf07dbd48c6889680d985 fe86af8ab174679d4283b7532dd5ed1f64030b90

Package: postgresql-client-17
Source: postgresql-17
Version: 17.4-2.pgdg22.04+~20250408.0537.g17a165d
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9615
Depends: libpq5 (>= 17.4), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.34), liblz4-1 (>= 0.0~r127), libreadline8 (>= 6.0), libssl3 (>= 3.0.0~~alpha1), 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.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 1962968
SHA256: 8f3c2c709be3f6c2131fe54159bb9fdbcd55df87ed3b9f739e5f02e4fa06efa6
SHA1: ca99292b798e18377764980656a47020488eb2cd
MD5sum: 653a022d00bb90c6968f1d76f95c853d
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.pgdg22.04+~20250408.0537.g17a165d
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3802
Depends: postgresql-client-17 (= 17.4-2.pgdg22.04+~20250408.0537.g17a165d)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-client-17-dbgsym_17.4-2.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 2672616
SHA256: 8ffe2dc3d589601093b68eb5072dae390b76a2c40e6c33464bfa20536e7b7efd
SHA1: 733a1304f5a31bd41f5c69ff1e51b811acf18bbb
MD5sum: 20f9b421f262c4c1931232c3fa4c5f97
Description: debug symbols for postgresql-client-17
Build-Ids: 0c1cfcd20270502fadc5b04889480049a50b87be 10bed1299d26a3e0fc81e05603c17901db375b06 17c9086fbf9fccfb0d53caf44cbdf007c48a2623 1fc93050618ab5e4e60bb03b68f912b2fae099e4 2a8d96a582daaa57dcec821641172481ea795123 2b167f9e27862081aa33e3648470470401a15c2e 32f0b9aab7d71804ec1fdbcaaf4ec24d32146e6b 385b2db0e10f9c2ccb04a9890b31201ec34dc606 532300a9770e34802c1f293f1ea283a1b332a80c 57b90b3c16205009433a754a3e996eefd006205f 699c7bc30d0c8962e59f342418c3f6b1c98ebfc9 7205999d3981cc6d44975af0adcc8dbc1b41c0ad 73343862da0bc55b2dbc3c458ec209520666e700 79234b57226ae68b84cb6171ca72f8a7fae047a8 8240b648909cf092c9149363561f8d1f9ccce35b 8568ac07260114548181092f1e1629692daefa3d 9c23874b9eb15d5c8726daa40c67a7ec0aca74ee b2159b03aa7f87226996b38c36312b50976c9551 b8c3ba22216b7003c8adfefc53678d79c5bfc71f de0de917b64b87cd4163aa4d8c5e214571a6984e ec9d651b24dfcdbc08a06865428991881b561a00 f602ad455e5946a31fe4a0410486c5757513473c

Package: postgresql-client-common
Source: postgresql-common
Version: 277.pgdg22.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.pgdg22.04+~20250405.0953.g89c3842_all.deb
Size: 105632
SHA256: 18570aee682adbc4c505b95b7b792e6e84aa204c9c86ea7fee5875757a63b71b
SHA1: 0a32d16cd872894a255eb8e36145ef30f11ed295
MD5sum: 59fc82bd4af52306a87c473e500fd651
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.pgdg22.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.pgdg22.04+~20250405.0953.g89c3842), postgresql-common-dev (= 277.pgdg22.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.pgdg22.04+~20250405.0953.g89c3842_all.deb
Size: 183240
SHA256: 26ad5d6fadf3fb379cb53298b29089b0f48e53c2d35dcbdba2bd32e472cf05a7
SHA1: 5890bd92335890d8a978e596acbbd0d91d36e1a5
MD5sum: b6cc8d0940823fd1a4fad892a718bbea
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.pgdg22.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.pgdg22.04+~20250405.0953.g89c3842_all.deb
Size: 131748
SHA256: ff5ff0009abfd4c4dec4240cbf570a492f207825390251b092801c4ae236ea96
SHA1: c712c144952dfc9817a76aa64d87f955df6d314a
MD5sum: 9d975bc4c13a4ca7f3ccd90a06c3219c
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.pgdg22.04+~20250405.0953.g89c3842)
Version: 17+277.pgdg22.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.pgdg22.04+~20250405.0953.g89c3842_all.deb
Size: 71528
SHA256: 87d8375f0315c99799573a8d32d555ab3b534c963cc9c14d14bbb73e7abf0d70
SHA1: 523242afa2de12072823c6b987007c4475a34a63
MD5sum: c3025484a2c13bc278c88124ef2d5a70
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.pgdg22.04+~20250124.0125.g170e416
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14661
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.pgdg22.04+~20250124.0125.g170e416_all.deb
Size: 1890716
SHA256: accd98beb289c021d634f69012c2ef5494180e33a01e7dc0a0e7e9565a368a43
SHA1: c41885ffebb3843c91527c799dd2714b3eef9278
MD5sum: 9322a9bf15803feb2782a837f854d7e6
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.pgdg22.04+~20250314.0202.g3f302f0
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15189
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.22-2.pgdg22.04+~20250314.0202.g3f302f0_all.deb
Size: 1955052
SHA256: 4f7f08c2c41fad419765dd2020a786644ee12f297719be04e3d3f990df14c525
SHA1: cbff5b1a8dd37282533b23af02d466b378e5521a
MD5sum: 910094cf999b26d583d238632e9f46bc
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.pgdg22.04+~20250407.0336.g04e6ae9
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15955
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.pgdg22.04+~20250407.0336.g04e6ae9_all.deb
Size: 2005344
SHA256: c162b0fb6800acfd6540f53cd2245f271d9d30c037e034fca60e9972d3c3f907
SHA1: 2992978ea13d6dbaa1d5c4173b43f123f162f046
MD5sum: 11461718f04678d5b9fe801e761d3264
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.pgdg22.04+~20250406.0416.g754a3d8
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16403
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.pgdg22.04+~20250406.0416.g754a3d8_all.deb
Size: 2054784
SHA256: e1e658fb11bfd80ed4222f4c325c32fa64d38dfc04d3584f8ffdb5666a75739d
SHA1: 000d06acf822bbf10577e8b15a7d5a3fc2f5a536
MD5sum: 96a2786ebf3265b501a9b15d876d40ac
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.pgdg22.04+~20250407.0514.g7c14294
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16237
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.12-2.pgdg22.04+~20250407.0514.g7c14294_all.deb
Size: 2065920
SHA256: dee11103d6f88c1a01822096cff9a7eb63c6931273212ffd16fc4997dde9421b
SHA1: 541550a5aa99dafa805d03e1fa6f5c599bb995e0
MD5sum: 0d9c5a070158ebc9e7f0bc0e3b42455f
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.pgdg22.04+~20250407.0658.g00f0bb4
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.pgdg22.04+~20250407.0658.g00f0bb4_all.deb
Size: 2116848
SHA256: d823e2574ab1034be92a1de2f8e217183833f8afa8f492d4bc9f6a60d7be25fb
SHA1: d0cf795399a2b349eb9086a46dbd0d67db02022d
MD5sum: 9f7260e53f611ad76777accc68282d95
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.pgdg22.04+~20250408.0537.g17a165d
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.pgdg22.04+~20250408.0537.g17a165d_all.deb
Size: 2128044
SHA256: b18f2a7f6d3c00bc79262bfaa389fa752fe4ff40849ae622a3035801cf2dd2db
SHA1: afe096b65864b9ce8468d5504314ec486ff87efe
MD5sum: ec0f7986cf497e76f59b603d3eff5987
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.pgdg22.04+~20250124.0125.g170e416
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 279
Depends: perl, postgresql-11 (= 11.22-9.pgdg22.04+~20250124.0125.g170e416), libc6 (>= 2.34), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.22-9.pgdg22.04+~20250124.0125.g170e416_arm64.deb
Size: 65812
SHA256: 00680423ccf2d796a1a07b26cb530fbb8b86bbeebb3a2d3cdf4514796795576c
SHA1: 68d439c677d61fa2e8cc41e9ad6c14ee887a6a14
MD5sum: 0403b7f7d6ee4fafe3491b354d5641df
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.pgdg22.04+~20250124.0125.g170e416
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 215
Depends: postgresql-plperl-11 (= 11.22-9.pgdg22.04+~20250124.0125.g170e416)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.22-9.pgdg22.04+~20250124.0125.g170e416_arm64.deb
Size: 165708
SHA256: b81c25acbf46f1a338a5d1e9288088e5f2e1f281ed250f8a75eedf112161fff6
SHA1: 94e9d69bc432c1912ad6fba2b17c946eb142856f
MD5sum: 480c9d9ed031760313640ca5d39564b1
Description: debug symbols for postgresql-plperl-11
Build-Ids: 4d4298ebe9ab050cbe4b71413e1483973996916a 8b247f816557bbc2cd13e6a4262de10569cce132 d1a2690ca3ff92a78e1859002365647bb8ac2c26

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.22-2.pgdg22.04+~20250314.0202.g3f302f0
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 320
Depends: perl, postgresql-12 (= 12.22-2.pgdg22.04+~20250314.0202.g3f302f0), libc6 (>= 2.34), libperl5.34 (>= 5.34.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.22-2.pgdg22.04+~20250314.0202.g3f302f0_arm64.deb
Size: 84384
SHA256: 6881e2d643b198d0b1c41919d7839c7893115bbcea31a1107e0e2dc6d9e65cf1
SHA1: 9c61477811dc8740b7727ab70d186ae6b08ae473
MD5sum: 40057acbc24c7998e0fa148337bb36f9
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.pgdg22.04+~20250314.0202.g3f302f0
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 218
Depends: postgresql-plperl-12 (= 12.22-2.pgdg22.04+~20250314.0202.g3f302f0)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.22-2.pgdg22.04+~20250314.0202.g3f302f0_arm64.deb
Size: 168536
SHA256: d1b2fcb3b94b274ae818197a1bc694f15d5bb67d82ccf4214d73c4dbfc7cd561
SHA1: 5ff41225139146dd85fc6f7abeab72c80af3d9f1
MD5sum: b5de27e88276b2f880488573e3254da7
Description: debug symbols for postgresql-plperl-12
Build-Ids: 70226ed6330c3eb44a1622c3ac02fc1ac748f88c 8bf346aa1433ff1ba9b35bf48c598a393caf34e6 f4fd3fa3c1e451d6aeab51bbbf6757a91111e18d

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.20-2.pgdg22.04+~20250407.0336.g04e6ae9
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Depends: perl, postgresql-13 (= 13.20-2.pgdg22.04+~20250407.0336.g04e6ae9), libc6 (>= 2.34), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.20-2.pgdg22.04+~20250407.0336.g04e6ae9_arm64.deb
Size: 89120
SHA256: a7f5c9eb0c66798de0e9677e62e2e96a6e84ece53b4567309bad0f5ca1d9349d
SHA1: 8822ad62f2e235675033420ed36e051a263b3fb3
MD5sum: b75d663531cdf044fefe9e8be9b7888d
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.pgdg22.04+~20250407.0336.g04e6ae9
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 232
Depends: postgresql-plperl-13 (= 13.20-2.pgdg22.04+~20250407.0336.g04e6ae9)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.20-2.pgdg22.04+~20250407.0336.g04e6ae9_arm64.deb
Size: 175556
SHA256: fa51273f5e51d3683aa962065a5777f278484e494ca666ee9b42afd5287f15cf
SHA1: 3ce48c8daecd8f86be97bffda84d13d259568093
MD5sum: 0e006246ac76cceb6abf09f42bede2b9
Description: debug symbols for postgresql-plperl-13
Build-Ids: 1ac4cb7081daecffa452e80abcfb7013157a4334 70aefc9d7709c915abf3096ac628dd9d6ef2f4e2 7833feb9ff128cdd26df0e7db0719eaf0bb7dd77 c93adf9f847a28d06dd89d0891ee11fea385823b

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.17-2.pgdg22.04+~20250406.0416.g754a3d8
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 348
Depends: perl, postgresql-14 (= 14.17-2.pgdg22.04+~20250406.0416.g754a3d8), libc6 (>= 2.34), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.17-2.pgdg22.04+~20250406.0416.g754a3d8_arm64.deb
Size: 88324
SHA256: a989049ed86de31c5f8c420832044dc21626bf23f1cb3dbbcb348d265aade041
SHA1: 57cbb3d3d11bf46107722f36c4da126eac32c658
MD5sum: 26ac7de6ca72281cec4949c3afc14889
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.pgdg22.04+~20250406.0416.g754a3d8
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 233
Depends: postgresql-plperl-14 (= 14.17-2.pgdg22.04+~20250406.0416.g754a3d8)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.17-2.pgdg22.04+~20250406.0416.g754a3d8_arm64.deb
Size: 176480
SHA256: 0697c6639ecf7740b6ff4ca67c38d38813df3a6d3cbc417ee649d8156e171fc2
SHA1: ae381145033d60fd810de60d6bfcd8d1a2425aa9
MD5sum: ba49768752b12b777455f802bb1c3af1
Description: debug symbols for postgresql-plperl-14
Build-Ids: 0229df8fd52329c4ad592a14a51a4e4f28b38ae2 23a6725db3c7b386e183754ece75637b44f74855 5cbd7e6b600efec919463095595a8aa09a1923e4 738ce448c5dbe4c44c026cf44178b4bcf14dd3a2

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.12-2.pgdg22.04+~20250407.0514.g7c14294
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 350
Depends: perl, postgresql-15 (= 15.12-2.pgdg22.04+~20250407.0514.g7c14294), libc6 (>= 2.34), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.12-2.pgdg22.04+~20250407.0514.g7c14294_arm64.deb
Size: 87200
SHA256: 5a8a104d8574a5f1ae99eefae06fb9d06b83dcf7e01f2c8b31051d2ec75b324d
SHA1: 82e7d4568451467c95cdef5da4a8458dc1d4d3da
MD5sum: e31beec2fca38edc6439dcc3019547d8
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.pgdg22.04+~20250407.0514.g7c14294
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 236
Depends: postgresql-plperl-15 (= 15.12-2.pgdg22.04+~20250407.0514.g7c14294)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.12-2.pgdg22.04+~20250407.0514.g7c14294_arm64.deb
Size: 179936
SHA256: 5489ecb5b3b4c26c4cc5764c754ba9da85de15fd492c8a5399ed3895e7990bd4
SHA1: 8394c9e63fcb680e71bbbaadf739581ab78ab810
MD5sum: 2e78769a9fe6c6a1ecc63205f4addd15
Description: debug symbols for postgresql-plperl-15
Build-Ids: 3ce2194ce970e013b9810b907be500affa6176da 3ef5ca36d1464b863f67b2084e20546fae858699 66e479f002b779e1c0aed29eaf26f500db777078 fc765388c77de997dd5f00ec120e6573d6ada4c2

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.8-2.pgdg22.04+~20250407.0658.g00f0bb4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 363
Depends: perl, postgresql-16 (= 16.8-2.pgdg22.04+~20250407.0658.g00f0bb4), libc6 (>= 2.34), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.8-2.pgdg22.04+~20250407.0658.g00f0bb4_arm64.deb
Size: 87484
SHA256: 98ded8c4492eef78e1492ff0ba61f10e6a8b414ffef4e8b7d5df716644a088fc
SHA1: 6aa495889a072bf51c693b6f63d3c324d26a7f00
MD5sum: 5b0e7e1a1a686cde8d8c2c096f6d3706
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.pgdg22.04+~20250407.0658.g00f0bb4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-plperl-16 (= 16.8-2.pgdg22.04+~20250407.0658.g00f0bb4)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.8-2.pgdg22.04+~20250407.0658.g00f0bb4_arm64.deb
Size: 183276
SHA256: b73ad3226075b824a30dd823fa0280769c05fde0696639cb3f9f231f39168fed
SHA1: 15ec41729eb9205760bfbedeb4b22e6f353d341c
MD5sum: 4a1072bdf48ad6974c1b8e767dbc2961
Description: debug symbols for postgresql-plperl-16
Build-Ids: 25a7346743d4bb0c0f61d1bbe5c470f2ace051df 265ff8992d07b1ce22ad021597882c3081da1db6 a66f7ed359a853a1043e1c62bbc0770c48fa5cd6 bce9a0e6ef2734484c9f72e7fe9f712858d69f5f

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17.4-2.pgdg22.04+~20250408.0537.g17a165d
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 360
Depends: perl, postgresql-17 (= 17.4-2.pgdg22.04+~20250408.0537.g17a165d), libc6 (>= 2.34), libperl5.34 (>= 5.34.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plperl-17_17.4-2.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 84812
SHA256: f508ab78d669cb0c69f1efa5af8a86909e89ce7ef6fc45bc23c333f876b70912
SHA1: 9ba6f879aee400e56bbdc9cd1964193ef1535cd8
MD5sum: baf90ab9965e05d2c877b6c17ae2058c
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.pgdg22.04+~20250408.0537.g17a165d
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-plperl-17 (= 17.4-2.pgdg22.04+~20250408.0537.g17a165d)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plperl-17-dbgsym_17.4-2.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 186936
SHA256: 37fe4415fd62d236e1f8150e712c72e140094a24a496d39aa8729cba211c7ca8
SHA1: 527c398bc9ebdbe8f1cc8a4b9768a09ab1333485
MD5sum: d75741fb6a2da43fc905e185434674ea
Description: debug symbols for postgresql-plperl-17
Build-Ids: 03e23fc2e43c52d459874f208e3412848ee68e69 25af279e6000e131dddd5078521a7b8347bb09bb 5e7069e671fb27b4b6b9d564faa8c0330d56cfda c4acd272f7d7942a5c7abcacd99c6af2b34ead68

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.22-9.pgdg22.04+~20250124.0125.g170e416
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 252
Depends: postgresql-11 (= 11.22-9.pgdg22.04+~20250124.0125.g170e416), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.22-9.pgdg22.04+~20250124.0125.g170e416_arm64.deb
Size: 76848
SHA256: dde7e25f9227e82ed21f1c7d63c7fc05db74c887dcd4630a95952771da95a803
SHA1: 5cc3f8a62050054ac34be3dfa3add2434cc557d8
MD5sum: 354d02e24cfd0a8f4d21df3b11819d4a
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.pgdg22.04+~20250124.0125.g170e416
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 248
Depends: postgresql-plpython3-11 (= 11.22-9.pgdg22.04+~20250124.0125.g170e416)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.22-9.pgdg22.04+~20250124.0125.g170e416_arm64.deb
Size: 173464
SHA256: 04ff64349a410dbe9de05bb41b2163b9fdefc9d634db64eac8b099f4c916d0ec
SHA1: b8799c5209ca6bfcaca27cf511a757eb7bf862a6
MD5sum: 27b4b9b1e2933e471c91ce2b7714f5fd
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 3d7827ec9983b63b500e80f5737107fdbe24d4b3 9c6707965564db44cc9c3bda31f90a55e348b646 d3c92183b3b3009a76b67b438f916c17fc049ba6 f1e65f00fd120196586a61e8b595e2b4c9874c31

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.22-2.pgdg22.04+~20250314.0202.g3f302f0
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 466
Depends: postgresql-12 (= 12.22-2.pgdg22.04+~20250314.0202.g3f302f0), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.22-2.pgdg22.04+~20250314.0202.g3f302f0_arm64.deb
Size: 108156
SHA256: 14aac48064d4f23d16f2d65829df862738d9131b2728fd952378b89b745422de
SHA1: d7e6a6b94d15a34dc00993a151e0acd03ed0a7d8
MD5sum: 1ed30bccfa39ac46426d23cf662a97b8
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.pgdg22.04+~20250314.0202.g3f302f0
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 250
Depends: postgresql-plpython3-12 (= 12.22-2.pgdg22.04+~20250314.0202.g3f302f0)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.22-2.pgdg22.04+~20250314.0202.g3f302f0_arm64.deb
Size: 177172
SHA256: 8b75fde27b23f142e19c317c7ddece3f7b3ea7391733e2b219f326597c1c70f1
SHA1: 88eeb3fff1f639157975b82ee5d90766133c0a41
MD5sum: 2b017d9318c97768634378f492a8d390
Description: debug symbols for postgresql-plpython3-12
Build-Ids: be5a4cada1ac924569d860a1b842a2afadd4b815 ce5fb374b0949a555cb4426e9835e94acea4cd6f da48ee5688d5adca83f0245a193d3dafdf1b0171 fed25e480b1d57a06228bebc94a2326b310a4a8f

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.20-2.pgdg22.04+~20250407.0336.g04e6ae9
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 465
Depends: postgresql-13 (= 13.20-2.pgdg22.04+~20250407.0336.g04e6ae9), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.20-2.pgdg22.04+~20250407.0336.g04e6ae9_arm64.deb
Size: 108316
SHA256: ebec899640f79907a6d5d34c7dc46b3d3ba7a64baab3535da7e65d79ea8b1fc3
SHA1: a4a3f3e3a5efa8ad470d522a4143db3344c6a320
MD5sum: 85559ede8b7d5e70e9d3b160cda2f1b4
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.pgdg22.04+~20250407.0336.g04e6ae9
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 250
Depends: postgresql-plpython3-13 (= 13.20-2.pgdg22.04+~20250407.0336.g04e6ae9)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.20-2.pgdg22.04+~20250407.0336.g04e6ae9_arm64.deb
Size: 177508
SHA256: 441f82aa7e667010f2e02206036d8046c657379b74d93c0d2c8eb4b0be6bbd87
SHA1: 85668fecd47c6b9c33e1222831ad872a46dc4d4b
MD5sum: 3cc9107ed8e99d63b97ea0eebb704f75
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 1f61ca62b9da53fbbb26f9b721ccb4cdb5f0fc43 79bc8c2d11db095f0f843686d267ca917f009ab9 c6f0a324d4d64093e81d590e7a5098f87f42e235 efabafc9a2f0a4bc7bcb160576b97bc7c6ae7fff

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.17-2.pgdg22.04+~20250406.0416.g754a3d8
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 486
Depends: postgresql-14 (= 14.17-2.pgdg22.04+~20250406.0416.g754a3d8), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.17-2.pgdg22.04+~20250406.0416.g754a3d8_arm64.deb
Size: 108904
SHA256: 85a0165c2f83244c7c118429accdd50b4c05c26a83a29743170c4bd2d68db3db
SHA1: 9aaa1ae41c72e3a7d05ea4f9726408dbc778f3af
MD5sum: 90604fb5830b512af4dd2bed3ffa10d7
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.pgdg22.04+~20250406.0416.g754a3d8
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 253
Depends: postgresql-plpython3-14 (= 14.17-2.pgdg22.04+~20250406.0416.g754a3d8)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.17-2.pgdg22.04+~20250406.0416.g754a3d8_arm64.deb
Size: 178408
SHA256: 7ed119f41d7ef49ca3afd8cfba70e241854bb08771dfed9739f2f1e2653b6049
SHA1: 3c95ed4be2479e25624e4723edda2a4e8f868af8
MD5sum: 398f58e935d9761c842cbaace348a317
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 89b04529454ef118c5fe4f0a61a13861ab77687b d3f428413cdf9fb1bf45d7ae28dd637fb141e948 dc1b760e216f077c11eafc678bf937373904485f fffb5a327ed9ed2bf8d87abd95a01d744b06e608

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.12-2.pgdg22.04+~20250407.0514.g7c14294
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 502
Depends: postgresql-15 (= 15.12-2.pgdg22.04+~20250407.0514.g7c14294), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.12-2.pgdg22.04+~20250407.0514.g7c14294_arm64.deb
Size: 108724
SHA256: bcd5dc3360ac988effe84a824300457f3e005f1f1908c6801be2257c46168b66
SHA1: c5d2a9820aeec4a8c37df46926534d65271b9aa1
MD5sum: 332e76c27241f9e30315a8116ef06930
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.pgdg22.04+~20250407.0514.g7c14294
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 252
Depends: postgresql-plpython3-15 (= 15.12-2.pgdg22.04+~20250407.0514.g7c14294)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.12-2.pgdg22.04+~20250407.0514.g7c14294_arm64.deb
Size: 178676
SHA256: a1a05d215d0df4fde41749b4090e30790f7db8cb536d45969803c656a8a1a45a
SHA1: 90a2ad9550e7be367b3e7f072cde5942a28fdc5e
MD5sum: 1a7fedad90a605b09bb54bbdb060480a
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 075ed63b2817dc112952eb6b579901186066bdcd 4cec4c0023b7896cee9f24edc291d92044baafb6 91d2b7dc0fd41085432aa0ee31256eb4eff7f483 bc9393d67fb6633c2687ef77b0220f49a5de80e3

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.8-2.pgdg22.04+~20250407.0658.g00f0bb4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 508
Depends: postgresql-16 (= 16.8-2.pgdg22.04+~20250407.0658.g00f0bb4), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.8-2.pgdg22.04+~20250407.0658.g00f0bb4_arm64.deb
Size: 108608
SHA256: 16b121f40b92e145392dd377642b0f80a22e1e7d6a02ea784a48325efd40041e
SHA1: 9c94fa0799f9b54fb2d04b352c25273330def72e
MD5sum: 6020d8f25c7a5ba5fe2bad36818f7312
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.pgdg22.04+~20250407.0658.g00f0bb4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: postgresql-plpython3-16 (= 16.8-2.pgdg22.04+~20250407.0658.g00f0bb4)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.8-2.pgdg22.04+~20250407.0658.g00f0bb4_arm64.deb
Size: 184136
SHA256: b6cab768a255b321bbef4a1852ed9d82fdcb386059f03145555cd4a7edca6552
SHA1: c8b8ae472e41c2153206eddb5f30d9f67cc2769b
MD5sum: c3d08bd5ec3dd519b46168eb67d0fab8
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 44c0d68cd11c175aeda86fd2038db468d79ab3a4 a4c94e08231adb54afe4e838dca09768959ef485 b231e8ebce53f089845fef8b4f21078337b2bcf4 b73c1e860dc8c793335a3f874d5dec697965be35

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17.4-2.pgdg22.04+~20250408.0537.g17a165d
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 505
Depends: postgresql-17 (= 17.4-2.pgdg22.04+~20250408.0537.g17a165d), libc6 (>= 2.17), libpython3.10 (>= 3.10.0)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17_17.4-2.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 105636
SHA256: 2cf76537c1cea9d962af43ffdb6cdec0d29bd7fd932e72c7478e9c19952b272b
SHA1: c9bd1d270cd3323baf4caf11ac571d050086236c
MD5sum: 3390c0542d212277ceb70ad681269282
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.pgdg22.04+~20250408.0537.g17a165d
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: postgresql-plpython3-17 (= 17.4-2.pgdg22.04+~20250408.0537.g17a165d)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17-dbgsym_17.4-2.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 187656
SHA256: a97b12ea940d774cde4de89765dc2b7fc9743b7f068d13e2218a649b486dd4d0
SHA1: 9a7a632e8bf6ee7391303326a84b7a7c68ac75c8
MD5sum: 9778192a73ac1b5813effd89aad265da
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 1ddd884c4ceea3ba4b48f8721aafcada69ffd64a 318b5fc299273a582cfcf148bd61d758b5598c47 8d9c61a3128707c90a7d2f7f2662d1455a9a7d16 c023cfcfddc0dea9774ed69c2df115ddf4dd8aac

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.22-9.pgdg22.04+~20250124.0125.g170e416
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-11 (= 11.22-9.pgdg22.04+~20250124.0125.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.pgdg22.04+~20250124.0125.g170e416_arm64.deb
Size: 43648
SHA256: 7110b21d294e746e4d9ea85ae63b9f05da3fcbfcc573b033d078bc058353722e
SHA1: c03ff9207171421d3174d177f8d03510a6fee847
MD5sum: 511ad9e169060d8b0b6152fbef89bbd5
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.pgdg22.04+~20250124.0125.g170e416
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-pltcl-11 (= 11.22-9.pgdg22.04+~20250124.0125.g170e416)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.22-9.pgdg22.04+~20250124.0125.g170e416_arm64.deb
Size: 72232
SHA256: 8eeb832c35993b8a1fb9fa67e0fa73f28e7a1632b0eed5726e589515ecdb52c5
SHA1: 72ddcb66ff8c7b69da06476c34ba65ef3a86d5b6
MD5sum: ac497abfa081a9b872ccde129afef966
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 078970c858ab9199c0480eac796fff7ede2a6756

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.22-2.pgdg22.04+~20250314.0202.g3f302f0
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-12 (= 12.22-2.pgdg22.04+~20250314.0202.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.pgdg22.04+~20250314.0202.g3f302f0_arm64.deb
Size: 44004
SHA256: 283686daabcc09831a84bfaf02b0a598fdeb7411d924a6209f9945b068b8f276
SHA1: b67fcb9dc51326f85df1bf5c8390da569ee02c3a
MD5sum: ad0ceed9319df73f8f4a62ec17e2cbe7
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.pgdg22.04+~20250314.0202.g3f302f0
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-pltcl-12 (= 12.22-2.pgdg22.04+~20250314.0202.g3f302f0)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.22-2.pgdg22.04+~20250314.0202.g3f302f0_arm64.deb
Size: 73508
SHA256: b91df84f1a75a50fe616152ca1ac0087a2a21916e0c1fd68f105499bd84846f8
SHA1: 53e5767ff486761f56650ed5aeb2e10d37c36e83
MD5sum: 348d8d22418ccff70cdac3f7420b34e2
Description: debug symbols for postgresql-pltcl-12
Build-Ids: 60ff180e5caf7d458fe8e3eb762a405e76995ecf

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.20-2.pgdg22.04+~20250407.0336.g04e6ae9
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-13 (= 13.20-2.pgdg22.04+~20250407.0336.g04e6ae9), libc6 (>= 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.pgdg22.04+~20250407.0336.g04e6ae9_arm64.deb
Size: 45576
SHA256: 27acc1b617cf0ad2140f5eccd615f4d76ab1375da091b489e31153e6c36ee6ff
SHA1: 8e29746f4a7495233c9e279b1e1ea4606d189e91
MD5sum: fe0b98b54beaf8623b1e98bd92fe14d7
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.pgdg22.04+~20250407.0336.g04e6ae9
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-pltcl-13 (= 13.20-2.pgdg22.04+~20250407.0336.g04e6ae9)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.20-2.pgdg22.04+~20250407.0336.g04e6ae9_arm64.deb
Size: 76896
SHA256: 112557d58f9a32c401f7447403485018450a82d1dd6eca5799f7249a75e0bb43
SHA1: 6c9aca6a09d244f265a2e14a82e14dda2f1b3796
MD5sum: 161be962d853d28ac79823f6ba4225ef
Description: debug symbols for postgresql-pltcl-13
Build-Ids: 96914756e755cb40586b99e39f3267b496dace08

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.17-2.pgdg22.04+~20250406.0416.g754a3d8
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-14 (= 14.17-2.pgdg22.04+~20250406.0416.g754a3d8), libc6 (>= 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.pgdg22.04+~20250406.0416.g754a3d8_arm64.deb
Size: 43172
SHA256: 2e09226f4f067a194793b66699722451ad9fdf21aa1a900d6331b3133d9899b8
SHA1: 5ceb1e9b98b7c14896f9f1b23539eb46bfb6acf9
MD5sum: 1fba5bd623e0ba8c5e6ae28eeac6f205
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.pgdg22.04+~20250406.0416.g754a3d8
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-pltcl-14 (= 14.17-2.pgdg22.04+~20250406.0416.g754a3d8)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.17-2.pgdg22.04+~20250406.0416.g754a3d8_arm64.deb
Size: 77584
SHA256: c73282a3a4383f98d39186857decdac32fef098967def6b83d945fd5ac08ab64
SHA1: 397c758b54304170ae658302e1585d5c8657fea7
MD5sum: 6868102d1dbb348c5f0e329365462417
Description: debug symbols for postgresql-pltcl-14
Build-Ids: b79239de0f663687fcc92272b22a7be0ab4c5e9a

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.12-2.pgdg22.04+~20250407.0514.g7c14294
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-15 (= 15.12-2.pgdg22.04+~20250407.0514.g7c14294), libc6 (>= 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.pgdg22.04+~20250407.0514.g7c14294_arm64.deb
Size: 42888
SHA256: e3e160fac379f74b52c83fb97d66da72d2daaada3b58b136cc809ee4c96a8265
SHA1: 1148483d1e3ad2a9482cda298782758b7273d370
MD5sum: 03ab52df9eec45826dd6fdd960f1ddf3
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.pgdg22.04+~20250407.0514.g7c14294
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-pltcl-15 (= 15.12-2.pgdg22.04+~20250407.0514.g7c14294)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.12-2.pgdg22.04+~20250407.0514.g7c14294_arm64.deb
Size: 81496
SHA256: 28c0490a09f54eaac6206661a06b7dd9561a0bd448de0aff995ecb796b729d3f
SHA1: 471aca0b4d2ff7b2725dfcd72a30d1ad99386e18
MD5sum: 38e0dd3f9ced2e124315c8782c0152d0
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 3d50187be289b4216fa97df48b5ffd3c3b15a434

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.8-2.pgdg22.04+~20250407.0658.g00f0bb4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-16 (= 16.8-2.pgdg22.04+~20250407.0658.g00f0bb4), libc6 (>= 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.pgdg22.04+~20250407.0658.g00f0bb4_arm64.deb
Size: 42544
SHA256: 4deb7ce458ac243f7da800cb90cd5dc90665cc8ef5a7d07cdf9ca23a0caec845
SHA1: 2b1564e88c9cac392547c11de691953a657cbbb5
MD5sum: 9e4ac8fc4fbf2e8775dd0a96b0bb95c7
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.pgdg22.04+~20250407.0658.g00f0bb4
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-pltcl-16 (= 16.8-2.pgdg22.04+~20250407.0658.g00f0bb4)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.8-2.pgdg22.04+~20250407.0658.g00f0bb4_arm64.deb
Size: 83532
SHA256: 86a8c4fd6b579dd6633f67c119f5f17504eeb85bd3de720037af7ce2ce0a2fa2
SHA1: 9b12bec128470d414863a175811ab809352dcff6
MD5sum: 7c1d1bb4fb2cfae91e2d57609170c95f
Description: debug symbols for postgresql-pltcl-16
Build-Ids: ce20ba1de54bc7beb7b512dc1e952adf6f56ce2c

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17.4-2.pgdg22.04+~20250408.0537.g17a165d
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-17 (= 17.4-2.pgdg22.04+~20250408.0537.g17a165d), libc6 (>= 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.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 39864
SHA256: fb44126b8962017cb6298e46216cf6df6e2b910b5a66bd95541fd5113800087a
SHA1: f0745833dabd2dd4c4b06baec27c336eafce2e83
MD5sum: 5a4c525ce4ff2b2dfacc43f3773bb008
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.pgdg22.04+~20250408.0537.g17a165d
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-pltcl-17 (= 17.4-2.pgdg22.04+~20250408.0537.g17a165d)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17-dbgsym_17.4-2.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 86840
SHA256: a0b95f7afd762b794a3da0b602ccd476db6507d8154050c790e670ea26649c7d
SHA1: a7e05efe5c4a044e4f7b5379c847886b3c10d976
MD5sum: 13e196e1319a355ebda6a61f890dbd26
Description: debug symbols for postgresql-pltcl-17
Build-Ids: 1659d4afbe8f13272c41f0a56773dd327171ca2d

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.22-9.pgdg22.04+~20250124.0125.g170e416
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5057
Depends: clang-15, libpq-dev (>= 11~~), llvm-15-dev, postgresql-client-11 (= 11.22-9.pgdg22.04+~20250124.0125.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.pgdg22.04+~20250124.0125.g170e416_arm64.deb
Size: 930276
SHA256: 56a10006c12cdd97f46b5035cdd491ccac4d4f68ec91c0d4f8b3ffb23d51ea42
SHA1: c1d8746457e3a84616bca9b72d0c0d1d1922e5dc
MD5sum: e2d85d03d138e83120d46d8cfaabe848
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.pgdg22.04+~20250314.0202.g3f302f0
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5637
Depends: clang-15, libpq-dev (>= 12~~), llvm-15-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.pgdg22.04+~20250314.0202.g3f302f0_arm64.deb
Size: 999592
SHA256: d87bc5d853af26e754bcbe32f80b2f7b8547641a4a89c8e5f0ec32b8441ef6ef
SHA1: aac93f6f7e4ba80aebefadc354f03ac18e4b9fac
MD5sum: 6eb27a35f6ca392e2a5a3fcb64efffeb
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.pgdg22.04+~20250407.0336.g04e6ae9
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6156
Depends: clang-15, libpq-dev (>= 13~~), llvm-15-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.pgdg22.04+~20250407.0336.g04e6ae9_arm64.deb
Size: 1048928
SHA256: 2ca78d84a395c3e3a22cf87515eb552c70591437217869b3e6f3fdcbba54c9f0
SHA1: e2cbf80eccacaa2f6bdca6caa8e117da81ae4406
MD5sum: 428f1d037643e8df9f288b4975d3f2bf
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.pgdg22.04+~20250406.0416.g754a3d8
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6661
Depends: clang-15, libpq-dev (>= 14~~), llvm-15-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.pgdg22.04+~20250406.0416.g754a3d8_arm64.deb
Size: 1123836
SHA256: abcd3cf58b908aa4e2e34f74300969482ec5a95d7dfd52d447d7f24ee1b785cc
SHA1: 72ce19ffb8d8c6d2ec1295899246ad8185a036e9
MD5sum: b5bf7012bc522a52014941a54c369fea
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.pgdg22.04+~20250407.0514.g7c14294
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6817
Depends: clang-15, libpq-dev (>= 15~~), llvm-15-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.pgdg22.04+~20250407.0514.g7c14294_arm64.deb
Size: 1147316
SHA256: 592275a88f03c491d17fcfabc5238b0b3154691148edca890942ecc737b4c52b
SHA1: 59be1950e1585e249ccd27952e66df3f77d1d8d5
MD5sum: 39f6f2956f04edb6805e0d6c666e3825
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.pgdg22.04+~20250407.0658.g00f0bb4
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6988
Depends: clang-15, libpq-dev (>= 16~~), llvm-15-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.pgdg22.04+~20250407.0658.g00f0bb4_arm64.deb
Size: 1171696
SHA256: d3096148a6fae49ee0db3b57c8d0e62f2a7fcf98488ddbb76dfa6c8bb6c80cdb
SHA1: 63a1f44f26e8922cd57210df2181e90cfc837483
MD5sum: 9c0776e4b4cd602e2c59907c93e56181
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.pgdg22.04+~20250408.0537.g17a165d
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8161
Depends: clang-15, libpq-dev (>= 17~~), llvm-15-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.34)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17_17.4-2.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 1305484
SHA256: 5b2ef6ef65cd88b441cc5156632d0f563c28f6e854d5633700ff2b5fd7a17c27
SHA1: 06addf2da8ba7b2308c5d397c1331d6158dcdc1a
MD5sum: 0f352766a80ad9c0a9c413b8786e9328
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.pgdg22.04+~20250408.0537.g17a165d
Auto-Built-Package: debug-symbols
Architecture: arm64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-server-dev-17 (= 17.4-2.pgdg22.04+~20250408.0537.g17a165d)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17-dbgsym_17.4-2.pgdg22.04+~20250408.0537.g17a165d_arm64.deb
Size: 54336
SHA256: 2ba6bc15dc51af2ab4f672f809f307c117c0fbea67931de72a3874f31c6624a9
SHA1: a3cad1ac5470ed462f005c562af7c73bdb3ace96
MD5sum: e78b5707527786376d4cf7abd4cbeaf9
Description: debug symbols for postgresql-server-dev-17
Build-Ids: d432cd19c9f5fcca3037ab9cba279efdec40e280

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 277.pgdg22.04+~20250405.0953.g89c3842
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-common-dev (= 277.pgdg22.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.pgdg22.04+~20250405.0953.g89c3842_all.deb
Size: 71552
SHA256: 803043f35e8e07be530e234f366985fece70cd142def204c23115ac00c99dcf8
SHA1: c4d4f9813f4e3e4c0b2d7f17a3adc3d2471d11e3
MD5sum: c60f99bfdd1cb31c375f4a5d55ca3d6d
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.