Package: libecpg-compat3
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg-compat3_17.8-1.pgdg26.04+1_amd64.deb
Size: 18020
SHA256: ffd1804f6beeace0c86f51b97391f7cf3028acf54f5540b21b46c231ea1f41c7
SHA1: 29824ab5627031bf75cccc5e7e648d19a76075e1
MD5sum: 876d9468701d2d4141e8b11cdaf844e0
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: apgdiff
Version: 2.7.0-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: default-jre-headless | java2-runtime-headless
Homepage: https://www.apgdiff.com/
Priority: optional
Section: database
Filename: pool/main/a/apgdiff/apgdiff_2.7.0-1.pgdg26.04+1_all.deb
Size: 155344
SHA256: 78b7b7bdb154f5c7447fdf69d5d377a1713e12fb4f84728355c431cc1e3bba61
SHA1: ba35eb170efb5de7911aed93033ff836ff3449d1
MD5sum: 9e92084fdba30e86c7929b01fc6a3f97
Description: Another PostgreSQL Diff Tool
 Another PostgreSQL Diff Tool is a simple PostgreSQL diff tool that is useful
 for schema upgrades. The tool compares two schema dump files and creates
 an SQL output file that is (after some hand-made modifications) suitable for
 upgrades of old schemata.
Timestamp: 2026-02-12 22:34:45+00

Package: barman
Version: 3.17.0-1.pgdg26.04+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 109
Depends: python3-barman (= 3.17.0-1.pgdg26.04+1), python3-pkg-resources, adduser, file, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client
Suggests: barman-cli, repmgr
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.17.0-1.pgdg26.04+1_all.deb
Size: 76720
SHA256: 63dab082b31b47deb359ec1b831425d4ed82087a15099eeeff9f8a90345f83a6
SHA1: 5d3723d37ab047a615e02367f23ec584b2123a8b
MD5sum: 6e34dfae75da081f6e9ca6216c0fb8fa
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides barman binary.
Timestamp: 2026-02-12 22:34:45+00

Package: barman-cli
Source: barman
Version: 3.17.0-1.pgdg26.04+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 63
Depends: python3-barman (= 3.17.0-1.pgdg26.04+1), python3-pkg-resources, rsync, python3:any
Recommends: openssh-client
Suggests: barman-cli-cloud
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.17.0-1.pgdg26.04+1_all.deb
Size: 43300
SHA256: f1976e95b58c3450ae861a7b82edd7131eae71b527a842bde0c4d503d90cf075
SHA1: 02748b69871ee271ad87bd65afb259679bf7f816
MD5sum: 77ff74f251d6b642177be3d5a02310fd
Description: Client utilities for the integration of Barman in PostgreSQL clusters
 Barman (Backup and Recovery Manager) is an open-source administration
 tool for disaster recovery of PostgreSQL servers written in Python.
 .
 It allows your organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli package contains client utilities for the integration
 of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.
Timestamp: 2026-02-12 22:34:45+00

Package: odyssey
Version: 1.5.0~rc3-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 543
Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libc6 (>= 2.38), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libssl3t64 (>= 3.0.0), libsystemd0
Homepage: https://github.com/yandex/odyssey
Priority: optional
Section: database
Filename: pool/main/o/odyssey/odyssey_1.5.0~rc3-1.pgdg26.04+2_amd64.deb
Size: 195036
SHA256: 9f49a830524b47aba5c640b0f74e96dea07b63ad6dda3036b2ad2365cf2e4948
SHA1: 2acc84600f63d12a78e724e001cd4d779e8a249b
MD5sum: fc39e39dd130dbe75007789c0f0b5385
Description: Scalable PostgreSQL connection pooler
 Odyssey is an advanced multi-threaded PostgreSQL connection pooler and request
 router.
 .
 Multi-threaded processing
 .
 Odyssey can significantly scale processing performance by specifying a number
 of additional worker threads. Each worker thread is responsible for
 authentication and proxying client-to-server and server-to-client requests.
 All worker threads are sharing global server connection pools. Multi-threaded
 design plays important role in SSL/TLS performance.
 .
 Advanced transactional pooling
 .
 Odyssey tracks current transaction state and in case of unexpected client
 disconnection can emit automatic Cancel connection and do Rollback of
 abandoned transaction, before putting server connection back to the server
 pool for reuse. Additionally, last server connection owner client is
 remembered to reduce a need for setting up client options on each
 client-to-server assignment.
Timestamp: 2026-01-26 20:37:55+00

Package: odyssey-dbgsym
Package-Type: ddeb
Source: odyssey
Version: 1.5.0~rc3-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1163
Depends: odyssey (= 1.5.0~rc3-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/o/odyssey/odyssey-dbgsym_1.5.0~rc3-1.pgdg26.04+2_amd64.deb
Size: 920156
SHA256: 34d2ec6518665e7b119d40d13ee871a96dce379ba5c30b41d63ca5c92494f17d
SHA1: cfaa2fb1a4e094730065aedda8ee238d2d9b62c4
MD5sum: 94a777e00ad0447ec8de2bacc50debef
Description: debug symbols for odyssey
Build-Ids: 48b7b2a522cc7488fa85b17798b28bdeb7a30986
Timestamp: 2026-01-26 20:37:55+00

Package: libpg-query-dev
Source: libpg-query
Version: 17-6.2.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9474
Depends: libpg-query1706.0 (= 17-6.2.2-1.pgdg26.04+1)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpg-query/libpg-query-dev_17-6.2.2-1.pgdg26.04+1_amd64.deb
Size: 1378744
SHA256: b3727d9c5cb79b69c92adc6b4b0eeab56b532bbaae5c692f1cf033bb135bd329
SHA1: 40460f44b91ec15aa782b6d4ad69b908740e0f9d
MD5sum: 80a76484ab8f9ce84521578b95cb626d
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2026-01-29 17:31:59+00

Package: libpg-query1706.0
Source: libpg-query
Version: 17-6.2.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3351
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: https://github.com/pganalyze/libpg_query
Priority: optional
Section: libs
Filename: pool/main/libp/libpg-query/libpg-query1706.0_17-6.2.2-1.pgdg26.04+1_amd64.deb
Size: 625520
SHA256: 1fe5c922cb344187ce6fd38c68aa8815250e7530c5418487d7531e7817fcfe42
SHA1: ed565d3837c142cbcbb3b1fe44fd4f7f99d260fe
MD5sum: 1537547ecab43b5c6307f37d97e01e36
Description: C library for accessing the PostgreSQL parser outside of the server environment
 This library uses the actual PostgreSQL server source to parse SQL queries and
 return the internal PostgreSQL parse tree.
Timestamp: 2026-01-29 17:31:59+00

Package: libpg-query1706.0-dbgsym
Package-Type: ddeb
Source: libpg-query
Version: 17-6.2.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4426
Depends: libpg-query1706.0 (= 17-6.2.2-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpg-query/libpg-query1706.0-dbgsym_17-6.2.2-1.pgdg26.04+1_amd64.deb
Size: 2551760
SHA256: 2bee570fd025ebea63be86f8c09eaaee19c97ebfa35c8a6f0a4569ad374c0b45
SHA1: d39c96ed184ea247488f9a43367e015f75d9d2cb
MD5sum: 23ea6a6168007ac2fe0338b2a8109908
Description: debug symbols for libpg-query1706.0
Build-Ids: b0f6b9cfb871afaeb1adf3b7ccc5083dc13fdba2
Timestamp: 2026-01-29 17:31:59+00

Package: odyssey
Version: 1.5.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 543
Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libc6 (>= 2.38), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libssl3t64 (>= 3.0.0), libsystemd0
Homepage: https://github.com/yandex/odyssey
Priority: optional
Section: database
Filename: pool/main/o/odyssey/odyssey_1.5.0-1.pgdg26.04+1_amd64.deb
Size: 195788
SHA256: 014337e357df513c7a5a9274e277c92b3f0e77732f4465c6c71c5126e475310a
SHA1: 060734e9c75105d1803655e01a7a0221e9a9fc36
MD5sum: 70b82c897e61fa73eb5ba5d4c65e4ac8
Description: Scalable PostgreSQL connection pooler
 Odyssey is an advanced multi-threaded PostgreSQL connection pooler and request
 router.
 .
 Multi-threaded processing
 .
 Odyssey can significantly scale processing performance by specifying a number
 of additional worker threads. Each worker thread is responsible for
 authentication and proxying client-to-server and server-to-client requests.
 All worker threads are sharing global server connection pools. Multi-threaded
 design plays important role in SSL/TLS performance.
 .
 Advanced transactional pooling
 .
 Odyssey tracks current transaction state and in case of unexpected client
 disconnection can emit automatic Cancel connection and do Rollback of
 abandoned transaction, before putting server connection back to the server
 pool for reuse. Additionally, last server connection owner client is
 remembered to reduce a need for setting up client options on each
 client-to-server assignment.
Timestamp: 2026-01-29 17:31:59+00

Package: odyssey-dbgsym
Package-Type: ddeb
Source: odyssey
Version: 1.5.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1172
Depends: odyssey (= 1.5.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/odyssey/odyssey-dbgsym_1.5.0-1.pgdg26.04+1_amd64.deb
Size: 928568
SHA256: b40c901473879a09a239206ef25e3fc4077c5d2e77083698344b0f00306b083a
SHA1: 2facbfbffe57d437bc1465a76b81cb92c53e438f
MD5sum: 06f277913da76aaffe2ba3a89117a8e5
Description: debug symbols for odyssey
Build-Ids: 5827c7a2d95152650b8aa8c86481669bd78081fd
Timestamp: 2026-01-29 17:31:59+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.23-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.23-9.pgdg26.04+1_amd64.deb
Size: 20302
SHA256: 1763b32da9cbaef5937908c55eb881c973a2f670491407614802c94fe8a08cc7
SHA1: 6036708fb08be191f849c04485a26fc13b62b80f
MD5sum: 683ce26a47ffc24c98bc253b4a2211f3
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-10
Version: 10.23-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: libecpg-compat3 (= 10.23-9.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.23-9.pgdg26.04+1_amd64.deb
Size: 17526
SHA256: ebc3722e6e4beb1a5a0c4efb58b292ce9fa1b05aec90146ec4c33a98ef12883c
SHA1: 7667f252ca542cebb674406f3dec0e6c492985fb
MD5sum: 98071090d576eac05d39331f1be1dc9e
Description: debug symbols for libecpg-compat3
Build-Ids: 94b716864fcbac3d1aeb9e75f7b93b7eefd0177b
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.23-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1244
Depends: libecpg-compat3 (= 10.23-9.pgdg26.04+1), libecpg6 (= 10.23-9.pgdg26.04+1), libpgtypes3 (= 10.23-9.pgdg26.04+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.23-9.pgdg26.04+1_amd64.deb
Size: 257790
SHA256: adb782075f17a6c8e2c935dd29ee8b6c57294f5b4525a6c39fdf1f182a423341
SHA1: 0a2034d45a42f18e89a0102d01bf6474acd0e6dd
MD5sum: bd57f2ef08687dadc65dc0775ec95b4d
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-10
Version: 10.23-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 928
Depends: libecpg-dev (= 10.23-9.pgdg26.04+1)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.23-9.pgdg26.04+1_amd64.deb
Size: 210590
SHA256: d914758c80014db88f92fb483a053224ef04f728ab195fb00933bc671c2a77e0
SHA1: 6d61c706dfea203958c354e2ce44d9aad46fd1c0
MD5sum: de1fea11fec73c1d2f00caf5fb12da4c
Description: debug symbols for libecpg-dev
Build-Ids: c0aa2058cc7d1bc30184354df1c92f0fac999a8a
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6
Source: postgresql-10
Version: 10.23-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 414
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.23-9.pgdg26.04+1_amd64.deb
Size: 92402
SHA256: 5e050b57d80df5307a9442b2e76d41215bbce85f172147265bde81b15a17ae01
SHA1: ee5a21419c630885c187dd688ace242b1ef1e2b0
MD5sum: de5d6b5c5e43c5045918c43a414ff448
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-10
Version: 10.23-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: libecpg6 (= 10.23-9.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.23-9.pgdg26.04+1_amd64.deb
Size: 98298
SHA256: 2c8953f2eb54c73315c12cf6e746e247514263daeee592baa62fceb8f9f3be37
SHA1: 82e58aa90414f8a6a137a4067cd432a836bbe89f
MD5sum: d38e9d1411addca99b2bde204cdb9076
Description: debug symbols for libecpg6
Build-Ids: 13029bbcd9d259d3bdd393f56d3f2c0fd63d1370
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.23-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.23-9.pgdg26.04+1_amd64.deb
Size: 42650
SHA256: 13eb6793542e4c2406b574230e61abd333d8c773790ae95a0164cc528cd751fe
SHA1: 9fc483da04f382b59224815ea5d506d77bcad615
MD5sum: 1bdadb16530f56452e2e72622b9f1c8c
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-10
Version: 10.23-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libpgtypes3 (= 10.23-9.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.23-9.pgdg26.04+1_amd64.deb
Size: 73856
SHA256: 3720ceaf19023ffc7206d8743dbb6f9d6cb3ae7c8168d11eea9c62aa0e823f92
SHA1: 8b80267d69bc78678a037c7844b989cef0949b8f
MD5sum: 62957665910360800062e99fcce20d85
Description: debug symbols for libpgtypes3
Build-Ids: 59bf2266ad4c740aecdd61fe0201b89df16246ce
Timestamp: 2026-02-12 13:41:13+00

Package: libpq-dev
Source: postgresql-10
Version: 10.23-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 672
Depends: libpq5 (= 10.23-9.pgdg26.04+1)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.23-9.pgdg26.04+1_amd64.deb
Size: 183230
SHA256: 58328704324a9ea580ac6e09e24af12bc48b2b449e93725298ec54690950401a
SHA1: a8a5804f61904801766df172e3d3f7815599e513
MD5sum: b51ee60eb4dde36713f97805e39933c1
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5
Source: postgresql-10
Version: 10.23-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 748
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.23-9.pgdg26.04+1_amd64.deb
Size: 191362
SHA256: a1a88412292ffb3612b3839138bd56b13d963f818abfa7e37f5013dbdce99e43
SHA1: 508444f7b00e7ebff9589bbd9f9b74dc8a21a8d9
MD5sum: f33a85f216b3a4fac88f000a34f58435
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-10
Version: 10.23-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 421
Depends: libpq5 (= 10.23-9.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.23-9.pgdg26.04+1_amd64.deb
Size: 259418
SHA256: 2a79ee1c8b37c90d93e1e246b6d55967505fd5c7d975e5317600746e3cf46273
SHA1: 28d9a93e7e14532ea36174ccd6d79a126b948f0d
MD5sum: 246688617d737ab4077ac6c25f3860d1
Description: debug symbols for libpq5
Build-Ids: 295f51291d2919a12e543e5e4fac446825c524ca
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.22-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.22-10.pgdg26.04+1_amd64.deb
Size: 22942
SHA256: b39e1e866baef653450424dfaa61d6c6a4690f8855a6341580b8b3300e547945
SHA1: d6bdf524c309d3bf32d727839393500f95649330
MD5sum: 536c211a875b56767506cd3fd6524a65
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-10.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 11.22-10.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.22-10.pgdg26.04+1_amd64.deb
Size: 17546
SHA256: 1d9ded9f79148ccf4e6173a909b282dd39756990753d0fe79e04cb28ed760a7e
SHA1: c44e7475ce0c068479d268e546924b0ad90b70f1
MD5sum: f973b14fd7d8376e9db83536c4d1b877
Description: debug symbols for libecpg-compat3
Build-Ids: 9db5f45bc31cbaf27a59a31dad4585d5270857b8
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.22-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1271
Depends: libecpg-compat3 (= 11.22-10.pgdg26.04+1), libecpg6 (= 11.22-10.pgdg26.04+1), libpgtypes3 (= 11.22-10.pgdg26.04+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.22-10.pgdg26.04+1_amd64.deb
Size: 263172
SHA256: 09c8830a3416d9b9763c847df690a662fa780833909b34abe9d55f747613aaae
SHA1: 25a78edf9f192603461678f3cd917cbcdd0c133f
MD5sum: 4c4ae4ba485bf3658eff8b260fca7ca0
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-10.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 952
Depends: libecpg-dev (= 11.22-10.pgdg26.04+1)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.22-10.pgdg26.04+1_amd64.deb
Size: 213206
SHA256: 7949dac68dcbabec929db4a0e211d9f9c3b059745ce8dc533594f98403b85ff6
SHA1: cde6424f9cf2a2695c7e2dcd8511cdb68e964b80
MD5sum: 700d2c6c62a38aad325c434a39926b1e
Description: debug symbols for libecpg-dev
Build-Ids: d7e737d6c5334906e2cd7d4590ef33f88bcb6aa4
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6
Source: postgresql-11
Version: 11.22-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 438
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.22-10.pgdg26.04+1_amd64.deb
Size: 98416
SHA256: 2bb17f4af7ca16ea457fd230f1efb1448f511318cc6e44cff24ee13a01dd841e
SHA1: 9dabe00a5a7c40061ded7fa44361c12e357e87e9
MD5sum: 43fd8715a046f7c8b5ff8daac497e07a
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-10.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: libecpg6 (= 11.22-10.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.22-10.pgdg26.04+1_amd64.deb
Size: 98308
SHA256: 2f072834a52d83beb61cab8e34391dfb7fab746810ea73861601f72ff264356d
SHA1: e31e7fcdfe1d75d938168b880373acf597d0025b
MD5sum: 9f2b90e600e85828a61355632f76520a
Description: debug symbols for libecpg6
Build-Ids: 7e0c046768984e5c6ad486b55436d00c61715237
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.22-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.22-10.pgdg26.04+1_amd64.deb
Size: 45190
SHA256: fb46b635cb41a74e5b9a51260f3646ad4e0963627ae24ab800856cd226390c1e
SHA1: 07933cb8499808cc828ca5e244823c00f48b5735
MD5sum: b3b95a6d689771ad110ac848a8297c1a
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-10.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 11.22-10.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.22-10.pgdg26.04+1_amd64.deb
Size: 74036
SHA256: e8353faebcfb527590e85745a555255b6358ea9124814003e0c07429dc4302f7
SHA1: 6089feffa67451c9339c458ad43709ddcaecbd61
MD5sum: 3b309211916cd5ae165ce146a40d06e4
Description: debug symbols for libpgtypes3
Build-Ids: 616d5db8ef1adc6d44423baee1ba464ef8e67208
Timestamp: 2026-02-12 13:41:13+00

Package: libpq-dev
Source: postgresql-11
Version: 11.22-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 686
Depends: libpq5 (= 11.22-10.pgdg26.04+1)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.22-10.pgdg26.04+1_amd64.deb
Size: 188346
SHA256: ada1260d196a44c2fe9ef7adfa15e4ec9ae5be02cacc12bc74bdacb3253b8479
SHA1: 76de1bf5a9ba734487824822a85cbb1ef264c487
MD5sum: 1d87534342dfc833cf6dbf83ec909961
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5
Source: postgresql-11
Version: 11.22-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 757
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.22-10.pgdg26.04+1_amd64.deb
Size: 195820
SHA256: 9c3c6aab2622d82ea7cdc59146a346d7186cda48ba9ba8abe6f71504f49abb51
SHA1: d8ed1568b8aa3e5329b12163c085ef50606cad69
MD5sum: f8b6b4b6a2b54c8a90b54eba4e38a7db
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-10.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 424
Depends: libpq5 (= 11.22-10.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.22-10.pgdg26.04+1_amd64.deb
Size: 261178
SHA256: 560d6d03f1d760e26e57ff4d62d5c30342ca528c83cbb9dd299877bfe89bc917
SHA1: d0f81af9ac7bd361f3c0ad38107d5bc3fbf1be98
MD5sum: 415006b442ef437fd0abddd1c473589b
Description: debug symbols for libpq5
Build-Ids: 7429333c713c90a1ab01ca2692a39d32c6b464bd
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.22-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.22-4.pgdg26.04+1_amd64.deb
Size: 24512
SHA256: d4733ab82c903cdfc229ec53dcca0954cddac7cbaac9e68a48007f7b05e687b6
SHA1: 24b1ebfd228d4305081324cec0f3ab130fd0187a
MD5sum: 09b9259fcbe3c858145651e090825a6f
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 12.22-4.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.22-4.pgdg26.04+1_amd64.deb
Size: 17528
SHA256: bf80997a567fdbe64e8b5890f755f8b2ec5b979e6bcc87126f8ac4d596ce76db
SHA1: c4b3126b9f9e60b715033d18a7dacfaa6215d0a8
MD5sum: 1bba5babcb9375063da4660fe6a5854e
Description: debug symbols for libecpg-compat3
Build-Ids: 858596dbe1f4ee37f4b1a4a9564570b523a4f7fc
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.22-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1543
Depends: libecpg-compat3 (= 12.22-4.pgdg26.04+1), libecpg6 (= 12.22-4.pgdg26.04+1), libpgtypes3 (= 12.22-4.pgdg26.04+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.22-4.pgdg26.04+1_amd64.deb
Size: 314866
SHA256: cb54eb227bc03b9301bf6256a65a71595544ca0fb0e43d9928805dbbe4ec7360
SHA1: a3f21d02cfa3c04f6606828c1768a6c9db4cae07
MD5sum: fa0febc6a3a161de6b57c1dada27a859
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 983
Depends: libecpg-dev (= 12.22-4.pgdg26.04+1)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.22-4.pgdg26.04+1_amd64.deb
Size: 224090
SHA256: 2d44bca9a1394327bc3fbd84303c64bf9f15a2b0df34647000a330a1ec9955e2
SHA1: c147553c221e91446da0ee9384038f39ff37885f
MD5sum: 3af064c5354644ca6975a6fbd2ed72b3
Description: debug symbols for libecpg-dev
Build-Ids: 6b4870d62bb7868ccf61c40ad40509c3ab1eecee
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6
Source: postgresql-12
Version: 12.22-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 229
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.22-4.pgdg26.04+1_amd64.deb
Size: 68552
SHA256: 9596616055ead3a5b9341dab43a179f37110e6da4e5f254b032f524085a165b6
SHA1: 43c39c7ad5d5400617f23d27ff452907832bbbea
MD5sum: 49e721a26840561230c3f8f7ee76172f
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libecpg6 (= 12.22-4.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.22-4.pgdg26.04+1_amd64.deb
Size: 119166
SHA256: b09da620612cea2fdaaab5cf6edbfc59598c056e3245ec6dd4bc588cef6758a5
SHA1: cf01af5ab9cb940e779ff313e0435505d6b9e94b
MD5sum: b842044236beabd55bf249f62e9d41a6
Description: debug symbols for libecpg6
Build-Ids: 60011f29938cc2f72ab7e87d8fe601a8335af20d
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.22-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.22-4.pgdg26.04+1_amd64.deb
Size: 51896
SHA256: d9c7b516b7fc02baa3da806aca1192049d180cc185aad54895561fd00a7bac68
SHA1: 3183c1b3eadf07dd76c5778f46563b584abdf8c7
MD5sum: 687b0ec24581fcfd1cf34e4caccc2034
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: libpgtypes3 (= 12.22-4.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.22-4.pgdg26.04+1_amd64.deb
Size: 89290
SHA256: 8c8685666525b3ebd34d9ceaf7c8422b014dc56a2ff1fc5af905d009eca0b581
SHA1: 874fa0165e549cbcac4ec84721afe297b56dac63
MD5sum: df90be3ef3b7809514d69f2c72da3849
Description: debug symbols for libpgtypes3
Build-Ids: fe28c727a36a5032fb8470e0856c3833fa83ce47
Timestamp: 2026-02-12 13:41:13+00

Package: libpq-dev
Source: postgresql-12
Version: 12.22-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 585
Depends: libpq5 (= 12.22-4.pgdg26.04+1)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.22-4.pgdg26.04+1_amd64.deb
Size: 158854
SHA256: 37e097ed0738dfc6a8041e33e4c9e1bdb5ec29827f48a0f24082253f2d4deec5
SHA1: b82bb8adf9174faf0154d3311039be4822e48d02
MD5sum: 8dfb04f96cb256620edfa43d26b46f4c
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5
Source: postgresql-12
Version: 12.22-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 801
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.22-4.pgdg26.04+1_amd64.deb
Size: 211048
SHA256: 8c1757a30bc38b602e7d485110a80ca5d1fd69cf4e92008652342cd4f22372f7
SHA1: ee6b17cc0de99fce6abaf13f99a139aeab9d7539
MD5sum: 28925b1af6b1710decb5e712a06269ac
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 469
Depends: libpq5 (= 12.22-4.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.22-4.pgdg26.04+1_amd64.deb
Size: 297902
SHA256: 12dab81fe6e1dd752a94092fbfbf88d06cfae2e97718682091818d2eafa0da29
SHA1: e2423c3183b68178f992f460f429e6548bae90d7
MD5sum: 8a9e465f3a4dd3131448581f360fee95
Description: debug symbols for libpq5
Build-Ids: a58841efffba03818dc441f2f3765293564dfa3b
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.23-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.23-2.pgdg26.04+1_amd64.deb
Size: 25600
SHA256: a882905294b10f4cea4d7ccd39573e174b161b9ff4620154f9c9cf31989781e9
SHA1: 5442e71ac261c9c6fbcbab1e6ab2bb25de4dbbc3
MD5sum: a7683ca00694ebdcd3a821b3eeac7c0b
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.23-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 13.23-2.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.23-2.pgdg26.04+1_amd64.deb
Size: 17532
SHA256: bf60ac02c2fd6837ded141d36d433a9c767d00f54de9797af011e2569870ef95
SHA1: 8b31b675572c8a92d8782054b9ddb8095bc23b92
MD5sum: 963b852107ada5026d50eb70c0c27e39
Description: debug symbols for libecpg-compat3
Build-Ids: 3c73077fa3131b420b04246b35eab3dc4cd05dbd
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.23-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1541
Depends: libecpg-compat3 (= 13.23-2.pgdg26.04+1), libecpg6 (= 13.23-2.pgdg26.04+1), libpgtypes3 (= 13.23-2.pgdg26.04+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.23-2.pgdg26.04+1_amd64.deb
Size: 286932
SHA256: 0a278ed5b33526361cce54635ccc9b8690e2bbeea4099c0d34360e0e517535b0
SHA1: 5d07cb08de0bc4ee21188326f9091a409668bd5b
MD5sum: 9969addbc147315a43c14c1d827319a5
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.23-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 982
Depends: libecpg-dev (= 13.23-2.pgdg26.04+1)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.23-2.pgdg26.04+1_amd64.deb
Size: 228896
SHA256: 5073d4c26d8dd63929e6f8cf51aa83151fd4cec1a6778c1f066e367110e9de11
SHA1: 572b34b128fba26bb0df401d32f688bf63d7d33d
MD5sum: d976e91b5346fb1a0861cebf433c119a
Description: debug symbols for libecpg-dev
Build-Ids: 221481ba8afe6692f32658c1e7809e3db0c3a565
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6
Source: postgresql-13
Version: 13.23-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 231
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.23-2.pgdg26.04+1_amd64.deb
Size: 66756
SHA256: 8c6f8afdc8bf1508ae4fa6a531639d26653a6c31d4a3c0b60a0abfee320af5ed
SHA1: e3fb98d87a765c59a12e5a3a0d7a839dd2780545
MD5sum: c03e3679b65fe6e20485106c440fe25e
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.23-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libecpg6 (= 13.23-2.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.23-2.pgdg26.04+1_amd64.deb
Size: 120596
SHA256: 9f393f8ddfb52518ecac8b0f3954fa1734b18b1464865f690ef6ed567d6cc83d
SHA1: 052b813fe9c20abdba7e7e80c7d6bd1d29058a44
MD5sum: cbb5a3940087c6d7074986a7209369da
Description: debug symbols for libecpg6
Build-Ids: fc850ff82af09dad7bc884abd68628b985895817
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.23-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.23-2.pgdg26.04+1_amd64.deb
Size: 52044
SHA256: 50a71974051026ab8df5ce6d9ba7502cd5b52c5c3dac356d985bba62ff82e6b0
SHA1: 5d50011cac10b468db1a65ca56162cd71e99dc39
MD5sum: b0d9594691685201907a0f94191a8e98
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.23-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: libpgtypes3 (= 13.23-2.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.23-2.pgdg26.04+1_amd64.deb
Size: 91452
SHA256: 69a05a6b4fcdeda6e9bd44563ed721fc691ff35c426fe739eeb2c5cf0bb8fa2a
SHA1: 2a89d119f7818f77175ee06f9d0069d818338b99
MD5sum: 286bf4c6694c1350d772eb85a111818c
Description: debug symbols for libpgtypes3
Build-Ids: 9e036e1c5c4f50d06aba1320010c6652ae85cd47
Timestamp: 2026-02-12 13:41:13+00

Package: libpq-dev
Source: postgresql-13
Version: 13.23-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 572
Depends: libpq5 (= 13.23-2.pgdg26.04+1)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.23-2.pgdg26.04+1_amd64.deb
Size: 148632
SHA256: c9dcc2cf897b02b7dca07d0b7cd02039ae9716e587cc767ac9aa52eeab7361f5
SHA1: f1c9992f4e80c055df7beae079957b29eab750e4
MD5sum: a4d284af25a47ead8a5198de58728008
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5
Source: postgresql-13
Version: 13.23-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 805
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.23-2.pgdg26.04+1_amd64.deb
Size: 192824
SHA256: 9587e80d95ac60baf2a3b19e4ab32f85a970ed65170086295996a2d787495fa0
SHA1: 81e7acc67a7e6d07093587e7d2f3f572572b1c2c
MD5sum: a382c9d15c7d4286f6cc316c66eba37d
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.23-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 483
Depends: libpq5 (= 13.23-2.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.23-2.pgdg26.04+1_amd64.deb
Size: 309056
SHA256: 81653c351117619a76c0ebd5002d245a352cd4a46b2519b3b06c0a3c588d8dec
SHA1: c54092bab0f7022f8194d23a9ff5faf317ff278b
MD5sum: e47f751b2d034d90f9a9acca3b4006a2
Description: debug symbols for libpq5
Build-Ids: def9408cd522605550796a45b722d303719cbbbd
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.21-1.pgdg26.04+1_amd64.deb
Size: 23740
SHA256: 68ef3bfe59c10c16895b1c7bf57f4cfa5344467abd6554a7f768cc0dc1d6a81c
SHA1: 4200e7209046631333f2b89573b4b92e4bdfc5ed
MD5sum: 081caa9aaa87dadc90d1dad7a4960d74
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 14.21-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.21-1.pgdg26.04+1_amd64.deb
Size: 17532
SHA256: 4b10f1bb2a0ac8f9ad1a521de5095e3defb6a4f54602fb2adb2165f697ff727f
SHA1: decffecabd2378ce9e5f0a1c170dc803e209899d
MD5sum: f2d0ac290bd602b7603c89a611d0e3a4
Description: debug symbols for libecpg-compat3
Build-Ids: 34679cbe25e80f743a7ef5f96c2f72ced0b0f561
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1600
Depends: libecpg-compat3 (= 14.21-1.pgdg26.04+1), libecpg6 (= 14.21-1.pgdg26.04+1), libpgtypes3 (= 14.21-1.pgdg26.04+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.21-1.pgdg26.04+1_amd64.deb
Size: 293368
SHA256: 2db986313309bb028c7c44460a378f1ec6f3683c69a666d270a3a2fde2dbdf4d
SHA1: 3390d4f925bbd7c0d595e88397436dd67bdcfebc
MD5sum: a55f436dc610544b2477d4ae238c474c
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1013
Depends: libecpg-dev (= 14.21-1.pgdg26.04+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.21-1.pgdg26.04+1_amd64.deb
Size: 234172
SHA256: f37456f32a19927a97bae89f3c1869f3449a897562e936fbff32ecd892e1caae
SHA1: bf186d69ad32250280c8d2ed423160d05e702710
MD5sum: 37a2e79979aa0cff0f3204ab7af662f1
Description: debug symbols for libecpg-dev
Build-Ids: 1e632ef84625a343a139c27e3ba5893ca9959e25
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 236
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.21-1.pgdg26.04+1_amd64.deb
Size: 65612
SHA256: 0d114a17d7397faec59d2a75a1c7e709462aa512e5dd84627872528344b7edc2
SHA1: 6d855f2e1a33f2685d353d70ec7bb46774393e8d
MD5sum: d6b7637eeb895b6e45759b89f4fe124b
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libecpg6 (= 14.21-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.21-1.pgdg26.04+1_amd64.deb
Size: 120392
SHA256: f24f56b27659a4d83c1502d0b06ccc0d6c1a838d62dd115ebb88c0001abd28e2
SHA1: 4d6ce59902afe82fc9d1ddb8f615e51516f5813b
MD5sum: 7e4fbcd34f713cbe7ddf5941c2bd8f6b
Description: debug symbols for libecpg6
Build-Ids: bc0721caf98d4c531ec5323b5cdb05efe3872eab
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.21-1.pgdg26.04+1_amd64.deb
Size: 50216
SHA256: 6f05d96165517941f069b7c982296af0dce8e5dbdd78600c9df855cb6dc275bc
SHA1: fefad567ad79c221e7ccc1acd2155f78b16e8c50
MD5sum: 25395f64fee6c5359ecf8761e18f8445
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: libpgtypes3 (= 14.21-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.21-1.pgdg26.04+1_amd64.deb
Size: 91508
SHA256: 5d29e1accfdce1913f05f148d8cbd93d3a0dbd52d36f3530385a9646826ba2ae
SHA1: 09c26a2baae40c7b8affc978be36933ebf0b56a0
MD5sum: 64c66090f41a691dd923488446a47cf4
Description: debug symbols for libpgtypes3
Build-Ids: a86db0578d535b861e5541f65fc04d71edde1961
Timestamp: 2026-02-12 13:41:13+00

Package: libpq-dev
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 584
Depends: libpq5 (= 14.21-1.pgdg26.04+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.21-1.pgdg26.04+1_amd64.deb
Size: 149848
SHA256: 9efbcafc0feb561386debdd472e63fee4ec9bf6cd6cecf290cdd28e8599b4973
SHA1: 8659da3dbec53b3537d250e654efd5550188476b
MD5sum: 73ad935f25491131772de690559ff677
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 778
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.21-1.pgdg26.04+1_amd64.deb
Size: 188276
SHA256: c0900f661df601fdcd25a3a938d7d4dea377c844e4b6b58e42dddb29d9bfc4aa
SHA1: 455207ff35c8a0829217baa6bfa57da5d091c642
MD5sum: b364dff2f1ca48afe5551ec80f6b5dd6
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 500
Depends: libpq5 (= 14.21-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.21-1.pgdg26.04+1_amd64.deb
Size: 323356
SHA256: e0c05dc4d86c953f22814ddbdfb386938b043a575e72d7c9fcffa2ac370926c8
SHA1: d6f885d912b95f6f689518dd5a1bf77f61fd8561
MD5sum: 5cd692c82b9a76a24eb979d45e575fa5
Description: debug symbols for libpq5
Build-Ids: a685fbb15a56f6269cdc2e5a532d1228884a2632
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.16-1.pgdg26.04+1_amd64.deb
Size: 21456
SHA256: 5ec83633012e6e94514398d1d994eb613ae6758df90d7115c5aaa71a1c41c481
SHA1: 70dc200f64f892ae7f8798aaa2d6d40e333178bc
MD5sum: 40cde3231346eae412f66e0584ebad87
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 15.16-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.16-1.pgdg26.04+1_amd64.deb
Size: 17528
SHA256: bc7b1b8af98c20fd739b5859b209a2ebb16df434bea4d045d3cbb3c43120a82b
SHA1: 8c46bfcabf07cad0353a25dab1c93bf79e1aa1d3
MD5sum: 6db49c706fc819e4fa8edd17718a61d3
Description: debug symbols for libecpg-compat3
Build-Ids: f737292de6fe08a326c55082b2d566f9d7342f23
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1653
Depends: libecpg-compat3 (= 15.16-1.pgdg26.04+1), libecpg6 (= 15.16-1.pgdg26.04+1), libpgtypes3 (= 15.16-1.pgdg26.04+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.16-1.pgdg26.04+1_amd64.deb
Size: 298216
SHA256: 426e83890cdf82a37de5cfa520de3a2ccabbd030121a9ec09e76fa8ad9a782d3
SHA1: c971594425967c24a42088d19b6bcf04feafea82
MD5sum: 142f4992fc9ba38784631c3b0587dd56
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1037
Depends: libecpg-dev (= 15.16-1.pgdg26.04+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.16-1.pgdg26.04+1_amd64.deb
Size: 238240
SHA256: 3191a03f9f0b1f5b4cb6c22ee147607698f9fe8778db891d33b5bdf3dd035d35
SHA1: 8c92b52326d0332cd1d8e4a502044021b6d8f84d
MD5sum: 9eb35550b0cd70fbfbdbc56bd49e319e
Description: debug symbols for libecpg-dev
Build-Ids: aa6be0855df4923a72283bd156fbb1a16bddac35
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.16-1.pgdg26.04+1_amd64.deb
Size: 64500
SHA256: 495358b37a19460b4d607a7f67bdae5e62f73b0cd261c68e5d8f1689def76e14
SHA1: 3bee5e811d28ca558234db066cc2ecbf2630cb9c
MD5sum: 6b4eb8c42f9434815c00a8b08dd9c4b1
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libecpg6 (= 15.16-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.16-1.pgdg26.04+1_amd64.deb
Size: 121292
SHA256: 15bfb13ff7925f77b2db93a49e879e5fa7625b80a8ecbb9b011c0a2010a1b0d7
SHA1: 28e9798b75842779b2a3080e45df5730ada4cb8b
MD5sum: eade8d36ae959421fff4de97afeea9e0
Description: debug symbols for libecpg6
Build-Ids: 7d12b3b61a288e12a4c2518a62a8f364267e0082
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.16-1.pgdg26.04+1_amd64.deb
Size: 48444
SHA256: c634104d94a8f10c6bc3dcd605c97c165246054e55bddf22f4c42289484fe5d3
SHA1: bf46752559889d6f0d850107e090598030f68ecb
MD5sum: a2053a0b038ea87f374beda96082a4db
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libpgtypes3 (= 15.16-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.16-1.pgdg26.04+1_amd64.deb
Size: 92124
SHA256: fb2c6e5c1c728e2944755e242adffc22ca3e172b16a4f9af4e0a235c62d771a0
SHA1: 372ed920b5553ebbc16af5884b8823da0417a486
MD5sum: 7439d8041739054c51d35e1909ebc8c7
Description: debug symbols for libpgtypes3
Build-Ids: a6ea8936dfc25547927e3a4f31556c369c488009
Timestamp: 2026-02-12 13:41:13+00

Package: libpq-dev
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 592
Depends: libpq5 (= 15.16-1.pgdg26.04+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.16-1.pgdg26.04+1_amd64.deb
Size: 150660
SHA256: 84b1adc8b10aa34d85b459cc3dbce60dcb1bd3c5cc516d60648365e4990378b0
SHA1: ba6d8547f311fc1a47a06d809a0b61ad6f43c38f
MD5sum: 1e2e0de6fa5f0e180d0954ad0dbc7c2b
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 874
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.16-1.pgdg26.04+1_amd64.deb
Size: 200564
SHA256: b5997cabb5bedd3746e0614d7f1954e1663e68f95a3b3972592678fc85a6a4a9
SHA1: e3e7cfd8c9868184445902bbe087a35e55dcee1c
MD5sum: 27477b22b4dbae65b12d9240b1ef7a49
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 519
Depends: libpq5 (= 15.16-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.16-1.pgdg26.04+1_amd64.deb
Size: 335940
SHA256: 638a947db65a4e9ba4b389f1b0645ab8f54be3de2722295af9efac35a9e8d467
SHA1: 235ff9e92b08ed29215e03e4d2ff078aed9d076c
MD5sum: 48d11e404592add585260b168c1b6e13
Description: debug symbols for libpq5
Build-Ids: a00e5f6efc05f1fc96a6150103d6e2f47d527db0
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg-compat3_16.12-1.pgdg26.04+1_amd64.deb
Size: 20428
SHA256: cb674b01e18d67dfdf8532181bc5e24c50e625073316660f104e2076f8dea61b
SHA1: 60a3d6ef3bbffbba362f0217f8c00cad58446767
MD5sum: a130da6d0268303cfb063413f9f92b2f
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: libecpg-compat3 (= 16.12-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-compat3-dbgsym_16.12-1.pgdg26.04+1_amd64.deb
Size: 17516
SHA256: 81a00c57b263c1a18f74356f634d2ac2cf3959d9473c4a82775f19d75dd4eb39
SHA1: a6e7ca9a2341878cea8a3aafdab950f74772ef3c
MD5sum: fded43260f2019a1dddd7aad23e99a16
Description: debug symbols for libecpg-compat3
Build-Ids: 350de9b9c9a0238056ba725f69a4c5f7e8d1712c
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1666
Depends: libecpg-compat3 (= 16.12-1.pgdg26.04+1), libecpg6 (= 16.12-1.pgdg26.04+1), libpgtypes3 (= 16.12-1.pgdg26.04+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libecpg-dev_16.12-1.pgdg26.04+1_amd64.deb
Size: 299492
SHA256: ddd794d4af4e210852215b1c12c6c6d6c384e56f73bb8b6b99be9b45291f80c9
SHA1: 66d6dd9173cab9cec4b1f40809afb430c1080939
MD5sum: 52f4aa304a8b9b7f20c0f86e5c39a6d3
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1051
Depends: libecpg-dev (= 16.12-1.pgdg26.04+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-dev-dbgsym_16.12-1.pgdg26.04+1_amd64.deb
Size: 238296
SHA256: b08388b6b356f6f10995c2cda80a2d3160bae55aa5e685ffd928af59c3e521b4
SHA1: d56db96c280919266b7cb0b7a55a72785893a1e9
MD5sum: b5a751175e7dc569419aa22435934335
Description: debug symbols for libecpg-dev
Build-Ids: a4b6f6c15971a24e9237c4fa6afa8731b79f9bff
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 245
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg6_16.12-1.pgdg26.04+1_amd64.deb
Size: 64052
SHA256: f5fe97a87592414b9247618631da470e2753e9881a60f34b5668003534dfcd8e
SHA1: 637170afd36f100054c11b690647949730056417
MD5sum: b150d4693a3354f7e0fdb1181a2b9d05
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libecpg6 (= 16.12-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg6-dbgsym_16.12-1.pgdg26.04+1_amd64.deb
Size: 120952
SHA256: 8ca8c08924fc71acf76fe6c5b3657294219044eb84f3b21cbb4eee71b39d4f98
SHA1: 42f3e281f85511cfac7baa9a671e90f933bc6794
MD5sum: e1bfa47e2be1123ccff6965c4b7aaab6
Description: debug symbols for libecpg6
Build-Ids: f2e3b513e72e4ca47da51ec3901a76a12c05d20b
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpgtypes3_16.12-1.pgdg26.04+1_amd64.deb
Size: 47244
SHA256: e86a78053ff190ce7dab5a8b3e2b47cd90dd9ddd21318034533d44f9c3380f77
SHA1: a8d68173d968afc585a428079c29377117648d2b
MD5sum: e32152a8e95d22caddb007590221a869
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libpgtypes3 (= 16.12-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpgtypes3-dbgsym_16.12-1.pgdg26.04+1_amd64.deb
Size: 92048
SHA256: 192f4e4dfd2185a4069d80c6e87420b0ce4ae110dcd026b971098eb1f3ac6b53
SHA1: 9888a47f2e8800618803d6ca299348f4c5af243e
MD5sum: a6cec6f9267c104f7d594be7d451ab75
Description: debug symbols for libpgtypes3
Build-Ids: c59d4edc086ad459259b0ea997f378de266b10d6
Timestamp: 2026-02-12 13:41:13+00

Package: libpq-dev
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 591
Depends: libpq5 (= 16.12-1.pgdg26.04+1), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libpq-dev_16.12-1.pgdg26.04+1_amd64.deb
Size: 150976
SHA256: 672d3e56fe21f12c53e1950daed91a1da9fb47b6f0a77a9210fbeab6e294db2f
SHA1: b257a7e9fa766fced29eb260e9529f3193a9a04b
MD5sum: 4024697622385ff68e8b47b80c1dec2a
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1066
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpq5_16.12-1.pgdg26.04+1_amd64.deb
Size: 227568
SHA256: 4c9886d84c8efe696996bfb92ac94a58e4491d4901fb566f527e951cece0e6d3
SHA1: a35bff7dd8b00a7b53f2b47b9b44b772545f154f
MD5sum: e7fb630797a810f868efe32d90f55f99
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 510
Depends: libpq5 (= 16.12-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpq5-dbgsym_16.12-1.pgdg26.04+1_amd64.deb
Size: 323012
SHA256: 72996fad634e5cf4fca125bf418273cef96c2ef7845604a2c0409e59ce447565
SHA1: f224272167aceb3458434d9dc239febeefbffc50
MD5sum: 34e3371d691c4fc45b9f849b12bbcbc1
Description: debug symbols for libpq5
Build-Ids: 9e4c6971c8be41d38a4310dc691cebcf5c2b6df2
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 17.8-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-compat3-dbgsym_17.8-1.pgdg26.04+1_amd64.deb
Size: 17616
SHA256: 8971b40ac69d1a588c055bb0416ddebf3a34b850bf434e45c5f25e1a998184e2
SHA1: dd5b4a98a6e8ca9f18cd68ba9f7d61e09e05d596
MD5sum: a75e83fc8d1d2cd71ecc2e8bb50914a7
Description: debug symbols for libecpg-compat3
Build-Ids: ba4607e044513d90619fc1b2dd11fe30923d44b1
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1708
Depends: libecpg-compat3 (= 17.8-1.pgdg26.04+1), libecpg6 (= 17.8-1.pgdg26.04+1), libpgtypes3 (= 17.8-1.pgdg26.04+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libecpg-dev_17.8-1.pgdg26.04+1_amd64.deb
Size: 301156
SHA256: f40eb9d7e67f1f94fe8f6337ffbc125042b6b5aaf35ae985e22bae810f9ed731
SHA1: e973475e6ed6312f9c2ce3b9e693f83ea8a8a5de
MD5sum: d30ab54d4e92cf5b99ad80a8ea69bc00
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1095
Depends: libecpg-dev (= 17.8-1.pgdg26.04+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-dev-dbgsym_17.8-1.pgdg26.04+1_amd64.deb
Size: 244928
SHA256: 0c0f731025e354d78c9c1f1b1fc55fd57321c550003ce66560593ad66a063153
SHA1: 6ed135581cabe10a93ab34fec67c81f14181c519
MD5sum: 403112126d8f1cc11d7a44912d604dab
Description: debug symbols for libecpg-dev
Build-Ids: ea4cbaca191fc64531d76dc92efd2f2bc18d8847
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 242
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg6_17.8-1.pgdg26.04+1_amd64.deb
Size: 61540
SHA256: b6e92b042e1abfb925427b167c478f543d4be7eb483f80b40b2bbd1d01672857
SHA1: 99f1dde8e337c15075f4fe1a8adc81813aa6649f
MD5sum: ea90574e50713bd29dd0dcc84a5c41f0
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libecpg6 (= 17.8-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg6-dbgsym_17.8-1.pgdg26.04+1_amd64.deb
Size: 120976
SHA256: 803037703f1d79efb1f3cbdb5dfafbd8d92c4a046b5cdab1a7e43962a96ef5a4
SHA1: 7c9ee70de2100af09fb752b82ad3d9e58386241e
MD5sum: de6a7442e1e33e8860e068d10e008665
Description: debug symbols for libecpg6
Build-Ids: 493f530a29a242eaf3b052519b92c239287bc212
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpgtypes3_17.8-1.pgdg26.04+1_amd64.deb
Size: 44688
SHA256: e5a82ff15bcb6ca9305f14e94c053e16fdbc095698e0fb79c3bca0f2c7dd5843
SHA1: 66ea9f6d83bd96fa6d89dd1a2df7d7783c11d6f0
MD5sum: 820858769c072b9752614e7e17331f59
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libpgtypes3 (= 17.8-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpgtypes3-dbgsym_17.8-1.pgdg26.04+1_amd64.deb
Size: 91916
SHA256: 57f83310d45fc81c3b56362496e43d37d8b2e7a03d53fb7e38f947d9adb4801b
SHA1: 4762d2698a5d89cfb424fb1164e6dc787753e446
MD5sum: 6a14c9a70c00b69aef863c34ecaa36e0
Description: debug symbols for libpgtypes3
Build-Ids: ec675327cd2dbe8bfcc4c76126a6b8e3d6be9743
Timestamp: 2026-02-12 13:41:13+00

Package: libpq-dev
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 605
Depends: libpq5 (= 17.8-1.pgdg26.04+1), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libpq-dev_17.8-1.pgdg26.04+1_amd64.deb
Size: 152696
SHA256: ecbbbe192825fe4dd7c3f0188ed3e1f7fca5f1d52c1d9de9df6c760d92d2f4e2
SHA1: 93db477333f24333f2f9ecbc49a8ed7ac2936168
MD5sum: fb86ac13d979f75239d9fcf95b872205
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1080
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpq5_17.8-1.pgdg26.04+1_amd64.deb
Size: 229748
SHA256: 82434ae1903202e31f12af07e4a9f7233be6ff3d33820fd702726af0fec2147d
SHA1: 79b1b20885334d303010d1b923bbfff60a912954
MD5sum: 2a2158b06fce2b251c6395017b8a8802
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 520
Depends: libpq5 (= 17.8-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpq5-dbgsym_17.8-1.pgdg26.04+1_amd64.deb
Size: 330872
SHA256: 04362d97cddad89cad85ecda6ddc150f0bc26de60a0e0b8163ca97af776679e9
SHA1: 7348930f6d28af9cbe66013f1f1f6d743ea900e6
MD5sum: faee8dd85616834a8084b7a14df9ae21
Description: debug symbols for libpq5
Build-Ids: 409dd9b901af56b560cbd64017139f3033ae70fb
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat2
Source: postgresql-8.2
Version: 8.2.23-14.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 248
Depends: libc6 (>= 2.14), libecpg5 (>= 8.2.23), libpgtypes2 (>= 8.2.23)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 8.2/libs
Filename: pool/8.2/p/postgresql-8.2/libecpg-compat2_8.2.23-14.pgdg26.04+1_amd64.deb
Size: 220784
SHA256: 1ba05da176761a67a8242cc69cfec2a98558b9a51061b570e404d3a1d499daba
SHA1: 4cc58eaee3e3825905ab9c7c6ca9a22af4c24c10
MD5sum: 1784290a71c5b6ace5e0e5afd96dfaf0
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev
Source: postgresql-8.2
Version: 8.2.23-14.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 948
Depends: libc6 (>= 2.38), libpq-dev, libecpg5 (= 8.2.23-14.pgdg26.04+1), libecpg-compat2 (= 8.2.23-14.pgdg26.04+1), libpgtypes2 (= 8.2.23-14.pgdg26.04+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 8.2/libdevel
Filename: pool/8.2/p/postgresql-8.2/libecpg-dev_8.2.23-14.pgdg26.04+1_amd64.deb
Size: 371472
SHA256: beb9698c9a7d9c28889411eed20e7dfc8ce27f8a1fb872b87ad3bf208a5777a0
SHA1: 6938cea28e9c0bdb4d06efcf8763f4462a5d7f03
MD5sum: 89b0e70c1780c7bff6a601681131d9b6
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg5
Source: postgresql-8.2
Version: 8.2.23-14.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 293
Depends: libc6 (>= 2.38), libpgtypes2 (>= 8.2.23), libpq5 (>= 8.2.23)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 8.2/libs
Filename: pool/8.2/p/postgresql-8.2/libecpg5_8.2.23-14.pgdg26.04+1_amd64.deb
Size: 237792
SHA256: 4930959938cf247e4eb7832876dced4df03235a0598f2d05de350231874a4752
SHA1: 28bde7a2449595119fa98b1e9afd247569cca145
MD5sum: 043e3e1fc85dfe2b0020096e3466e758
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes2
Source: postgresql-8.2
Version: 8.2.23-14.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 8.2/libs
Filename: pool/8.2/p/postgresql-8.2/libpgtypes2_8.2.23-14.pgdg26.04+1_amd64.deb
Size: 243208
SHA256: cd836e29a0bac9ebf7710e4599b660efd79c7e422fde4765de68343e8a82835b
SHA1: e3641549277e2cc290203b2120325d63aef40786
MD5sum: a4ed32a4b61b8c8fbc0b1492d330b549
Description: shared library libpgtypes for PostgreSQL 8.2
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq-dev
Source: postgresql-8.2
Version: 8.2.23-14.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 927
Depends: libc6 (>= 2.38), libpq5 (= 8.2.23-14.pgdg26.04+1)
Suggests: postgresql-doc-8.2
Homepage: http://www.postgresql.org/
Priority: optional
Section: 8.2/libdevel
Filename: pool/8.2/p/postgresql-8.2/libpq-dev_8.2.23-14.pgdg26.04+1_amd64.deb
Size: 354508
SHA256: a800f068934455376ccf80abb4dd59629d3696357c59bdc90b7c428f7a0724af
SHA1: 2ccde82dff8b2ebe3f95ab453aeb67a4174c252e
MD5sum: 1b862f209f58776f426d7942ef762893
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5
Source: postgresql-8.2
Version: 8.2.23-14.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 667
Depends: libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libcrypt1 (>= 1:4.1.0), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap2 (>= 2.6.2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 8.2/libs
Filename: pool/8.2/p/postgresql-8.2/libpq5_8.2.23-14.pgdg26.04+1_amd64.deb
Size: 309656
SHA256: ae512076b2460c7bb007393b65ef36b3233f4d64a904af62323ebe1a15580280
SHA1: 9667004a7ffe9ad26f9ab4c12c1f45d48316826e
MD5sum: db65630d2c89792d94a9d053cee6b775
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3
Source: postgresql-8.3
Version: 8.3.23-11.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 298
Depends: libc6 (>= 2.14), libecpg6, libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 8.3/libs
Filename: pool/8.3/p/postgresql-8.3/libecpg-compat3_8.3.23-11.pgdg26.04+1_amd64.deb
Size: 271576
SHA256: 7027fb404761689dfb8f25e634d1ecaf8870cda5a92c73fc710398fc300e7648
SHA1: 690ef41e8e3559d1a00e5bf8934b0a38efb27cce
MD5sum: f393f61708aaa2ddd0402e112c48afbd
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev
Source: postgresql-8.3
Version: 8.3.23-11.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1093
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 8.3.23-11.pgdg26.04+1), libecpg-compat3 (= 8.3.23-11.pgdg26.04+1), libpgtypes3 (= 8.3.23-11.pgdg26.04+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 8.3/libdevel
Filename: pool/8.3/p/postgresql-8.3/libecpg-dev_8.3.23-11.pgdg26.04+1_amd64.deb
Size: 434816
SHA256: 2527452e042fc3d1d58fd2360948db55079a32d9fbdc9769543e47d49359d44f
SHA1: 44d9e859ad4373ca06aa7209d57273eb1471ea2f
MD5sum: 2923956ecaceb1384288fd8eeda3feca
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6
Source: postgresql-8.3
Version: 8.3.23-11.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: libc6 (>= 2.38), libpgtypes3, libpq5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 8.3/libs
Filename: pool/8.3/p/postgresql-8.3/libecpg6_8.3.23-11.pgdg26.04+1_amd64.deb
Size: 289432
SHA256: 9f11fd3f35899d1c6239bcc08fd291708f18364a916eb8333bb513b85a98ddeb
SHA1: 4f2b18c82b5dca5ba661673864c94b1a4ebce082
MD5sum: e1c308163fe792ab032f27df0fd0c208
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3
Source: postgresql-8.3
Version: 8.3.23-11.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 343
Depends: libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 8.3/libs
Filename: pool/8.3/p/postgresql-8.3/libpgtypes3_8.3.23-11.pgdg26.04+1_amd64.deb
Size: 292212
SHA256: 6599494dbbdb4770b3df346ca81a0cce6b7a1b89b890d97a81d4c0394c2ac05f
SHA1: 28a9f98abc19b075c727d29f71d3428f558b23ec
MD5sum: 064407b946e8678ab7ecf10a82586974
Description: shared library libpgtypes for PostgreSQL 8.3
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq-dev
Source: postgresql-8.3
Version: 8.3.23-11.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1045
Depends: libc6 (>= 2.38), libpq5 (= 8.3.23-11.pgdg26.04+1)
Suggests: postgresql-doc-8.3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 8.3/libdevel
Filename: pool/8.3/p/postgresql-8.3/libpq-dev_8.3.23-11.pgdg26.04+1_amd64.deb
Size: 415180
SHA256: ca8f16687644ab35cd47e6d1a89b4b9b287cf62b2d0dc5fb39286ac3dfdf4d03
SHA1: 0efb8029de26831a193d8c5883a234067eeb35b9
MD5sum: 70bb27d444d68736bfd1d84b58508e6f
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5
Source: postgresql-8.3
Version: 8.3.23-11.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 778
Depends: libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap2 (>= 2.6.2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 8.3/libs
Filename: pool/8.3/p/postgresql-8.3/libpq5_8.3.23-11.pgdg26.04+1_amd64.deb
Size: 368920
SHA256: 68cbded29967e2abd62204c3fa2504c90f9512a4ff6b71fa1f9dfd6147d79eb9
SHA1: 3ac76cfd32dc6ca53bdf43920476437963c7434c
MD5sum: 182fda0a4bcec53f541ce5f38d08bef0
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3
Source: postgresql-8.4
Version: 8.4.22-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: libc6 (>= 2.14), libecpg6, libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 8.4/libs
Filename: pool/8.4/p/postgresql-8.4/libecpg-compat3_8.4.22-12.pgdg26.04+1_amd64.deb
Size: 12852
SHA256: 2b0a479093f71b06271c482c4667efd62e25beaaaeaead640e2e3b0382fc2a48
SHA1: 4f3eeed3d9497c187f35364d053c405e79c07973
MD5sum: cd7545687fd9265a43b8fd012cf83964
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev
Source: postgresql-8.4
Version: 8.4.22-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 922
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 8.4.22-12.pgdg26.04+1), libecpg-compat3 (= 8.4.22-12.pgdg26.04+1), libpgtypes3 (= 8.4.22-12.pgdg26.04+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 8.4/libdevel
Filename: pool/8.4/p/postgresql-8.4/libecpg-dev_8.4.22-12.pgdg26.04+1_amd64.deb
Size: 188192
SHA256: 41a9e977a85a9d280d7fe904174a4e3011d7bebe9132214c9be12490482c24ad
SHA1: 3b975be9dd875f64ed3800ed19b310bc8372bb61
MD5sum: 58a3b663158250e81634157fccf2c409
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6
Source: postgresql-8.4
Version: 8.4.22-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: libc6 (>= 2.38), libpgtypes3, libpq5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 8.4/libs
Filename: pool/8.4/p/postgresql-8.4/libecpg6_8.4.22-12.pgdg26.04+1_amd64.deb
Size: 65800
SHA256: ffa89683aaadff0e3d99e8483bdf4959a3d771bfba8d458bbe6855c268ab18fb
SHA1: 68a1efe78716e590be50c8070490ccb1b83f472e
MD5sum: d068206a1f6227a57eb8ca35743226bb
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3
Source: postgresql-8.4
Version: 8.4.22-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 8.4/libs
Filename: pool/8.4/p/postgresql-8.4/libpgtypes3_8.4.22-12.pgdg26.04+1_amd64.deb
Size: 33808
SHA256: cf7666ee5191fb290d64468cd04d496e85a0c303e5a12aacb0aacbabbb1464fb
SHA1: 3e36f21396f0488e7a0607f70ae6afb4c1e04b73
MD5sum: 945001e5ea04bb7c93a23239bbd88d4d
Description: shared library libpgtypes for PostgreSQL 8.4
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq-dev
Source: postgresql-8.4
Version: 8.4.22-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 822
Depends: libc6 (>= 2.38), libpq5 (= 8.4.22-12.pgdg26.04+1)
Suggests: postgresql-doc-8.4
Homepage: http://www.postgresql.org/
Priority: optional
Section: 8.4/libdevel
Filename: pool/8.4/p/postgresql-8.4/libpq-dev_8.4.22-12.pgdg26.04+1_amd64.deb
Size: 161428
SHA256: 9eb7dfc746d9383084d5ffddf2281071ae9787ca817d35adadb9dd17fbf24a70
SHA1: 1c68b6b0f6f480f23bf50b30f78a50acb6d6f6ed
MD5sum: 1df43e19ff0609e5e3bf136630c5a464
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5
Source: postgresql-8.4
Version: 8.4.22-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 506
Depends: libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap2 (>= 2.6.2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 8.4/libs
Filename: pool/8.4/p/postgresql-8.4/libpq5_8.4.22-12.pgdg26.04+1_amd64.deb
Size: 110032
SHA256: 7e547c2cc8316a0c119daffbd42d3fa9711f6d497b1cd2559f8f5be5bf02b110
SHA1: 61756ab0fdcf42e224fb61ab5cecfd82af2c547d
MD5sum: 807f434cf379bf023cdeacb37144ef3a
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3
Source: postgresql-9.0
Version: 9.0.23-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.0/libs
Filename: pool/9.0/p/postgresql-9.0/libecpg-compat3_9.0.23-12.pgdg26.04+1_amd64.deb
Size: 12560
SHA256: 3d4b943da3585244260a6419662bc4326fa44ae5f3345ef2e51a739563895c85
SHA1: c7bbfdb0021ff9a04f723dce43e0c4ba094db682
MD5sum: 2895b838bea57cffac35fde7b66add6a
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev
Source: postgresql-9.0
Version: 9.0.23-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1008
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.0.23-12.pgdg26.04+1), libecpg-compat3 (= 9.0.23-12.pgdg26.04+1), libpgtypes3 (= 9.0.23-12.pgdg26.04+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.0/libdevel
Filename: pool/9.0/p/postgresql-9.0/libecpg-dev_9.0.23-12.pgdg26.04+1_amd64.deb
Size: 197968
SHA256: f9375011a683fcd163b05082185960f95e42946719962560a97ad45dd2da9efc
SHA1: 3b8b3b0cb1bd195eef7617f24c1fdefb5e80a33c
MD5sum: a5f0a0f3883c37362013d7a004d27564
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6
Source: postgresql-9.0
Version: 9.0.23-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 380
Depends: libc6 (>= 2.38), libpgtypes3, libpq5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.0/libs
Filename: pool/9.0/p/postgresql-9.0/libecpg6_9.0.23-12.pgdg26.04+1_amd64.deb
Size: 74664
SHA256: b3e48f87466f2fb73ba9a6f8fec94c352eb7e72ecb28e47e7f4b98c158e9e9fe
SHA1: 24d57ee078a87ce99a1658184467e3b40df836f9
MD5sum: d0ceb720b697f23eb882649f4cbd4398
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3
Source: postgresql-9.0
Version: 9.0.23-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.0/libs
Filename: pool/9.0/p/postgresql-9.0/libpgtypes3_9.0.23-12.pgdg26.04+1_amd64.deb
Size: 33960
SHA256: 54bd4ddc376e58788392157ac49e09b0fa79ea1a7160d1261d4173474f5b0ae6
SHA1: 681a904c6bda9e641a566f043b09d6959934d224
MD5sum: 652ae1d367add25c61486677103c3595
Description: shared library libpgtypes for PostgreSQL 9.0
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq-dev
Source: postgresql-9.0
Version: 9.0.23-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 847
Depends: libc6 (>= 2.38), libpq5 (= 9.0.23-12.pgdg26.04+1)
Suggests: postgresql-doc-9.0
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.0/libdevel
Filename: pool/9.0/p/postgresql-9.0/libpq-dev_9.0.23-12.pgdg26.04+1_amd64.deb
Size: 167328
SHA256: a848737a459407a641f7e1af9b9c43a76438160bf7cc05df8184712a12bc35c3
SHA1: 695648c868b4f5ccbadf36e6dc34d5b7ac0b8f07
MD5sum: d389a0c69f62df7a7ab1143672493eea
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5
Source: postgresql-9.0
Version: 9.0.23-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 530
Depends: libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap2 (>= 2.6.2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.0/libs
Filename: pool/9.0/p/postgresql-9.0/libpq5_9.0.23-12.pgdg26.04+1_amd64.deb
Size: 114352
SHA256: 1588f8170e76f820ae2b0a9d6ae4309b7f87e2f39254cbf3a302898c1ba9d310
SHA1: fab4d5b9b7cc20401fe831f6451f263f52af4a7b
MD5sum: d3a80c6767820a8817e3ea83ef33b8fd
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg-compat3_9.1.24-18.pgdg26.04+1_amd64.deb
Size: 13032
SHA256: 4ff357c50993bd3eac186e9c4a036fc5a358e93a1e4f857d001898031789875b
SHA1: d27c6c3928ef2d202b76d506aabaa7895b4b9168
MD5sum: 1c9db85d56e16d03b82ef8fb043d7b1e
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1044
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.1.24-18.pgdg26.04+1), libecpg-compat3 (= 9.1.24-18.pgdg26.04+1), libpgtypes3 (= 9.1.24-18.pgdg26.04+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libecpg-dev_9.1.24-18.pgdg26.04+1_amd64.deb
Size: 209264
SHA256: 9d55e8e78368f2fe025bf45540d8a0a0c8bff441090454a0604aac0a40393def
SHA1: a9745a258ae95062044e33391d8a00bd9a3942a8
MD5sum: 228fbf4210830231cde93cc9c8c53a02
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 371
Depends: libc6 (>= 2.38), libpgtypes3, libpq5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg6_9.1.24-18.pgdg26.04+1_amd64.deb
Size: 74664
SHA256: f309a91581ece4393c58dfc31e08b71be8c4ea4afe29ae2bec9ed1dbfc115364
SHA1: 1817211f5f078818a0fbfbb29650a05006b22d88
MD5sum: d1780cf9432a0591de3f0299aae1303a
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpgtypes3_9.1.24-18.pgdg26.04+1_amd64.deb
Size: 34416
SHA256: b2a1308450a964dd193e1444df6df50b896a170620a7934510fa958c5be28632
SHA1: fe51e88fcb61642e76e9fa31c95297eb31b489dc
MD5sum: 092cb0d544137341ea558e1c05c5919c
Description: shared library libpgtypes for PostgreSQL 9.1
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq-dev
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 888
Depends: libc6 (>= 2.38), libpq5 (= 9.1.24-18.pgdg26.04+1)
Suggests: postgresql-doc-9.1
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libpq-dev_9.1.24-18.pgdg26.04+1_amd64.deb
Size: 172584
SHA256: 4274cef281ecd0176b7f4437afe6f9ca429d34d4a306ca17d2bceab29456aa37
SHA1: e6de5027e8d9047487716a755166aa20a98bc519
MD5sum: 16d811efccef0653ee2c1a5b7e10f83f
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 524
Depends: libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap2 (>= 2.6.2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpq5_9.1.24-18.pgdg26.04+1_amd64.deb
Size: 116436
SHA256: 3ca83205012272f8675c1b2aacd964cc6972162e6baa24842817a3c917b5fc19
SHA1: 99f3a55c58b68fb5dd72091c05f805c6d4f2b1f5
MD5sum: eab5be8b72f05723b528d9da1fe3cf79
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg-compat3_9.2.24-15.pgdg26.04+1_amd64.deb
Size: 12940
SHA256: e32e2facc9e59a5fbba36e429d584107ac1d86921b555fd0f62cec14580ac65f
SHA1: a82069c0d44aac600270da9729027befeea77c4c
MD5sum: 52d150c375fbc49bc1205f1a87ff2bc6
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1071
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.2.24-15.pgdg26.04+1), libecpg-compat3 (= 9.2.24-15.pgdg26.04+1), libpgtypes3 (= 9.2.24-15.pgdg26.04+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libecpg-dev_9.2.24-15.pgdg26.04+1_amd64.deb
Size: 211444
SHA256: d8ce284cf3a025a66566d1e254f0510a5f1ab2284e7d11411d71f2b736aca919
SHA1: 74d16b30593439426b595af394043e55f783bf8c
MD5sum: efa7b21e5ad1707d57c6ecc882455d2c
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg6_9.2.24-15.pgdg26.04+1_amd64.deb
Size: 74424
SHA256: f6632282dbbd9cee246a9c1c9b9176b3442a30b2276c2a2d00c08d44f3b43e80
SHA1: 9e0e3ce073eeb9b92302534ec9092fdab09629ad
MD5sum: 9493ebea08cda7759b8c15b8198289a1
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpgtypes3_9.2.24-15.pgdg26.04+1_amd64.deb
Size: 34344
SHA256: 8f2c7f56f30e05d1f039f407ea99ea4ae3da7a6bf0b7203f2d2c635aac7b0d7b
SHA1: 27026d9e79b46798bbb57541a6c96abd701a8943
MD5sum: e7c4bfff281031be90c73284deeb04fb
Description: shared library libpgtypes for PostgreSQL 9.2
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq-dev
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 925
Depends: libc6 (>= 2.38), libpq5 (= 9.2.24-15.pgdg26.04+1)
Suggests: postgresql-doc-9.2
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libpq-dev_9.2.24-15.pgdg26.04+1_amd64.deb
Size: 181812
SHA256: 327137d6b49d61313a6ec11d7c6f976fc52a50c15049a9aaeb44fec343cae18b
SHA1: 2f66bc6e6fc9368b7fc38affe66eaf52384e41ab
MD5sum: a6ee916f7a4bc168648af763a66f7f04
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 511
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpq5_9.2.24-15.pgdg26.04+1_amd64.deb
Size: 119124
SHA256: e0a39fd4f160aee39100f334187810a7184fcd037b3555d0bfaf49ff9aaf2ecb
SHA1: 074f893445dad9070cc7784f693f745048585470
MD5sum: 9782ac46d96bb97f8db16b388701c20b
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg-compat3_9.3.25-15.pgdg26.04+1_amd64.deb
Size: 12932
SHA256: f58a918dd770a11ee17ae72957c5862d497e9e5a0d91bb676a85d55cadf26227
SHA1: a40f19d280d628cd0333f8c96b2f0c3d5d10722f
MD5sum: 79a41838169e4e24a9eb510c5492b4c0
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1098
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.3.25-15.pgdg26.04+1), libecpg-compat3 (= 9.3.25-15.pgdg26.04+1), libpgtypes3 (= 9.3.25-15.pgdg26.04+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libecpg-dev_9.3.25-15.pgdg26.04+1_amd64.deb
Size: 215168
SHA256: af7edf783242dd48f21c2306facbd19df993fe55da7249ca939bb1cdaecd1f70
SHA1: fb2301cd8cb4092732dd9c2ee448526ea54a8e0b
MD5sum: bad0cb602e1658e1f1bdfe1bdd7077ca
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg6_9.3.25-15.pgdg26.04+1_amd64.deb
Size: 74816
SHA256: 91fc8e247cd201609d2da02b4c387c39c928767e9be6a590fdad705ecd9a4b65
SHA1: bff710d0b74e94cf492e7a1c40906a46e890697e
MD5sum: b0534412c4113ab07bd99fd0d19da3c4
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpgtypes3_9.3.25-15.pgdg26.04+1_amd64.deb
Size: 34400
SHA256: f69029267f4ebcd16c92353119140d6734c51dd45bdbfd6435fee55087247cb8
SHA1: c437101c3a177ea7dd0f39bbf578ea5e54998828
MD5sum: 3969a51428dc2f899c3cfa1fdfb025ef
Description: shared library libpgtypes for PostgreSQL 9.3
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq-dev
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 691
Depends: libc6 (>= 2.38), libpq5 (= 9.3.25-15.pgdg26.04+1)
Suggests: postgresql-doc-9.3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libpq-dev_9.3.25-15.pgdg26.04+1_amd64.deb
Size: 146432
SHA256: 98439e55f823134474185e4ecfa8f31a2f01ee1240f14f211ff55218baa9d1f1
SHA1: 381f8447d6d23a5f84d650582f82ecc9f0483be5
MD5sum: ca822b81b88928b33738bf4d5b582afa
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 524
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpq5_9.3.25-15.pgdg26.04+1_amd64.deb
Size: 120184
SHA256: dfd98179b1d2ee8350361d346bbc566f128a64c85d659a7e18d535b592961d04
SHA1: 7f4ec78d8858a6c784e6dd7f758556f4839a008c
MD5sum: 0e17426a69bc4f5b6de809aef7cdb1e0
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg-compat3_9.4.26-15.pgdg26.04+1_amd64.deb
Size: 15184
SHA256: 90e3dd12b2b2bf47b9ac15cd345b537b19bb6a61791df7c65ea7dcb48cfbf37e
SHA1: b3da62ae780b31b4fd6380d92ba232466d001c7f
MD5sum: 854706f5bad167bf321a98d79f287fd9
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1124
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.4.26-15.pgdg26.04+1), libecpg-compat3 (= 9.4.26-15.pgdg26.04+1), libpgtypes3 (= 9.4.26-15.pgdg26.04+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libecpg-dev_9.4.26-15.pgdg26.04+1_amd64.deb
Size: 218112
SHA256: 630ef93dd96a603fea7b2026aa4347897de8af2f320b46d886e3bba661d65c74
SHA1: a0ad37e909c70c9adc723e06732feebafe5db62c
MD5sum: 9aaa7e12ad273e0fd0220fb08eebf2d4
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 385
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg6_9.4.26-15.pgdg26.04+1_amd64.deb
Size: 77996
SHA256: de2ce8d099a7d439d611e10cea433800fb05bc218c85edfd3cdcdd3146b94a97
SHA1: 6150c17fd7b6852dbeb20eca9edb21cbe08cc553
MD5sum: 58d3abd4eb9f1d3a4aeaf72ced14270d
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpgtypes3_9.4.26-15.pgdg26.04+1_amd64.deb
Size: 36484
SHA256: fee3f4d3010add799408ba6be680927e9fb7b7a605934512f8ee268d80acb6a7
SHA1: ec173349422bf95f039ccfeaff6d3528a1ce018a
MD5sum: 1a2acbef62df51a7fc2253f5ffe4a218
Description: shared library libpgtypes for PostgreSQL 9.4
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq-dev
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 701
Depends: libc6 (>= 2.38), libpq5 (= 9.4.26-15.pgdg26.04+1)
Suggests: postgresql-doc-9.4
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libpq-dev_9.4.26-15.pgdg26.04+1_amd64.deb
Size: 149624
SHA256: b103ffeaadce8fee850721b6846f1557f3dcf99f5801b4ced80bb0d15024569b
SHA1: 3ac69579473cc75376e0441aac8efe82d8db0d31
MD5sum: f21bf5cd2cb79bd8cad437c77ed62609
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 527
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpq5_9.4.26-15.pgdg26.04+1_amd64.deb
Size: 123948
SHA256: 80e6ead694346c10f3e504c4be52676ccf42d4e6a630f414393d3289f490d33d
SHA1: c93e047fb7bfb0f2e2bd5145e8c0d4338a5aa1f4
MD5sum: e77e9a0c1e5215e6ea25bdabe9783a44
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg-compat3_9.5.25-13.pgdg26.04+1_amd64.deb
Size: 17200
SHA256: 2358c2595e22d8b20c8bb8d581df89fb22153e91ea0cacbfa128179313080406
SHA1: ebb529af8ce85ae190d65211fbb288d9d059136b
MD5sum: 745b69a25950f6dd15f2c2c5692ab0fd
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1186
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.5.25-13.pgdg26.04+1), libecpg-compat3 (= 9.5.25-13.pgdg26.04+1), libpgtypes3 (= 9.5.25-13.pgdg26.04+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libecpg-dev_9.5.25-13.pgdg26.04+1_amd64.deb
Size: 225820
SHA256: 4ba81ff049aa58df6922b286169663c013d0417fe3c9e300306401fea55ed122
SHA1: a754ab4d78826e03c79caebdbc38c5f8310e9422
MD5sum: d94fddacce6d83fc658d05c770b41608
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 411
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg6_9.5.25-13.pgdg26.04+1_amd64.deb
Size: 83008
SHA256: 3742615854c891d06726df6fd231626557247efacdb4531107339bea2ff11c76
SHA1: e11d82778fa7bdf08e2bf8755ac40f8c8ab762f1
MD5sum: 3e9db8f30868c5e63f0a926aae5e82bd
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpgtypes3_9.5.25-13.pgdg26.04+1_amd64.deb
Size: 38516
SHA256: 8cb698ccfb504c172e5d8858ba51465a0aa89db5b52df4122dbfd8c1de191ead
SHA1: 9f83947f8233d51c3fb99730a46b43b126b1e3f8
MD5sum: b43e3566c4120a5bc9bd8dda9dcb7d6e
Description: shared library libpgtypes for PostgreSQL 9.5
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq-dev
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 722
Depends: libc6 (>= 2.38), libpq5 (= 9.5.25-13.pgdg26.04+1)
Suggests: postgresql-doc-9.5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libpq-dev_9.5.25-13.pgdg26.04+1_amd64.deb
Size: 155372
SHA256: 22806bb3d40d52b045a0005f7a8484e4628e447799d0ed0ac530c9d4ea0edfcc
SHA1: fa65a3ad0cbd193218b56473c412f3116f2399c5
MD5sum: 7cbb0dec2301758ea15ffd8d8434cc7a
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 586
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpq5_9.5.25-13.pgdg26.04+1_amd64.deb
Size: 135320
SHA256: 53347f0f5817191f43486f3c1c95b673b7f3b77b68a75fda919c733c17ccc8e2
SHA1: 573228549e970de6439dd47c46c6c3a46116daac
MD5sum: 35262a79767efa0d1aad5914e78bc620
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-compat3
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.24-12.pgdg26.04+1_amd64.deb
Size: 18352
SHA256: 936fdf53c0cbec49c3e6b03d93f1ce4e2194aaa030b9e80015131d4aa6beac12
SHA1: 9c8f5db32bba06fa0bb44b817ed02fa6f979ba6b
MD5sum: fd40a4f74e023f1e434b87252a360b83
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg-dev
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1199
Depends: libecpg-compat3 (= 9.6.24-12.pgdg26.04+1), libecpg6 (= 9.6.24-12.pgdg26.04+1), libpgtypes3 (= 9.6.24-12.pgdg26.04+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.24-12.pgdg26.04+1_amd64.deb
Size: 228724
SHA256: 6186cdbc6f12d368a1afd0621927c9d4e0ed1a04a13c98efa800ba5ad20e7651
SHA1: 7b34a1b65038d345c96615a9b690574f638d7189
MD5sum: 564a0bd9bb9159de33833f1de0e91130
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-12 13:41:13+00

Package: libecpg6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 413
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.24-12.pgdg26.04+1_amd64.deb
Size: 83520
SHA256: e79f305948312cb7e3d4529859bda64b86feaea055af42db985960a2b4098086
SHA1: 2bef026b32a19c9c593f02155cc4d5fe3bdb1a6b
MD5sum: 1a7ed4ff0ac27f3d4cee39882f20e3a6
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpgtypes3
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.24-12.pgdg26.04+1_amd64.deb
Size: 39732
SHA256: 7bf6dfe8984f93390c9b7aceb259f17e1f4812f7879b585616a8d0a9b7f1e15b
SHA1: 490e4067371778652cf722e9c8170f44ca6de65a
MD5sum: baaac1af4d973f4cf378ff6e678ce5ac
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq-dev
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 724
Depends: libpq5 (= 9.6.24-12.pgdg26.04+1), libc6 (>= 2.38)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.24-12.pgdg26.04+1_amd64.deb
Size: 156824
SHA256: 5b25fbc19ed26de30535ec0a720ee585e4c8354a118261bb495d6a96ac5c57f5
SHA1: 2959a7b5fe89edc68c1ecf6ae8d25aa4bab411c8
MD5sum: 3a54ac18768751363802593d39f34402
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: libpq5
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 602
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.24-12.pgdg26.04+1_amd64.deb
Size: 136756
SHA256: 8e21fbcb46d97fe75e1bf12c6bb2861cbe8e8de2a1d52051a4e89a305fcda9e6
SHA1: 9c2a3afbeba3a0345c781ff4375958e6ef451dea
MD5sum: c75ac001a4886daeede86f4010e570c5
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 13:41:13+00

Package: barman-cli-cloud
Source: barman
Version: 3.17.0-1.pgdg26.04+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 46
Depends: python3-barman (= 3.17.0-1.pgdg26.04+1), python3-pkg-resources, rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.17.0-1.pgdg26.04+1_all.deb
Size: 27024
SHA256: 5e5e1626921ebf7f48fa82466dfc13c3c64f330f35a49b949ed4eba5e77fae3f
SHA1: 2d6e669dde43169e682adb6f4d0bbdf7ba06b0c9
MD5sum: 49a9c1dac34a23ce805684252c7d9272
Description: Cloud client utilities for the integration of Barman in PostgreSQL clusters
 Barman (Backup and Recovery Manager) is an open-source administration
 tool for disaster recovery of PostgreSQL servers written in Python.
 .
 It allows your organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.
Timestamp: 2026-02-12 22:34:45+00

Package: check-patroni
Version: 2.2.0-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: python3-attr, python3-click, python3-nagiosplugin, python3-requests, python3:any
Homepage: https://github.com/dalibo/check_patroni
Priority: optional
Section: utils
Filename: pool/main/c/check-patroni/check-patroni_2.2.0-2.pgdg26.04+1_all.deb
Size: 19284
SHA256: ea557f9fc0300c06a698a81d80e5085ef230bac7bd994344c7e8e200376a0fb8
SHA1: 7bff7f1327019cb1b76398b915c3983ee5ff1bc2
MD5sum: 49da78c4c11abb2f6843d68be09c7d11
Description: Nagios plugin to check on patroni
 A nagios plugin for patroni that checks presence of leader, replicas,
 and node counts, and also checks each node for replication status.
Timestamp: 2026-02-12 22:34:45+00

Package: check-pgactivity
Version: 2.8-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 368
Depends: perl:any, postgresql-client
Suggests: wget | curl | lynx | links | links2
Multi-Arch: foreign
Homepage: https://github.com/OPMDG/check_pgactivity
Priority: optional
Section: database
Filename: pool/main/c/check-pgactivity/check-pgactivity_2.8-1.pgdg26.04+1_all.deb
Size: 76212
SHA256: c6146de7b5f8a9c21ef2d72db6a65e469784cd62ed55174e8a0a8c61595f4506
SHA1: daed19118d6caa89a36889ad08a12675ab458f6d
MD5sum: 9f457f6a8ccd65c9e984a98fc1ea5359
Description: PostgreSQL plugin for Nagios
 check_pgactivity is a Nagios probe dedicated to PostgreSQL. It offers many
 options to measure and monitor useful performance metrics.
 .
 Services include (among others) monitoring of autovacuum, bgwriter, locks,
 long queries, idle in transaction queries, number of temporary files and WAL
 files, bloat of tables and btree indexes, commit and hit ratios,
 WAL archives exhaustivity, age of logical backups, backends number and states,
 backup label file age, connectivity, replication delay between primary and
 secondary instances, database sizes, vacuum and analyze times,
 sequence exhaustion, snapshots age, presence of unlogged tables or invalid
 indexes, incoming freeze, settings changes, PostgreSQL minor version,
 PGDATA rights, custom queries. Most services only need normal user rights.
Timestamp: 2026-02-12 22:34:45+00

Package: check-pgbackrest
Version: 2.4-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: libdata-dump-perl, libjson-perl, perl
Enhances: pgbackrest
Breaks: pgbackrest (<< 2.28)
Homepage: https://github.com/pgstef/check_pgbackrest
Priority: optional
Section: database
Filename: pool/main/c/check-pgbackrest/check-pgbackrest_2.4-1.pgdg26.04+1_all.deb
Size: 16548
SHA256: 009026167ef02deadce83b18c7c6b63126ef8d95a666d02771ac425b4367b095
SHA1: bfa5d0480f3f6f80ca690241195e0eba6884b338
MD5sum: f2663999d7973f2e6c1816d103e9f58c
Description: pgBackRest backup check plugin for Nagios
 check_pgbackrest is designed to monitor pgBackRest PostgreSQL backups from
 Nagios.
Timestamp: 2026-02-12 22:34:45+00

Package: check-postgres
Version: 2.26.0-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 779
Depends: postgresql-client, perl:any
Enhances: postgresql
Multi-Arch: foreign
Homepage: https://bucardo.org/check_postgres/
Priority: optional
Section: database
Filename: pool/main/c/check-postgres/check-postgres_2.26.0-2.pgdg26.04+1_all.deb
Size: 154992
SHA256: 03108d215919256badf36d790c11bb8572acd8c7281a4c8586f9d06011a83241
SHA1: c5a04e7b6b3cc9cdb40c67bee305475bbfff52ba
MD5sum: 49fb100e445224d35a1228f889a51b24
Description: script for monitoring PostgreSQL databases
 check_postgres is a Perl script that runs many different tests
 against one or more Postgres databases.  It uses the psql program to
 gather the information, and outputs the results in one of three
 formats: Nagios, MRTG, or simple.
Timestamp: 2026-02-12 22:34:45+00

Package: credativ-pg-migrator
Version: 0.10.2-1.pgdg26.04+1
Architecture: all
Maintainer: Michael Banck <michael.banck@credativ.de>
Installed-Size: 990
Depends: python3-jaydebeapi, python3-pandas, python3-psycopg2, python3-pyodbc, python3-sqlglot, python3-tabulate, python3-yaml, python3:any (>= 3.6~)
Suggests: tdsodbc
Homepage: https://github.com/credativ/credativ-pg-migrator
Priority: optional
Section: python
Filename: pool/main/c/credativ-pg-migrator/credativ-pg-migrator_0.10.2-1.pgdg26.04+1_all.deb
Size: 99964
SHA256: f2aa0cf65b314a3cbcaa1a88f2de170657c8b27bfbdf851f2d7452afee546dc5
SHA1: d55e1758d415ae7bb727e6e55b52475bdaa0ca14
MD5sum: ff3aa31d12902737993bd7a65d2d9b80
Description: credativ Postgres Migrator
 This package provides a solution for migrations of whole databases from legacy
 systems to PostgreSQL.
 .
 Main features are:
  - Supports migration of tables, column constraints and defaults, primary
    keys, secondary indexes, foreign keys, functions/procedures, triggers and
    views from source to target database
  - If tables have sequences, migrator sets current values of sequences on the
    target database
  - Migration of views is currently only in rudimentary version, just replacing
    source schema names in code with target schema names
  - Conversion and migration of functions, procedures, triggers currently fully
    works for Informix, and is in progress for Sybase
  - Migrator allows customizable substitutions of data types, default values of
    columns, calls of remote objects
Timestamp: 2026-02-12 22:34:45+00

Package: elephant-shed
Version: 1.3.12.pgdg26.04+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 9
Depends: elephant-shed-cockpit, elephant-shed-grafana, elephant-shed-omnidb, elephant-shed-pgbackrest, elephant-shed-pgbadger, elephant-shed-portal, elephant-shed-postgresql, elephant-shed-powa, elephant-shed-prometheus, elephant-shed-prometheus-node-exporter, elephant-shed-prometheus-sql-exporter, elephant-shed-tmate
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed_1.3.12.pgdg26.04+1_all.deb
Size: 3240
SHA256: 6151ae2cf25b5992682429b3b610c1f1f40df2889b4a699ba0aa9c797f4c0bf4
SHA1: 3fb297fb6ad69f64fc8b4ec066f12058a0c0d079
MD5sum: 8501bebb17a3ee9285eaefedc900f7e1
Description: PostgreSQL dashboard
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package depends on all Elephant Shed components.
Timestamp: 2026-02-12 22:34:45+00

Package: elephant-shed-cockpit
Source: elephant-shed
Version: 1.3.12.pgdg26.04+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 18
Depends: cockpit
Recommends: cockpit-packagekit
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-cockpit_1.3.12.pgdg26.04+1_all.deb
Size: 3660
SHA256: ad4f588666c53d1a4dbf6c54c1cabb0711b552970b2b6ce855fe77e5a24814fd
SHA1: 4337ebc13147b1247ba0d6cf63a072b961b9b53f
MD5sum: a6134c0a3d8dc04457696710537fba91
Description: PostgreSQL dashboard -- cockpit integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with cockpit.
Timestamp: 2026-02-12 22:34:45+00

Package: elephant-shed-grafana
Source: elephant-shed
Version: 1.3.12.pgdg26.04+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 653
Depends: curl, grafana (>> 5)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-grafana_1.3.12.pgdg26.04+1_all.deb
Size: 35576
SHA256: 99d985cbbd83daa42e397cffd2be07296bcfddc3096756ad27024fc778313c9a
SHA1: c2b734c58a4a6bfa6a02b8689b8c47f06c3e77b6
MD5sum: 8feeb64a142aa5ed27ccbb2077559614
Description: PostgreSQL dashboard -- Grafana integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Grafana.
Timestamp: 2026-02-12 22:34:45+00

Package: elephant-shed-omnidb
Source: elephant-shed
Version: 1.3.12.pgdg26.04+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 13
Depends: omnidb-server
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-omnidb_1.3.12.pgdg26.04+1_all.deb
Size: 3628
SHA256: dca012d913d3eac10476313cfd27c055876fc58f55029e12ae26865fe86e5cfa
SHA1: fc7feab355ed321244059186e3549e0148421a24
MD5sum: a99f0a8df0df774778e8d0db4427044e
Description: PostgreSQL dashboard -- OmniDB integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with OmniDB.
Timestamp: 2026-02-12 22:34:45+00

Package: elephant-shed-pgbackrest
Source: elephant-shed
Version: 1.3.12.pgdg26.04+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 23
Depends: pgbackrest, postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-pgbackrest_1.3.12.pgdg26.04+1_all.deb
Size: 5572
SHA256: 7f7a756c849eb2af7340e81e545168f9222af99e1065c5974eaf4b9a8b2042da
SHA1: 1534b152fd2109c2840e81c77fef654384ca9181
MD5sum: b5008a42307582852d3bc04e3ced7fdb
Description: PostgreSQL dashboard -- pgBackRest integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBackRest.
Timestamp: 2026-02-12 22:34:45+00

Package: elephant-shed-pgbadger
Source: elephant-shed
Version: 1.3.12.pgdg26.04+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 26
Depends: pgbadger (>> 9), postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-pgbadger_1.3.12.pgdg26.04+1_all.deb
Size: 5176
SHA256: 3a5ce16923a15a3ea42aa8045f5a29ab837553b44acea63808a1d8e96da51d7d
SHA1: 133bcb6f845714b20a505947bd4ec67e4d154014
MD5sum: e1489271205f01bbcf888c7875d6aa69
Description: PostgreSQL dashboard -- pgBadger integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with pgBadger.
Timestamp: 2026-02-12 22:34:45+00

Package: elephant-shed-portal
Source: elephant-shed
Version: 1.3.12.pgdg26.04+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 7969
Depends: adduser, apache2, libapache2-mod-authnz-external, libapache2-mod-authz-unixgroup, libapache2-mod-wsgi-py3, libjs-jquery, libjs-bootstrap, libjs-popper.js, libtemplate-perl, libcgi-pm-perl, pwauth
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-portal_1.3.12.pgdg26.04+1_all.deb
Size: 4185628
SHA256: 75389406081e77babe75f95ab26bdfc8230feb89e7fb97f9ba8ad6fc52df0e60
SHA1: 4e005930fb7fe00c813e988d3a9fd64d0e267a5b
MD5sum: b509df2fef9f81a5eb4e5d36674a4878
Description: PostgreSQL dashboard -- web interface
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the web interface.
Timestamp: 2026-02-12 22:34:45+00

Package: elephant-shed-postgresql
Source: elephant-shed
Version: 1.3.12.pgdg26.04+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 25
Depends: adduser, postgresql-common (>> 183~)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-postgresql_1.3.12.pgdg26.04+1_all.deb
Size: 5912
SHA256: c59ce45249279e86a5f843e94d9b146e8f25fbd48110a3a1497afbf081fa2804
SHA1: 97099d6b7363ad891deeb9ddaf2b8d9aa7853363
MD5sum: b0a63ad7393d7f85c453fc430604d274
Description: PostgreSQL dashboard -- PostgreSQL integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with PostgreSQL.
Timestamp: 2026-02-12 22:34:45+00

Package: elephant-shed-powa
Source: elephant-shed
Version: 1.3.12.pgdg26.04+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 13
Depends: powa-web, postgresql-common
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-powa_1.3.12.pgdg26.04+1_all.deb
Size: 4156
SHA256: dc5861ddea0b7a1ee9b1c16ee479cae43ccd9134cc37f6a733195be2bd98736b
SHA1: 0ed11a464fa23a2aa2cc3f1af81bef2cb5ed2f3c
MD5sum: c8409bd5dcf59d83df178111cd7e9c0d
Description: PostgreSQL dashboard -- PoWA integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with PoWA.
Timestamp: 2026-02-12 22:34:45+00

Package: elephant-shed-prometheus
Source: elephant-shed
Version: 1.3.12.pgdg26.04+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 24
Depends: prometheus (>= 2.0)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus_1.3.12.pgdg26.04+1_all.deb
Size: 5248
SHA256: 09923a284d4b6e69e8e3c9e5db460397693d968bb5145f97e15995eb251822a7
SHA1: 525aa96a2ce35468b4ce0689f8a34dfda681c3c9
MD5sum: 89ccd5913be0f25af778b1449c435462
Description: PostgreSQL dashboard -- Prometheus integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with Prometheus.
Timestamp: 2026-02-12 22:34:45+00

Package: elephant-shed-prometheus-node-exporter
Source: elephant-shed
Version: 1.3.12.pgdg26.04+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 28
Depends: prometheus-node-exporter (>= 0.16.0)
Breaks: elephant-shed-prometheus (<< 1.1)
Replaces: elephant-shed-prometheus (<< 1.1)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus-node-exporter_1.3.12.pgdg26.04+1_all.deb
Size: 6392
SHA256: ad5b00fbc6df3ddafbfaba06888d90671d19d4ca5443496502ef9bb3e285227a
SHA1: 1430c9d18e14732037e9d4fc07452bfaa52b9163
MD5sum: d87e49921a2316cfc4ee866d0ecf6eb2
Description: PostgreSQL dashboard -- Node exporter integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with the Prometheus node
 exporter.
Timestamp: 2026-02-12 22:34:45+00

Package: elephant-shed-prometheus-sql-exporter
Source: elephant-shed
Version: 1.3.12.pgdg26.04+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 65
Depends: libyaml-perl, postgresql-common, prometheus-sql-exporter
Breaks: elephant-shed-prometheus (<< 1.1)
Replaces: elephant-shed-prometheus (<< 1.1)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-prometheus-sql-exporter_1.3.12.pgdg26.04+1_all.deb
Size: 10884
SHA256: c7bbbc1f2554ee76102939f4a6589e2f1c1d7bd60bcf489066c6aef5eb82edd0
SHA1: 0ced88abbba4ee1b124afc46d2a7db67836d8f54
MD5sum: 71a3ac6219cf8fdca0c74755b6ae4c7e
Description: PostgreSQL dashboard -- SQL exporter integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with the Prometheus SQL
 exporter.
Timestamp: 2026-02-12 22:34:45+00

Package: elephant-shed-shellinabox
Source: elephant-shed
Version: 1.3.12.pgdg26.04+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 10
Depends: shellinabox
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-shellinabox_1.3.12.pgdg26.04+1_all.deb
Size: 3388
SHA256: 0fb82560cebf1f1e568a3f70815f7c7271890a0a035a14eabb1d2642622dc2dd
SHA1: 2fd8577f0dba43dd437d973c413d2561dc8c3680
MD5sum: a071c61cb11209b40236b1b3cc46af82
Description: PostgreSQL dashboard -- shellinabox integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This meta package provides the integration with shellinabox.
Timestamp: 2026-02-12 22:34:45+00

Package: elephant-shed-tmate
Source: elephant-shed
Version: 1.3.12.pgdg26.04+1
Architecture: all
Maintainer: credativ GmbH <info@credativ.de>
Installed-Size: 19
Depends: tmate (>= 2.4)
Priority: optional
Section: database
Filename: pool/main/e/elephant-shed/elephant-shed-tmate_1.3.12.pgdg26.04+1_all.deb
Size: 4140
SHA256: 0f843bec54bb0cfe5080fdd3799e09da705fb9cb2a39e446c18744749759a447
SHA1: 1ad19440f3b093c2709381731600c82393bd906f
MD5sum: 7e56960e80a62957da3172019ab0ef51
Description: PostgreSQL dashboard -- tmate integration
 The Elephant Shed is a web-based PostgreSQL management front-end.
 .
 This package provides the integration with tmate.
Timestamp: 2026-02-12 22:34:45+00

Package: libecpg-compat3
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libecpg-compat3_18.2-1.pgdg26.04+1_amd64.deb
Size: 14816
SHA256: 8e529d5441ccd8c6cc77857cd953b6ba13253c8c5443161b88cdf1732d9e16b8
SHA1: d0ae5635b269f02d614a16148c4f70e0123e03bb
MD5sum: 5c5cbd32a1794f7040cb38430ff3cf32
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 18.2-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg-compat3-dbgsym_18.2-1.pgdg26.04+1_amd64.deb
Size: 17644
SHA256: 54c12ae65cbc555136d9e7c8cc65faa04e73bfe7f3dad747d2d28342ff19c29e
SHA1: d40d43ae00c66ea96c5be4c6e82ce8d95163f06d
MD5sum: deb8698e6b5d2fafd9ee7798a15ef825
Description: debug symbols for libecpg-compat3
Build-Ids: a01b993a0ade14f2ef905c8d27925c9ef7be2023
Timestamp: 2026-02-12 22:34:45+00

Package: libecpg-dev
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1535
Depends: libecpg-compat3 (= 18.2-1.pgdg26.04+1), libecpg6 (= 18.2-1.pgdg26.04+1), libpgtypes3 (= 18.2-1.pgdg26.04+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/libecpg-dev_18.2-1.pgdg26.04+1_amd64.deb
Size: 256408
SHA256: 84078389be05a77c5b262731e87a5a8a8e5a11e3549516fe9b5b49ed3229bc15
SHA1: 343f50eff5161b5fcd1c0969d38658473e5b2d23
MD5sum: f0b13fd4a7c0c7d2815aca871ac10690
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-12 22:34:45+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 962
Depends: libecpg-dev (= 18.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg-dev-dbgsym_18.2-1.pgdg26.04+1_amd64.deb
Size: 160472
SHA256: 7d216c1c5847a763210ba29d58e308e2205fb357bb25550f5d76ad3f82adddee
SHA1: 5975b0831b616980aa477c6c906561310161f5b9
MD5sum: c1fd6dc4c133d1e6210e951078bf7460
Description: debug symbols for libecpg-dev
Build-Ids: 0d91e22b5be5f0bc9919f0eaa8323fe4356064df
Timestamp: 2026-02-12 22:34:45+00

Package: libecpg6
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libecpg6_18.2-1.pgdg26.04+1_amd64.deb
Size: 58332
SHA256: a6a1ca1a13d59282232e85e3fe56ddc8bcddc0fca869f00b4b5ab98b386a1d63
SHA1: 62555f0737ed521b0d9557ad7efa425fc407ce89
MD5sum: 79b7975137bb85af8db32bc971f94dcb
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libecpg6 (= 18.2-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg6-dbgsym_18.2-1.pgdg26.04+1_amd64.deb
Size: 120892
SHA256: 559ee95d6476ad8294e40d6ef7a1b99f78b618286c710521767523a9cd454822
SHA1: 4c8eefe034a462948f3698dfe9a9af35d71830b4
MD5sum: cb529bb8f57809100635571ec1bace9c
Description: debug symbols for libecpg6
Build-Ids: 8df58f445b74eeec07d7fefcc8413aaaf0f48d15
Timestamp: 2026-02-12 22:34:45+00

Package: libgvm-dev
Source: gvm-libs
Version: 22.34.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 197
Depends: libgcrypt-dev, libglib2.0-dev, libgnutls28-dev, libgpgme-dev, libhiredis-dev, libksba-dev, libgvm22t64 (= 22.34.2-1.pgdg26.04+1), libpcap-dev, libssh-dev, uuid-dev, libsnmp-dev
Suggests: libgvm-doc
Homepage: https://www.greenbone.net/
Priority: optional
Section: libdevel
Filename: pool/main/g/gvm-libs/libgvm-dev_22.34.2-1.pgdg26.04+1_amd64.deb
Size: 31372
SHA256: 00524453814f7f586b20edc6943797dfabfbf0abf95b29bb47a53ec8a8069765
SHA1: 4937bb3a429c165f794b94ce9a07ea967f916cc9
MD5sum: 8814b55f1ab059974264aa88416c4fbc
Description: remote network security auditor - static libraries and headers
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required static libraries and headers.
Timestamp: 2026-02-12 22:34:45+00

Package: libgvm-doc
Source: gvm-libs
Version: 22.34.2-1.pgdg26.04+1
Architecture: all
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 11039
Homepage: https://www.greenbone.net/
Priority: optional
Section: doc
Filename: pool/main/g/gvm-libs/libgvm-doc_22.34.2-1.pgdg26.04+1_all.deb
Size: 641500
SHA256: ffc46ced13f8220cd20d8aa7cd5714b75d1f599dd18d09d6507adbc6c900d527
SHA1: d736327e3403d098df3b890402f0f9662953e74b
MD5sum: fe8232f6c8baee0d219fbc87c2f9738c
Description: remote network security auditor - libraries documentation
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the doxygen generated HTML documentation for the
 libraries.
Timestamp: 2026-02-12 22:34:45+00

Package: libgvm22t64
Source: gvm-libs
Version: 22.34.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 608
Depends: libc6 (>= 2.38), libcjson1 (>= 1.7.13), libcrypt1 (>= 1:4.1.0), libcurl3t64-gnutls (>= 7.83.0), libgcrypt20 (>= 1.11.1), libglib2.0-0t64 (>= 2.76.0), libgnutls30t64 (>= 3.8.1), libgpgme11t64 (>= 1.23.2), libhiredis1.1.0 (>= 1.2.0), libldap2 (>= 2.6.2), libnet9 (>= 1.1.2.1), libpaho-mqtt1.3 (>= 1.3.0), libpcap0.8t64 (>= 0.9.8), libradcli4 (>= 1.2.11), libssh-4 (>= 0.8.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.2.3.3)
Conflicts: libopenvas9
Breaks: libgvm22 (<< 22.34.2-1.pgdg26.04+1)
Replaces: libgvm22, libopenvas9
Provides: libgvm22 (= 22.34.2-1.pgdg26.04+1)
Multi-Arch: same
Homepage: https://www.greenbone.net/
Priority: optional
Section: libs
Filename: pool/main/g/gvm-libs/libgvm22t64_22.34.2-1.pgdg26.04+1_amd64.deb
Size: 156512
SHA256: 5a720c26c2ff360c619316cbe79aebcea900836d34ba6688f88589d74c208d49
SHA1: f8820d160d540c1ce708e1939b3008fd66934f39
MD5sum: 2bee1cb8d1012ca2d002e03c7174a17a
Description: remote network security auditor - shared libraries
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required shared libraries.
Timestamp: 2026-02-12 22:34:45+00

Package: libgvm22t64-dbgsym
Package-Type: ddeb
Source: gvm-libs
Version: 22.34.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 824
Depends: libgvm22t64 (= 22.34.2-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/g/gvm-libs/libgvm22t64-dbgsym_22.34.2-1.pgdg26.04+1_amd64.deb
Size: 527948
SHA256: 9e5a6002f94587550967292a4058c744c8562148059c3b1be04688f41fe7159d
SHA1: b3682cccf66f25ecc9ea0bffcd87f683e0ed0e5c
MD5sum: 545dcb19352a2b934f893d42649565fc
Description: debug symbols for libgvm22t64
Build-Ids: 0d831554bea9c8cdbb2b6c1e0c637f539d268ae1 1a50a5f0fbc7705a5cd652d426f955e8019cf3d4 1fafc921cf82e2f352ab4e2239f30a0d1205340e 512ed17253141acb0d43320ecf53e05affadd202 55fb671c83621c714b694e25c43177636553a181 6e20b9fcff6402ee4a3d4214c60eeb1ca3e4a02c 848d0d5412869c9a3e23b2f0f657a43464c32e44 870ca82cca7e7b6bd748c81987ca422cf707384f afb6ba758f32c54f42e147fc735edb5e7b4f4c54 b61f1b2f035098ca009478fe23402a88528daed4 ce715fd3acdca5f7ecd244672f5fae06a581d07b
Timestamp: 2026-02-12 22:34:45+00

Package: libh3-1
Source: libh3
Version: 4.4.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-1_4.4.1-1.pgdg26.04+1_amd64.deb
Size: 57424
SHA256: 3f4be82b77e6a5667df238b1e671773cb78fac05a35e1f638e4558646f0341dc
SHA1: 65efb74ca8a3b2b691b1e1ed688bbd0b4e9b2908
MD5sum: f32413a62f41c53f5407f82685b7aa21
Description: Hexagonal hierarchical geospatial indexing system - library
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the shared library.
Timestamp: 2026-02-12 22:34:45+00

Package: libh3-1-dbgsym
Package-Type: ddeb
Source: libh3
Version: 4.4.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: libh3-1 (= 4.4.1-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-1-dbgsym_4.4.1-1.pgdg26.04+1_amd64.deb
Size: 100896
SHA256: c60bdf849043727972f8b0830200e4ed0b3f5f107930f94663bbe68653500cf3
SHA1: a5ac0f17be0db6c8ba50569d55fe4593aa56f1e7
MD5sum: 108fad4090c0d468e0d27555171c50af
Description: debug symbols for libh3-1
Build-Ids: 11ad6b6593aed33e5f152cd995dbf977011f25c0
Timestamp: 2026-02-12 22:34:45+00

Package: libh3-bin
Source: libh3
Version: 4.4.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 325
Depends: libh3-1 (= 4.4.1-1.pgdg26.04+1), libc6 (>= 2.38)
Multi-Arch: foreign
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-bin_4.4.1-1.pgdg26.04+1_amd64.deb
Size: 57036
SHA256: 65fb783ca8f11606fad34138381a1a37ef5688181b51520c0666070bebbc51cb
SHA1: f3857f32cd5bee79df050e926c60330f63fcf353
MD5sum: b191e7cf6978861a24ae73b2bf6b3f5c
Description: Hexagonal hierarchical geospatial indexing system - CLI programs
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains CLI front-end programs.
Timestamp: 2026-02-12 22:34:45+00

Package: libh3-bin-dbgsym
Package-Type: ddeb
Source: libh3
Version: 4.4.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: libh3-bin (= 4.4.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-bin-dbgsym_4.4.1-1.pgdg26.04+1_amd64.deb
Size: 128356
SHA256: 784ac74a80bf1b4a5622c54c736de1076d68dd00d68388c043f8bb22d3d2bcca
SHA1: 4da5234b6b9baad592cd7a59f0752898f1336921
MD5sum: 2abcd8a1f6965c3d76f1ef4338ef0147
Description: debug symbols for libh3-bin
Build-Ids: 1709b3b9d1c9c81a0d939da8cabad42a7be5345b 23aa4aa5fa54e61dc91cfdc3c195d77daaced30b 28b5fc0b3ef3104aaee3144660a961991614f3fa 2ea2c05d51227cd9d56d40e83a9fa00b954e0d57 48ef02ee829bd8c37027e697790bf784d4a2f8ea 4cc0ad62e839c173ef447b58041811170179e48c 61c53950e62c0ad2552f4f90cef123446f6a47e1 620e1c6830ea1a4e7fd5b1f6f9586222942e7dab 741e5745567b836a11e0d1aa9e6655b26655aeb3 7b1bec552dd9b5547b900931cf32607078a640d7 a55aa2932bd4fdad1cdc068a06b97239e5eae1f3 ecffdd084c011347dd8e1d3cd79ba05f176c1f95
Timestamp: 2026-02-12 22:34:45+00

Package: libh3-dev
Source: libh3
Version: 4.4.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: libh3-1 (= 4.4.1-1.pgdg26.04+1)
Multi-Arch: same
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-dev_4.4.1-1.pgdg26.04+1_amd64.deb
Size: 22500
SHA256: 4fccb48703d32332b4eeb1316e01f2b3bd25a9a42d6b18b7c50690992dd78a47
SHA1: c3ac89d5c51d8dffa17da43e0de7ffa3edb0fbc2
MD5sum: 506dc146c6590ef9a11994f3660c2084
Description: Hexagonal hierarchical geospatial indexing system - header files
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the development headers.
Timestamp: 2026-02-12 22:34:45+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: libpgpool2 (= 4.7.0-1.pgdg26.04+1)
Conflicts: libpcp3-dev
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 154412
SHA256: 8dbce91a7b68957df12e08dbe95c9ff1bdeea2b1d227364bf3697a67c4469c1f
SHA1: 9a5c748e479f7ee555b92b9dbc940ee6bf3c0a7a
MD5sum: de543845a8d899ab8a6c05b9b1a7fd57
Description: pgpool control protocol library - headers
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client.  This package contains headers for the pgpool
 control protocol library (libpcp).
Timestamp: 2026-02-12 22:34:45+00

Package: libpgpool2
Source: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpool2_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 144236
SHA256: 129351e50debf66d0e8053c62f6765f58ba55cd7791930a58baf1b23e869ddfe
SHA1: 539ccb747edbdb97d63e629122fa9d2ce1b5f190
MD5sum: 5a85b7755e9e2c64e08cb22be93431f5
Description: pgpool control protocol library
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client.  This package contains the pgpool control
 protocol library (libpcp).
Timestamp: 2026-02-12 22:34:45+00

Package: libpgpool2-dbgsym
Package-Type: ddeb
Source: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgpool2 (= 4.7.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpool2-dbgsym_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 70136
SHA256: 4170e0b9192d7d30315909823b11a8ab74bd03c128c8bce2dc8f32fa25d8ea25
SHA1: 5823ecfe445a174a1537c0c27b1f0feededa2cd9
MD5sum: 75c73f0616d7290260128845d72172ad
Description: debug symbols for libpgpool2
Build-Ids: 6534e3f037d71d48eb7b4af1c910a866250d5c89
Timestamp: 2026-02-12 22:34:45+00

Package: libpgtypes3
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpgtypes3_18.2-1.pgdg26.04+1_amd64.deb
Size: 41408
SHA256: fdfeb7aa0656a5c793412aa0a55748f3071d93007bb653ce7c8d18a0c666f024
SHA1: f7938b93c7ea1f1476737b2d8833f8a7e0a1b987
MD5sum: e3129128582e10d6ad6ae8db67bd7583
Description: shared library libpgtypes for PostgreSQL 18
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libpgtypes3 (= 18.2-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpgtypes3-dbgsym_18.2-1.pgdg26.04+1_amd64.deb
Size: 92136
SHA256: 33660689b92f808d786031fd5bf8ade03427c1f6d7ac53476ba4175c273158ad
SHA1: b9afd6fde70de292b0e96fc2bfec3b69643d709a
MD5sum: c384a6a9df2b75a141df71b6b1e0c660
Description: debug symbols for libpgtypes3
Build-Ids: 5bd500c0966efd4be1db56d4833cbacddd34fd35
Timestamp: 2026-02-12 22:34:45+00

Package: libpostgis-java
Source: postgis-java
Version: 1:2025.1.0-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 112
Depends: libpostgresql-jdbc-java (>= 42.7.9), libslf4j-java (>= 1.7.32)
Suggests: postgresql-postgis
Breaks: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
Replaces: libpostgis-jdbc, libpostgisjava, postgresql-postgis-java
Homepage: https://github.com/postgis/postgis-java
Priority: optional
Section: java
Filename: pool/main/p/postgis-java/libpostgis-java_2025.1.0-1.pgdg26.04+1_all.deb
Size: 60064
SHA256: 10780f38f61390562e6f4abdbce7ff0f5acfe977ea79a3acfa180d29ab6a4b1b
SHA1: fbd0ebcf211e9a168cd872310528d0f5fb351664
MD5sum: 09ca049b5207cca96c0ab0797440eea1
Description: Geographic objects support for PostgreSQL -- JDBC support
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This package contains JDBC support for PostGIS.
Timestamp: 2026-02-12 22:34:45+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.7.10-1.pgdg26.04+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1118
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 3.2-1.pgdg26.04+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.7.10-1.pgdg26.04+1_all.deb
Size: 1037088
SHA256: f32d4441e1b738d1c4141eb0a83cdafc4edbfcb850a8b42b092e7135263be90e
SHA1: e4c55022b35f389bd51275dc7c5e779ccb3e92d3
MD5sum: 6156ddedc0fcd4420e456e00776123ed
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2026-02-12 22:34:45+00

Package: libpq-dev
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 677
Depends: libpq5 (= 18.2-1.pgdg26.04+1), libssl-dev
Suggests: postgresql-doc-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/libpq-dev_18.2-1.pgdg26.04+1_amd64.deb
Size: 166412
SHA256: 6ddd05aaa8a066746db1935d7fb8848d3231ddc776b882540f326f73856e989c
SHA1: e41f194b65b958a4475f7deb4565c2ceb8a4b13d
MD5sum: 14565a3208555e8d41c256c47ee8f1e4
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: libpq-oauth
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: libpq5 (= 18.2-1.pgdg26.04+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.3)
Provides: libpq-oauth-18
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpq-oauth_18.2-1.pgdg26.04+1_amd64.deb
Size: 35480
SHA256: f51f8b18751b59d80177cb84594ea4d589e4981db8e614d2145a1d43f28839ec
SHA1: 2a577c1c6f341a2b9797aec0b9750012a3114a6e
MD5sum: d3737c8df3d9a2b63da4ba6c2c3f9724
Description: PostgreSQL C client library - OAuth flow
 libpq-oauth is an optional module for libpq5 implementing the Device
 Authorization flow for OAuth clients (RFC 8628). It is maintained as
 its own shared library in order to isolate its dependency on libcurl.
 (End users who don't want the Curl dependency can simply choose not
 to install this module.)
 .
 If a connection string allows the use of OAuth, and the server asks
 for it, and a libpq client has not installed its own custom OAuth
 flow, libpq will attempt to delay-load this module using dlopen() and
 the following ABI. Failure to load results in a failed connection.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: libpq-oauth-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: libpq-oauth (= 18.2-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpq-oauth-dbgsym_18.2-1.pgdg26.04+1_amd64.deb
Size: 94928
SHA256: 86e13d43c53ef9982e1ccdc97c9dbeabcae13c3748b5070574d020e378d64687
SHA1: 4c499d256f64970b249298b8e0b33c843b6ca828
MD5sum: fe656fb2cfe2f96299bec19deea97ebb
Description: debug symbols for libpq-oauth
Build-Ids: 90dc6e4bc40d22a880a94645670c14c6b43ac8a1
Timestamp: 2026-02-12 22:34:45+00

Package: libpq5
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1231
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Suggests: libpq-oauth
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpq5_18.2-1.pgdg26.04+1_amd64.deb
Size: 254344
SHA256: 01be730ffa6c5e300fa59442da5eb2323d60056ece523367bba1b3cccded2fe2
SHA1: 8156a90dae5654318f68716612c521e42ae08b15
MD5sum: bb8c2a9753565663400fe21d376eaacf
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 573
Depends: libpq5 (= 18.2-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpq5-dbgsym_18.2-1.pgdg26.04+1_amd64.deb
Size: 369888
SHA256: 8307fe15a928cbd2f80233b31e834d8b8b7bf2be14e9c04fd2f35af6fe4b882a
SHA1: d443636be46fc77c8452a92abddf6ab2917b50e5
MD5sum: 21e31742a32b04c905e2fecdba1fdf52
Description: debug symbols for libpq5
Build-Ids: 76697c7fbf85fa905e3151c6d2cabf6a49ef40ee
Timestamp: 2026-02-12 22:34:45+00

Package: libscram-java
Version: 3.2-1.pgdg26.04+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 118
Depends: libstringprep-java (>= 2.1)
Suggests: libjetbrains-annotations-java
Breaks: libpostgresql-jdbc-java (<< 42.7.5)
Multi-Arch: foreign
Homepage: https://github.com/ongres/scram
Priority: optional
Section: java
Filename: pool/main/libs/libscram-java/libscram-java_3.2-1.pgdg26.04+1_all.deb
Size: 60712
SHA256: e5c420cc03b561595762eec28fb8b4caa7ffa975bdb05d94aa1083d950f34966
SHA1: 9fc5e52cf403042958f327e66b12bbebcdfc39fc
MD5sum: 9aa48b48e7275843e94831f1ae177093
Description: Salted Challenge Response Authentication Mechanism
 SCRAM (Salted Challenge Response Authentication Mechanism) is part of the
 family of Simple Authentication and Security Layer (SASL, RFC 4422)
 authentication mechanisms. It is described as part of RFC 5802 and RFC 7677.
 .
 This project aims to provide a complete clean-room implementation of SCRAM. It
 is written in Java and provided in a modular, re-usable way, independent of
 other software or programs.
Timestamp: 2026-02-12 22:34:45+00

Package: libstringprep-java
Version: 2.1-1.pgdg26.04+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 115
Breaks: libscram-java (<< 2.0)
Multi-Arch: foreign
Homepage: https://gitlab.com/ongresinc/stringprep
Priority: optional
Section: java
Filename: pool/main/libs/libstringprep-java/libstringprep-java_2.1-1.pgdg26.04+1_all.deb
Size: 51276
SHA256: 23149c27d3d753cd5188177c465210c730959009cbd1de84c0a6a539ef0b9b0f
SHA1: ba3a3ad1d1d24e30deef2c50d824194334b6cf77
MD5sum: 307f839bf5410ee2feb2f45dde6ce887
Description: Stringprep (RFC 3454) Java implementation
 This project implements the RFC 3454 Preparation of Internationalized Strings
 ("stringprep") in pure Java.
Timestamp: 2026-02-12 22:34:45+00

Package: libtap-parser-sourcehandler-pgtap-perl
Version: 3.37-1.pgdg26.04+1
Architecture: all
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Installed-Size: 89
Depends: perl:any
Suggests: postgresql-pgtap
Multi-Arch: foreign
Homepage: https://metacpan.org/release/TAP-Parser-SourceHandler-pgTAP
Priority: optional
Section: perl
Filename: pool/main/libt/libtap-parser-sourcehandler-pgtap-perl/libtap-parser-sourcehandler-pgtap-perl_3.37-1.pgdg26.04+1_all.deb
Size: 32316
SHA256: 5a7f7703b2dc6d04606a9bc803ab0034985c72e7ebd3d1bad7d78ce9a8e10a47
SHA1: 38676283bb6fcde46b6be19107a11caae538dd3b
MD5sum: 5a03b99aad6bb92951c312ab5c6035b3
Description: Unit testing tools for pgTAP
 TAP::Parser::SourceHandler::pgTAP is a set of tools for PostgreSQL unit
 testing. It contains the pg_prove and pg_tapgen scripts, which allows running
 and harnessing pgTAP tests on command-line, and summarizing the results.
 .
 The corresponding PostgreSQL extension is contained in the postgresql-pgtap
 package.
 .
 TAP is the Test Anything Protocol (http://testanything.org/).
Timestamp: 2026-02-12 22:34:45+00

Package: odbc-postgresql
Source: psqlodbc
Version: 1:17.00.0007-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1424
Depends: odbcinst, libc6 (>= 2.38), libodbcinst2 (>= 2.3.1), libpq5 (>= 9.2~beta3)
Enhances: unixodbc
Multi-Arch: same
Homepage: https://odbc.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/psqlodbc/odbc-postgresql_17.00.0007-1.pgdg26.04+1_amd64.deb
Size: 430156
SHA256: 77e33a9d5e5ff88c3f037600c0fc7d60f06a56a8591a1b43e9c99d3304f739ca
SHA1: e01e06d9cbb9884a11f1803b578ae1341f646244
MD5sum: 6f077eeaa0ff33f79795ddb6fbdaa092
Description: ODBC driver for PostgreSQL
 This package provides a driver that allows ODBC-enabled applications to
 access PostgreSQL databases.  ODBC is an abstraction layer that allows
 applications written for that layer to access databases in a manner
 that is relatively independent of the particular database management
 system.
 .
 You need to install this package if you want to use an application that
 provides database access through ODBC and you want that application to
 access a PostgreSQL database.  This package would need to be installed
 on the same machine as that client application; the PostgreSQL database
 server can be on a different machine and does not need any additional
 software to accept ODBC clients.
 .
 If you want to write software that can access a database through the
 ODBC abstraction layer, you need to install the unixODBC driver manager
 development package unixodbc-dev, and possibly additional packages for
 language bindings.  This driver package is only used at run time.
Timestamp: 2026-02-12 22:34:45+00

Package: odbc-postgresql-dbgsym
Package-Type: ddeb
Source: psqlodbc
Version: 1:17.00.0007-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1704
Depends: odbc-postgresql (= 1:17.00.0007-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/psqlodbc/odbc-postgresql-dbgsym_17.00.0007-1.pgdg26.04+1_amd64.deb
Size: 1276632
SHA256: e5c866b1b3bf2060eb09c5821406db5c0d8c1c8db956d080bf28d88335044741
SHA1: b19bce4bed4da7655b410c24a505f695095dcacc
MD5sum: 0fdf44c37fa5a9dcf66f2b6a64cba10f
Description: debug symbols for odbc-postgresql
Build-Ids: 1b381089dd1e31f1ffd43e470d7f25a8c476b740 56dd9ee565ef126c7c6c1d509396c2b11deb250c
Timestamp: 2026-02-12 22:34:45+00

Package: odyssey
Version: 1.5.1~rc2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 551
Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libc6 (>= 2.38), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libssl3t64 (>= 3.0.0), libsystemd0
Homepage: https://github.com/yandex/odyssey
Priority: optional
Section: database
Filename: pool/main/o/odyssey/odyssey_1.5.1~rc2-1.pgdg26.04+1_amd64.deb
Size: 198884
SHA256: 0480d5cbe14c1f270786b7d469fc824bf2669ae9f07aa4aaca94bffb60814d3b
SHA1: cc5f711575432c4a43c1516cd3e8fc0d20c20e1d
MD5sum: a4c440fd7cbad72ea0b5bc1b0ceb3cae
Description: Scalable PostgreSQL connection pooler
 Odyssey is an advanced multi-threaded PostgreSQL connection pooler and request
 router.
 .
 Multi-threaded processing
 .
 Odyssey can significantly scale processing performance by specifying a number
 of additional worker threads. Each worker thread is responsible for
 authentication and proxying client-to-server and server-to-client requests.
 All worker threads are sharing global server connection pools. Multi-threaded
 design plays important role in SSL/TLS performance.
 .
 Advanced transactional pooling
 .
 Odyssey tracks current transaction state and in case of unexpected client
 disconnection can emit automatic Cancel connection and do Rollback of
 abandoned transaction, before putting server connection back to the server
 pool for reuse. Additionally, last server connection owner client is
 remembered to reduce a need for setting up client options on each
 client-to-server assignment.
Timestamp: 2026-02-12 22:34:45+00

Package: odyssey-dbgsym
Package-Type: ddeb
Source: odyssey
Version: 1.5.1~rc2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1186
Depends: odyssey (= 1.5.1~rc2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/odyssey/odyssey-dbgsym_1.5.1~rc2-1.pgdg26.04+1_amd64.deb
Size: 940728
SHA256: e3c5b2202d220f79027ec2addecf91e7987f32f514c23fd75df018cae8537477
SHA1: 87f5f219cf1068c5d965634c21ea1562377f8ec8
MD5sum: 9bf0c1e781f9f42f3428213b81ac97a0
Description: debug symbols for odyssey
Build-Ids: 5a3adf41553b5f7f9bcfab6b209d9be742c5af81
Timestamp: 2026-02-12 22:34:45+00

Package: omdb-postgresql
Version: 2023-09-27-2.pgdg26.04+1
Architecture: all
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 36615
Recommends: postgresql
Homepage: https://www.omdb.org/
Priority: optional
Section: database
Filename: pool/main/o/omdb-postgresql/omdb-postgresql_2023-09-27-2.pgdg26.04+1_all.deb
Size: 37393820
SHA256: eee02a39a35a5ca5069db2fc7770f09441e7e5bf37f4803a324b914546a1e9a9
SHA1: 5a691a7c9115ee1354efd723730acc2a3da6d850
MD5sum: 6eaaa12278dd4e9a441adfb714714294
Description: open media database for PostgreSQL
 omdb (open media database) is a free database for film media. This package
 packs omdb into a PostgreSQL database. The PostgreSQL schema is intentionally
 not optimized (no indexes besides primary keys) in order to serve as a
 playground for database optimization.
 .
 To import the data, do:
  createdb omdb
  pg_restore -d omdb /usr/share/omdb-postgresql/omdb.dump
Timestamp: 2026-02-12 22:34:45+00

Package: omnidb-common
Source: omnidb
Version: 3.0.3b+ds-6.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28745
Depends: fonts-roboto-unhinted, fonts-glyphicons-halflings, libjs-jquery, python3:any, python3-cherrypy3, python3-django (>= 2:2.2), python3-django-auth-ldap, python3-django-sass, python3-openpyxl, python3-paramiko, python3-pgspecial, python3-prettytable, python3-psycopg2, python3-pyaes, python3-pymysql, python3-restrictedpython, python3-scrypt, python3-social-django, python3-sqlparse, python3-sshtunnel
Homepage: https://omnidb.org/
Priority: optional
Section: database
Filename: pool/main/o/omnidb/omnidb-common_3.0.3b+ds-6.pgdg26.04+1_all.deb
Size: 4369212
SHA256: 7e9695e3cb8e31d6afcaf42ba954a0ba44b3275a27765c6057ee62938febbde5
SHA1: 8f3a8021561265d332159bda079f3cc10664170c
MD5sum: e235488768807e6695bd00042298f8a6
Description: Web tool for database management (shared files)
 OmniDB is a web tool that simplifies database management focusing on
 interactivity, designed to be powerful and lightweight. Check-out some
 characteristics:
 .
  * Web Tool: Accessible from any platform, using a browser as a medium
  * Responsive Interface: All available functions in a single page
  * Unified Workspace: Different technologies managed in a single workspace
  * Simplified Editing: Easy to add and remove connections
  * Safety: Multi-user support with encrypted personal information
  * Interactive Tables: All functionalities use interactive tables, allowing
    copying and pasting in blocks
  * Smart SQL Editor: Contextual SQL code completion
  * Beautiful SQL Editor: You can choose between many available color themes
  * Tabbed SQL Editor: Easily add, rename or delete editor tabs
 .
 Supported DBMS: PostgreSQL, Oracle, MySQL, MariaDB
 .
 This package contains shared files.
Timestamp: 2026-02-12 22:34:45+00

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

Package: ora2pg
Version: 25.0-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1605
Depends: libdbd-mysql-perl | libdbd-oracle-perl, libdbd-pg-perl, libdbi-perl, libio-compress-perl, perl:any
Recommends: postgresql-client
Homepage: https://ora2pg.darold.net/
Priority: optional
Section: database
Filename: pool/main/o/ora2pg/ora2pg_25.0-1.pgdg26.04+1_all.deb
Size: 444672
SHA256: c38ef485c151f8e59a15d531c87e5bff8ed7f3e8e7236bdc060547ebeef3aa2f
SHA1: 5e1718f9a67f7faddbee287e32a52bbb5e247bf2
MD5sum: 8caea39c71a0b8c90abacd23f22804a5
Description: Oracle/MySQL to PostgreSQL database schema converter
 Ora2Pg migrates Oracle and MySQL database schemas to PostgreSQL. It connects
 to the database, scans it automatically and extracts its structure or data.
 It then generates SQL scripts you can load into PostgreSQL.
Timestamp: 2026-02-12 22:34:45+00

Package: oracle-libs
Version: 8.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: ca-certificates, libaio1t64 | libaio1, wget, unzip
Homepage: https://www.oracle.com/database/technologies/instant-client.html
Priority: optional
Section: database
Filename: pool/main/o/oracle-libs/oracle-libs_8.pgdg26.04+1_all.deb
Size: 3580
SHA256: d7e1800e2ba59cef1a9a5863156e86cd2633aacbee9df3b740fc6c619a1d0cca
SHA1: c211416e85bc87fdf60cddf269becec1ad1c8651
MD5sum: 4cb8c97e5bf1927990d64567f6e0b492
Description: downloader for Oracle Instant Client libraries
 This package retrieves and installs the Oracle Instant Client libraries.
Timestamp: 2026-02-12 22:34:45+00

Package: patroni
Version: 4.1.0-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1527
Depends: python3-click (>= 4.1), python3-consul (>= 0.7.0), python3-dateutil, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3-ydiff, python3:any, python3-psycopg2, python3-cdiff
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_4.1.0-2.pgdg26.04+1_all.deb
Size: 287148
SHA256: 598eee90abac760ee043c2af96657b77ec8452cf74c215f937d60b5e8b63ab8c
SHA1: 47a187f61741f70e32215b31dbdbf4bfd8372133
MD5sum: 6edab4ea5b96d1d6c30f1b7c5eb50ebd
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2026-02-12 22:34:45+00

Package: patroni-doc
Source: patroni
Version: 4.1.0-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7320
Depends: libjs-jquery (>= 3.6.0), libjs-sphinxdoc (>= 8.2), sphinx-rtd-theme-common (>= 3.0.2+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/zalando/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_4.1.0-2.pgdg26.04+1_all.deb
Size: 555424
SHA256: fbad19ea83061c63208924dc64567afea719200d6bd296ebc89d765d34ff4c36
SHA1: 17fca021faefb464663dcd807e9b26dd8766b32b
MD5sum: 1c62d5297c25c9ad0618d5021e82b5a6
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2026-02-12 22:34:45+00

Package: pg-activity
Version: 3.6.1-1.pgdg26.04+1
Architecture: all
Maintainer: Emmanuel Bouthenot <kolter@debian.org>
Installed-Size: 291
Depends: python3-attr, python3-blessed, python3-humanize, python3-psutil, python3:any, python3-psycopg
Homepage: https://github.com/dalibo/pg_activity
Priority: optional
Section: utils
Filename: pool/main/p/pg-activity/pg-activity_3.6.1-1.pgdg26.04+1_all.deb
Size: 57916
SHA256: 94acf5145bffac2f5b595aeb68bd4c46568969424f98084d305248eb1e1a2363
SHA1: 38049c8b186c5d76aed4753d4ca85fac5062f1cb
MD5sum: 0137e4565b4458f4dd381fcfa1002fca
Description: Realtime PostgreSQL database server monitoring tool
 PgActivity is a curses-based realtime utility to display information from a
 running PostgreSQL database server.
 .
 It is modelled after the standard 'top' utility, and displays information such
 as:
   - the running, waiting and blocking queries
   - cpu, memory and i/o usage of each query
   - the queries execution time
 .
 It also provides interactive commands to sort, filter, scroll and extend the
 queries list displayed.
Timestamp: 2026-02-12 22:34:45+00

Package: pg-auto-failover-cli
Source: pg-auto-failover
Version: 2.2-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 992
Depends: openssl, libc6 (>= 2.38), libncurses6 (>= 6), libpq5 (>= 9.1~), libtinfo6 (>= 6)
Recommends: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli_2.2-3.pgdg26.04+1_amd64.deb
Size: 434640
SHA256: 11dede90291ce343efd655e61ac4ad60b8d5c35f28b93787e5a969bfe1799d85
SHA1: fcccfa0358066968b5cab8554c052b2932c1482a
MD5sum: 156aaa5663ee1ea6a3e25d705d891686
Description: Command line interface and service to manage pg auto failover Clusters
 This CLI is used to manage pg_auto_failover installations to provide High
 Availability to Postgres.
Timestamp: 2026-02-12 22:34:45+00

Package: pg-auto-failover-cli-dbgsym
Package-Type: ddeb
Source: pg-auto-failover
Version: 2.2-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1052
Depends: pg-auto-failover-cli (= 2.2-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli-dbgsym_2.2-3.pgdg26.04+1_amd64.deb
Size: 672592
SHA256: 1871b3a17e47e748c046ad81cd121bed4b5ae70da6741f99511d73f421bb08f8
SHA1: 27938ea4bdcc64739894065541c11954a409b929
MD5sum: d18402be0f020e223bba264d34e24d21
Description: debug symbols for pg-auto-failover-cli
Build-Ids: 9b0a33e4374a4c14c4febcfe5418eb0b08ff59ab
Timestamp: 2026-02-12 22:34:45+00

Package: pg-checksums-doc
Source: pg-checksums
Version: 1.3-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15
Multi-Arch: foreign
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: doc
Filename: pool/main/p/pg-checksums/pg-checksums-doc_1.3-2.pgdg26.04+1_all.deb
Size: 6800
SHA256: 878004ec56eed2c7abca4994318a792fb3789584a17d16198d7ad2ac39b75957
SHA1: cb2f00532a2419dd5972bf680d6cff118f02c13c
MD5sum: 79515d422b0b06f485c9a67ffac3fe35
Description: Activate/deactivate/verify PostgreSQL data checksums (Documentation)
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
 .
 This package contains the manpage.
Timestamp: 2026-02-12 22:34:45+00

Package: pg-rage-terminator-10
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg26.04+1
Architecture: amd64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 30
Depends: postgresql-10, libc6 (>= 2.4)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-10_0.1.7-12.pgdg26.04+1_amd64.deb
Size: 6952
SHA256: 344a6b9edac75be319a512389fa3b41931b39634721a889b7d78c94c83cdf390
SHA1: 5bc2c1d406b2feb7dd858c5b087a7bef325257eb
MD5sum: 5d77b2ac8c8d45fd71ce153af154214b
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2026-02-12 22:34:45+00

Package: pg-rage-terminator-10-dbgsym
Package-Type: ddeb
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 31
Depends: pg-rage-terminator-10 (= 0.1.7-12.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-10-dbgsym_0.1.7-12.pgdg26.04+1_amd64.deb
Size: 12088
SHA256: 461d9dc7b2ac1b5e497ee219d93c60ba062513e32bfc8fe1a5451cc5f8695733
SHA1: 86debca46108df7ce403017842454ec6b170fc4d
MD5sum: a678a2bda978109e239e4f6992698b56
Description: debug symbols for pg-rage-terminator-10
Build-Ids: b2ec40253ccedab47944800d436a8645540bc842
Timestamp: 2026-02-12 22:34:45+00

Package: pg-rage-terminator-11
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg26.04+1
Architecture: amd64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 30
Depends: postgresql-11, libc6 (>= 2.4)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-11_0.1.7-12.pgdg26.04+1_amd64.deb
Size: 6964
SHA256: 6d323f0169e7786b26b1500c8830e023410f429a36a7637e8ce32e80226b0a90
SHA1: cabb38039205213e492f5b6916177aa4b9c04820
MD5sum: b6d0f372e041c1dbed7ae3e6d80d6887
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2026-02-12 22:34:45+00

Package: pg-rage-terminator-11-dbgsym
Package-Type: ddeb
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 32
Depends: pg-rage-terminator-11 (= 0.1.7-12.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-11-dbgsym_0.1.7-12.pgdg26.04+1_amd64.deb
Size: 12296
SHA256: b4214d4777068a9dfeb583c1882148cf2827d879e333f6b63f14ed2e0c1fcbb9
SHA1: 1b2ea4a5347efe54d708046a3dede63e5c926a45
MD5sum: 48f5181b248927ec75df3e6c5ada84bb
Description: debug symbols for pg-rage-terminator-11
Build-Ids: ba531f51f49267245d41bf5fb32215961466cf47
Timestamp: 2026-02-12 22:34:45+00

Package: pg-rage-terminator-12
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg26.04+1
Architecture: amd64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 30
Depends: postgresql-12, libc6 (>= 2.4)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-12_0.1.7-12.pgdg26.04+1_amd64.deb
Size: 7008
SHA256: 73667b440b4cddc4f5b0027abd49c4dd9bb6ed22f8bdf2e57a11d72e230d20ab
SHA1: f374177d672aa96b7f3b2e95eeda7f22e0aacacd
MD5sum: b452e25293ee7070016b79950436628b
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2026-02-12 22:34:45+00

Package: pg-rage-terminator-12-dbgsym
Package-Type: ddeb
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 32
Depends: pg-rage-terminator-12 (= 0.1.7-12.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-12-dbgsym_0.1.7-12.pgdg26.04+1_amd64.deb
Size: 12548
SHA256: d66bb7b1741a68c3bd5138154bddcf7d2f828aff87581e548a7064bc0078f60a
SHA1: 53df1843c1b74775465beebd330afc8a316d015b
MD5sum: 51715aa6f23964a5a098478b418dfa3c
Description: debug symbols for pg-rage-terminator-12
Build-Ids: e8d43efaf232ae0f7a3714b6e78a6095946d9b19
Timestamp: 2026-02-12 22:34:45+00

Package: pg-rage-terminator-13
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg26.04+1
Architecture: amd64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 30
Depends: postgresql-13, libc6 (>= 2.4)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-13_0.1.7-12.pgdg26.04+1_amd64.deb
Size: 7044
SHA256: a6412c4f5301519b1b0ddf18c05a8a8f62a5bf0d4a8d1d74a1d940d13170e569
SHA1: 20b45d76db109ae852fd096a31d16b234ebb560c
MD5sum: 5ad440af75e00f3e71af2ca2d1645386
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2026-02-12 22:34:45+00

Package: pg-rage-terminator-13-dbgsym
Package-Type: ddeb
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 32
Depends: pg-rage-terminator-13 (= 0.1.7-12.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-13-dbgsym_0.1.7-12.pgdg26.04+1_amd64.deb
Size: 12640
SHA256: b0d8d175440dbf025bc147952e5281b64bb6cbd225e59eb7d136da63496218b1
SHA1: 45d41562355491d09d273dd9c3135894bf8d048d
MD5sum: 18f8c61a6ef1cf0f803cd0ce31bd79f2
Description: debug symbols for pg-rage-terminator-13
Build-Ids: a01c81d6553aa55c503c1170f1156a81ffdf515c
Timestamp: 2026-02-12 22:34:45+00

Package: pg-rage-terminator-14
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg26.04+1
Architecture: amd64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 44
Depends: postgresql-14, libc6 (>= 2.4)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-14_0.1.7-12.pgdg26.04+1_amd64.deb
Size: 14664
SHA256: 48e42e1bdb0126c7abc8e9517d49c27a49da4f354327d2ea36757162b51ee23a
SHA1: 35f7020e988de8e36055cf06e0ee2d6367dcacab
MD5sum: c5b89d8b7cf2a71bb5f09b2d9a8c500c
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2026-02-12 22:34:45+00

Package: pg-rage-terminator-14-dbgsym
Package-Type: ddeb
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 33
Depends: pg-rage-terminator-14 (= 0.1.7-12.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-14-dbgsym_0.1.7-12.pgdg26.04+1_amd64.deb
Size: 12988
SHA256: 4f08398fc6f3ab38a0b3bfde0b6d141a3b395cd97e6ad930a5529fa934083bac
SHA1: be91277d2710b1abf6d058d66cd26e5f013418cc
MD5sum: 16dab6ef639b62336053ef1aa950f2f0
Description: debug symbols for pg-rage-terminator-14
Build-Ids: 909e34ac7c60f88a673b824d1f29f653e7880f1b
Timestamp: 2026-02-12 22:34:45+00

Package: pg-rage-terminator-15
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg26.04+1
Architecture: amd64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 44
Depends: postgresql-15, libc6 (>= 2.4)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-15_0.1.7-12.pgdg26.04+1_amd64.deb
Size: 14716
SHA256: b1ec9254cc86d423cf10c67658f78f35de6e29d7b37ef433173c26d573d84002
SHA1: e2218a66c06d49e8cc72b1214df8365632e90254
MD5sum: 88c3717baad104e171ca74312e4dfad8
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2026-02-12 22:34:45+00

Package: pg-rage-terminator-15-dbgsym
Package-Type: ddeb
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 33
Depends: pg-rage-terminator-15 (= 0.1.7-12.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-15-dbgsym_0.1.7-12.pgdg26.04+1_amd64.deb
Size: 13116
SHA256: 94a82f5b5d8ff4284296edc1b9291ed7e21b9cb188b6a10c3e52cd1cf631d3ef
SHA1: f77c20b4e409251d7f4fc02c4f9989d54b5732ff
MD5sum: 2af0d0b9dc609e870471512d62732c3a
Description: debug symbols for pg-rage-terminator-15
Build-Ids: 3fce7a473753423483fd36b34641a1cf66c9b14f
Timestamp: 2026-02-12 22:34:45+00

Package: pg-rage-terminator-16
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg26.04+1
Architecture: amd64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 44
Depends: postgresql-16, libc6 (>= 2.4)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-16_0.1.7-12.pgdg26.04+1_amd64.deb
Size: 14712
SHA256: 73a96a10caf2c5e6ddce1c129cff45a9ebca569376813cff4e3bef1415fbdd89
SHA1: 5420ca5731ed74860db32ec41a156771e8470c37
MD5sum: d37848d288252529c100b9b74473766d
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2026-02-12 22:34:45+00

Package: pg-rage-terminator-16-dbgsym
Package-Type: ddeb
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 33
Depends: pg-rage-terminator-16 (= 0.1.7-12.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-16-dbgsym_0.1.7-12.pgdg26.04+1_amd64.deb
Size: 13836
SHA256: 993ee3b5727fc695c22978980edd71cdb28531c1cfdccb82013d866b1572e54c
SHA1: 79152da2f10abc3a6c3b15247c84f7c03562bad2
MD5sum: 725f2389e7e98f828cb2c6725ef626c1
Description: debug symbols for pg-rage-terminator-16
Build-Ids: 253f5c443defb2227d2c185d363a4b2105c7da3f
Timestamp: 2026-02-12 22:34:45+00

Package: pg-rage-terminator-17
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg26.04+1
Architecture: amd64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 44
Depends: postgresql-17, libc6 (>= 2.4)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-17_0.1.7-12.pgdg26.04+1_amd64.deb
Size: 14736
SHA256: 5a632996b40c88e7659241c1bfc70d8744dd3266d0359086f5ad00254a0b8fe4
SHA1: 54830257ef58d83f84b623e0a9ccd00c1fe689d0
MD5sum: fc8ceac84eae732bb80398e80fab9354
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2026-02-12 22:34:45+00

Package: pg-rage-terminator-17-dbgsym
Package-Type: ddeb
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 34
Depends: pg-rage-terminator-17 (= 0.1.7-12.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-17-dbgsym_0.1.7-12.pgdg26.04+1_amd64.deb
Size: 13972
SHA256: 8d5a4a5639f4d78a14187dae6e2310529553d9f3575400d65597b77b754c57e1
SHA1: 6f994870a0d9a574d3345099d8181b8612eb8c70
MD5sum: 7f5e5cc00202cd12a72163b9abe91bce
Description: debug symbols for pg-rage-terminator-17
Build-Ids: f369a651e55e4eae2dc6fd918918fb21de8ef003
Timestamp: 2026-02-12 22:34:45+00

Package: pg-rage-terminator-18
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg26.04+1
Architecture: amd64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 44
Depends: postgresql-18, libc6 (>= 2.4)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-18_0.1.7-12.pgdg26.04+1_amd64.deb
Size: 14724
SHA256: 272b5440108274e08b25a01096ea1ce361c8a2879d5776f5606c85571e362d8e
SHA1: a06fecdfc3d0ee0a8aedc8d4e51510b9441bc57e
MD5sum: 7d2931c5df271765416fa6e663e5fd83
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2026-02-12 22:34:45+00

Package: pg-rage-terminator-18-dbgsym
Package-Type: ddeb
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 34
Depends: pg-rage-terminator-18 (= 0.1.7-12.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-18-dbgsym_0.1.7-12.pgdg26.04+1_amd64.deb
Size: 14080
SHA256: c34c6a684e9518394cb40ee74b00980dcd954036b0c35f15fc68477a43f6d30e
SHA1: 2dbd4e2ab98649a9ccadffecfc8155a5da176fdc
MD5sum: c9da28e7a0ce7392d3758a0cd3d1f689
Description: debug symbols for pg-rage-terminator-18
Build-Ids: 3fd0dbf93aabc23031c475adef07ce300eec6319
Timestamp: 2026-02-12 22:34:45+00

Package: pg-statviz
Version: 0.9-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 601
Depends: fonts-noto-core, fonts-noto-extra, python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-pandas, python3-psycopg, python3:any
Recommends: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/pg-statviz_0.9-1.pgdg26.04+1_all.deb
Size: 394644
SHA256: 3ac1dd7087fab388e38b2e0451577d22abba32b001d032a47e702bc985a9b261
SHA1: c6516695c89d508036afbcccb693e0d40ea98fd1
MD5sum: 2c87d534c1e8526e31725e277e839b18
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the pg_statviz utility.
Timestamp: 2026-02-12 22:34:45+00

Package: pgagent
Version: 4.2.3-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 428
Depends: libboost-filesystem1.88.0 (>= 1.88.0), libboost-thread1.88.0 (>= 1.88.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libpq5 (>= 8.4~), libstdc++6 (>= 14)
Recommends: postgresql-10 | postgresql-11 | postgresql-12 | postgresql-13 | postgresql-14 | postgresql-15 | postgresql-16 | postgresql-17 | postgresql-18
Suggests: pgadmin3 | pgadmin4
Provides: postgresql-10-pgagent, postgresql-11-pgagent, postgresql-12-pgagent, postgresql-13-pgagent, postgresql-14-pgagent, postgresql-15-pgagent, postgresql-16-pgagent, postgresql-17-pgagent, postgresql-18-pgagent
Homepage: https://www.pgadmin.org/docs/pgadmin4/latest/pgagent.html
Priority: optional
Section: database
Filename: pool/main/p/pgagent/pgagent_4.2.3-4.pgdg26.04+1_amd64.deb
Size: 94556
SHA256: 2fd993af9c49fd5735276a425a9d1cbd24bc70d8335d3a7bc135d4ab9ad13f9d
SHA1: 78aceb4cebfb06c8931c5b6e9e4dcce012c23a0a
MD5sum: 42aad6faf2a824c64192c9f0ba0490b3
Description: job scheduling engine for PostgreSQL
 pgAgent is a job scheduling agent for PostgreSQL, capable of running
 multi-step batch/shell and SQL tasks on complex schedules.
Timestamp: 2026-02-12 22:34:45+00

Package: pgagent-dbgsym
Package-Type: ddeb
Source: pgagent
Version: 4.2.3-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1559
Depends: pgagent (= 4.2.3-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagent/pgagent-dbgsym_4.2.3-4.pgdg26.04+1_amd64.deb
Size: 1408156
SHA256: 983fe22c785a097f75e71eb98231ca874eb6669a4b029241f63e338a3e2e3328
SHA1: 42d634961a0eb0bd84181ee323853aab436aca5b
MD5sum: 239b64203f3f67799e81b431fa5854d6
Description: debug symbols for pgagent
Build-Ids: 630705d5d043413f79117cbd24465d2c6fc86fa1
Timestamp: 2026-02-12 22:34:45+00

Package: pgagroal
Version: 2.0.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 818
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.38), liblz4-1 (>= 0.0~r130), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/agroal/pgagroal
Priority: optional
Section: database
Filename: pool/main/p/pgagroal/pgagroal_2.0.0-1.pgdg26.04+1_amd64.deb
Size: 347988
SHA256: 552e8cdc6d2340292d97dc908beb2b3e409f5901689f056c0d4979196b535432
SHA1: e943a1ef0adbf3287480ae442c49268a94a329b7
MD5sum: 0dc34d68d4c94fc562e0efd9912f2252
Description: High-performance connection pool for PostgreSQL
 pgagroal is a high-performance protocol-native connection pool for PostgreSQL.
 .
 Pronounced: p-g-a-gro-al, named after Agroal in Portugal.
 .
 Features:
  * High performance
  * Connection pool
  * Limit connections for users and databases
  * Prefill support
  * Remove idle connections
  * Perform connection validation
  * Enable / disable database access
  * Graceful / fast shutdown
  * Prometheus support
  * Grafana 8 dashboard
  * Remote management
  * Authentication query support
  * Failover support
  * Transport Layer Security (TLS) v1.2+ support
  * Daemon mode
  * User vault
Timestamp: 2026-02-12 22:34:45+00

Package: pgagroal-dbgsym
Package-Type: ddeb
Source: pgagroal
Version: 2.0.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 814
Depends: pgagroal (= 2.0.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagroal/pgagroal-dbgsym_2.0.0-1.pgdg26.04+1_amd64.deb
Size: 536988
SHA256: cbc34ad17d26539e748cd4db3beb8759fa7210f7afeaca5acf6282669f47f741
SHA1: 00c8fff953c1f1faf1f4010b2a70c9517b5f5d92
MD5sum: 4e6dcbe0b3d96a079455ec331d5e4171
Description: debug symbols for pgagroal
Build-Ids: 16c8a9689af83891e165106555a9c53ebd174e2c 1e6cd64bfe11baa7cc1c87be234b84ddfe22a11f 5992658d4e15a39e7717cf58897f25b4d541440c 99188f32d00962ecf756f5a1c4bd51786bed5e5a b0c10ef8a8cb482df722c59f0f5484fd223cab12
Timestamp: 2026-02-12 22:34:45+00

Package: pgbackrest
Version: 2.58.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1445
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.34), libgcc-s1 (>= 4.2), liblz4-1 (>= 0.0~r127), libpq5, libssh2-1t64 (>= 1.5.0), libssl3t64 (>= 3.0.0), libxml2-16 (>= 2.14.1), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: pgbackrest-doc, check-pgbackrest
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbackrest/pgbackrest_2.58.0-1.pgdg26.04+1_amd64.deb
Size: 567544
SHA256: d034b5b58ac70e61b12df0fc567d05feabced2143996a69bec8d0ebdffb3b086
SHA1: 52b75d84bad277ea3df4d41bf287546d889ccbf1
MD5sum: 9ec2d0ef0745fd35f2d22b681c7c8cd3
Description: Reliable PostgreSQL Backup & Restore
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 This package contains all required binaries, scripts and libraries.
Timestamp: 2026-02-12 22:34:45+00

Package: pgbackrest-dbgsym
Package-Type: ddeb
Source: pgbackrest
Version: 2.58.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2660
Depends: pgbackrest (= 2.58.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbackrest/pgbackrest-dbgsym_2.58.0-1.pgdg26.04+1_amd64.deb
Size: 2194596
SHA256: bf6d90e40c1eb6b8eadf5dc38084129bda83ec9fbabe52b4a2713c485565b247
SHA1: 6bc98043aa26c8247a70cef290e0fd88b32bf536
MD5sum: fab698a964ddfb0aef0421cb1db6347b
Description: debug symbols for pgbackrest
Build-Ids: e5301e71e4b91e88cfd51eaa3b158932e2c4e311
Timestamp: 2026-02-12 22:34:45+00

Package: pgbackrest-doc
Source: pgbackrest
Version: 2.58.0-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1944
Multi-Arch: foreign
Homepage: https://www.pgbackrest.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgbackrest/pgbackrest-doc_2.58.0-1.pgdg26.04+1_all.deb
Size: 132604
SHA256: 7561984da5ec8073bb9855ece04785ac3298b9989be87ec455cc2fa4e4d12fe5
SHA1: c33c9bd096d77d68fe25f3507eade14bc6f07325
MD5sum: 20f56e45de1193658946ae61735e1e2b
Description: Documentation package for pgbackrest
 pgBackRest is a simple, reliable backup and restore system for PostgreSQL
 that can seamlessly scale up to the largest databases and workloads.
 .
 The pgBackRest documentation contains detailed information about the
 configuration and usage of pgBackRest.
Timestamp: 2026-02-12 22:34:45+00

Package: pgbadger
Version: 13.2-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1680
Depends: libjson-xs-perl, libtext-csv-xs-perl, perl:any
Multi-Arch: foreign
Homepage: https://dalibo.github.io/pgbadger/
Priority: optional
Section: database
Filename: pool/main/p/pgbadger/pgbadger_13.2-1.pgdg26.04+1_all.deb
Size: 337324
SHA256: 11a27159667d9a9694468026d97076213aff6dad4449a4d7ebe2d17f89533ee2
SHA1: dbcebd1fbbda6a5f60fd2eb0d40ea3e49512f4a6
MD5sum: c20f3b7357e33781f4084548e957ff3e
Description: Fast PostgreSQL log analysis report
 pgBadger is a PostgreSQL log analyzer built for speed with fully detailed
 reports from your PostgreSQL log file. It's a single and small Perl script
 that outperforms any other PostgreSQL log analyzer. It is written in pure Perl
 and uses a JavaScript library to draw graphs that are zoomable and can be
 saved as PNG images.
 .
 pgBadger is able to autodetect the log file format (syslog, stderr or csvlog).
 It is designed to parse huge log files as well as compressed files.
Timestamp: 2026-02-12 22:34:45+00

Package: pgbouncer
Version: 1.25.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 576
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: postgresql-common (>= 26), libc6 (>= 2.38), libcares2 (>= 1.12), libevent-2.1-7t64 (>= 2.1.8-stable), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libssl3t64 (>= 3.0.0), libsystemd0
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.25.1-1.pgdg26.04+1_amd64.deb
Size: 237720
SHA256: 7e602a60a88c4f07570562179ad88772c5b73600f6b76d30689260f60d9f92bf
SHA1: 45101ae04adf5574e4d61c0c4f457ae8ce12f69b
MD5sum: f19cfda56f6fcd3d268ebc1d482aa32d
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling connections: session pooling,
    transaction pooling, statement pooling.
  * Low memory requirements.
  * It is not tied to one backend server, the destination databases
    can reside on different hosts.
  * Supports online reconfiguration for most of the settings.
  * Supports online restart/upgrade.
Timestamp: 2026-02-12 22:34:45+00

Package: pgbouncer-dbgsym
Package-Type: ddeb
Source: pgbouncer
Version: 1.25.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 816
Depends: pgbouncer (= 1.25.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.25.1-1.pgdg26.04+1_amd64.deb
Size: 566932
SHA256: 46334229334aa96bf8a6fb2474973c8cef7a89e8f5e14b29ad54d6e61f9479f9
SHA1: 23441723d8bd5df564d50aa938fc419c11473858
MD5sum: c4d25211cc5caaf2d985b1d308042519
Description: debug symbols for pgbouncer
Build-Ids: fe0bcf496ef7fe68f696381c099f38660e746257
Timestamp: 2026-02-12 22:34:45+00

Package: pgcluu
Version: 4.0-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2493
Depends: libjs-jquery, libjs-underscore, perl:any, postgresql-common
Recommends: sysstat
Homepage: https://pgcluu.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgcluu/pgcluu_4.0-2.pgdg26.04+1_all.deb
Size: 361488
SHA256: 1cbcd4afa4ce2fda4529eee8862d43b19c87d21c29758dead940a94b6f30dd46
SHA1: c5fd5088b371bf25d00191534cb57f9799a3baa9
MD5sum: 35f31fda699c48c4fd276687a12b8c13
Description: PostgreSQL performance monitoring and auditing tool
 pgCluu is a PostgreSQL performance monitoring and auditing tool. It is a Perl
 program used to perform a full audit of PostgreSQL cluster and system
 performance. It is divided in three parts:
 .
 pgcluu_collectd: collector used to grab statistics of the PostgreSQL cluster
 using the psql command line utility and sar from the sysstat package
 .
 pgcluu: generates static HTML output containing charts and graphs
 .
 pgcluu.cgi: generates dynamic HTML output containing charts and graphs
Timestamp: 2026-02-12 22:34:45+00

Package: pgformatter
Version: 5.9-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: perl:any
Multi-Arch: foreign
Homepage: https://sqlformat.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgformatter/pgformatter_5.9-1.pgdg26.04+1_all.deb
Size: 69776
SHA256: 362d2055654d4e7f1e7983e793c3ff5fe94685ac9ca862f8ed0161c242b9b6e6
SHA1: ff26243c8d5f2682d02f2bd86beeb29d0f7a768f
MD5sum: 4bead9441880523b34c5f82e6ffe015f
Description: PostgreSQL SQL syntax beautifier
 This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
 SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
 works with any other databases too.
 .
 pgFormatter can work as a console program or as a CGI. pg_format will
 automatically detect its environment and output as text or as HTML
 following the context.
Timestamp: 2026-02-12 22:34:45+00

Package: pgmodeler
Version: 1.2.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23434
Depends: pgmodeler-common, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libpq5, libqt6core6t64 (>= 6.9.1), libqt6gui6 (>= 6.9.1), libqt6network6 (>= 6.1.2), libqt6printsupport6 (>= 6.1.2), libqt6svg6 (>= 6.6.0), libqt6widgets6 (>= 6.4.0), libstdc++6 (>= 14), libxml2-16 (>= 2.14.1)
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler_1.2.3-1.pgdg26.04+1_amd64.deb
Size: 7243396
SHA256: 170fdd1a3b59af6d14e660f775529973bede5d63c7e8659ca5a280a2df0053f0
SHA1: 73b53144490ed18b1c2b8054b542aad3d1a3d6ef
MD5sum: c907925a79ae14f74ffeac54ff4014dd
Description: PostgreSQL database modeler GUI interface
 pgModeler is a GUI for modelling PostgreSQL databases.
 It is easy to use, allowing the creation and modification of
 database models with an intuitive interface.
 .
 This package provides the graphical and command line interfaces.
Timestamp: 2026-02-12 22:34:45+00

Package: pgmodeler-common
Source: pgmodeler
Version: 1.2.3-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1998
Multi-Arch: foreign
Homepage: https://pgmodeler.io/
Priority: optional
Section: database
Filename: pool/main/p/pgmodeler/pgmodeler-common_1.2.3-1.pgdg26.04+1_all.deb
Size: 290604
SHA256: c813ef396acd8f724bc40d80d68bfee20bb3c0b102af5e2b2acc41f8afc84994
SHA1: b385fc650114c04e04c9a573d072d98f0753cd44
MD5sum: 89d43ce0cc75d1c82b0800c7341259a5
Description: pgmodeler's binary independent common files
 pgModeler is a GUI for modelling PostgreSQL databases.
 It is easy to use, allowing the creation and modification of
 database models with an intuitive interface.
 .
 This package provides the binary independent common files for pgmodeler.
Timestamp: 2026-02-12 22:34:45+00

Package: pgmodeler-dbgsym
Package-Type: ddeb
Source: pgmodeler
Version: 1.2.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103095
Depends: pgmodeler (= 1.2.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmodeler/pgmodeler-dbgsym_1.2.3-1.pgdg26.04+1_amd64.deb
Size: 76160872
SHA256: 2547059a2763f27cc367926d699d239431a2a2b12a803a94ac04d745549718b2
SHA1: ded0c455f3016b83187b964dd70431a848e76fa4
MD5sum: 46d7c8b388c6c59a8015ed242398505a
Description: debug symbols for pgmodeler
Build-Ids: 02e1120c37681c2ad03a08ad83f183d769bd7b5d 169b98494c4fc38e57b5a0432d0593ebc24a8e40 227b0adb303a7f304df661aa613427bd28233e86 2b7ed8dda533bf5f049e3cb97903f15f9122d81e 34e20c08651e62237c54c1caa670ed03546304bb 4d6e87cfdb02056eaedd3a7576b5153f6dc841e3 81c56af41ac685b838e93329eaafae6a10fd32e3 a225e3c69bbbb0c0fba491308e54d831f5c542e5 ba81f1960791499eb389b94a916ad3f39fa3f529 e4a96f109d83886b7c70d53c539c2a92834b7066 e6bbd56b497408a986185098414ebcdf2e52e0c0
Timestamp: 2026-02-12 22:34:45+00

Package: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7138
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpool2 (= 4.7.0-1.pgdg26.04+1), postgresql-common, ucf, libc6 (>= 2.42), libcrypt1 (>= 1:4.1.0), libldap2 (>= 2.6.2), libmemcached11t64 (>= 1.1.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0)
Enhances: postgresql
Conflicts: pgpool
Replaces: pgpool
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 1308336
SHA256: a6a662a1623cc99df8541555864df0ee064d195374e40f91cdfc1464e9690f45
SHA1: 53432c7de9ceb7c4eda091ad19c1825f24f7e2e6
MD5sum: ec50375a4080f500fafa36ab96b552c5
Description: connection pool server and replication proxy for PostgreSQL
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client. It provides the following features:
 .
  * Connection Pooling
  * Replication
  * Load Balance
  * Limiting Exceeding Connections
  * Parallel Query
 .
 pgpool-II talks PostgreSQL's backend and frontend protocol, and relays a
 connection between them. Therefore, a database application (frontend) thinks
 that pgpool-II is the actual PostgreSQL server, and the server (backend) sees
 pgpool-II as one of its clients. Because pgpool-II is transparent to both the
 server and the client, an existing database application can be used with
 pgpool-II almost without a change to its sources.
 .
 This is version 3 of pgpool-II, the second generation of pgpool.
Timestamp: 2026-02-12 22:34:45+00

Package: pgpool2-dbgsym
Package-Type: ddeb
Source: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4069
Depends: pgpool2 (= 4.7.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 2212740
SHA256: 842ef53ac7f938da08525bf122376de83e8b5a46fece181adb489df8586e0138
SHA1: daafa40e55dbe484cd7960d9eb26e84b27bb67c1
MD5sum: c423f29a5d55b7a6b2d20e83c6c9525f
Description: debug symbols for pgpool2
Build-Ids: 0ced3d3be169c3336f86fa982700769dd7d957d9 16712abc733b7edc2f2e61492d81d2b4e000a1a3 17909e30edc7d7194e533a7f7ade24dc4eae887c 68a9599f2e342d11ca1866bde40fe266fad958e3 a7031c901e68aa2fa8ed55178fca7ea364c010e4 e83f97952d82e8b2ca9c2d6c7ccf5ddc539b5a84 f602df43a594cfe58e395a000f4512845979c369
Timestamp: 2026-02-12 22:34:45+00

Package: pgqd
Version: 3.5-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: postgresql-common, libc6 (>= 2.38), libevent-2.1-7t64 (>= 2.1.8-stable), libpq5
Homepage: https://github.com/pgq/pgqd
Priority: optional
Section: database
Filename: pool/main/p/pgqd/pgqd_3.5-2.pgdg26.04+1_amd64.deb
Size: 27360
SHA256: 1df4a7064cb2b48a19ac676007abc8acdc9c5e22ff2e950b73dc975711d604f4
SHA1: 0c6a28da78de04565e2640318c0c77befd03f4e5
MD5sum: d2e3b7123ae9a71a8f10f881db5b04bf
Description: Queue maintenance daemon for PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the queue maintenance daemon pgdq.
Timestamp: 2026-02-12 22:34:45+00

Package: pgqd-dbgsym
Package-Type: ddeb
Source: pgqd
Version: 3.5-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: pgqd (= 3.5-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgqd/pgqd-dbgsym_3.5-2.pgdg26.04+1_amd64.deb
Size: 74376
SHA256: 3d8292b6891f1b6189041ee4db6248e2df4bd5cbd4e0dcb3c6bea673c937a5ff
SHA1: a2fb88e576cca9b77cd0a42e58e324e2d9b394b5
MD5sum: e2beb7ed6d7818b622b2c25743dbf8af
Description: debug symbols for pgqd
Build-Ids: 227b9ec5019784abafdb3ef052d0d683cd3d6677
Timestamp: 2026-02-12 22:34:45+00

Package: pgreplay
Version: 1.5.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: libc6 (>= 2.38), libpq5
Homepage: https://laurenz.github.io/pgreplay/
Priority: optional
Section: admin
Filename: pool/main/p/pgreplay/pgreplay_1.5.0-1.pgdg26.04+1_amd64.deb
Size: 33076
SHA256: 5b7d3889e3a104d435d556958b00cdfeeb90408e2fdcc8c902a611adfdf7cfa0
SHA1: 75b9a1d50284566cb3e3cb7e5ee116a13fb40242
MD5sum: 58537ffb0aded33f48e3db8c623a0772
Description: replay PostgreSQL log files
 Reads a PostgreSQL log file (*not* a WAL file), extracts the SQL
 statements and executes them in the same order and with the original
 timing against a PostgreSQL database.
 .
 If the execution of statements gets behind schedule, warning messages
 are issued that indicate that the server cannot handle the load in a
 timely fashion.
 .
 A final report gives you a useful statistical analysis of your workload
 and its execution.
 .
 The idea is to replay a real-world database workload as exactly
 as possible.
 .
 This is useful for performance tests, particularly in the following
 situations:
  - You want to compare the performance of your PostgreSQL application on
    different hardware or different operating systems.
  - You want to upgrade your database and want to make sure that the new
    database version does not suffer from performance regressions that
    affect you.
Timestamp: 2026-02-12 22:34:45+00

Package: pgreplay-dbgsym
Package-Type: ddeb
Source: pgreplay
Version: 1.5.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: pgreplay (= 1.5.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgreplay/pgreplay-dbgsym_1.5.0-1.pgdg26.04+1_amd64.deb
Size: 69316
SHA256: f26c9beb9a8b6fa3ef99fc9028e38043b1a1556785eb02b6c0ebfc2cac9fe6da
SHA1: b0cf1f0a450997f0794d5d366e91d863ecef3fe5
MD5sum: ead9e45e87ae6fb547acd131e21335b1
Description: debug symbols for pgreplay
Build-Ids: cc561e040a4751d09824d50d25a5ea6200bd3444
Timestamp: 2026-02-12 22:34:45+00

Package: pgstat
Version: 1.4.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/gleu/pgstats
Priority: optional
Section: database
Filename: pool/main/p/pgstat/pgstat_1.4.0-1.pgdg26.04+1_amd64.deb
Size: 41188
SHA256: f35842d46d973b7a9baebaf286e2eedb414d0354dbb351e57e6a370ea9a51149
SHA1: f1a38c12eb237a1661958e6915a9748a910710fb
MD5sum: ca386770b953766da89b0a65146f1312
Description: Collects PostgreSQL statistics the same way as a vmstat tool
 pgstat is a client utility to gather statistical information from a PostgreSQL
 instance in real time, and acts like vmstat or sar.
 .
 Supported statistics include archiver, bgwriter, connections, databases,
 tables, tables I/O, indexes, functions, archives wals, temporary files,
 and pgBouncer.
Timestamp: 2026-02-12 22:34:45+00

Package: pgstat-dbgsym
Package-Type: ddeb
Source: pgstat
Version: 1.4.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: pgstat (= 1.4.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgstat/pgstat-dbgsym_1.4.0-1.pgdg26.04+1_amd64.deb
Size: 65260
SHA256: a3afdc2dbf09ebeb78f0d6ed41cbe2b13ff64cbde41529559b1994ec1a02842c
SHA1: 4c05f99711bdd4c8f6cf8c685bf08d72cad55a36
MD5sum: 5d22c1c069f7d0f9a2c96ab77ae84b76
Description: debug symbols for pgstat
Build-Ids: 1fadffe33cb2038349a666ba4c92c4e53e7d86a5
Timestamp: 2026-02-12 22:34:45+00

Package: pgtap
Version: 1.3.4-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11
Depends: libtap-parser-sourcehandler-pgtap-perl, postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/pgtap_1.3.4-1.pgdg26.04+1_all.deb
Size: 3632
SHA256: c1ea3f56a033d51b6436cad06a56def7c40b572293edfbaccbd7342bd6fad199
SHA1: 8f525cd8a3d631f4c9f795172ef43ccf79b562da
MD5sum: 72badc652b42a439bdc6ec730d7a02fb
Description: Unit testing framework for PostgreSQL - metapackage
 pgTAP is a suite of database functions that make it easy to write
 TAP-emitting unit tests in psql scripts suitable for harvesting,
 analysis, and reporting by a TAP harness, such as those used in Perl
 and PHP applications.
 .
 TAP is the Test Anything Protocol (http://testanything.org/).
 .
 This metapackage depends on the PostgreSQL extension and the package
 providing pg_prove.
Timestamp: 2026-02-12 22:34:45+00

Package: pgtap-doc
Source: pgtap
Version: 1.3.4-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 340
Multi-Arch: foreign
Homepage: https://pgtap.org/
Priority: optional
Section: doc
Filename: pool/main/p/pgtap/pgtap-doc_1.3.4-1.pgdg26.04+1_all.deb
Size: 49440
SHA256: 461d99691b55048e6bc85b13972ef3956a1c76d18ae617a18f59f4bfcd19328b
SHA1: 29cec1365aca20c3c77f28850df114ee888967d4
MD5sum: 5621f433ec37a01b8ecc5e23111f9159
Description: Unit testing framework for PostgreSQL - documentation
 pgTAP is a suite of database functions that make it easy to write
 TAP-emitting unit tests in psql scripts suitable for harvesting,
 analysis, and reporting by a TAP harness, such as those used in Perl
 and PHP applications.
 .
 TAP is the Test Anything Protocol (http://testanything.org/).
 .
 This package contains the documentation for pgTAP.
Timestamp: 2026-02-12 22:34:45+00

Package: pgtop
Version: 4.1.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: libc6 (>= 2.38), libpq5 (>= 9.0~), libtinfo6 (>= 6)
Enhances: postgresql
Breaks: ptop (<< 3.7.0-1~)
Replaces: ptop (<< 3.7.0-1~)
Homepage: https://gitlab.com/pg_top/pg_top
Priority: optional
Section: database
Filename: pool/main/p/pgtop/pgtop_4.1.3-2.pgdg26.04+1_amd64.deb
Size: 43000
SHA256: 5e05def501844a33f3ea83f1340c9a3408f34bf9ea781687a7605f129a8a549a
SHA1: 64addb7be8c8fa750a59285b496cbd1cdcdbe68c
MD5sum: 07aca02afc53d50fba184a03c56a5c76
Description: PostgreSQL performance monitoring tool akin to top
 pg_top is 'top' for PostgreSQL.
 .
  * Monitor PostgreSQL processes.
  * View currently running SQL statement of a process.
  * View query plan of a currently running SELECT statement.
  * View locks held by a process.
  * View I/O statistics per process.
  * View replication statistics for downstream nodes.
Timestamp: 2026-02-12 22:34:45+00

Package: pgtop-dbgsym
Package-Type: ddeb
Source: pgtop
Version: 4.1.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 157
Depends: pgtop (= 4.1.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtop/pgtop-dbgsym_4.1.3-2.pgdg26.04+1_amd64.deb
Size: 102136
SHA256: 397690e7b8b27647ee76ef099120f8e345fbc3bd0afe369448b81a4327e977d8
SHA1: 5d08de1a3ed9f570ca6691ae2089ba83e97801b5
MD5sum: 4cf193dd03a15afb8e32556ee3d0cd4e
Description: debug symbols for pgtop
Build-Ids: 405965b056d14a75d74232ecf7934bdaf930e506
Timestamp: 2026-02-12 22:34:45+00

Package: pgwatch
Version: 5.0.0~beta-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38733
Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libc6 (>= 2.34)
Suggests: grafana, postgresql, prometheus
Homepage: https://pgwatch.com/
Priority: optional
Section: database
Filename: pool/main/p/pgwatch/pgwatch_5.0.0~beta-1.pgdg26.04+1_amd64.deb
Size: 13131972
SHA256: 1c39c3e177f8bc21cd965aaf660e95ceb8a7b4d29ba97945d3c789a836e64583
SHA1: 25f80c9f6e998dfe8a05df7ca832e2ad830d3dbc
MD5sum: cb6579d50df24410556cc4fd4a35ef66
Description: PostgreSQL metrics monitor/dashboard
 pgwatch is a PostgreSQL monitoring metrics collector, using Grafana for data
 visualization.
Timestamp: 2026-02-12 22:34:45+00

Package: pgwatch-dbgsym
Package-Type: ddeb
Source: pgwatch
Version: 5.0.0~beta-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10000
Depends: pgwatch (= 5.0.0~beta-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgwatch/pgwatch-dbgsym_5.0.0~beta-1.pgdg26.04+1_amd64.deb
Size: 7298576
SHA256: 7a3690cb0561c008d44073ef72664e26ba5c891c0a1a3512f196b4f81ae0b5d9
SHA1: 334070af29a1d769f7e99d97db1c6598bed0a83c
MD5sum: 156f21b232ed2bc0860aef025b7be88c
Description: debug symbols for pgwatch
Build-Ids: 71d5e2e26a6f314b1519a324e6466bef648979b5
Timestamp: 2026-02-12 22:34:45+00

Package: pgxnclient
Version: 1.3.2-6.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: ca-certificates, python3 (>= 3.12) | python3-pkg-resources, python3-six, python3:any
Homepage: https://pgxn.github.io/pgxnclient/
Priority: optional
Section: database
Filename: pool/main/p/pgxnclient/pgxnclient_1.3.2-6.pgdg26.04+1_all.deb
Size: 31616
SHA256: 81be0401c059d60f0dd80ccf377133e8ab7d4113256df5d3545c90fd55c276bd
SHA1: 294a644bbd55c952692fd3019d3aa1705b7461d5
MD5sum: 932b8333cfecc8d4628ef641d83c3923
Description: command line client for the PostgreSQL Extension Network
 The PGXN Client is a command line tool designed to interact with the
 PostgreSQL Extension Network at https://pgxn.org/ allowing searching,
 compiling, installing, and removing extensions in PostgreSQL databases.
Timestamp: 2026-02-12 22:34:45+00

Package: plprofiler
Version: 4.2.5-4.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 642
Depends: python3-psycopg2, python3, python3:any
Recommends: postgresql-plprofiler
Provides: python3-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/plprofiler_4.2.5-4.pgdg26.04+1_all.deb
Size: 338440
SHA256: 70f7280afcf9a5cefd85ba6aea9877aa8032a978d2b0b269aecfd16871b3bc77
SHA1: 343d3ead8bd008056550e4ecf842eba05827afa6
MD5sum: b8fa02b0409ecae8b4f6b2662112fbf0
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 t.
 This package contains the Python module and the plprofiler CLI util.
Timestamp: 2026-02-12 22:34:45+00

Package: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 516
Depends: libc6 (>= 2.38), libgdal38 (>= 2.0.1), libgeos-c1t64 (>= 3.6), libpq5, libproj25 (>= 5.2.0), perl:any
Recommends: postgresql-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.6.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 154712
SHA256: a08c455747f4c7253afbfd01ca15ff27094b2f07482c65aef39aec9465f5f47d
SHA1: abf207aa0fb6c72384c5f843e6567252f3a96481
MD5sum: 4bc3962deafbe7112f3b75e3387cb270
Description: Geographic objects support for PostgreSQL
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This package contains the PostGIS userland binaries for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2026-02-12 22:34:45+00

Package: postgis-dbgsym
Package-Type: ddeb
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 499
Depends: postgis (= 3.6.2+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.6.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 394240
SHA256: 60cfbe072523360bfa5ee984bdd7ef89059ed889f4009dfb8a57b43cbac66dd7
SHA1: 48f43668714dfdcd008d312ff5a88fd5913a40b9
MD5sum: 4c64c9285414670d6d9acd7a8a5023c3
Description: debug symbols for postgis
Build-Ids: 377db1f7b4e934ce0d3facce05f8b7ad39bcc789 75872c96ecd33c62438065cf3294878434594f0b bbd23e82dfba3213df4f274eb80d6211c9fcd29e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql
Source: postgresql-common (289.pgdg26.04+1)
Version: 18+289.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-18, debconf (>= 0.5) | debconf-2.0
Suggests: postgresql-doc
Provides: postgresql-contrib (= 18)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_18+289.pgdg26.04+1_all.deb
Size: 18444
SHA256: f179bc7b282666f7e13d7ba94d068caa4bde0dd519be4d6cd17f07d3f063450f
SHA1: c9ba0e50967f158793ec2f0794fe9c756f1af2a6
MD5sum: 7c02045ffcb973768fbb1a843333d1ae
Description: object-relational SQL database (supported version)
 This metapackage always depends on the currently supported PostgreSQL
 database server version. It also offers to automatically upgrade the
 "main" database cluster to the lastest supported major version.
 .
 PostgreSQL is a fully featured object-relational database management
 system.  It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects.  Some of the features are:
 ACID transactions, foreign keys, views, sequences, subqueries,
 triggers, user-defined types and functions, outer joins, multiversion
 concurrency control.  Graphical user interfaces and bindings for many
 programming languages are available as well.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10
Version: 10.23-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24534
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.23-9.pgdg26.04+1_amd64.deb
Size: 5782556
SHA256: fae52786a646be098fbbba92a09edbdb09148dd4b457aafc3e8751238956e78e
SHA1: 7331ae62d383e1e42870f1808f6a976224c4606a
MD5sum: 28e422ba2872ac23620d719de06b7717
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-asn1oid
Source: pgsql-asn1oid
Version: 1.6-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-10, libc6 (>= 2.14)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-10-asn1oid_1.6-3.pgdg26.04+1_amd64.deb
Size: 6592
SHA256: 5e2c9ead95a4ee295076bd843d2de614e5fe570dee0c616a26258afdf682433b
SHA1: 18ca5a30fae6a6d5cafe3019887f5341a4ab3aa3
MD5sum: 2847d6959f7a2b49a230640a10887d77
Description: ASN.1 OID data type for PostgreSQL
 This plugin provides the necessary support functions to store ASN.1 OIDs in
 a PostgreSQL database.
 .
 This package has been compiled for PostgreSQL 10.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-asn1oid-dbgsym
Package-Type: ddeb
Source: pgsql-asn1oid
Version: 1.6-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-10-asn1oid (= 1.6-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-10-asn1oid-dbgsym_1.6-3.pgdg26.04+1_amd64.deb
Size: 8704
SHA256: e8dae69848e9014b0894a9a32f06e74f3b72ff4f64d8b872f9b6a67375bc101a
SHA1: 5ce3aea844eba82f661a967b2a7d287b3ae63d4d
MD5sum: 7222078006adf640add021d890421b75
Description: debug symbols for postgresql-10-asn1oid
Build-Ids: 62a26f86ac4fcd6da79a8e7d3e0737b0d05deb74
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-2.pgdg26.04+1
Architecture: amd64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 31
Depends: postgresql-10, libc6 (>= 2.10)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-10-bgw-replstatus_1.0.8-2.pgdg26.04+1_amd64.deb
Size: 7496
SHA256: daa1d03b5c866f21744b932cf0ae163b63810997458679d17302822569411ef9
SHA1: e8e1832832ad467b6368e5db683153318f9f91bb
MD5sum: c92c0f2d2c29acf5b41c9d5d712fa58d
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-bgw-replstatus-dbgsym
Package-Type: ddeb
Source: bgw-replstatus
Version: 1.0.8-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 28
Depends: postgresql-10-bgw-replstatus (= 1.0.8-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-10-bgw-replstatus-dbgsym_1.0.8-2.pgdg26.04+1_amd64.deb
Size: 8800
SHA256: 623003e7fff3690fb4a45e8817a91567b9c7bef63b064525105ee5a9bd439b54
SHA1: b7d5846ed651b9224316cf873a3299361a23a36c
MD5sum: 830fbe2940cc2724185f8d94090270a7
Description: debug symbols for postgresql-10-bgw-replstatus
Build-Ids: c297bfc33a49a4870ab537f0c13289e999f611bb
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-cron
Source: pg-cron
Version: 1.6.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-10, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-10-cron_1.6.7-2.pgdg26.04+1_amd64.deb
Size: 33936
SHA256: 133f695728d85b358de8ba9e0053e8d71d03364d845b5cf6090a3bb458ac9ee8
SHA1: 73103911a7ed371610c48ed5b8e69e0b26d124fe
MD5sum: 25904fbbbf18b161775ccd1b08a771ca
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-cron-dbgsym
Package-Type: ddeb
Source: pg-cron
Version: 1.6.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-10-cron (= 1.6.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-10-cron-dbgsym_1.6.7-2.pgdg26.04+1_amd64.deb
Size: 95032
SHA256: 5304da3e113670050631174f2245eebaf402792f658363b41e0abefe7f4ab081
SHA1: 01bfd4255d61c574ed6f6c831d9266d051477e99
MD5sum: 83bfb3808b7c1ae5ebca7d3b5506f13b
Description: debug symbols for postgresql-10-cron
Build-Ids: a6bc418e6387e41c4a0bbf40fd4a8e431c13c584
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-dbgsym
Package-Type: ddeb
Source: postgresql-10
Version: 10.23-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20350
Depends: postgresql-10 (= 10.23-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.23-9.pgdg26.04+1_amd64.deb
Size: 13110298
SHA256: 7384916b8ddf2f92149b9dc5516193ec520042bdae367794b729bd637c283341
SHA1: e11c4d8ac618ec4c1a72038c7f6ef40dfb32e34d
MD5sum: 667878f85a531efb97d8a9270ba28f7c
Description: debug symbols for postgresql-10
Build-Ids: 08f3f122bc3668dc4c32829a95673142e83a1d38 094be1ba710e8a89e6396793e19c9d73bd1938fa 09f5fd6bffdabf87260baff2344147c003d280de 0a5ff8ce861b62905a429e1e90c699d4c24fc57b 0e1e1e25c52479099fbfd3aa0aa662014b36cea5 105a6d7afa7969c23716a625474b830b8d580265 10b07cc136e081c0603c55c14161e88cf3fcecc9 1823b73527fb9d1b95650fca36b13c8b569587bf 18aa87b88978b54be19aac3b9dd7e77d1d6df11f 19d21644fc3540d896b552e64769e1d7fa135e07 1a76deb0a9b00f5fb719f3ef9bae48a1a741381c 1b00590e5678c3c2dd181245531c49f46ef3f634 1cb4a1f23b762fa5a83ec158fff6047b5ec2c057 1f090327a0c25640ecd8ede7c4880e5b46602535 1f28fc8395b59f44d0a8c792ff730692bb210ac2 1fd2f7be76ae318a5499916ab80097bb8e55cfd2 20fb4fe6e6a049d2b7c0b7aaeaa1e45977331c7e 22d3a4028914ad6f120806c375d7de1eab0be81c 235e6e57cd3304f1bc4f73605c62fe7389a907be 2598475633c3668d51dbdb20a054b884660de1dd 26e6efb7bfc2a5b4c32a49c9e04583d93a1af8af 27eab22c43b3a855ab8518b54d7fb1cee8c5304c 28b68186e3ad1a74bd9c546464ac243d4e26cf8f 3804a9a8bf03a8f817f36dd99fa3b756787719ac 38f0c5fa8057c3d5e883348a09734b903af58a70 398d4c6f595d99110ab0d0a669e6ca1dc7d255c6 3a06979e9e11fb0c54d307e8dc80d3e3b1616e5f 3a41c4859138d34b3aa6c978383d028342ad9560 3ba5b751f8c381ea266bfdaed2608898bbe11055 3f9f0d389744081a369ff1fe50dcdb0eae8b7205 41fea1408057c35d2e0ca89ee2e591f3f333c369 43cc686e34080984617fedc212c164fbe382efc7 44dcfe41e0b732ff7071d8bb8e6c6347c616beae 46b492d3eccc8c47bc65f11a3cdf03743957d4d7 49f940803650f03aa276b172a116b532a6fe334d 5236665c78b6d4b05a0b570284a670befe882080 52a7fa9374566e030bb6285479adbc4b38e4391b 5d823fbc39750a4da2f7fdc8a615cd5624f56b8a 5d8a3e76588588acb0675365f7744399cfdb2524 5ebb221b4c9c210b42cebd0275535eccbbae8896 616702788298bf4ef2e1e2b954eb3679dc57569f 668f8077974179cfe0b7419689100062c90cf833 66a67b352d0682844eaf5bd2fb970bc5f3230dbd 66b415b73b1633e6a016c104d7ce86d4556d53a6 6724e636d473b02f2613c410587e047712f74665 68b201b091363ec6e8ab8662db921073d61bd941 690b1b7179d12b55dfcba02f5825f71aa2f80bac 6a7de30f052d673be756eb929d8b8788ef66b3de 6affd5eb18c7a3e41331f977e99bc5a4f14c1cc0 6c65026e62961accdf677d1ae0bb0ba3338541f7 6f4c9e10e8b89db6b7d8200d834189171a58b379 6fc958c45ee24a87b6221f59df9daffc7a652d1e 720251b6cca90e6e7acd6cfcf6c1f99e39b3290d 79c3aa84042ccc3dd582c34d8079a172165be8da 7b3fb3e46bd49dc2e86b8ad478cdaecf1af08665 7ea2e78a4bacc4f46d7ef3fbd4dcb681b20dd7c7 7ebb07da203ad4e8696c5c1ca900ffa810f5f559 7fc6f50b36dce850445c50ecb4c43826556713ed 818ea34d084cfa1071cff16751cca5c4796b2741 82d666bfc21143cfa614bf9bb76bfdf18f2c16e8 83e9d3288e2024cf2024a58333dd4ff1a7cb9990 95463b938f46e0cf056813fb189847c69a6edf38 a4cb52605d96b5e6fbd0a1ebb28c9a8879f2dd6c a4df8482b20f1bb48385b5a6b84c360698bded5b a4f1e3f40e6b208a84f7e7411c2674c0302c8de5 a82061f9176615cc8d8e668f537ff9bf8f13d151 a9d59d9727a45af1a5507e42c6424a40e1dc77bc a9ea5d8eea85d02d1dd5392f1ade8108c601a03c b0c162f919f10618971ec226b93956f96f8bac53 b2d29767c2f7c078e8a10f94ab6644b9f77f6a5c b4ef757611bad18cdd6bf80ada916511ad4ba65b b741954cb2901d07626ffe818dfdb60b780304e1 c3b5474316e5150e46c81abe1328934e40b262fb c8c8fcb4050d54a90fa4d8d45f4db8f8c68f6b3d ccc0d5b18df2e9969baa2e2fafc22dde2b192f41 d100f4ee523a39cf9c833ea9833bb38794a22a2c d550027c70543b8c44b53657e01506492a1121f3 da02995015f8476e6af75e732cefdd61f997bac2 daf1a8289d95663b4c5901101dbd3dd98c23c1a4 db4f76d947e8ad819b885ba36dc7bdb3c621a58c e6d903668963a63f402358870962be1795e5a216 e6f7fd0ee168250445557de733e91c6a704c3ae3 e767028590b98615e2c67cc82489e039159cce13 e7d3942123cb4a6c86fabfd3f0dcbe259f1996b4 ec5a3a9f327d9dda2d63e26568d02960c6871d80 ee23515e07f52bde983ae64bfd01b4cf389814bc ef69d31d994f6e4f3986e50ee7f49f6bf24fd11c eff8b51db87fa9b9f79544b518ce4c66abce6f2a f35bc6e2bda2c83627dd0996bb929b3fcecafdd2 f70992ff7e37e30ab219c0fc13cf71c303e52c37 f977b1cdcc6be06c40511ddf5e0055e963c17af2 f9f518ba0a571000906d48b6c92848a4af7a1682 fefe2426b9930245ad6f48a3c116555cfc4f687b ffe04613e953cb55e25fef3dd0499877c2658125
Postgresql-Catversion: 201707211
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-10, libc6 (>= 2.14), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_3.4.0-1.pgdg26.04+1_amd64.deb
Size: 15124
SHA256: 410f3a6e3d96c877eafe41c621e7ad7bedd892f3744e38631bc803ba153ddf4f
SHA1: 63876c7909fa2f9581ebfc2df5c4a9a2828eeaf2
MD5sum: 768bb0b4e9f81fdb8385d9933c713efc
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-decoderbufs-dbgsym
Package-Type: ddeb
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-10-decoderbufs (= 3.4.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_3.4.0-1.pgdg26.04+1_amd64.deb
Size: 38756
SHA256: 2b12d34f624b2b853298b64449ceb845f128fb9ed4a14ccde0e67eb8696ce2e5
SHA1: 2bef089f40c256ffcbae6499324aefa3b288b975
MD5sum: 8397d923d36613cdbc33027f1e83bbaa
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: 47f3b8f53cc4208b95d04a23c25aa11592ad6827
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-dirtyread
Source: pg-dirtyread
Version: 2.7-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-10, libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread_2.7-3.pgdg26.04+1_amd64.deb
Size: 11180
SHA256: cd50e72a2e740645db4dd29fb703f5997969fe51a09ab85453f065941336b393
SHA1: 200c2c314b1310bba4787b6d69143c9597f3f5de
MD5sum: b51d3d6336c07902076277a60526985b
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-dirtyread-dbgsym
Package-Type: ddeb
Source: pg-dirtyread
Version: 2.7-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-10-dirtyread (= 2.7-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread-dbgsym_2.7-3.pgdg26.04+1_amd64.deb
Size: 30104
SHA256: 34d138fa5c0b7c69c0c3499ad5ae52200849d8fbda6c88a8bd1879025d45768f
SHA1: f582c5ffa5507048c6ad70afb35d81731b4bbdb9
MD5sum: 3695fbed966a47849892c5c3eddb0c1f
Description: debug symbols for postgresql-10-dirtyread
Build-Ids: e3ffc5f040eb272ec93251dd5496fa6500c1d75f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-extra-window-functions
Source: extra-window-functions
Version: 1.0-7.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-10, libc6 (>= 2.4)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-10-extra-window-functions_1.0-7.pgdg26.04+1_amd64.deb
Size: 8008
SHA256: 5acbb4f8ac1a45b0b8c597f05333f0a52b443cb6363c5ebfa57d028f7f02bfbd
SHA1: 79a6ea126b396736de3244331c6f7065585bea0f
MD5sum: 0f0393d9e249673d9bb66668c9ab29ee
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-extra-window-functions-dbgsym
Package-Type: ddeb
Source: extra-window-functions
Version: 1.0-7.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-10-extra-window-functions (= 1.0-7.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-10-extra-window-functions-dbgsym_1.0-7.pgdg26.04+1_amd64.deb
Size: 9792
SHA256: dcd93ca5a709a97ff6660786fc0e43f4ddc9efc9575a49255726d8eb8d9c2ec7
SHA1: 7b556845266cde8ab351614e48ae2fa94a4aded8
MD5sum: 1372ae3070d3a997d1db20bf1b663f7d
Description: debug symbols for postgresql-10-extra-window-functions
Build-Ids: 2d8697faf9b38b201a116ee5e917f93fd2f5bf7b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-10
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-10-first-last-agg_0.1.4-4-gd63ea3b-9.pgdg26.04+1_amd64.deb
Size: 5892
SHA256: 865961560af37623682ccc2d99f29658d79587e93b0de93f307d5d2a4486a8bb
SHA1: 9f3b0ab1d44fda3ef927c9799843eb10bc79b871
MD5sum: 97a1ee405df9e0c4014d71eb998e3e42
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-first-last-agg-dbgsym
Package-Type: ddeb
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21
Depends: postgresql-10-first-last-agg (= 0.1.4-4-gd63ea3b-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-10-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-9.pgdg26.04+1_amd64.deb
Size: 4232
SHA256: d9febde5226c1cd1fd95da88cf50a3542791aceb918fdd292bf377963f76176f
SHA1: bb40ad54c196e595875b6ffc1289491541701dff
MD5sum: 1afb0457cd4cf555d768fbcb4c6d394d
Description: debug symbols for postgresql-10-first-last-agg
Build-Ids: 494f68e0d7db1f84812a1966eb7968b2c0b1b94a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-hll
Source: postgresql-hll
Version: 2.19-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-10-hll_2.19-2.pgdg26.04+1_amd64.deb
Size: 36260
SHA256: bd62b3e8b356a8513d48a87aba73d1388223a66db32e7b8466c44c0836df6ff5
SHA1: 4bc4210be3f4b9dd78f87e7821beab3a581966a9
MD5sum: 13359d32f0b553870da6985aa0c923bf
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-hll-dbgsym
Package-Type: ddeb
Source: postgresql-hll
Version: 2.19-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-10-hll (= 2.19-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-10-hll-dbgsym_2.19-2.pgdg26.04+1_amd64.deb
Size: 81892
SHA256: 45cff79897913bea03486780c9384a7049ea6b148a091dc51469508709d02e14
SHA1: 1e0a0b9cafe3b70c5ae45c686e9625fef9f56ce3
MD5sum: c10b3de1ce0ce0e0034082ca7365b349
Description: debug symbols for postgresql-10-hll
Build-Ids: 3b3225304625c53bb4ede9210adab0a415f609c4
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-http
Source: pgsql-http
Version: 1.7.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-10, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-10-http_1.7.0-3.pgdg26.04+1_amd64.deb
Size: 20868
SHA256: 6c00ce37dbdde2063201771593887dcbaa00967818954f64dbc1821491a6bed8
SHA1: 6deb94c9ac0eb60936cb178f46af1fc2088f6f9e
MD5sum: 76a1fadc0d6df73e7416c7ffad3dcb38
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-http-dbgsym
Package-Type: ddeb
Source: pgsql-http
Version: 1.7.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-10-http (= 1.7.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-10-http-dbgsym_1.7.0-3.pgdg26.04+1_amd64.deb
Size: 57668
SHA256: 2b44a9db6e9f8a0d8ab10c127753caed1b45507e1c91ebbe065bebce6e7fd765
SHA1: c0ae8b6a2fdbf0c7f6740d81dd500681835695fa
MD5sum: 214ba54f64d92963808ed6566a82fe51
Description: debug symbols for postgresql-10-http
Build-Ids: f39fb1513fff2dd35a8124c5b7e18fc5a0dc268e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-hypopg
Source: hypopg
Version: 1.4.2-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-10-hypopg_1.4.2-2.pgdg26.04+1_amd64.deb
Size: 23716
SHA256: 183b1cbfc976d75d7da5cd7124cd17d99b56c36933336fb4bf35dce487b9faf8
SHA1: 88a821b63a680c2966d92d818226e04effa7db77
MD5sum: bbf2917590552bb143b908298c44fef9
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-hypopg-dbgsym
Package-Type: ddeb
Source: hypopg
Version: 1.4.2-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-10-hypopg (= 1.4.2-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-10-hypopg-dbgsym_1.4.2-2.pgdg26.04+1_amd64.deb
Size: 68376
SHA256: 9fc3b89a1a1d4e24ae3d2b95c2bfdc5884e4fe1959cae702b0a87714c0e00bda
SHA1: b71820952f122039cfdd1010a834d48f6f200038
MD5sum: e0e63f7bdbf9648686cd5ae963a194ae
Description: debug symbols for postgresql-10-hypopg
Build-Ids: 3764bacc188e51be36861fd59044501821eb241f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-ip4r
Source: ip4r
Version: 2.4.2-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 344
Depends: postgresql-10, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-10-ip4r_2.4.2-4.pgdg26.04+1_amd64.deb
Size: 67812
SHA256: c245b4736108673a970ae3bfd5c8f490f088d8ef26379c9f40b0433c8fa879fb
SHA1: a1646f088e30da84b45b7f438ea48060a746c1e7
MD5sum: 82ba15de0a40bb55f9deb0b9c1bb9f4c
Description: IPv4 and IPv6 types for PostgreSQL 10
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.2-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: postgresql-10-ip4r (= 2.4.2-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-10-ip4r-dbgsym_2.4.2-4.pgdg26.04+1_amd64.deb
Size: 182932
SHA256: 2966e3820ba6897a081614981d2db769c5e986c806a9f3ace7cb8c2262a8d2db
SHA1: 4c4b1afcd4db238b0108087341ad83340d75234b
MD5sum: 25526a94acc7ea2c723b435f49d652ff
Description: debug symbols for postgresql-10-ip4r
Build-Ids: ed74eb4e7e11229ab9cb7c4c1153e7361e8ae3bb
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-jsquery
Source: jsquery
Version: 1.2-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-10, libc6 (>= 2.14)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-10-jsquery_1.2-3.pgdg26.04+1_amd64.deb
Size: 44336
SHA256: 500005f6c52c736ec929040961adb2303a88dea9b8a1d45715068d040cc2ab1c
SHA1: 8371dcf107e927cf280a34b803359195cff216fa
MD5sum: 7a14568f537874513cf1a1696239f150
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-jsquery-dbgsym
Package-Type: ddeb
Source: jsquery
Version: 1.2-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-10-jsquery (= 1.2-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-10-jsquery-dbgsym_1.2-3.pgdg26.04+1_amd64.deb
Size: 97872
SHA256: 47835db6777dbbd36e496dba156b96c1f8e5236de517a85b0ae2cf206a0af3be
SHA1: 7df88d4e5f2af4a110c45b4d02642a161873a704
MD5sum: 49571a86893efc95df7c59a9fe8e74da
Description: debug symbols for postgresql-10-jsquery
Build-Ids: e1c7a012a0a5d4147d779d6a17d52c5427986245
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-londiste-sql
Source: londiste-sql
Version: 3.8-7.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-10-pgq-node, postgresql-10
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-10-londiste-sql_3.8-7.pgdg26.04+1_all.deb
Size: 20820
SHA256: c5fa5d0e385138168dfe0ec98bff3ed425647b7dd3778355a23ea7e3cc1f8c20
SHA1: 1e52f84ad9e42b0bda0978dc088d93e170ba9016
MD5sum: fecad4fb187c4dcafe1912d5bff594f5
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-mimeo
Source: mimeo
Version: 1.5.1-20.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4468
Depends: postgresql-contrib-10, postgresql-10
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-10-mimeo_1.5.1-20.pgdg26.04+1_all.deb
Size: 110212
SHA256: 69d04f2e9b897d0aa32639252869525362c13f1627cdc24f6154de8a33785b77
SHA1: fd6c7b566b29b8bd3fc1a40ba8bac147cfd0a834
MD5sum: e2a5b7addb47c370197ceed6445e0658
Description: specialized, per-table replication between PostgreSQL instances
 Mimeo is a PostgreSQL extension that provides specialized, per-table
 replication between PostgreSQL instances. It currently provides snapshot
 (whole table copy), incremental (based on an incrementing timestamp or id),
 and DML (inserts, updates and deletes) replication methods.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-numeral
Source: postgresql-numeral
Version: 1.3-8.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 104
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral_1.3-8.pgdg26.04+1_amd64.deb
Size: 24452
SHA256: 60235de5df0982125290008c29bb75233e7cc7ddfe0d92a2d49b15d92a3a1f68
SHA1: f3faef9c25218a9e29042281cb4858a79ff9443c
MD5sum: 66ff31d026567460983f4015bee1e526
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-numeral-dbgsym
Package-Type: ddeb
Source: postgresql-numeral
Version: 1.3-8.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 92
Depends: postgresql-10-numeral (= 1.3-8.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral-dbgsym_1.3-8.pgdg26.04+1_amd64.deb
Size: 45356
SHA256: c5cdd75f498e5840edff60c31a7f248f53588b8afd14a23fe98068af7e7edb01
SHA1: c9063f128a8c62059374c9e19d3394c1cfe016e9
MD5sum: e080d6f54f5ab3a6c3949e46b2d6e40f
Description: debug symbols for postgresql-10-numeral
Build-Ids: f9f1984dd80a15bd7e4e827a729819c38ba0c50f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: oracle-libs, postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-10-oracle-fdw_2.8.0-2.pgdg26.04+1_amd64.deb
Size: 76288
SHA256: 3401f4d6a4b5738748b18193c90b17dd86cd703bba7077398c70f707af62c1fa
SHA1: 8701ce0e0738d92f05f836d37d18c56d84109917
MD5sum: ae4328662dc147d422ee9b22f01d1c4c
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-oracle-fdw-dbgsym
Package-Type: ddeb
Source: oracle-fdw
Version: 2.8.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: postgresql-10-oracle-fdw (= 2.8.0-2.pgdg26.04+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-10-oracle-fdw-dbgsym_2.8.0-2.pgdg26.04+1_amd64.deb
Size: 176776
SHA256: f292fddad2751c72496e008788453d908f0b031fe6a4c7d3c21251cca1a52a4d
SHA1: 25ca718af73e0abfbd810a89851ea0b3b28783ea
MD5sum: ebe58188e9ebf4daad58132b0308cecf
Description: debug symbols for postgresql-10-oracle-fdw
Build-Ids: 1a138f6b6412fbde09edc1a96a25ca1b5e1b466e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-periods
Source: postgresql-periods
Version: 1.2.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 523
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-10-periods_1.2.3-2.pgdg26.04+1_amd64.deb
Size: 33812
SHA256: a37e337d1ee6df410b089810c92db77314fc005aceb9164987e7e0dc5f89c579
SHA1: 98ca269af579de4f02f4f64da38335d09242a6f0
MD5sum: d59aefa5a8cd42e49395fb2a707716e0
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-periods-dbgsym
Package-Type: ddeb
Source: postgresql-periods
Version: 1.2.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-10-periods (= 1.2.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-10-periods-dbgsym_1.2.3-2.pgdg26.04+1_amd64.deb
Size: 27136
SHA256: 4dde7a1a648a2d93ff80ea17891ce65a0d7ca3c99078913a57b8204112d948b5
SHA1: ffefa8220a97c6b0bdb3deeef4b71ab73506633d
MD5sum: 39eb2478ebc5b911fb07526c7501f330
Description: debug symbols for postgresql-10-periods
Build-Ids: 78e07c6ddb109db242b0718670537cde466357e7
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-10, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck_1.6.0-2.pgdg26.04+1_amd64.deb
Size: 29160
SHA256: 5f2c3dad9d60b904391f949dd7106e0908aefb87a004e417c222822d045db13c
SHA1: d8cb63ba2bc7cf7708121822a9be1fa798fa0310
MD5sum: 51958f93ede74e0e5e09f0c1410f27c2
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pg-catcheck-dbgsym
Package-Type: ddeb
Source: pg-catcheck
Version: 1.6.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-10-pg-catcheck (= 1.6.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-10-pg-catcheck-dbgsym_1.6.0-2.pgdg26.04+1_amd64.deb
Size: 42820
SHA256: 71431fe7d0fc70b680cbf4f4195482a74ca0e328be593d0cd0f574ec7ef8520d
SHA1: 24aed7036bef23fcf2d997afcebdd0ab9bd28a12
MD5sum: 99a725b15f39046307ab5d5db7c45271
Description: debug symbols for postgresql-10-pg-catcheck
Build-Ids: 439b48706c1225a28a612a126cb11de8265e315b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pg-permissions
Source: pg-permissions
Version: 1.4-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-10
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-10-pg-permissions_1.4-2.pgdg26.04+1_all.deb
Size: 8264
SHA256: fdcbe24576d6ac723438232166bfda6460450e91d1484cc94b7903f04cf48afd
SHA1: 95d7f776af67eda9e2e56b981acd24074fc1c869
MD5sum: 458661c4183d09c1fc04a3500fac0750
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pg-qualstats
Source: pg-qualstats
Version: 2.1.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: postgresql-10, libc6 (>= 2.14)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats_2.1.3-1.pgdg26.04+1_amd64.deb
Size: 27888
SHA256: 31d03cc7aa07f1c55be8a674bb1a8b81e93f6e28316273ecb5eb75910318e9fc
SHA1: 43372896eee1e935f0e2918097ed05697f931ab3
MD5sum: 18e2d3326e05bcc58173a3149d6ad284
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pg-qualstats-dbgsym
Package-Type: ddeb
Source: pg-qualstats
Version: 2.1.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-10-pg-qualstats (= 2.1.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-10-pg-qualstats-dbgsym_2.1.3-1.pgdg26.04+1_amd64.deb
Size: 64128
SHA256: e236f8333c60cbd8965f057c69c7e7d9fb8cae2386aeace92e36846d284646c2
SHA1: e6e96588853a70e06dbe730a298122e9f022bf5b
MD5sum: c1f8859dff1dd45954ef94a739d9fbe3
Description: debug symbols for postgresql-10-pg-qualstats
Build-Ids: 01533d8e45a381d8e12b5d30da543baf67c03394
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pg-rrule
Source: pg-rrule
Version: 0.3.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-10, libc6 (>= 2.14), libical3t64 (>= 3.0.0)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-10-pg-rrule_0.3.0-1.pgdg26.04+1_amd64.deb
Size: 11704
SHA256: 0a12195d0460a7a240b8cf07d36e7233c047065ee48bd02fbaee583198d98cde
SHA1: e5873efde30099d73e20f0e7b229a3ca8a66bb62
MD5sum: 16c403f7e8b5046b611220a850e970be
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pg-rrule-dbgsym
Package-Type: ddeb
Source: pg-rrule
Version: 0.3.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-10-pg-rrule (= 0.3.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-10-pg-rrule-dbgsym_0.3.0-1.pgdg26.04+1_amd64.deb
Size: 20688
SHA256: f4918daedd61dd9cc1dd1fe5686144bd118e6d5bac71c8cd1dc9e08367ea47eb
SHA1: fb4eeffeadcea4276ac56e043cff3cff346e306c
MD5sum: d795cbfa63ec5b7e8042d8e6720b333b
Description: debug symbols for postgresql-10-pg-rrule
Build-Ids: 6166779d154e68ca5bc8aea0dbc098725942140c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.38)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache_2.3.1-1.pgdg26.04+1_amd64.deb
Size: 17104
SHA256: d2779d1474827c217cf5392ea29ab87ac2d6031be63d5f215a0a2b98484a11b1
SHA1: 8bd0f2eabadaf1c9e079845b1950d0c520253564
MD5sum: 399f813778cbd98782ac06bab733eda7
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pg-stat-kcache-dbgsym
Package-Type: ddeb
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-10-pg-stat-kcache (= 2.3.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-10-pg-stat-kcache-dbgsym_2.3.1-1.pgdg26.04+1_amd64.deb
Size: 42268
SHA256: aec39e53c0d27e70cceef2713832ac491373b4f2a149dc5ee14375e93e5fa79e
SHA1: e06d4fe0802d94468bd45ef51655523c8147a863
MD5sum: 429ec5bdf9e3d586f5b867e7d26ddd34
Description: debug symbols for postgresql-10-pg-stat-kcache
Build-Ids: 32cef9151b189d7fde243eedb29518025f0433a0
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-5.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-10
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-10-pg-track-settings_2.1.2-5.pgdg26.04+1_all.deb
Size: 9276
SHA256: 592947647ba0116041dd0574338b893202fad2ec9b7412e4888186a3f4762857
SHA1: 995c2f64f295544f106edbdd12944d69f98a3ae0
MD5sum: c9fa0e6f00a209860acdeef9c1a4b16a
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pgaudit
Source: pgaudit-1.2
Version: 1:1.2.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-10, libc6 (>= 2.4)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.2/postgresql-10-pgaudit_1.2.4-1.pgdg26.04+1_amd64.deb
Size: 19964
SHA256: b17e85c20a1c8eae8b417bf8696af4d8d79724300a49cb3d9cac6af93859b93e
SHA1: 175f83fb6dcd84647a37e8d6d771b6185e4eb928
MD5sum: 2c6f1486c6c1191d2848609ad5144820
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pgaudit-dbgsym
Package-Type: ddeb
Source: pgaudit-1.2
Version: 1:1.2.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-10-pgaudit (= 1:1.2.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.2/postgresql-10-pgaudit-dbgsym_1.2.4-1.pgdg26.04+1_amd64.deb
Size: 42852
SHA256: db24dae567efab6523e132f9c8cacebc369363330ca17625682f9c66e7c2ea59
SHA1: e888d07eafb10aebd6e22448098bbe68ffa311cc
MD5sum: cb2d7cd275fedb8587bbea0fba8a9879
Description: debug symbols for postgresql-10-pgaudit
Build-Ids: 4a9281d6960619d2dd265b2933289561905cfb0b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pgextwlist
Source: pgextwlist
Version: 1.19-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-10, libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist_1.19-2.pgdg26.04+1_amd64.deb
Size: 13044
SHA256: 835cadaaf6f84224df3e989465c66c2a2b48f318e6db89204293b55d7e9f8a02
SHA1: b0468f10583bba3f317854284b226bbc4fcae110
MD5sum: e966f07d8d153a9df3faba6cd1c24f4a
Description: PostgreSQL Extension Whitelisting
 This extension implements extension whitelisting, and will actively prevent
 users from installing extensions not in the provided list. Also, this
 extension implements a form of sudo facility in that the whitelisted
 extensions will get installed as if superuser. Privileges are dropped before
 handing the control back to the user.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pgextwlist-dbgsym
Package-Type: ddeb
Source: pgextwlist
Version: 1.19-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-10-pgextwlist (= 1.19-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-10-pgextwlist-dbgsym_1.19-2.pgdg26.04+1_amd64.deb
Size: 46228
SHA256: faa1020dbe74ee7d5a8cb2c69b3732168854b59d17ceed6ba51eac0d4e51c089
SHA1: 3261c3c1fa4346f09f84666114db003cc1141840
MD5sum: 92c13903a68e62dc16d8012becab7331
Description: debug symbols for postgresql-10-pgextwlist
Build-Ids: 01574c05f7027e64d4a898dbb86023e9dbd331db
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pgfincore
Source: pgfincore
Version: 1.3.1-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-10, libc6 (>= 2.34)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-10-pgfincore_1.3.1-3.pgdg26.04+1_amd64.deb
Size: 14068
SHA256: c3e40d4f40742735e576aa567dd3ebf0d3bb43f749855ac7d97c63688c1bf879
SHA1: d590eaa3e6ec814758de048ed319ba4ec585d488
MD5sum: 697cb8110a9725e02ad3bd1883f773cc
Description: set of PostgreSQL functions to manage blocks in memory
 Those functions let you know which and how many disk block from a relation
 are in the page cache of the operating system, and eventually write the
 result to a file. Then using this file, it is possible to restore the page
 cache state for each block of the relation.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pgfincore-dbgsym
Package-Type: ddeb
Source: pgfincore
Version: 1.3.1-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-10-pgfincore (= 1.3.1-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-10-pgfincore-dbgsym_1.3.1-3.pgdg26.04+1_amd64.deb
Size: 37976
SHA256: 31adc06cf944c4158e84feef780640a93923bd60b1231b1715278195d40ee8eb
SHA1: 0b4f8d475346750c7d905ace10b33469aa9fae69
MD5sum: a6ffbd531308f2c599d2def31eba80d9
Description: debug symbols for postgresql-10-pgfincore
Build-Ids: 0d956fa35d303a3b80711b100a77d04a8703b87d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pglogical
Source: pglogical
Version: 2.4.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 570
Depends: postgresql-10, libc6 (>= 2.38), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-10-pglogical_2.4.6-1.pgdg26.04+1_amd64.deb
Size: 112328
SHA256: 52006674ce5ac946c0b75dc604a98e9f68b298a72bc915f5e6d89ca10cb48132
SHA1: 350168158c87105721306f14e0d113ea53d1cc24
MD5sum: 6151c41e7d8e1ffd5f2e23e6b067749e
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pglogical-dbgsym
Package-Type: ddeb
Source: pglogical
Version: 2.4.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 518
Depends: postgresql-10-pglogical (= 2.4.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-10-pglogical-dbgsym_2.4.6-1.pgdg26.04+1_amd64.deb
Size: 350092
SHA256: b39ae3028d1d13539ca1314a2a1b17380826543fddf6ccf7d90f8dc78395f70a
SHA1: 3071a9170230b04a30b71f4c4d6afc84c865cb8b
MD5sum: a0b3ec0e5c58f3224f1106b6cacf10b2
Description: debug symbols for postgresql-10-pglogical
Build-Ids: 9fa8525737b4f3a0424e0fd8c1939dae1917cbcc bda2ae8fe9b528d13afdebd1f3f8c0e6faf672ff cc72c133e71ef7c1ba732efd5be2a2ea95f6fc53
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pgmemcache
Source: pgmemcache
Version: 2.3.0-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-10, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-10-pgmemcache_2.3.0-15.pgdg26.04+1_amd64.deb
Size: 21120
SHA256: 2fc3a4fe7c2192cf385f2955a60afeca450d3b96269f5c60e9a5597de7a540ab
SHA1: dca49a770e6386c9115c3419358f67d779240475
MD5sum: 12a602fe3a985802a755fcc97bc95d49
Description: PostgreSQL interface to memcached
 pgmemcache is an extension for PostgreSQL that provides an API to
 memcached through user-defined functions.
 .
 memcached is a high-performance, distributed memory object caching
 system, generic in nature, but originally intended for use in
 speeding up dynamic web applications by alleviating database load.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pgmemcache-dbgsym
Package-Type: ddeb
Source: pgmemcache
Version: 2.3.0-15.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-10-pgmemcache (= 2.3.0-15.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-10-pgmemcache-dbgsym_2.3.0-15.pgdg26.04+1_amd64.deb
Size: 45216
SHA256: cec854d9cc3d7e73f935e513d2e88e12cf1ef64bd250c6a95efb8f139441f082
SHA1: 4c272e8a0476c406dc6b9b5990efa35d3ac3eb57
MD5sum: f2fa09102d630c40cd36d38888ff687e
Description: debug symbols for postgresql-10-pgmemcache
Build-Ids: b977f0458b8d3499cf5d40034143e8c95e035a4f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pgmp
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-10, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-10-pgmp_1.0.5-4.pgdg26.04+1_amd64.deb
Size: 45436
SHA256: 8978ef5dfbaf2ed607ca0bc668524258e85a6e0051ae411a9c2dc0ec000c8da0
SHA1: be6a636d5887f825261e8ce665cda929d4ab5780
MD5sum: e3027b74571e6a3546a75b1388b3f7bc
Description: arbitrary precision integers and rationals for PostgreSQL 10
 pgmp is a PostgreSQL extension to add the GMP data types and functions
 directly into the database.
 .
 The extension adds the types mpz (arbitrary size integers) and mpq (arbitrary
 precision rationals) to PostgreSQL and exposes to the database all the
 functions available in the GMP library for these data types, allowing:
 .
  * higher performance arithmetic on integers respect to the numeric data type
  * a rational data type for absolute precision storage and arithmetic
  * using specialized functions to deal with prime numbers, random numbers,
    factorization directly into the database.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pgmp-dbgsym
Package-Type: ddeb
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-10-pgmp (= 1.0.5-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-10-pgmp-dbgsym_1.0.5-4.pgdg26.04+1_amd64.deb
Size: 68460
SHA256: c3e41c8cdac8e4b04d57597f51f874fe271aff802c648dc53fca52442cd73185
SHA1: 60e38a99732bb1ce546b6833925faa556bd296c7
MD5sum: 0723f3be4ea7fcd6a540fd8ab0c20a95
Description: debug symbols for postgresql-10-pgmp
Build-Ids: 53ff02dca8414aca176c8082a9834d089db575f1
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pgnodemx
Source: pgnodemx
Version: 1.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-10, libc6 (>= 2.34)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-10-pgnodemx_1.7-2.pgdg26.04+1_amd64.deb
Size: 31744
SHA256: b11f82e9ea578bdd41b1becdd912a7af2d871724f2fcc024edb90146e94ae2e5
SHA1: 65f27fa7a1c53998f009af2411c2f1d8f4249f61
MD5sum: a0d7918ee3816186b1fecf35cfe2c611
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pgnodemx-dbgsym
Package-Type: ddeb
Source: pgnodemx
Version: 1.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-10-pgnodemx (= 1.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-10-pgnodemx-dbgsym_1.7-2.pgdg26.04+1_amd64.deb
Size: 82912
SHA256: 21cda069764727177aebcae488e1aab23d1fd412d0ca7a15d1022aabe0aa9cd1
SHA1: 9c0799ff24f650e6362fea45f809297bbdf8d44d
MD5sum: 55bf01cc747fe4e0be43bfea557fa575
Description: debug symbols for postgresql-10-pgnodemx
Build-Ids: b7fc8ea28e17235d2632d624e0a22bf94676a099
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pgpcre
Source: pgpcre
Version: 0.20190509-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-10, libc6 (>= 2.14), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre_0.20190509-9.pgdg26.04+1_amd64.deb
Size: 9768
SHA256: c0b9cec7eef4cb0d2d62b3c4c6a4afa4ef613f90075c5d03e53e2363b4a37e4c
SHA1: e22ed46ff556dae00dbd24b339f828da66a29951
MD5sum: ba5f0d2945c1d4b705e772d9ec9c8514
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pgpcre-dbgsym
Package-Type: ddeb
Source: pgpcre
Version: 0.20190509-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-10-pgpcre (= 0.20190509-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-10-pgpcre-dbgsym_0.20190509-9.pgdg26.04+1_amd64.deb
Size: 15532
SHA256: 4920285403372f3a0badf5499f650e979f1aa2e5626981c28999eea90da22095
SHA1: 8db63c6c51f4a8a593208860b290198a89809a6d
MD5sum: 8bdcd33105bd3cbb76b249c552941150
Description: debug symbols for postgresql-10-pgpcre
Build-Ids: e25a34c43f403943656fba30abd01a601d7b1960
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpool2 (>= 4.7.0-1.pgdg26.04+1), postgresql-10, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 135512
SHA256: e9b53ac7e16f3215f680592c844f73d1913654e59b5c21f40cf0e56eb0fc6862
SHA1: 96bdd2f0fe50c9bbee7019490eecfc91c42ccfaf
MD5sum: c5dcab3a51217f093bda31848c71567e
Description: connection pool server and replication proxy for PostgreSQL - modules
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client.  This package contains support modules for
 the PostgreSQL 10 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pgpool2-dbgsym
Package-Type: ddeb
Source: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-10-pgpool2 (= 4.7.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 57832
SHA256: e25618d8d8aa3abc34b6c818000a86ed0c79ac722a0e30096c8162b24276c38c
SHA1: c097e28ac4e760bcc7de6974b98e29b4fd6c41c4
MD5sum: a94d021546cef75ab648fbeb048717c5
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 1e8360595061d43b2e33e4348f7b557a9dfe268f b1b3da158205fe4002bbbd9e01687a3992ec9f0a c77dd4ea9819f0fc95205d37a8c0df2777b95b8f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pgq-node
Source: pgq-node
Version: 3.5-8.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 539
Depends: postgresql-10, postgresql-10-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-10-pgq-node_3.5-8.pgdg26.04+1_all.deb
Size: 12940
SHA256: a6d2cee9284e57876d43fd2bd425ab75e7a342fb948d99492a601884bc848bcb
SHA1: e02732b0ca137524328f7edebaa5ec058cefb8b2
MD5sum: 1abe25befd0893b4ceda889a3d9940c0
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pgq3
Source: pgq
Version: 3.5.1-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2128
Depends: pgqd, postgresql-10, libc6 (>= 2.4)
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-10-pgq3_3.5.1-2.pgdg26.04+1_amd64.deb
Size: 83036
SHA256: 83cea5f64e44a87b3b992eebc16be74b047fdc64b44096c1ce6a880a4cc248d1
SHA1: 52411bca62a157ee1e4facb98b4fbeed6abe20e6
MD5sum: b740157dfe1f0d594c9b15a1adf139b3
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pgq3-dbgsym
Package-Type: ddeb
Source: pgq
Version: 3.5.1-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-10-pgq3 (= 3.5.1-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-10-pgq3-dbgsym_3.5.1-2.pgdg26.04+1_amd64.deb
Size: 69352
SHA256: 7e9e659b4e2a15412e47dcd5985d2b23253c4aa7297bc49dfbe8769bad81f526
SHA1: b3d2909683708a1339af928c1cea45ad07d55259
MD5sum: ddc74f75f46ea4dacef854f1e550f791
Description: debug symbols for postgresql-10-pgq3
Build-Ids: 242f904c4c38385e3b9787e78fd7c3d035c849d3 b83e00253b88925b4be87b66b7e06e3cccb6edb3
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pgsphere
Source: pgsphere
Version: 1.5.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1013
Depends: postgresql-10, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere_1.5.2-1.pgdg26.04+1_amd64.deb
Size: 180396
SHA256: ce9008aad63f2365cf66a58dc5129bc46afdad5ccdd838f204fb20942ab900f3
SHA1: aac67a392fa11a6edcb7c52acc4fe1568645ffac
MD5sum: 0fff41a30ed440adc44c45ce1d08520c
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pgsphere-dbgsym
Package-Type: ddeb
Source: pgsphere
Version: 1.5.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 519
Depends: postgresql-10-pgsphere (= 1.5.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-10-pgsphere-dbgsym_1.5.2-1.pgdg26.04+1_amd64.deb
Size: 369456
SHA256: 4f8cd312d5cebde9b36bb52b835835dfd4c463742ae8172f571e499a966384c1
SHA1: edd02406e35dd5496046c1a3c8ec4090b9a1aaec
MD5sum: c74a931972e169f7e080d444cdfcb67f
Description: debug symbols for postgresql-10-pgsphere
Build-Ids: 67901f518f2411919d51c2405372506a3076822c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pgtap
Source: pgtap
Version: 1.3.4-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-10
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-10-pgtap_1.3.4-1.pgdg26.04+1_all.deb
Size: 46040
SHA256: 880747226d56dbd08fb4b774332f3b872432812d5c397160563dae2e3a3dc438
SHA1: 956a31c114a2788dcd7a4c4ffdefe27cd1032e1f
MD5sum: cd30c8e6797869b37e844ae40d566c52
Description: Unit testing framework extension for PostgreSQL 10
 pgTAP is a suite of database functions that make it easy to write
 TAP-emitting unit tests in psql scripts suitable for harvesting,
 analysis, and reporting by a TAP harness, such as those used in Perl
 and PHP applications.
 .
 TAP is the Test Anything Protocol (http://testanything.org/).
 .
 This package contains the extension for PostgreSQL 10.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pldebugger
Source: pldebugger
Version: 1:1.9-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-10, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger_1.9-1.pgdg26.04+1_amd64.deb
Size: 25928
SHA256: 0dfb116f190b60909cd7106a3e7f74fc03e9279bc4225e93d55ea26a5abf3670
SHA1: 57bcc4c87da2aaa8fe4245afe722cbcd9a5abe1b
MD5sum: 637137646d420622c267db64164c80ca
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pldebugger-dbgsym
Package-Type: ddeb
Source: pldebugger
Version: 1:1.9-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-10-pldebugger (= 1:1.9-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger-dbgsym_1.9-1.pgdg26.04+1_amd64.deb
Size: 93352
SHA256: 6caba3a0e839405a7a360a02041414a887d3387b3981b9aaad8a0d12f57bd499
SHA1: 5974f65ebe048db4dfd970c90c62c10325768ec4
MD5sum: eca3d67219d9816600ee09495fd6c0dc
Description: debug symbols for postgresql-10-pldebugger
Build-Ids: 51bd1844b4179739ba81d2034cce2ce62b9a6ebf
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pllua
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 324
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua_2.0.12-7.pgdg26.04+1_amd64.deb
Size: 112392
SHA256: 2d7fe77f022807473ec39838cda37834c368a9d0012eea15c220885c1f822ade
SHA1: e7e47f289b20318959667f26c745c2dabf7c7a25
MD5sum: 94bbcefa3e6819a5240ef62dd1b47abd
Description: Lua procedural language for PostgreSQL 10
 PL/Lua is an implementation of Lua as a loadable procedural language for
 PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers
 written in the Lua programming language.
 .
 It brings the power and simplicity of Lua to PostgreSQL, including:
 small memory footprint, simple syntax, lexical scoping, functions as
 first-class values, and coroutines for non-preemptive threading.
 .
 This package is based on pllua-ng.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-pllua-dbgsym
Package-Type: ddeb
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 432
Depends: postgresql-10-pllua (= 1:2.0.12-7.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-10-pllua-dbgsym_2.0.12-7.pgdg26.04+1_amd64.deb
Size: 310696
SHA256: 8c330c2db22318e275f5b976619838c35f3c197ba5127096b839d435fb81ee57
SHA1: a58bae93c855bc13f1cdbb43b9b13d7eebb32b09
MD5sum: a2870a204282ac719187938387a62b8a
Description: debug symbols for postgresql-10-pllua
Build-Ids: 5eeb61b422dc3518f6edeae5995749b5ca920996 b7c9da8440aed53945d0fb1db0c750ccdaac1ad3
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-plprofiler
Source: plprofiler
Version: 4.2.5-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-10, libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-10-plprofiler_4.2.5-4.pgdg26.04+1_amd64.deb
Size: 20164
SHA256: 8e4e9bbe7e4f29d33936f45f156d34d6fc7f91e15f74e4cb21308132d9efda54
SHA1: a79df756fd69c84b113c9d668fa09d44c9e831a7
MD5sum: 0ad7762ca4a929fffdbb3ae08f610f30
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-plprofiler-dbgsym
Package-Type: ddeb
Source: plprofiler
Version: 4.2.5-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-10-plprofiler (= 4.2.5-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-10-plprofiler-dbgsym_4.2.5-4.pgdg26.04+1_amd64.deb
Size: 54356
SHA256: 4f2986b4220fda81b5a2a51998b4c0af74dbd1d9e0b1c33f8772c577b168f349
SHA1: 5033de1ad3b8ed667ee96ddcbc0f0371d405121b
MD5sum: b37ea571aca76a92a42aaffab7704e0c
Description: debug symbols for postgresql-10-plprofiler
Build-Ids: e86416dd56a92e2963cae578fe5171861b0287b6
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-plproxy
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-10, libc6 (>= 2.38), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy_2.11.0-13.pgdg26.04+1_amd64.deb
Size: 57532
SHA256: 97a5819b54d7a5330350c90c8f08f4a232963457954fb9d454779d657c437a63
SHA1: 518518e204d4a9fda893d32fc5e58a7693a926c1
MD5sum: dd8232cdc1a7609e89d100dbd7bc9dd4
Description: database partitioning system for PostgreSQL 10
 PL/Proxy is a database partitioning system implemented as a PL language. Main
 idea is that proxy functions are created with same signature as the remote
 functions to be called, so only destination info needs to be specified inside
 proxy function bodies.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-plproxy-dbgsym
Package-Type: ddeb
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-10-plproxy (= 2.11.0-13.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-10-plproxy-dbgsym_2.11.0-13.pgdg26.04+1_amd64.deb
Size: 116892
SHA256: d96a20d15ea30d3b46ab4cfb01662d67450391830a1b2de329d0a934c82fd923
SHA1: f1b8cfc9c6686525b624900c2579b309743401c6
MD5sum: 75c7f82feaa647f6f72b9919073dbc8a
Description: debug symbols for postgresql-10-plproxy
Build-Ids: d50d822345ad58a3e7a721d677e8c5164e23d320
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-plsh
Source: postgresql-plsh
Version: 1.20220917-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/petere/plsh
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-10-plsh_1.20220917-4.pgdg26.04+1_amd64.deb
Size: 12368
SHA256: 7efd8379eda63be5cadca65a3c2a7f4aaf210925b5b034873e69e14c970e4e4d
SHA1: c812e4671f427ba3210d8fefc94ef5b3b0ca5295
MD5sum: 8f767d2c3f70738e7d8c12e79058c618
Description: PL/sh procedural language for PostgreSQL 10
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in a shell of his choice.  You need this package
 if you have any PostgreSQL 10 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-plsh-dbgsym
Package-Type: ddeb
Source: postgresql-plsh
Version: 1.20220917-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-10-plsh (= 1.20220917-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-10-plsh-dbgsym_1.20220917-4.pgdg26.04+1_amd64.deb
Size: 28760
SHA256: 99f7679b1b22b12491ac43fb81a8602358b7dc0310a02687484fad0a28fa6f7e
SHA1: 20216fc319a70ef7230ee1d60327ee654e9279e4
MD5sum: 5517d71fe9eb103ce2962cafd4b064b2
Description: debug symbols for postgresql-10-plsh
Build-Ids: 12b19bb0c952c550c3f3577b5e2a9922a8e23427
Timestamp: 2026-02-12 22:34:45+00

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

Package: postgresql-10-pointcloud-dbgsym
Package-Type: ddeb
Source: pgpointcloud
Version: 1.2.5-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: postgresql-10-pointcloud (= 1.2.5-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-10-pointcloud-dbgsym_1.2.5-3.pgdg26.04+1_amd64.deb
Size: 174148
SHA256: a5aefe96332960eb28a357b21b95d301c2ade8128721bd97908d5e128d1f55e1
SHA1: a8b64ca67744ada72e567417a619d30dd8db7e6e
MD5sum: 6bd250f9a86f12b4c7a8fe9904d8cb16
Description: debug symbols for postgresql-10-pointcloud
Build-Ids: f2312d0b7d65cdbd956445c450e8dfd510bf2d19
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-powa
Source: powa-archivist
Version: 5.1.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1903
Depends: postgresql-contrib-10, postgresql-10, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-10-powa_5.1.1-1.pgdg26.04+1_amd64.deb
Size: 49848
SHA256: d838cb06bea5d070ab6abfc7035b446a99f752bd32777590d7ba9566d8c61d23
SHA1: 016a0e3b026b3117d57f263771f9a668b711ea9f
MD5sum: 07b7b3beec157b4b1327ee3c5dd8f3c5
Description: PostgreSQL Workload Analyzer -- PostgreSQL 10 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-powa-dbgsym
Package-Type: ddeb
Source: powa-archivist
Version: 5.1.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: postgresql-10-powa (= 5.1.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-10-powa-dbgsym_5.1.1-1.pgdg26.04+1_amd64.deb
Size: 35412
SHA256: 023f5defc47f24a05b37c1a3a11b473919adbee87350e5c2005e3bd86f9c6d72
SHA1: 94c3f28445e04eb8c7d0d768e97bb29f890c58e1
MD5sum: 075f56a4c3ba754192b387de903c045f
Description: debug symbols for postgresql-10-powa
Build-Ids: 0dd5364e74a06f66e0919d47b70c061125ecae8e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-prefix
Source: prefix
Version: 1.2.10-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-10, libc6 (>= 2.14)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-10-prefix_1.2.10-4.pgdg26.04+1_amd64.deb
Size: 20996
SHA256: 6d9e0f42de06afd30fbdf4dc63ae22eb9e5d29af321abf1a55e55fd572a3799d
SHA1: 0e60dad31066343c897affd991c0ab3ba8b9285f
MD5sum: d5f9c2700ef5ef28efe519b3b6a143bf
Description: Prefix Range module for PostgreSQL
 This PostgreSQL module provides the prefix_range datatype, allowing to
 index searches such as finding the longest prefix matching a telephone
 number, having prefixes in a table and telephone number as a parameter:
 .
  select * from prefixes where prefix @> '0100091234';
 .
 The prefix column has to be of type prefix_range, and any text field
 can get indexed by the provided GiST opclass.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-prefix-dbgsym
Package-Type: ddeb
Source: prefix
Version: 1.2.10-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-10-prefix (= 1.2.10-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-10-prefix-dbgsym_1.2.10-4.pgdg26.04+1_amd64.deb
Size: 43900
SHA256: 573856b2781547d7c317d8d37de38d83eead437e6473fe08bfc6b729c71655bf
SHA1: 81376badc432eebee8f36060810bb1110f986e0a
MD5sum: 36feccf710ed9c0c3570d674014dcd0b
Description: debug symbols for postgresql-10-prefix
Build-Ids: 1850abd5177952d45a36735e902f6affc4649697
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-preprepare
Source: preprepare
Version: 0.9-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-10, libc6 (>= 2.4)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-10-preprepare_0.9-10.pgdg26.04+1_amd64.deb
Size: 8928
SHA256: aa00cea060ebbabeb30d64cb097c7381d64831c7fa57d2b9a4040c76010629da
SHA1: 35ddb1d441f757ef8c053f90fee939e19ad21fc1
MD5sum: 44cf1fb98d6189f73b5caaf8cc7cad17
Description: pre prepare your PostgreSQL statements server side
 The pre_prepare module for PostgreSQL aims to prepare all your statements as
 soon as possible and in a way that allows client queries not to bother at all
 and just call EXECUTE.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-preprepare-dbgsym
Package-Type: ddeb
Source: preprepare
Version: 0.9-10.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-10-preprepare (= 0.9-10.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-10-preprepare-dbgsym_0.9-10.pgdg26.04+1_amd64.deb
Size: 16220
SHA256: ec9fd6a02804304e749ee7785112565b47d1374b68e18ae28aaa8905cbcfede5
SHA1: 33bfef1b1b4ced0b8343111ebda0838c0f550ef5
MD5sum: 87c371ecb04f081bce92d551392c87e2
Description: debug symbols for postgresql-10-preprepare
Build-Ids: 9ed59989554dfbc82347726c6adef75727098c94
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-prioritize
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-10, libc6 (>= 2.2.5)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-10-prioritize_1.0.4-13.pgdg26.04+1_amd64.deb
Size: 6904
SHA256: 199b58577435fbf9a4e2d97e993772b7b9da0635797ae1410c4e9989850faefa
SHA1: 4487b64923e1290c4a4c4e8c76db97126598172d
MD5sum: 74078a4cb2f9b9b7f273ad2707900f54
Description: Get and set the nice priorities of PostgreSQL backends
 This module implements an interface to getpriority() and setpriority() for
 PostgreSQL backends, callable from SQL functions. Essentially, this module
 allows users to `renice' their backends.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-prioritize-dbgsym
Package-Type: ddeb
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-10-prioritize (= 1.0.4-13.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-10-prioritize-dbgsym_1.0.4-13.pgdg26.04+1_amd64.deb
Size: 12092
SHA256: 2dd84794bd4ea941f90e41a0a249399147097f44a9c309ad469850fcd6d87ca9
SHA1: e344e4d3d19c914b32add575db10bd35c0cdf91a
MD5sum: e79c8656d4f46148f7bfa10703eb905f
Description: debug symbols for postgresql-10-prioritize
Build-Ids: 7d7772323a9a32075ed23db9feb1a297b8080bd8
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-q3c
Source: postgresql-q3c
Version: 2.0.1-6.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2600
Depends: postgresql-10, libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c_2.0.1-6.pgdg26.04+1_amd64.deb
Size: 61900
SHA256: 0ef009f4b3d8dff7fd03fdec6b256a1804151dd2808ddde2c7b9a376514e1bd2
SHA1: 2db2c6c9695bde2dd6d7330411b00a64aadc6e1f
MD5sum: 60dea3f4e7be38dbfc5042fb192e792e
Description: PostgreSQL 10 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-q3c-dbgsym
Package-Type: ddeb
Source: postgresql-q3c
Version: 2.0.1-6.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-10-q3c (= 2.0.1-6.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c-dbgsym_2.0.1-6.pgdg26.04+1_amd64.deb
Size: 86500
SHA256: ee5dd69e1398f861c9e9af9c89ecf5ce4ab18f7cf7b83947db38f5bf8288cabf
SHA1: b25660450016457bff5e49337dcd09d78e264a43
MD5sum: de5be99bd463853244f55c894b59a4f0
Description: debug symbols for postgresql-10-q3c
Build-Ids: 70a42b39bfa7d60b23019cec29599e7a48d1a65f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-repack
Source: pg-repack
Version: 1.5.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-10, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-10-repack_1.5.3-1.pgdg26.04+1_amd64.deb
Size: 70648
SHA256: 1ef0fc6c0b2c44cd24a6e6e2ac5b43bcb1d9b1fe4dfa519df9cc04ea1d396909
SHA1: 7ef6ce00b55b624d84576013ff2dcad453fac8c1
MD5sum: 8a3d5697366667131616ddd955750738
Description: reorganize tables in PostgreSQL databases with minimal locks
 pg_repack is a PostgreSQL extension which lets you remove bloat from tables
 and indexes, and optionally restore the physical order of clustered indexes.
 Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive
 lock on the processed tables during processing. pg_repack is efficient to
 boot, with performance comparable to using CLUSTER directly.
 .
 This package contains the pg_repack program and the server extension for
 PostgreSQL 10.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-repack-dbgsym
Package-Type: ddeb
Source: pg-repack
Version: 1.5.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-10-repack (= 1.5.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-10-repack-dbgsym_1.5.3-1.pgdg26.04+1_amd64.deb
Size: 117564
SHA256: e60a4b847559c9cf0415ac18f79e2fb21a6f93dd21bfd3664d77ff1859c7a54e
SHA1: 557c34364c263809924909a66e9811208d91681b
MD5sum: 6cc7b64fa0c777bedeec7f98533302e1
Description: debug symbols for postgresql-10-repack
Build-Ids: 5d194d2dcac8e7f50a9dd700a949209004410241 86d31432cbaf51f2441630ab36bab4dbcfeefc05
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg26.04+1
Architecture: amd64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 830
Depends: repmgr-common (>= 5.5.0+debpgdg-3.pgdg26.04+1), postgresql-10, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-10-repmgr_5.5.0+debpgdg-3.pgdg26.04+1_amd64.deb
Size: 218216
SHA256: 168270ba75855e821f761de97615a92f1f22a865dd136b3a2c2301ed2f442523
SHA1: d4f2585f4c3fde9cee6a3971922e9566e581171e
MD5sum: cc023cdab5f4fa1ffe271bee20cb1ed4
Description: replication manager for PostgreSQL 10
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 10.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-repmgr-dbgsym
Package-Type: ddeb
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 909
Depends: postgresql-10-repmgr (= 5.5.0+debpgdg-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-10-repmgr-dbgsym_5.5.0+debpgdg-3.pgdg26.04+1_amd64.deb
Size: 550468
SHA256: bba67450d7631c42d181cf192ff91dbf32d424687cc69185d7285d93057dd059
SHA1: c1b29d0a6f3758bdfd5df0c88c5589ce6633eddf
MD5sum: cc2590de84334d39ec52b4c1cc25a353
Description: debug symbols for postgresql-10-repmgr
Build-Ids: 1014e4d7b9f38fc40193866734bfacd6499a2310 1ae3f084aa154fdf27fba4945912e0b56b39f413 cb79304953db5722d2c7327a2ddaaaba72fdbcef
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-semver
Source: postgresql-semver
Version: 0.41.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-10-semver_0.41.0-1.pgdg26.04+1_amd64.deb
Size: 25308
SHA256: 2897c750cc741e20ace86f89bae6ec1c2d432de62757f797be45d30a64fe8c99
SHA1: 2608f7a568678a00056de29482f0534df31ce12e
MD5sum: 0738835a88f476091924f0ba0184f3b9
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-semver-dbgsym
Package-Type: ddeb
Source: postgresql-semver
Version: 0.41.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-10-semver (= 0.41.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-10-semver-dbgsym_0.41.0-1.pgdg26.04+1_amd64.deb
Size: 20492
SHA256: 1248ce44d6f1b26e4d3479f23c467eaf7d81a9bddb9be2ff5ccd538c34b3b004
SHA1: 42c303cba612768aa423202a2236f7705d4161ec
MD5sum: d2d8ba53197dcb5064f059d8e2e0651b
Description: debug symbols for postgresql-10-semver
Build-Ids: 4c13a735cfb4ac5f4b151cb540e0dcbae4be0ba0
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-similarity
Source: pg-similarity
Version: 1.0-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-10, libc6 (>= 2.3.4)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-10-similarity_1.0-9.pgdg26.04+1_amd64.deb
Size: 34688
SHA256: ccecdfd21cba4df18bd9c9c1b511321580d8c3a4a96cfe8f5229279cf7c575dd
SHA1: 2272a81a1027f59066107089bdb4be4380b579fa
MD5sum: ee673dad64f26fe7d2bd09ba83cda6b4
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-similarity-dbgsym
Package-Type: ddeb
Source: pg-similarity
Version: 1.0-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-10-similarity (= 1.0-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-10-similarity-dbgsym_1.0-9.pgdg26.04+1_amd64.deb
Size: 58816
SHA256: 1df6a27bc6d5c617356392827fd7d3eb5495f724cfbc3c098753c4d27ba0707e
SHA1: 00ffab0aecb4ed294a8594e8cc87bd4588c6d97a
MD5sum: 183990694c3b22c3261e59706ff63310
Description: debug symbols for postgresql-10-similarity
Build-Ids: a569e895c49cc9b09027b0981f2e1708193000ed
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-snakeoil
Source: pg-snakeoil
Version: 1.4-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-10, libc6 (>= 2.4), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-10-snakeoil_1.4-3.pgdg26.04+1_amd64.deb
Size: 8936
SHA256: 6fc07059f8ebf2de6db5896ad2eee81c939140bfa6fcc0bf7c44ed5e51147b07
SHA1: 878ff71b90ad6ef49871b4c474b1239ed5ae2be5
MD5sum: 7eb598218ad67c2af6c7fb4234d9e8cd
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-snakeoil-dbgsym
Package-Type: ddeb
Source: pg-snakeoil
Version: 1.4-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-10-snakeoil (= 1.4-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-10-snakeoil-dbgsym_1.4-3.pgdg26.04+1_amd64.deb
Size: 14232
SHA256: b070222f7fc0044d4f4a01578a89461f47d317699ff9b9b0e23e7a0978f997d4
SHA1: 2f473cdc157546c62b589641c72c449c7d7173b9
MD5sum: ec431d7da7cb491939776402111c7529
Description: debug symbols for postgresql-10-snakeoil
Build-Ids: 421139c20080beec4c4d478b3e61272b754d3125
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-tablelog
Source: tablelog
Version: 0.6.4-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-10-tablelog_0.6.4-4.pgdg26.04+1_amd64.deb
Size: 20940
SHA256: 8f7fde879f4a237cc015cdb26284636f097cd84c8499d8c930d1e873ab5446fe
SHA1: a42a60a456c0b260748a67a9160acaf47d040c2c
MD5sum: 8209341c6e3b23b2c026d0d25f6f7c7d
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-tablelog-dbgsym
Package-Type: ddeb
Source: tablelog
Version: 0.6.4-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-10-tablelog (= 0.6.4-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-10-tablelog-dbgsym_0.6.4-4.pgdg26.04+1_amd64.deb
Size: 33644
SHA256: 7c8dd112811748fcd351af70a9837caade240da53931683f280f62b24f188f10
SHA1: 3d6ad37dfb96d5496455b0c8a5835a36928eb369
MD5sum: c6c666ed223ba99c9e4c95dc00916710
Description: debug symbols for postgresql-10-tablelog
Build-Ids: d67f4e0b9269040db45f5730e00af12c98ecd337
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-tdigest
Source: tdigest
Version: 1.4.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-10-tdigest_1.4.3-2.pgdg26.04+1_amd64.deb
Size: 23876
SHA256: 7f798be4fc2a54531bd8d481bc105cdf8d53469bd8a5ebfa6ecb972aa1e5f344
SHA1: d92d92d97f7d94960de6653745895648dc83f4d2
MD5sum: 68c213b48a3e96a23d7bd34482ee837c
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-tdigest-dbgsym
Package-Type: ddeb
Source: tdigest
Version: 1.4.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-10-tdigest (= 1.4.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-10-tdigest-dbgsym_1.4.3-2.pgdg26.04+1_amd64.deb
Size: 48992
SHA256: 1b0c79f137eeb1461a44874c54e94f4715dff2485e1942fb7df284f23f2c47e5
SHA1: 00bb53dfbd8de11653ac9af1af2f04819a4239cd
MD5sum: 9c610322da3be9a90b55ad2be8337bd7
Description: debug symbols for postgresql-10-tdigest
Build-Ids: b92365cd8090a8d1a13db86237da171345ded25f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-tds-fdw
Source: tds-fdw
Version: 2.0.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-10, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw_2.0.5-1.pgdg26.04+1_amd64.deb
Size: 34976
SHA256: 3e9c77c355253778e497e750a6fb93634c6879f3ed0fbfb5a1b976edb7252eb3
SHA1: fd2db6b29f946bb3cff2358cd2f1cba29631b728
MD5sum: cdc771d007f44d29cdd06e09e61a174b
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-tds-fdw-dbgsym
Package-Type: ddeb
Source: tds-fdw
Version: 2.0.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-10-tds-fdw (= 2.0.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw-dbgsym_2.0.5-1.pgdg26.04+1_amd64.deb
Size: 115844
SHA256: 7ca6bf10ca27ade9907925000aa659f67930f85e0a57227328f5810cfaf5fc78
SHA1: 00b99a839d62e395206a3bdd31eb9f5ef8f91c7a
MD5sum: 8f2856b3dda8ad3793e3886fdc285cc2
Description: debug symbols for postgresql-10-tds-fdw
Build-Ids: 1482eeaabc6daba958b7a9c4bb9322311973b3a8
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-toastinfo
Source: toastinfo
Version: 1.5-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-10
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo_1.5-3.pgdg26.04+1_amd64.deb
Size: 7164
SHA256: 06ae9b8520a3be701996a5367bcd2ec51a1c6d802c97ccfdd3e2aa76b5aec44c
SHA1: ad67024b0781d7d2ca34aecfbe2c738d039db6f1
MD5sum: ac9c023c68af55c7c09a3ff762e04ea6
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-toastinfo-dbgsym
Package-Type: ddeb
Source: toastinfo
Version: 1.5-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-10-toastinfo (= 1.5-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo-dbgsym_1.5-3.pgdg26.04+1_amd64.deb
Size: 10652
SHA256: fcafb5b9066d870c399b67b235ec3e9691c96cb2021fd1348bdb7aa2854bd8a9
SHA1: 0c9b8cb46bcc0a044637d3a9c2eca99374fd52e8
MD5sum: d7f2ef8bbf64dd7f8a3403b41b021475
Description: debug symbols for postgresql-10-toastinfo
Build-Ids: dcd58aa896fc0fd4479f663fc0067f293c29acc3
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-unit
Source: postgresql-unit
Version: 7.10-2.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 570
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-10-unit_7.10-2.pgdg26.04+1_amd64.deb
Size: 108644
SHA256: 0a8449092e43ef530efba3d8afaa0a0785dc0beab0905a119f92783c7daa3414
SHA1: fb33bfa7b356d80419bb8e6df813e217960e0231
MD5sum: df8e4248f63083c0938147ddd5d310b1
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-unit-dbgsym
Package-Type: ddeb
Source: postgresql-unit
Version: 7.10-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 109
Depends: postgresql-10-unit (= 7.10-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-10-unit-dbgsym_7.10-2.pgdg26.04+1_amd64.deb
Size: 61748
SHA256: 140f9603ab892ad9f56b6cd3e47d4abaf22babfc81c377aacd2eabef04ffc31b
SHA1: 814cb8b4cf138b283f7f77ba331531c46ec06a86
MD5sum: a425152be403af3f1426b463834704ba
Description: debug symbols for postgresql-10-unit
Build-Ids: e7271869dc7b3ffab190af85c6eb2044b18eed0f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-wal2json
Source: wal2json
Version: 2.6-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-10-wal2json_2.6-3.pgdg26.04+1_amd64.deb
Size: 19036
SHA256: 11a2cae80d26a2e43a0b1c685bfa5633398f8d298e7460ae01c4d866e6c84ce0
SHA1: 39ba500c55248bf49ab0a44df75dc5c0392cd8d2
MD5sum: 040398d3887681d50fa9d4135e13ebf1
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-10-wal2json-dbgsym
Package-Type: ddeb
Source: wal2json
Version: 2.6-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-10-wal2json (= 2.6-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-10-wal2json-dbgsym_2.6-3.pgdg26.04+1_amd64.deb
Size: 54056
SHA256: 5c69be8c8cb12dc9deaeb7551ccd0bf1f2c559a8961cec8ce6a77b3eb8e55dbc
SHA1: e9441194bfa19c0bba48b94e824990f1131413f5
MD5sum: 2713410d939efee46e7e67a75f5959bd
Description: debug symbols for postgresql-10-wal2json
Build-Ids: be7884309c77893f95e2e98a5d978bc2c0565d00
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11
Version: 11.22-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25583
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.22-10.pgdg26.04+1_amd64.deb
Size: 6037554
SHA256: ebba2da2380df89d70c922dd0fca0f79e761df16c6ce30f31ac536dc70e3129b
SHA1: c8ecd8286fd911b3c2880a93533cfe0c53904583
MD5sum: 32a73388160718ce2190d87ec89641c0
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-asn1oid
Source: pgsql-asn1oid
Version: 1.6-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-11, libc6 (>= 2.14)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-11-asn1oid_1.6-3.pgdg26.04+1_amd64.deb
Size: 6592
SHA256: 9ff931a2a187240471299b2ed4e6d8b0a39b8ad73c169f69f1b6f22e89a61e5a
SHA1: 4ede530698e60ce7b3d59d8fc9004041c38e6bad
MD5sum: 5bc76c64f5dfcd88650a341311b88104
Description: ASN.1 OID data type for PostgreSQL
 This plugin provides the necessary support functions to store ASN.1 OIDs in
 a PostgreSQL database.
 .
 This package has been compiled for PostgreSQL 11.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-asn1oid-dbgsym
Package-Type: ddeb
Source: pgsql-asn1oid
Version: 1.6-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-11-asn1oid (= 1.6-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-11-asn1oid-dbgsym_1.6-3.pgdg26.04+1_amd64.deb
Size: 8700
SHA256: 7bd44d6f0325c6ec03735e5238b92680203815cf299b4533ca19b53df38b7e0e
SHA1: 45dd46a09fe1dba437e9828e2eb433581f9334f0
MD5sum: 8619324fdba666f07bf7284e4ecf878c
Description: debug symbols for postgresql-11-asn1oid
Build-Ids: 847832436fe72462d8910f75791f8d1f79ff701f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-auto-failover
Source: pg-auto-failover
Version: 2.2-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: pg-auto-failover-cli (>= 2.2-3.pgdg26.04+1), postgresql-11, libc6 (>= 2.38), libpq5 (>= 8.4~)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover_2.2-3.pgdg26.04+1_amd64.deb
Size: 51912
SHA256: 687eea7dd2431a2925485c224da63a9e128764326f399b8c4705cbf5b5cc2422
SHA1: e0d0530aba7e9588192c4a8069d924d0ac3f835e
MD5sum: dc7c5b5ad9ca41159814770f43072b16
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-auto-failover-dbgsym
Package-Type: ddeb
Source: pg-auto-failover
Version: 2.2-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-11-auto-failover (= 2.2-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover-dbgsym_2.2-3.pgdg26.04+1_amd64.deb
Size: 132512
SHA256: 12fde6c59bcf718344276ee0b609f79352bec8b552ec51b066853e8c11b992c9
SHA1: 0324d47702c7173141c73676003e244786311144
MD5sum: 7db76e4762c3905b09cb9156ac7028b1
Description: debug symbols for postgresql-11-auto-failover
Build-Ids: 0ba7a65e6c8a1a74c03635b48380f18ed9a3fd7c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-2.pgdg26.04+1
Architecture: amd64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 31
Depends: postgresql-11, libc6 (>= 2.10)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-11-bgw-replstatus_1.0.8-2.pgdg26.04+1_amd64.deb
Size: 7488
SHA256: 231a391425f72421ecbffd5b19e0c8a6a6f5b9b2660060a4ab290dae581a2ffb
SHA1: 2c9ace48f696c6ec7781102a5bee57b52eaacdd7
MD5sum: 8b048759fe4dd1944aa31c6a0af5792f
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-bgw-replstatus-dbgsym
Package-Type: ddeb
Source: bgw-replstatus
Version: 1.0.8-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 28
Depends: postgresql-11-bgw-replstatus (= 1.0.8-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-11-bgw-replstatus-dbgsym_1.0.8-2.pgdg26.04+1_amd64.deb
Size: 8800
SHA256: 29c3a8add454b474c2c05f86b97c9d615d3b9bb00a79a219dafbc71d962ab4d0
SHA1: 7261470ae7c61a4cdb3d0715e9c608e56727d0f3
MD5sum: e1bcd6af767a8e2db7cf6813d78ab09b
Description: debug symbols for postgresql-11-bgw-replstatus
Build-Ids: 41cbc543bd5490695b8ec0fe432414913fa297fe
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-cron
Source: pg-cron
Version: 1.6.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-11-cron_1.6.7-2.pgdg26.04+1_amd64.deb
Size: 33828
SHA256: c31b0610845fb5b2481d4fe8674b7d6ac01289ec141bbf17418a837d92c9595e
SHA1: db67bb46408ce82dcb42bc429b167b80062bb3b6
MD5sum: 65cc9e2e00db66e29945bd63958e20cc
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-cron-dbgsym
Package-Type: ddeb
Source: pg-cron
Version: 1.6.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-11-cron (= 1.6.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-11-cron-dbgsym_1.6.7-2.pgdg26.04+1_amd64.deb
Size: 97284
SHA256: 84e18355152c8e839ce444d9dfcfb7d9c6b62979f1b4d8f5de9a0543a94797c5
SHA1: d0a8d1e75f7883cb7b04267ce8b40d402d4c589b
MD5sum: be00d65ffcd34d83900f6da51f4bcd89
Description: debug symbols for postgresql-11-cron
Build-Ids: acd790d1a8073ccff4b60805f7058a1b5af793be
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-10.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21198
Depends: postgresql-11 (= 11.22-10.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.22-10.pgdg26.04+1_amd64.deb
Size: 13769910
SHA256: 98fe7298b8112f41f82a55a55533158fa5a49a5c6cda3e31f7a435d37890726c
SHA1: 3a1354b318342d177027ad997bfa65351f071b46
MD5sum: 21666af0bebf065c5f9a0e850dbbc75b
Description: debug symbols for postgresql-11
Build-Ids: 00700d97b03c28b2914a49d6c8b82af3e0aefd97 023f2ca8a21eaf53afbbf06e8ffeb64fe554fe68 02628329cb10e6c2c23982d7bc27614a79fbf378 0a84f91d3670b33616f0be25ad7df3e63f491865 0bd16a758d5d01462c5981ffe963b43fdddf3fdd 0e769132d2acf55d97b803c6f569c7a39d0902d1 1c44525f0cdb2c532ea36ebc09d0ac30ecf25b39 1d10407c5e1baf8e24d7b6a8e83d3a14a37e4aa0 1fafd6cfb8ee2fe6738b6ef3e691e59a3c6dc4fb 20c88f57d07476e97777f52d4c88d017643cefcd 2151e2e3840bcd40b6b6e1b1e6941974d211eebd 2225eba8729d21cf5b7f95e5e09d42ca3704a2c9 26c6148e02118cd1559b10b5849c5cda77ee7f1b 2f560e7d0b0ab108971d49fcce5f158dbb2f512e 2fc658591b56155be5d9822941181c1e8c8665d7 31c124c0832041db851eddf390733b636bd1cd13 354f6aa1160685b871bc10a8a807c94b483ee7fd 36001f17e2cf6795f17e3f0e99925ebc997d67e6 3aa5588d3183869dbe0312f4d1d6d68a823d7327 3aa7c2cbad55bad9e463ef1047ec821cc440f2ac 3d70d2c8f78054b332984249760d61e135b90e2d 3e59ad32cf401f5c0510e1122d1bf7d97bfc6a2c 41e572c5937981a604a2bfd88e05d8d2cccae321 423e163d536293140a57f0ad674e2d097fef7a5f 47eb41fcafb8dced1780726933fb639c071f59bb 4bc9cabbfa590f0aad41e702784fe9648723dc17 4fc2c1d9f23f93abae3e0aa20c3480a74947fd9f 5382226942c3ee9e9e3c6d6d4e3659e96890af37 5793cffacac9ff01efc25700446114b3cf7a922c 5c35c6390225f4b7fdc8226671909e781067d23b 5d70e0a79b7c2c29efcf5f0e01234f1c09ab12e4 60c9a1fb0d4387d732c1465e2a22e0f31ee4be00 66f7d0e7fdb28128ee2dec5cda826671754da498 6732a76084763ebd8c9a78c6c523af175ea5109a 68926cc720803c021979571928d2e0d857eeb7a4 6d864920fc7702a2a3dd70746d45dcf2f9c4c5e7 6e14c376f6922f0eca6bf71915ddfbe52a39ed7e 72b35cc490198a1fe915e74933a0f9eaa5fb1c60 75cd7b350a766ab2977899bd674d59eda767b01c 7849902efb788dddad3f3df2c27eac10e2155d39 7ddc286870a23df22dbb67dc0c427dbb4a3f1203 80bc0dd1b5a8961cc3cd9d32d9ff1aaed238a153 8365e887081424ba56a3bb2d877c7c6964eee363 895b5d40965b8a9a0b73fb6af5d2011e0da22d40 89cd74e6f1f154489ad4e356ff7e73e7cb920de7 8f02399980cea3e65060deed6839632904f52313 91fe039b62360b35df4575cb9846825b9933af25 92055241700d1409b44cdb18aff50ded813cd057 95db33e9280cba85f594271e44b1343b57cdcf84 96f2f9902ad484755a48957014488e69d70e867a 995b7632750d5d7f632748dc5f607584ab96b1f3 9f6ff2e2b21295b758819547d1d8ea18e3c4b852 9f8027aad3ed4cb238ae8d36fc31e91a6eb94e9f a1daf6ca523ff024026b1fa5fe67c2310325d905 a382342af7dfa42efaba2e89b28247a90494c6bf a5af9f8892fd50dbff3ab2e358b6985399d09282 a6c92a26e01b3c80c8bd4dfc1644344bd7de24a1 a8c30b1e67289d131807ba0a432e82343a0aed7a ae52c24b6219bddb1115b2e81c76a2b72c570d76 afbc78dff35b25f33aa4a25b3404485d97f76ca6 b2c2a39509371c42fcfa006a3284817b81b1863a b4a7c85ad2ab5dea7e07d3f2093635e0ed515056 b5ef71decd970b4106a38fcdbff1d01fa73206bb bbda3ce88828bbe9a565733e1365c02a51fcfa7b beec10b6f457f7431d60bc90208cfabc378eb3a2 c26dfe7c45c98d4ab438bb8cfd376e2866d72802 c4f7be46d1e04ad04fc4ad8b66197861e0f3f4b3 c6589aaf69e98b79c62be90509c36fc6fe7c02b9 c808e63590017fa4cdf9a5724cb4331438f288f4 c855fc599e441bee43f2f0999a89c999c8d62e5d c90c3e4023d8b35d90795c07caffe1c274cd9320 cc73a384a1ebe15494efe67f77ee08295f8ce442 ccfcfb0d9dc903e20dc8c162072b26daeb01647f cea7515aa789954d12b451463a96c60509ad0546 cf9f114609a5b9cc9c0cf13bc342d6c3019006ea d28ee0d49c4d4b79629e0ce221a2fdd0dbcfbece d3c4a7515511aa38b76d402197d67d631b172af2 d90cd482c4f9f2b7c077c534712b1ebb67bce038 da4491ad665100b8686e9fa1405d157310ba818a db5a27462d9ed168ae0c905ecb41261249ad0124 e3c366483952d8034c509824cf4a81d2203c6424 e4324238828655d5439d2a1496e42b4aad073958 e70f1471d5ee4427ae3e676ab9abbd605dfaec0a e9762e48fe6530457afb1d9edc3bf6029b3ab118 ea3d9d1e1b774c093b5f32e99b1d49f900aaeb8e ec4aa864dfaccab986b7fb1a99cdd1200a5d2c17 ec566593c1aa86d73b4a16d2da6800673ded6b63 f18432ff9bfe348e2ef981737353f94725aa38ea f2068d9be5bb601a09e436d0132392a2eb79e8d1 f223219707a0e03745bb29a3c579a47c90098a19 f28a6368d6f45af6c11aa6069fc90e48dbad78b8 f6d9f92de9191834aa18d8795c0d3f5e643a533e f77364c841b1f6b2405047e988a2995b321e82fc ff52a6559aceb16f9c2809340f713351e557e9e5
Postgresql-Catversion: 201809051
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-11, libc6 (>= 2.14), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_3.4.0-1.pgdg26.04+1_amd64.deb
Size: 15188
SHA256: a60ff52e29f3ef92ef33eafea3b352e5676577ce0c5671019c37e48cb3edfbf9
SHA1: 7361aff238b4c4373ccc9a593888cf507d8822fb
MD5sum: 9c1dc9277de65a1f9bed24f55895e872
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-decoderbufs-dbgsym
Package-Type: ddeb
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-11-decoderbufs (= 3.4.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_3.4.0-1.pgdg26.04+1_amd64.deb
Size: 39244
SHA256: 26e73aeab9da3466e7b0c5d7db1e9504696002f3a15ec4a0bef5ef7291c2b8a1
SHA1: 9142e796729503bdbedcbb05f4fcb7f307299eba
MD5sum: 5abe5573eaae5006359213734545ff41
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: e8a2048cbc708c287d63aea21ff454013a956d7d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-dirtyread
Source: pg-dirtyread
Version: 2.7-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-11, libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread_2.7-3.pgdg26.04+1_amd64.deb
Size: 11152
SHA256: 3880b2e2d5dabfb5c493b75293d3ba882d2730ede9e7a9fd148589ce33ddddf8
SHA1: ff31c8bb0ef4c8d7a6da8e8a57800bba7b442cda
MD5sum: 25e447da479225dd6f7f42262f9d8bf4
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-dirtyread-dbgsym
Package-Type: ddeb
Source: pg-dirtyread
Version: 2.7-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-11-dirtyread (= 2.7-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread-dbgsym_2.7-3.pgdg26.04+1_amd64.deb
Size: 31848
SHA256: aa5e8cc45fbd1cf978e33153457e597ffeeb48f90367a5ce77017678dec2a351
SHA1: 355d990321fb5db496d174a9c284fd19374090cd
MD5sum: fd717ca8387a42712a2e95eb8eebf402
Description: debug symbols for postgresql-11-dirtyread
Build-Ids: 0e49b935176fed58d658a3dcc76cd0ad315921fc
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-extra-window-functions
Source: extra-window-functions
Version: 1.0-7.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-11, libc6 (>= 2.4)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-11-extra-window-functions_1.0-7.pgdg26.04+1_amd64.deb
Size: 8040
SHA256: 7d04dae533a79405aedf5031d28445388d8bd5072fe3fe268abbd453d5d4a566
SHA1: 1abdb4163de720783dbb6cebdbe9bbef5e349cc8
MD5sum: 23cc012ddc1ae359c080c4e885fb2b7c
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-extra-window-functions-dbgsym
Package-Type: ddeb
Source: extra-window-functions
Version: 1.0-7.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-11-extra-window-functions (= 1.0-7.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-11-extra-window-functions-dbgsym_1.0-7.pgdg26.04+1_amd64.deb
Size: 9852
SHA256: 6bdee8784a22a8995a09f7220c28af2c526862dd91580ee33d5a8a65603980e7
SHA1: 72f31f9c4097cf2c75bf522a87c90e6c9a261671
MD5sum: fb74998e77611b1de2c33d11aca9f1ff
Description: debug symbols for postgresql-11-extra-window-functions
Build-Ids: 5bd7db178c4829bb0a75c5c9607504bacf13ef1d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-11
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-11-first-last-agg_0.1.4-4-gd63ea3b-9.pgdg26.04+1_amd64.deb
Size: 5892
SHA256: 8bc5449c02d1e1d274564094f70992899709cc9f2a3a7a965f27028f71771269
SHA1: 765793a946cdbf6ad4871e6901d8879c71102fbf
MD5sum: e7448bea3409f1c19f12d66646860ac9
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-first-last-agg-dbgsym
Package-Type: ddeb
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21
Depends: postgresql-11-first-last-agg (= 0.1.4-4-gd63ea3b-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-11-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-9.pgdg26.04+1_amd64.deb
Size: 4220
SHA256: a529c5b3f8ec38e43d1f7af81378ae40c2fa0eb119e028fe516640b014d79c00
SHA1: 667afd2c980b267f6b9bcc0041527984455c40a8
MD5sum: b86276ea4c61928e38478c0f956ddeca
Description: debug symbols for postgresql-11-first-last-agg
Build-Ids: 1155979c9de23979118c4c27096b6f1db80526f5
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-hll
Source: postgresql-hll
Version: 2.19-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-11-hll_2.19-2.pgdg26.04+1_amd64.deb
Size: 36352
SHA256: f66457fc2c5b115bad25e7a7a593b4bc8b8beb229a56ef68b201d0211a65ce45
SHA1: 7cd3e01243e5ab6d2945f13b25b2c7beb17248f1
MD5sum: 2f66495e5fe257dacfabfccba845d85b
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-hll-dbgsym
Package-Type: ddeb
Source: postgresql-hll
Version: 2.19-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-11-hll (= 2.19-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-11-hll-dbgsym_2.19-2.pgdg26.04+1_amd64.deb
Size: 84772
SHA256: 4cea4fc4b422b0e30370051848ad9219b11ec206c4cefaf0d36273a390a8d27e
SHA1: db050cdc0067ab929e6923f3ee6335820ccadc1d
MD5sum: f4f66577c86d16cee1901ffe3cbe5a95
Description: debug symbols for postgresql-11-hll
Build-Ids: 7d99e050e8d64566fb94a0d2b37dc6e4f3e9552e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-http
Source: pgsql-http
Version: 1.7.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-11, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-11-http_1.7.0-3.pgdg26.04+1_amd64.deb
Size: 20904
SHA256: dcec4b93013fcbc8320b555d1edf6c8e0ac87153b93d95367b34f02d4063125a
SHA1: c1cbc326d73386d93262854418b3369d220945ea
MD5sum: e02402f8ef2e665ac1f3af3faf6bf2cb
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-http-dbgsym
Package-Type: ddeb
Source: pgsql-http
Version: 1.7.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-11-http (= 1.7.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-11-http-dbgsym_1.7.0-3.pgdg26.04+1_amd64.deb
Size: 56712
SHA256: 979c249bd94b4ebbc86a868006568f56b729528e2f975f6bc53666eb9bbee5f1
SHA1: 50507889d5bbc585dad62e7c1d00a28c76a39eb5
MD5sum: c8d61c226687acace65fbc6faa2ae6a8
Description: debug symbols for postgresql-11-http
Build-Ids: 5bcb6b7881d96498c473fa543f552de18d2c09b1
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-hypopg
Source: hypopg
Version: 1.4.2-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-11-hypopg_1.4.2-2.pgdg26.04+1_amd64.deb
Size: 24452
SHA256: 760539ae32ccaf4d1eddc4016648fc1bdedb2be8dc3c4e13a34b50f084ced9ff
SHA1: 229d1860bb104d563620e96bdcae8b8b93b2f23e
MD5sum: f0fcbd3751f220d51f943a8fa4c5be35
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-hypopg-dbgsym
Package-Type: ddeb
Source: hypopg
Version: 1.4.2-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-11-hypopg (= 1.4.2-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-11-hypopg-dbgsym_1.4.2-2.pgdg26.04+1_amd64.deb
Size: 75660
SHA256: c262473d30bccadf1fd5e24cd1560951bd1671bcec25ef0d3c8d2495915bf9cc
SHA1: 87f9cb96ab478e7fcd4459b455c88e22d423432b
MD5sum: 3afeeec3687e0c889279f3766fe133d6
Description: debug symbols for postgresql-11-hypopg
Build-Ids: b379e0d1d02f983e561c496ccfb33e53194ba44d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-11, libc6 (>= 2.14), libicu78 (>= 78.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.10.0-3.pgdg26.04+1_amd64.deb
Size: 38676
SHA256: 9543056d5a4d35a477e654f8d99a131473f41a2c2407b52f33c62a9934539095
SHA1: 23505c49a3862bb2654be4e16fafb30fb1dd76e5
MD5sum: fe75297744f051146f618b69e1eb9c0b
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-icu-ext-dbgsym
Package-Type: ddeb
Source: icu-ext
Version: 1.10.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-11-icu-ext (= 1.10.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.10.0-3.pgdg26.04+1_amd64.deb
Size: 94592
SHA256: 45b6895673fd0a3d8b9ff4afd4c5192ba01d9e9332c90ee54d234f53ee5e1b6b
SHA1: 2f2b17c245d6024af8c009f71ca98b4bdaf8afc2
MD5sum: 787ca4403ad23ddd6afaa72ef9038673
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: a624a10fc9d8619ba19d5cc04108b17876320faa
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-ip4r
Source: ip4r
Version: 2.4.2-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Depends: postgresql-11, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-11-ip4r_2.4.2-4.pgdg26.04+1_amd64.deb
Size: 69300
SHA256: 8f3d6ce73bb5263f2cf3a4776daefc68e25d214897ada44ccaf7e0a4ab392be6
SHA1: e7cb63f05d21edee488fb70af48c098b3acea5ba
MD5sum: 31588e2c8d80d80a229eae9303f4d0f1
Description: IPv4 and IPv6 types for PostgreSQL 11
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.2-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: postgresql-11-ip4r (= 2.4.2-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-11-ip4r-dbgsym_2.4.2-4.pgdg26.04+1_amd64.deb
Size: 182576
SHA256: 0002e4976cbe6b74e8bd4c22fda231fcee5054e9314d7c6773d992415fdd642a
SHA1: 889f04a0e51f746c107492a5ec703c52ba5fcaab
MD5sum: 7534a4f66adb5f710544a41def9fd225
Description: debug symbols for postgresql-11-ip4r
Build-Ids: 3b11694b2dec3cab057929cee47f9845d7ef59e6
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-jsquery
Source: jsquery
Version: 1.2-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-11, libc6 (>= 2.14)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-11-jsquery_1.2-3.pgdg26.04+1_amd64.deb
Size: 44280
SHA256: 77360f2f2b996c23f6ec356dc5263c668802a85de9d28508098d73c076b6749a
SHA1: 59bc4ab76bcf7501f26abf996bf921bfe067ea7b
MD5sum: d1013e6946e1d19e68c9830fe1ea921a
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-jsquery-dbgsym
Package-Type: ddeb
Source: jsquery
Version: 1.2-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-11-jsquery (= 1.2-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-11-jsquery-dbgsym_1.2-3.pgdg26.04+1_amd64.deb
Size: 98176
SHA256: f8b8cdf95644dd5a1ccb923c0b287e232175fc45de01668de0f4f713f6c5c324
SHA1: bf11c35235a272a50c656df3d79b6651193a8769
MD5sum: 1917bca8d31dd8539bf7ffc172467c76
Description: debug symbols for postgresql-11-jsquery
Build-Ids: 9b20321496f40b74e4d25cc9e2d85ffdc25fe7ce
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-londiste-sql
Source: londiste-sql
Version: 3.8-7.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-11-pgq-node, postgresql-11
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-11-londiste-sql_3.8-7.pgdg26.04+1_all.deb
Size: 20812
SHA256: fbd4d1eef3a8f62e5a78f5627c51c53c988dbf34d0b9835e39e8869bf1771ded
SHA1: 2f69534b3aad8aaccb4e11177ead714145a365db
MD5sum: 6c97387f8e31f068ba26c5b38df3fbde
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-mimeo
Source: mimeo
Version: 1.5.1-20.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4468
Depends: postgresql-contrib-11, postgresql-11
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-11-mimeo_1.5.1-20.pgdg26.04+1_all.deb
Size: 110244
SHA256: 58c6b3c7f3ce4ea3edcd7ded6470096e824d385ca88ed54d0bbaf55977b9aa91
SHA1: 349f19831b0b2341234035cfb21af545f7d7387b
MD5sum: 5f9b877008598a1fb0546fba6f72f9a4
Description: specialized, per-table replication between PostgreSQL instances
 Mimeo is a PostgreSQL extension that provides specialized, per-table
 replication between PostgreSQL instances. It currently provides snapshot
 (whole table copy), incremental (based on an incrementing timestamp or id),
 and DML (inserts, updates and deletes) replication methods.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-numeral
Source: postgresql-numeral
Version: 1.3-8.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 104
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral_1.3-8.pgdg26.04+1_amd64.deb
Size: 24520
SHA256: 39d1207f14f891caeeca0293c441be2c8e17050dfd18978cf97f14d4f0981994
SHA1: c34d73f7666e38c3e1c26a45c1f36dfce5969045
MD5sum: d6efaecdf9864bd62055af54ba5e8b84
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-numeral-dbgsym
Package-Type: ddeb
Source: postgresql-numeral
Version: 1.3-8.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 92
Depends: postgresql-11-numeral (= 1.3-8.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral-dbgsym_1.3-8.pgdg26.04+1_amd64.deb
Size: 45312
SHA256: cb7b125386e712b8b46c634231d4dc7c016371238c488b80fb34fd46eabcd5b8
SHA1: b5a41a8650f75340656401796d1d5f48a7994856
MD5sum: ec1a7076522a4037586c7ec6ad70d223
Description: debug symbols for postgresql-11-numeral
Build-Ids: f38032124fe2735c9f797d93aecc2a05ed0300fa
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 132
Depends: postgresql-11, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.7-2.pgdg26.04+1_amd64.deb
Size: 35336
SHA256: 789a8af17a8b24d9426c40dc4ee74f6a15773795f422efc83863c7f0c0e5270b
SHA1: cd9dfdea3311959827bcf250331c64053f75231b
MD5sum: 6f6380f5668d5452fcfe73a3ad4e465e
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-ogr-fdw-dbgsym
Package-Type: ddeb
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 191
Depends: postgresql-11-ogr-fdw (= 1.1.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.7-2.pgdg26.04+1_amd64.deb
Size: 128528
SHA256: a4f2e75d0a2d660a81000633d2891630347a6f27254e6cb3884d89451a3b73ce
SHA1: 0f4c48848c079d5b014616132ac1fef9403fbebd
MD5sum: 56a291a98a2cd89cbf8dc8a9e4d09bd7
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: bfd584d4498ae96fe37f927d3a758b3bde7c438a d030c081673d2b008a9b563dcd071d44d68856a3
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: oracle-libs, postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-11-oracle-fdw_2.8.0-2.pgdg26.04+1_amd64.deb
Size: 77204
SHA256: c94622a524b577d80701038fba07dbfbbd2e4e3372964268e5c2b475cb195319
SHA1: a9a1893243a4774682baf924bf15068977d0b492
MD5sum: eb551ede46432d98f379bda3256368c2
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-oracle-fdw-dbgsym
Package-Type: ddeb
Source: oracle-fdw
Version: 2.8.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 261
Depends: postgresql-11-oracle-fdw (= 2.8.0-2.pgdg26.04+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-11-oracle-fdw-dbgsym_2.8.0-2.pgdg26.04+1_amd64.deb
Size: 179632
SHA256: 0fd3eb34e01db6dc7707dae3169f64831eaa7f9f904e0a549caa64ce668bbd36
SHA1: a9ee523bcb9475ad1b8abc9388c247467972791f
MD5sum: 654ddaa87f29faee43be88d1b4e04e81
Description: debug symbols for postgresql-11-oracle-fdw
Build-Ids: a8ff04ba277a99569ea2e34f60209dd37d21277a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-orafce
Source: orafce
Version: 4.16.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 596
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-11-orafce_4.16.3-1.pgdg26.04+1_amd64.deb
Size: 132540
SHA256: dfa46a670b59921ac66aff2b922db7a591b17d988767cb18ca4745923590fd62
SHA1: d2245b99ae08dcf735f1185a2cab77d223c5aa33
MD5sum: e6403248d39a9bf260a42f3d7eb05388
Description: Oracle support functions for PostgreSQL 11
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: postgresql-11-orafce (= 4.16.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-11-orafce-dbgsym_4.16.3-1.pgdg26.04+1_amd64.deb
Size: 287320
SHA256: 677ba947f527a92db57b0d7e2e5bb952488058ff2d707550182939e608b8d8b8
SHA1: 6e55408093a8ddb4ff95cd73356cb5b997bccd8e
MD5sum: e448523317ff7df90791dfa0a263ef65
Description: debug symbols for postgresql-11-orafce
Build-Ids: 0d29cf874917594a14b1eb6d8fe2bd2034afc6c6
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-periods
Source: postgresql-periods
Version: 1.2.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 523
Depends: postgresql-contrib-11, postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-11-periods_1.2.3-2.pgdg26.04+1_amd64.deb
Size: 33820
SHA256: 11f4fb72fc601c1a3831dac137eca51429420d97846999cf9441854d0e084939
SHA1: 61b3973c7ba8fe2546579ee5407680630ef6c54a
MD5sum: 8108827162a5a186018404a381996336
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-periods-dbgsym
Package-Type: ddeb
Source: postgresql-periods
Version: 1.2.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-11-periods (= 1.2.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-11-periods-dbgsym_1.2.3-2.pgdg26.04+1_amd64.deb
Size: 27608
SHA256: e7b8f315c9badbe36f42967af9d134f759ec06a907030d1a4d2872f4ac7aca83
SHA1: 9ae3279db644f526682f3b3818f96ed90188a7a0
MD5sum: 9a6128d1e59c6cbe576ce774439a9e1b
Description: debug symbols for postgresql-11-periods
Build-Ids: ab6cf794ca9cdcfa7d75be12deb4248ea73d4642
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck_1.6.0-2.pgdg26.04+1_amd64.deb
Size: 29308
SHA256: 153f5a18811483876ce82533273107450385a0cc48bd467440e05db833a63912
SHA1: c89c76d21b0cc4e9c04781c9e38cd64721d0c268
MD5sum: 0fcafb207262fd360e2eec03cc4a2a00
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pg-catcheck-dbgsym
Package-Type: ddeb
Source: pg-catcheck
Version: 1.6.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-11-pg-catcheck (= 1.6.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-11-pg-catcheck-dbgsym_1.6.0-2.pgdg26.04+1_amd64.deb
Size: 42700
SHA256: fc7a5de50d570bd3043989cf7dde41ae0638de1fe950e78bb87222e4044a0168
SHA1: 196fcb6d09d6b1db5a435d6d5834fe9be171eb41
MD5sum: e4e9b4ae972e7465a73b2c3b7857d675
Description: debug symbols for postgresql-11-pg-catcheck
Build-Ids: 022709e6576beb3c5b5889c3094594c78abd02e2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pg-crash
Source: pg-crash
Version: 0.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-11-pg-crash_0.3-2.pgdg26.04+1_amd64.deb
Size: 6308
SHA256: 4f0392403b0e3001d3920345b4f8eb51034f47aba3a8d04da4b0a8668b7e90c4
SHA1: c589fa48bde2481b199c6b2f948491bbd39f0f1b
MD5sum: 56e6b203b691698250f1a8d684eb3a34
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pg-crash-dbgsym
Package-Type: ddeb
Source: pg-crash
Version: 0.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33
Depends: postgresql-11-pg-crash (= 0.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-11-pg-crash-dbgsym_0.3-2.pgdg26.04+1_amd64.deb
Size: 14968
SHA256: ac194eaf45438bc1cca823d5e609d9599080890348e7404337f937a8e01fe187
SHA1: a86ebcb930ee16e36c8cf250a8a8db7d067dc25a
MD5sum: 18a6c4052484dc47f9e8c55264ada931
Description: debug symbols for postgresql-11-pg-crash
Build-Ids: e36d18c2d4de9c63c2e37cf53c45383091667865
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-11-pg-failover-slots_1.2.0-1.pgdg26.04+1_amd64.deb
Size: 16852
SHA256: e69e25dc4779c36f5656bd84f47714410bf426aac1758d643908125fabffa6b6
SHA1: bb71f458612ec53c092b8dcfb1b74ddf35e941a9
MD5sum: 4e1ac5556fbaa35b86fed9298f8873f9
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pg-failover-slots-dbgsym
Package-Type: ddeb
Source: pg-failover-slots
Version: 1.2.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-11-pg-failover-slots (= 1.2.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-11-pg-failover-slots-dbgsym_1.2.0-1.pgdg26.04+1_amd64.deb
Size: 40072
SHA256: cd3f60db357486fc5b882f164ac2e45dd7ce32f4b9d99bef111ffc210f51db17
SHA1: 0e35e8657144366dfef36af42e2846e8f50f1d9f
MD5sum: 32a3c2126fdb768ed605869535c8cb1c
Description: debug symbols for postgresql-11-pg-failover-slots
Build-Ids: 1ee2538474d6cc5122a920acff96d465331f2de5
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pg-gvm
Source: pg-gvm
Version: 22.6.11-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-11, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm_22.6.11-2.pgdg26.04+1_amd64.deb
Size: 20160
SHA256: 2ff19e1e63834e6a2b3ee25bc267106b5d097aa116e2170e6f00356d7467e140
SHA1: 4a150cb30e4364a6c9860e766d71993c57862bcd
MD5sum: 7c02b55cea36bcf3fcb2f8c6d6b69308
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.11-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-pg-gvm (= 22.6.11-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm-dbgsym_22.6.11-2.pgdg26.04+1_amd64.deb
Size: 27124
SHA256: 581804ce6eb05723da4b8bec6a5fd28722ecd13c174ac6ce48b1a720ca66166b
SHA1: 3451e1d01cea64f497fa61e6af22bb8cd15f3b14
MD5sum: 08f95d18c95093fd6be0b2d809d5bb7b
Description: debug symbols for postgresql-11-pg-gvm
Build-Ids: a450ff73a57171b8b4e5c2ac21ca3edc81d99d30
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pg-permissions
Source: pg-permissions
Version: 1.4-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-11
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-11-pg-permissions_1.4-2.pgdg26.04+1_all.deb
Size: 8264
SHA256: 4a73a4461b32dc90072cd18ef44e8cc66a6a433417531b211bbf16c53f8626cf
SHA1: a87902ac2cdbb85fbd02834c1892448b14995c8a
MD5sum: ca2c142952f4990e35693104263f558a
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pg-qualstats
Source: pg-qualstats
Version: 2.1.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: postgresql-11, libc6 (>= 2.14)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats_2.1.3-1.pgdg26.04+1_amd64.deb
Size: 27892
SHA256: fb719166e1252bd1839f2319497ea69f5999ad6bab52cbadb0cc0ce7b7ea06d2
SHA1: 84173c6e08011e98d9870898af365c07e2d34f3b
MD5sum: 9ee59de9c7e89f7c195624735745f916
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pg-qualstats-dbgsym
Package-Type: ddeb
Source: pg-qualstats
Version: 2.1.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-11-pg-qualstats (= 2.1.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-11-pg-qualstats-dbgsym_2.1.3-1.pgdg26.04+1_amd64.deb
Size: 58396
SHA256: 2c042f5dfc8bbbf03e5bb58e85693f6196e3ea7ebe0b6bace5073e7bb9710a80
SHA1: db0799a036aa21c9c4b94537b442f99941a014f8
MD5sum: e206b5ea013a0b1f95d5d5d47c02d9f7
Description: debug symbols for postgresql-11-pg-qualstats
Build-Ids: a96bafc68f61be3bdd25b201bf23ebf309174911
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pg-rrule
Source: pg-rrule
Version: 0.3.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-11, libc6 (>= 2.14), libical3t64 (>= 3.0.0)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-11-pg-rrule_0.3.0-1.pgdg26.04+1_amd64.deb
Size: 11704
SHA256: aa4b28380face7078ac182a3b4fc92fb27b17f52cd2cf7ab6ab314cbd91d28fa
SHA1: e7c60c832e62129c518c76bab4fc83973c4b1e15
MD5sum: 7a53d9df59699a767395507c857e7e0b
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pg-rrule-dbgsym
Package-Type: ddeb
Source: pg-rrule
Version: 0.3.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-11-pg-rrule (= 0.3.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-11-pg-rrule-dbgsym_0.3.0-1.pgdg26.04+1_amd64.deb
Size: 20760
SHA256: 64f3755d859757991ca818a4c7e7610e9302ef3e9c0d30829c5b5e591dd501cb
SHA1: 8f81aeb5aefd38957fec163f0261a3932e99c6a3
MD5sum: 13d2775b77a3a5073969271baaa32a1c
Description: debug symbols for postgresql-11-pg-rrule
Build-Ids: e029fe0dde11f22dc49751e71431bfcbc738310a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-contrib-11, postgresql-11, libc6 (>= 2.38)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache_2.3.1-1.pgdg26.04+1_amd64.deb
Size: 17116
SHA256: ea758f8b0e4b1b561e749e447b16135d50ca1cb440766ed8a048833624c8e42c
SHA1: b21d3b8853c106a6e007c58f2344e79f46086208
MD5sum: 1f988afaf3457dcd84b8c5f7617f361a
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pg-stat-kcache-dbgsym
Package-Type: ddeb
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-11-pg-stat-kcache (= 2.3.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-11-pg-stat-kcache-dbgsym_2.3.1-1.pgdg26.04+1_amd64.deb
Size: 35388
SHA256: 55056059a80e664b4eaf7b2c7150c9d08d2b3c4e442664a0c252b83fc8d4b461
SHA1: b488434f46d04290c22186f481f1516867ed8974
MD5sum: 24e7b3ea4a3fbab00441c4e7f25d45e4
Description: debug symbols for postgresql-11-pg-stat-kcache
Build-Ids: 3687e12abc4ef48f504d08102d7be29c107bc551
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-5.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-11
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-11-pg-track-settings_2.1.2-5.pgdg26.04+1_all.deb
Size: 9276
SHA256: f3e7d5de2d7287ea380ce8aaeb71c2c5700386d47a307bb2026a8dd6b41a5c44
SHA1: dddb742c8442ef37d58ec7bbcd57de990de2cb2f
MD5sum: f0c7dd54aacdd6b92b04d41de4395ce8
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgaudit
Source: pgaudit-1.3
Version: 1:1.3.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-11, libc6 (>= 2.4)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.3/postgresql-11-pgaudit_1.3.4-1.pgdg26.04+1_amd64.deb
Size: 20100
SHA256: 65cd6f51278ea98c12a620485e89750c813d751278d24184c64a8e326faf4ec3
SHA1: 95a3f3e76f841ca403f68086a950a7d5cefc113d
MD5sum: 165ce9dcdc73afc7d4a218b1ce761cbd
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgaudit-dbgsym
Package-Type: ddeb
Source: pgaudit-1.3
Version: 1:1.3.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-11-pgaudit (= 1:1.3.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.3/postgresql-11-pgaudit-dbgsym_1.3.4-1.pgdg26.04+1_amd64.deb
Size: 43928
SHA256: 2e1043db05d3ec2f008efaf33f5ce360416f33a752c5f5616775a0d580c01311
SHA1: 72bf643cc728d1ad2436318ab8c577238f8c8e57
MD5sum: 85c96a38f7a1d0cfb08e7d3996a9d2b4
Description: debug symbols for postgresql-11-pgaudit
Build-Ids: ad42778a7c49cce5b459ab5c51f3e4c68008999f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-11-pgaudit, postgresql-11, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile_1.7.6-1.pgdg26.04+1_amd64.deb
Size: 16728
SHA256: 22e326cd9f1d0ae8b76438f0857e0cba62d97ad9efa715853714ae4833929c7b
SHA1: b2b437015949c3a6e480d9707b86917b8a43561d
MD5sum: f7f7dbddd74e31543419fdd2aebeab1a
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-11-pgauditlogtofile (= 1.7.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-11-pgauditlogtofile-dbgsym_1.7.6-1.pgdg26.04+1_amd64.deb
Size: 39252
SHA256: fec314ec97823665ca2d3dcf4706235be7a2d4ff93ef34eb5e410d00be5fb45e
SHA1: f3486829af216b62a354e7c726057b2d541e679f
MD5sum: 20fcdfeb461c848f25e3c1bd0cdced74
Description: debug symbols for postgresql-11-pgauditlogtofile
Build-Ids: e8580747cfb3345e7c686b37cf202eacf442a7ce
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgextwlist
Source: pgextwlist
Version: 1.19-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-11, libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist_1.19-2.pgdg26.04+1_amd64.deb
Size: 13108
SHA256: 35482dc42d4b3fbb8f7aadf7d4d6a2c0e89e1299f817ed3ccab5c6b74b4a2e51
SHA1: ad2099a919dc17110e164bbb3c04408306636a3e
MD5sum: e1bc3bce474ce19d29f1a0316869b842
Description: PostgreSQL Extension Whitelisting
 This extension implements extension whitelisting, and will actively prevent
 users from installing extensions not in the provided list. Also, this
 extension implements a form of sudo facility in that the whitelisted
 extensions will get installed as if superuser. Privileges are dropped before
 handing the control back to the user.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgextwlist-dbgsym
Package-Type: ddeb
Source: pgextwlist
Version: 1.19-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-11-pgextwlist (= 1.19-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-11-pgextwlist-dbgsym_1.19-2.pgdg26.04+1_amd64.deb
Size: 45788
SHA256: dd0a5f818703072c0ea352500201c44dd7736c8175c36f3e7506e9fe54f7f19f
SHA1: c519251ae88e4e0e9ba07b3e2ff10052c22ed3c7
MD5sum: 388b5374711e70ddcb057b9bff6e33c1
Description: debug symbols for postgresql-11-pgextwlist
Build-Ids: 111a28bed802fe4178ea68dee3326b2a979216df
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgfincore
Source: pgfincore
Version: 1.3.1-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-11, libc6 (>= 2.34)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-11-pgfincore_1.3.1-3.pgdg26.04+1_amd64.deb
Size: 14092
SHA256: fbde8fc7921e43393abdc005762f32b2c2dcf46cf274077c3a50803194d2d6f6
SHA1: c7d77917a556af6235ba0d6f936ca40767729c5d
MD5sum: 975a8924fe9cbbdc58dc71a796b069f8
Description: set of PostgreSQL functions to manage blocks in memory
 Those functions let you know which and how many disk block from a relation
 are in the page cache of the operating system, and eventually write the
 result to a file. Then using this file, it is possible to restore the page
 cache state for each block of the relation.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgfincore-dbgsym
Package-Type: ddeb
Source: pgfincore
Version: 1.3.1-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-11-pgfincore (= 1.3.1-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-11-pgfincore-dbgsym_1.3.1-3.pgdg26.04+1_amd64.deb
Size: 39392
SHA256: b08652685dad2c88132dee17889a1c8889ac1112cf705c12625a50f9d3d79440
SHA1: e88e71a5bef1c895113aca5e647f51d42e4a7e5a
MD5sum: c1f773ef55ab46dbd6229bc9e1335d91
Description: debug symbols for postgresql-11-pgfincore
Build-Ids: dd3342177d0242bdb81ad4d0cb03dc29a2b5ab19
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pglogical
Source: pglogical
Version: 2.4.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 567
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.4.6-1.pgdg26.04+1_amd64.deb
Size: 112016
SHA256: a5021a77d56a0301a7707242adfa821f879f80c2920f51563836483ba9920afb
SHA1: fe5adc39beaab0ea3af246d1467534abc7a10619
MD5sum: 62692161026d200df1ea2950394a289e
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pglogical-dbgsym
Package-Type: ddeb
Source: pglogical
Version: 2.4.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 529
Depends: postgresql-11-pglogical (= 2.4.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-11-pglogical-dbgsym_2.4.6-1.pgdg26.04+1_amd64.deb
Size: 359336
SHA256: f056478667f0da4658d86ba10098adb152ea42e71f34e30d67977faf1bd89746
SHA1: 321d3b148afe242098ec476110d758f64ae1d09a
MD5sum: 75e3465fa8c8a7f4a61a7a1756cdd327
Description: debug symbols for postgresql-11-pglogical
Build-Ids: 43215011cb080eaa2d2732818ca383482bf0afab 5511813daea25850976cddef423d840a4630c789 5a65f253f8a6ba7af9c7076542b2dcb99b29baf4
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgmemcache
Source: pgmemcache
Version: 2.3.0-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-11, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-11-pgmemcache_2.3.0-15.pgdg26.04+1_amd64.deb
Size: 21124
SHA256: 30781a946763c59fc67be5dd99e04582bb494d4fed754423e9554ea6db3935d8
SHA1: 23f9a8a9b95bf91899685d6679fd2ddd658f4d46
MD5sum: b52eee2ba8b8601f44061b38347265d3
Description: PostgreSQL interface to memcached
 pgmemcache is an extension for PostgreSQL that provides an API to
 memcached through user-defined functions.
 .
 memcached is a high-performance, distributed memory object caching
 system, generic in nature, but originally intended for use in
 speeding up dynamic web applications by alleviating database load.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgmemcache-dbgsym
Package-Type: ddeb
Source: pgmemcache
Version: 2.3.0-15.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-11-pgmemcache (= 2.3.0-15.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-11-pgmemcache-dbgsym_2.3.0-15.pgdg26.04+1_amd64.deb
Size: 40764
SHA256: c517f9df448abf99fec833019f635522708f7a546aaac51e695e720d55693a29
SHA1: 16bb13d51f7a99c518d9aeb276206cb4598b5694
MD5sum: 4adc2d815fd10d76e24f9ca34bc14443
Description: debug symbols for postgresql-11-pgmemcache
Build-Ids: f9fb5fc896c3a3c9819567002a8cc7a56e85040d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgmp
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-11, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp_1.0.5-4.pgdg26.04+1_amd64.deb
Size: 45600
SHA256: e522db8c26b8167b3a1765c667197a1a5333a68607dabb4561b0d921acffee57
SHA1: 2ae3ac1361120d6bc6eac5b62c3c41ba102a06bf
MD5sum: f60419c5285076a8355f20227720c9ea
Description: arbitrary precision integers and rationals for PostgreSQL 11
 pgmp is a PostgreSQL extension to add the GMP data types and functions
 directly into the database.
 .
 The extension adds the types mpz (arbitrary size integers) and mpq (arbitrary
 precision rationals) to PostgreSQL and exposes to the database all the
 functions available in the GMP library for these data types, allowing:
 .
  * higher performance arithmetic on integers respect to the numeric data type
  * a rational data type for absolute precision storage and arithmetic
  * using specialized functions to deal with prime numbers, random numbers,
    factorization directly into the database.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgmp-dbgsym
Package-Type: ddeb
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-11-pgmp (= 1.0.5-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-11-pgmp-dbgsym_1.0.5-4.pgdg26.04+1_amd64.deb
Size: 68636
SHA256: 8f93a2e70fe76cb5fe1502f76d593f4f6eeefa7a140cd6baba69ec92ba91e570
SHA1: 504d5b90007f81919561a36ae17f8a224eb72870
MD5sum: 82ca2d6afa77c9d5e018908f19940926
Description: debug symbols for postgresql-11-pgmp
Build-Ids: bd2ff4f734461e756db8906b5bb4e7dacb4e7471
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgnodemx
Source: pgnodemx
Version: 1.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-11, libc6 (>= 2.34)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-11-pgnodemx_1.7-2.pgdg26.04+1_amd64.deb
Size: 31756
SHA256: 6754429bbb0623ef0327204c58c7fc0ec5020f0b0c31c28d4405d93a6fd899b0
SHA1: 77e734e3472898a35bf9800f12523a11e72e70b8
MD5sum: 88fa6908684b8409feddd1eadc7c8f94
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgnodemx-dbgsym
Package-Type: ddeb
Source: pgnodemx
Version: 1.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-11-pgnodemx (= 1.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-11-pgnodemx-dbgsym_1.7-2.pgdg26.04+1_amd64.deb
Size: 78728
SHA256: 993ababf3d727ce20069f83f437c632811979a23c628a678fbb27dbbb1e17632
SHA1: f59007c962f6a462d3e8c1e7085cd865c071b5a0
MD5sum: 0656aa2c70dbd1bfc36a6ade7e604f15
Description: debug symbols for postgresql-11-pgnodemx
Build-Ids: 4c56fbb33457538059e589a67d9c1be850b14a42
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgpcre
Source: pgpcre
Version: 0.20190509-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-11, libc6 (>= 2.14), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-11-pgpcre_0.20190509-9.pgdg26.04+1_amd64.deb
Size: 9772
SHA256: 4a87743ae863486b482e06e5515153d433bc7aa91699b1e66ffa28fd48bef585
SHA1: dd773c1a74fef5a85bcb98d9db27d192aff2c8fc
MD5sum: e80c621c0075c3f20e4719181b729cb0
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgpcre-dbgsym
Package-Type: ddeb
Source: pgpcre
Version: 0.20190509-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-11-pgpcre (= 0.20190509-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-11-pgpcre-dbgsym_0.20190509-9.pgdg26.04+1_amd64.deb
Size: 15668
SHA256: 9c6a87ae53e7f078e4c420950727ca02104feca71c5ed119b03c4158061d30ed
SHA1: d1da023ebdb24029a931314cd7bc7744078f1f98
MD5sum: 44afb601d0b109a6e0f774053fb6825a
Description: debug symbols for postgresql-11-pgpcre
Build-Ids: cad958c1f2de14a8990a672b8d7db4eeaf862a69
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpool2 (>= 4.7.0-1.pgdg26.04+1), postgresql-11, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 135556
SHA256: a99a3bf8f5712b2b45cfa13c627235cab439a9393f0765a387e50a487fa1b596
SHA1: 09c411ea4e09542b0e9587ea4611b0ed1e05b5fc
MD5sum: 17dff897b166e3d3a76a08db7328c370
Description: connection pool server and replication proxy for PostgreSQL - modules
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client.  This package contains support modules for
 the PostgreSQL 11 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgpool2-dbgsym
Package-Type: ddeb
Source: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-11-pgpool2 (= 4.7.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 55636
SHA256: ddf7f9f2c97335e7bba7a1d4614385a3656a2ae9fb70dc1ad26da5cdff5456d3
SHA1: 1da254242247446e2fa0e90eed7bb329eadd3639
MD5sum: dfc0593fff61d1d18e2d1ecacc433463
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 0368ac43f7ebb27476e51e1649cf46f1f477df5a 0ea507e197ee22eb80ee66444012cf86bb06fce7 4d975076cb3b60bd71f82415dbaa9e797c560541
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgq-node
Source: pgq-node
Version: 3.5-8.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 539
Depends: postgresql-11, postgresql-11-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-11-pgq-node_3.5-8.pgdg26.04+1_all.deb
Size: 12948
SHA256: b2e55f2bdee58cf41022c6a25e8b4b09814c51cca05d4f1f4ff044f131174507
SHA1: 5f6c717a0aae61e1c2cb2f0512ca1e8397bbb02e
MD5sum: 077111c1154356201afd1fcc396c80e0
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgq3
Source: pgq
Version: 3.5.1-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2128
Depends: pgqd, postgresql-11, libc6 (>= 2.4)
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-11-pgq3_3.5.1-2.pgdg26.04+1_amd64.deb
Size: 83068
SHA256: 11fdbb278fd97dfd5360bdc5c2960bcef4c78a2bc2e0ea9ab7153bd7f7bc36d3
SHA1: 0a20cb45dcf511768852a5576938f5153c592dbd
MD5sum: f212faa12f4beca9c63b25c5295fa0ab
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgq3-dbgsym
Package-Type: ddeb
Source: pgq
Version: 3.5.1-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-11-pgq3 (= 3.5.1-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-11-pgq3-dbgsym_3.5.1-2.pgdg26.04+1_amd64.deb
Size: 70648
SHA256: 3bae6a664bee63b5b6ad50176475a81a34c37ccb93f609ed4ab1f3453a3e4d17
SHA1: ce07374583eb2f957967d02465b235214df76bab
MD5sum: 0660eeb214a99997f944b4fc9f1185ea
Description: debug symbols for postgresql-11-pgq3
Build-Ids: 726959e6439c86c97439d8f318a7d49473b443eb d4492414c68d28c885ed8d443242ba688bd65dc4
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgsphere
Source: pgsphere
Version: 1.5.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1009
Depends: postgresql-11, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere_1.5.2-1.pgdg26.04+1_amd64.deb
Size: 180188
SHA256: 6488ffbacf0d9aa15bd7757acf8d60b886cb6cab866465437af28e7ae1fe1837
SHA1: 941ba348592074ca97e1c87886d1839641fab696
MD5sum: 95e3a89a617f5da475e3b102e08527e6
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgsphere-dbgsym
Package-Type: ddeb
Source: pgsphere
Version: 1.5.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 521
Depends: postgresql-11-pgsphere (= 1.5.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-11-pgsphere-dbgsym_1.5.2-1.pgdg26.04+1_amd64.deb
Size: 371576
SHA256: f4b3113d990a7f44404cc2e989ea99f895ea3ba4f27882507e7b224d9b4e0081
SHA1: 09d92fae427c8525f6e5e6a423b1b55dec044fb0
MD5sum: 260092a0535d60668f1b8a61525e03c6
Description: debug symbols for postgresql-11-pgsphere
Build-Ids: 4a540674e586591c9822d894a48f5b01baa9ba13
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pgtap
Source: pgtap
Version: 1.3.4-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-11
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-11-pgtap_1.3.4-1.pgdg26.04+1_all.deb
Size: 45976
SHA256: 0afe538bf2b57e826e9e30c37c59f940fa752298d5cb00f3375838c1e59b638f
SHA1: e9947bcdb0154c52b8673d94d24c4572f13aa25e
MD5sum: 58bf1723dcc87c13b7dd641b7dd0967c
Description: Unit testing framework extension for PostgreSQL 11
 pgTAP is a suite of database functions that make it easy to write
 TAP-emitting unit tests in psql scripts suitable for harvesting,
 analysis, and reporting by a TAP harness, such as those used in Perl
 and PHP applications.
 .
 TAP is the Test Anything Protocol (http://testanything.org/).
 .
 This package contains the extension for PostgreSQL 11.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pldebugger
Source: pldebugger
Version: 1:1.9-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-11, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger_1.9-1.pgdg26.04+1_amd64.deb
Size: 25956
SHA256: 38366168ed17dda93e161de7e7d7105a080a277a8240735b65523abfcf1759f5
SHA1: 1c57f907b251265520a70e5f0a2729f006ce927d
MD5sum: 46a4fe535777e8cc4af87bb04a715337
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pldebugger-dbgsym
Package-Type: ddeb
Source: pldebugger
Version: 1:1.9-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-11-pldebugger (= 1:1.9-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger-dbgsym_1.9-1.pgdg26.04+1_amd64.deb
Size: 92320
SHA256: 83f39bc8b6e83ddd066270cffe0041911b2ce45f6d81e5992243ff2435906a09
SHA1: c05b2a052379344e3f34062ae86bcbdb174836a9
MD5sum: e43b9c740c58e5581ac5aada31c601e1
Description: debug symbols for postgresql-11-pldebugger
Build-Ids: c96c43759fc28aaa2cf995206c22677501526642
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pllua
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: postgresql-contrib-11, postgresql-11, libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua_2.0.12-7.pgdg26.04+1_amd64.deb
Size: 122220
SHA256: d4808326d09e5ff557fd5396ddbc5c0435a730aadac2a2565e6d30dc2d4d0aab
SHA1: c652fd2a71902e64b7a00d903b1b04f0767c669f
MD5sum: 084b80c5325dba9affde7fefe47b8a99
Description: Lua procedural language for PostgreSQL 11
 PL/Lua is an implementation of Lua as a loadable procedural language for
 PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers
 written in the Lua programming language.
 .
 It brings the power and simplicity of Lua to PostgreSQL, including:
 small memory footprint, simple syntax, lexical scoping, functions as
 first-class values, and coroutines for non-preemptive threading.
 .
 This package is based on pllua-ng.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-pllua-dbgsym
Package-Type: ddeb
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 429
Depends: postgresql-11-pllua (= 1:2.0.12-7.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-11-pllua-dbgsym_2.0.12-7.pgdg26.04+1_amd64.deb
Size: 307500
SHA256: 9c7b76162d0da687ef2fc983871656572add39bf6fb267a715c359182d7189fc
SHA1: ea8cddbab3c45eed4724f307f10f8e7369eccceb
MD5sum: b834779e1d182ec0ee4343fe900d6b61
Description: debug symbols for postgresql-11-pllua
Build-Ids: b1ed408b247c1a3b79392a7abe82591dfc98a154 cc544c0a9b44fc9e7375ec5ef617e8f976e2b375
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-plprofiler
Source: plprofiler
Version: 4.2.5-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-11, libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-11-plprofiler_4.2.5-4.pgdg26.04+1_amd64.deb
Size: 20180
SHA256: 086b81edbbb2d9fcac4752863e5771a9efbd7e0ddd91c92153bae32b51beb11f
SHA1: 88f7cedcf9a9bc86fe26b9fefba11001f7ff2943
MD5sum: 07be8aeecb358b75206adacc5246fe21
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-plprofiler-dbgsym
Package-Type: ddeb
Source: plprofiler
Version: 4.2.5-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-11-plprofiler (= 4.2.5-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-11-plprofiler-dbgsym_4.2.5-4.pgdg26.04+1_amd64.deb
Size: 50680
SHA256: e0fea0ad849a7cb787c45f6b9eec17f4f339c1674b30b3859aadf906ec6103d5
SHA1: 9f35c1651757a4f4132218f7a02fd73916a18a61
MD5sum: 2d68ea52f4c71c2c8ff61dedbfe3d66e
Description: debug symbols for postgresql-11-plprofiler
Build-Ids: 04f5a0862117a5d35bfe7367cc9bb40e1030dbc8
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-plproxy
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-11, libc6 (>= 2.38), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy_2.11.0-13.pgdg26.04+1_amd64.deb
Size: 57576
SHA256: b802f424339d544f54162fea86e1e09712f63906d1715b1af22680ec532ce512
SHA1: eded1979ca199adc75730ffe48514cb844eb9202
MD5sum: 0587c9c18e2e345c8441956365634995
Description: database partitioning system for PostgreSQL 11
 PL/Proxy is a database partitioning system implemented as a PL language. Main
 idea is that proxy functions are created with same signature as the remote
 functions to be called, so only destination info needs to be specified inside
 proxy function bodies.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-plproxy-dbgsym
Package-Type: ddeb
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-11-plproxy (= 2.11.0-13.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-11-plproxy-dbgsym_2.11.0-13.pgdg26.04+1_amd64.deb
Size: 114044
SHA256: 033d0ccf8cae49b6b02d46d2017ddb5cdfe830fd2f0c38708e7ecdd1793dd37c
SHA1: 0ac74a8dba97276e1c8aa2428cedbaad031c1401
MD5sum: b4cfd4eedf2d1124fbb618d8b5ac543f
Description: debug symbols for postgresql-11-plproxy
Build-Ids: a85ec51fd7809d73821ed7f7bc756058d2f1ec04
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.8.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: r-base-core (>= 2.10), postgresql-11, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.8.2-1.pgdg26.04+1_amd64.deb
Size: 57356
SHA256: 2ac04e48aac75985e64077789f2647d32b10b2c553c8042f5a1d5c8e446b1eab
SHA1: 01c817fad0649b167fca95fd4f1b4922990f3f98
MD5sum: c589fece480cc455004c6303b85f045a
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-11-plr (= 1:8.4.8.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.8.2-1.pgdg26.04+1_amd64.deb
Size: 122840
SHA256: 1f85875e60d56c250db670218ae4eb5c1f0192924409dcdc07d5904cc08046e2
SHA1: 54352989b5be19517e0a2724a0e097c9e5b10366
MD5sum: 4849943fe2e97819277554047fdd08ad
Description: debug symbols for postgresql-11-plr
Build-Ids: a015621e3ea0b63012b4351b73ad56ebfdd88351
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-plsh
Source: postgresql-plsh
Version: 1.20220917-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/petere/plsh
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-11-plsh_1.20220917-4.pgdg26.04+1_amd64.deb
Size: 12440
SHA256: 33b0b28ecaaaa7aef4a47e3eeaf76fb0fa08e5129500fed5fa4e950298dc2d06
SHA1: 52dffb0fd7af562ca175b1fac719468d1305fd04
MD5sum: 9fb207c0274d5b9bbcb92e1c386ee430
Description: PL/sh procedural language for PostgreSQL 11
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in a shell of his choice.  You need this package
 if you have any PostgreSQL 11 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-plsh-dbgsym
Package-Type: ddeb
Source: postgresql-plsh
Version: 1.20220917-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-11-plsh (= 1.20220917-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-11-plsh-dbgsym_1.20220917-4.pgdg26.04+1_amd64.deb
Size: 29084
SHA256: 8a9e25ce6e454270ed75e61053e0c06451fcb747b2d69e62e0720f14958704ae
SHA1: 8b516c0a52c51747f98298a8e0b83419057f9bcf
MD5sum: 7c3d762dcc59e1ede93a3a955d9be906
Description: debug symbols for postgresql-11-plsh
Build-Ids: 1566598317865b8a13b9037066f3511295873d7f
Timestamp: 2026-02-12 22:34:45+00

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

Package: postgresql-11-pointcloud-dbgsym
Package-Type: ddeb
Source: pgpointcloud
Version: 1.2.5-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: postgresql-11-pointcloud (= 1.2.5-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-11-pointcloud-dbgsym_1.2.5-3.pgdg26.04+1_amd64.deb
Size: 172864
SHA256: 9e242c3617a8d8862b9abf3d8dcced5c51ca28c65d9ed0fda7b9f6825578cb79
SHA1: f7c8837b6026f8ea5db2437ef4e7a05c08826d42
MD5sum: 72cffe148cfb33d62d2f4d2bd77bdeb1
Description: debug symbols for postgresql-11-pointcloud
Build-Ids: b8e9842306f2b6edb4c55d9179be48d376b2daf7
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-powa
Source: powa-archivist
Version: 5.1.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1903
Depends: postgresql-contrib-11, postgresql-11, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-11-powa_5.1.1-1.pgdg26.04+1_amd64.deb
Size: 49884
SHA256: edeffc8dfcf0306496044ec6ce9351906e56471b8a4530fb92f06a608046468b
SHA1: b46995e635cd890ea1b57348950fda728f3686fd
MD5sum: 4df91e49f078b861198d63f04d1e7275
Description: PostgreSQL Workload Analyzer -- PostgreSQL 11 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-powa-dbgsym
Package-Type: ddeb
Source: powa-archivist
Version: 5.1.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-11-powa (= 5.1.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-11-powa-dbgsym_5.1.1-1.pgdg26.04+1_amd64.deb
Size: 34156
SHA256: 67857b3270559ea82c887021b8ea21b8ef64546c02bd6e0e1639ad4c34a0632f
SHA1: 283e6f3286592d4ee9f3a68d10a297e11bf69b32
MD5sum: bd7302f3c4bec80647e6cef1bad26b0e
Description: debug symbols for postgresql-11-powa
Build-Ids: 470437f345a12279890b7d70e6753c522432522c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-prefix
Source: prefix
Version: 1.2.10-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-11, libc6 (>= 2.14)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-11-prefix_1.2.10-4.pgdg26.04+1_amd64.deb
Size: 21128
SHA256: b41b0307c77043ddcb9172ee6042c7e529b3dc11a4490119cd3afe988c3ab9f3
SHA1: db53757bc2656bb182f862ee67265f9f2bf8e9b4
MD5sum: efcd65cdff040e9ccc9822b5bce53aae
Description: Prefix Range module for PostgreSQL
 This PostgreSQL module provides the prefix_range datatype, allowing to
 index searches such as finding the longest prefix matching a telephone
 number, having prefixes in a table and telephone number as a parameter:
 .
  select * from prefixes where prefix @> '0100091234';
 .
 The prefix column has to be of type prefix_range, and any text field
 can get indexed by the provided GiST opclass.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-prefix-dbgsym
Package-Type: ddeb
Source: prefix
Version: 1.2.10-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-11-prefix (= 1.2.10-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-11-prefix-dbgsym_1.2.10-4.pgdg26.04+1_amd64.deb
Size: 44704
SHA256: 1a29b98b7a6482fec2fdf5841171fa56273644cfee62e974b4f7815df29713cb
SHA1: e2ff4e2fcd48d8187fa6ce016cba95a08e70bce8
MD5sum: 4e493c560cf09c06e0c9532a236f9dfa
Description: debug symbols for postgresql-11-prefix
Build-Ids: 663a4fa7f3e08f8402cca1a79a3184f1807280fa
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-preprepare
Source: preprepare
Version: 0.9-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-11, libc6 (>= 2.4)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-11-preprepare_0.9-10.pgdg26.04+1_amd64.deb
Size: 8936
SHA256: 34e565c623eb1e4a46c8b02244084215de7b713099685bb6979daace23e6a505
SHA1: 29cb8cc322ff2663c2bc16d3b66c8617f4c85db1
MD5sum: 3039beb912bd683b135830d571aa137c
Description: pre prepare your PostgreSQL statements server side
 The pre_prepare module for PostgreSQL aims to prepare all your statements as
 soon as possible and in a way that allows client queries not to bother at all
 and just call EXECUTE.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-preprepare-dbgsym
Package-Type: ddeb
Source: preprepare
Version: 0.9-10.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-11-preprepare (= 0.9-10.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-11-preprepare-dbgsym_0.9-10.pgdg26.04+1_amd64.deb
Size: 16332
SHA256: f6a95ec26fab32d5ba56a4948d29ac9a0ebc92d5c701fc41c721f5f2ccd6f102
SHA1: 26d8f5d956f6903f422040a49cc159c34d28231a
MD5sum: 6e2d7a147c5dd31fde6b8cad08f5f37c
Description: debug symbols for postgresql-11-preprepare
Build-Ids: 00c547d750a56c5289c06e2510079338eb440fa2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-prioritize
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-11, libc6 (>= 2.2.5)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-11-prioritize_1.0.4-13.pgdg26.04+1_amd64.deb
Size: 6912
SHA256: d9d6843dc955939cf7589f7eb9c1bfb9b0dd5e6fedbd6351e8c440af3f06da82
SHA1: e171cfae9542bc33d614f9ade2f3905e84880985
MD5sum: f0a44dff5c1a9f4dded5209dac3fa644
Description: Get and set the nice priorities of PostgreSQL backends
 This module implements an interface to getpriority() and setpriority() for
 PostgreSQL backends, callable from SQL functions. Essentially, this module
 allows users to `renice' their backends.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-prioritize-dbgsym
Package-Type: ddeb
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-11-prioritize (= 1.0.4-13.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-11-prioritize-dbgsym_1.0.4-13.pgdg26.04+1_amd64.deb
Size: 12300
SHA256: 5ae96b2eb62eaedd0eb5ba98c13c09e2d7155d3533f0f74383f8140c0058f5d9
SHA1: 4461cd8413127f3c798e1549e5ecc4e351ee80ff
MD5sum: 83d8ab521a85f41b8a86084fb0f4c48e
Description: debug symbols for postgresql-11-prioritize
Build-Ids: aaceb16209a044d35fc774371290d35bda581e9d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-q3c
Source: postgresql-q3c
Version: 2.0.1-6.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2600
Depends: postgresql-11, libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c_2.0.1-6.pgdg26.04+1_amd64.deb
Size: 74152
SHA256: 11b6bb6befec61f42c03e437fdde2df019d137cf821ba389e7c4548661a322ba
SHA1: 0481a8ecab64803e3f777d011412ae5369eee8c8
MD5sum: 3ca1d08c98c2111db02f41671e09abb3
Description: PostgreSQL 11 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-q3c-dbgsym
Package-Type: ddeb
Source: postgresql-q3c
Version: 2.0.1-6.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-11-q3c (= 2.0.1-6.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c-dbgsym_2.0.1-6.pgdg26.04+1_amd64.deb
Size: 93424
SHA256: be27b9403637823324ce41d0c28c6adb0625dd283551e35ea9be851a291fadfe
SHA1: eea996bfb4f015a555ce7177c949da39d760c481
MD5sum: b2b69fd31c07a3b1dcc9aebff55ca9a0
Description: debug symbols for postgresql-11-q3c
Build-Ids: 1275758eddea33d6ab18f5252074cf1265dc8ea9
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-rational
Source: pg-rational
Version: 0.0.2-8.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-11-rational_0.0.2-8.pgdg26.04+1_amd64.deb
Size: 11632
SHA256: fefa6941b9091a603d2f689a9255d63e80830ee6eeb267f162afb1c6673ccdee
SHA1: 728c187c305bb6c34bb48450214ccbe3ccc7c591
MD5sum: 7590997986e8cc73c2b942ef61b289b6
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-rational-dbgsym
Package-Type: ddeb
Source: pg-rational
Version: 0.0.2-8.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-11-rational (= 0.0.2-8.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-11-rational-dbgsym_0.0.2-8.pgdg26.04+1_amd64.deb
Size: 20460
SHA256: 359af80189fdaaa455106741241ccdc63d0a25740abb62f143220eb7125b3947
SHA1: a1c146034982f005b28a18a2885bb8863c8e09b7
MD5sum: b14030b78d8d685924992114741e7c32
Description: debug symbols for postgresql-11-rational
Build-Ids: 49cf000559b338e547e7f977f6444e74c21107f4
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-repack
Source: pg-repack
Version: 1.5.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-11-repack_1.5.3-1.pgdg26.04+1_amd64.deb
Size: 70824
SHA256: d97a25b4e9ec97ac0a701cd0c019434c7a9cb229dc9aec937b570342ca0b2794
SHA1: 50fd93efa04a6f41c827e5d783d431d4b648d342
MD5sum: 8452a978c9d26dc9dc6ce5171f65e31d
Description: reorganize tables in PostgreSQL databases with minimal locks
 pg_repack is a PostgreSQL extension which lets you remove bloat from tables
 and indexes, and optionally restore the physical order of clustered indexes.
 Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive
 lock on the processed tables during processing. pg_repack is efficient to
 boot, with performance comparable to using CLUSTER directly.
 .
 This package contains the pg_repack program and the server extension for
 PostgreSQL 11.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-repack-dbgsym
Package-Type: ddeb
Source: pg-repack
Version: 1.5.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-11-repack (= 1.5.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-11-repack-dbgsym_1.5.3-1.pgdg26.04+1_amd64.deb
Size: 118836
SHA256: 43cadf9df3bdc662be2493ff4413a201f5e67f5721c5967a8637f27f01f67fef
SHA1: 542043aca9fe17ba11898859aff88d21a8a557f8
MD5sum: e5c461b9a499aaaa6cf746df3f12608e
Description: debug symbols for postgresql-11-repack
Build-Ids: c945d29d10fe63489338df9b68a4c87366ced4b8 e607449f46fbbf8b2476749339877a1887e89a3a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg26.04+1
Architecture: amd64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 830
Depends: repmgr-common (>= 5.5.0+debpgdg-3.pgdg26.04+1), postgresql-11, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-11-repmgr_5.5.0+debpgdg-3.pgdg26.04+1_amd64.deb
Size: 217700
SHA256: 3ddc66be7966e6bd53340bbb985ca1645cbbc3b43562073e6181c305c3e7a4e0
SHA1: cef78f25de95b59c24e1b023a5465abd2afa9765
MD5sum: f2b2137d1133a99a0be943f907d42641
Description: replication manager for PostgreSQL 11
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 11.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-repmgr-dbgsym
Package-Type: ddeb
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 909
Depends: postgresql-11-repmgr (= 5.5.0+debpgdg-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-11-repmgr-dbgsym_5.5.0+debpgdg-3.pgdg26.04+1_amd64.deb
Size: 549668
SHA256: 8e3bc0f0e4051de906f2644314d0d55cb717d3b0fcc409da71fac6b63196436f
SHA1: e1c1eb55d97f2d23fc2a9c4d2abe8858296f4393
MD5sum: 95c3fcc9593f529e35eb37e8d8e0be76
Description: debug symbols for postgresql-11-repmgr
Build-Ids: 35cb922d207cff93016fa225ccf9fef68b90f386 ca4c95c5871c8fdbb95bbe09619d2fee3f793716 dc79dd3fec2f9be8fa6e43ce8395e63ac24a4c35
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-roaringbitmap
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 481
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-11-roaringbitmap_1.1.0-1.pgdg26.04+1_amd64.deb
Size: 153172
SHA256: 520f5674678960052605fb7cbdfe801baa4e8c93afb6c6a08559b7e8424bfb53
SHA1: ab02fcdfee4034d74a6526f05ac83eca6d693ef5
MD5sum: 805e8ecbe56e3393d7e31aff1322618d
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-roaringbitmap-dbgsym
Package-Type: ddeb
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 827
Depends: postgresql-11-roaringbitmap (= 1.1.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-11-roaringbitmap-dbgsym_1.1.0-1.pgdg26.04+1_amd64.deb
Size: 678056
SHA256: 9cb1504c8f0eba53a102b0337980da3b9e852fe347eabb16b4fa88914342766d
SHA1: 729aeb3abb1599310b57776d3274b46e719fda22
MD5sum: 97ffe5cb2debccb5c015823e585a4474
Description: debug symbols for postgresql-11-roaringbitmap
Build-Ids: 22453e3216241bdfcc53719984ddde302ff5d74f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-rum
Source: postgresql-rum
Version: 1.3.15-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: postgresql-11, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-11-rum_1.3.15-1.pgdg26.04+1_amd64.deb
Size: 106152
SHA256: 2d0d86047aae38d1b4097a580421bb4d4b5a13fe4be977256cee0c65f2660139
SHA1: cfada79d8f8eed117618860b635b2d87886bb727
MD5sum: 23e665967bbb5ba197225af5fb935295
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-rum-dbgsym
Package-Type: ddeb
Source: postgresql-rum
Version: 1.3.15-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 381
Depends: postgresql-11-rum (= 1.3.15-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-11-rum-dbgsym_1.3.15-1.pgdg26.04+1_amd64.deb
Size: 292392
SHA256: ac238271efeaa8b87a4a0af919376ed371b2cf8d5160794ff4464c2f2c9255db
SHA1: 47634736e7bf9722b808226c724603995be75727
MD5sum: 1c460398ca7f9a0bde576a815c34f51c
Description: debug symbols for postgresql-11-rum
Build-Ids: 132e563d24f827cdd5eaaf6d394080feee8e23e1
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-semver
Source: postgresql-semver
Version: 0.41.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-11-semver_0.41.0-1.pgdg26.04+1_amd64.deb
Size: 25128
SHA256: ad955da88a70d7c584e6168ad1d7e3b04e82c14bdb9b8d886138683d76af5d7b
SHA1: 38048a6a0a7d22fc96c4f6ea58fe0364713c3afb
MD5sum: 0451cb48a54d1d0726592c4b2116acb7
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-semver-dbgsym
Package-Type: ddeb
Source: postgresql-semver
Version: 0.41.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-11-semver (= 0.41.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-11-semver-dbgsym_0.41.0-1.pgdg26.04+1_amd64.deb
Size: 21088
SHA256: c1305748454d4f958da8fc8ebffe8755e333cecdadcfa2f1d67273bbaaa2209c
SHA1: 2a3574ad8ff41edcf421aff42647bd9bc90c31c1
MD5sum: 4890e7f010b51328c2e11ce95e5dc80e
Description: debug symbols for postgresql-11-semver
Build-Ids: 4c5333ca3d760822fb7731beda15f27dbaa3e360
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-similarity
Source: pg-similarity
Version: 1.0-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-11, libc6 (>= 2.3.4)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-11-similarity_1.0-9.pgdg26.04+1_amd64.deb
Size: 34688
SHA256: a02660f05b722b52ab8f06cb488ba2f2b23af32095d34ddd97ebb8262fa3340b
SHA1: b4beaf10a841697f5c5e85a121683d04fe47e456
MD5sum: 08d9bcd5ad79ebd6a17583df3db0bc32
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-similarity-dbgsym
Package-Type: ddeb
Source: pg-similarity
Version: 1.0-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-11-similarity (= 1.0-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-11-similarity-dbgsym_1.0-9.pgdg26.04+1_amd64.deb
Size: 58940
SHA256: 75113c7ecf72d8ed6c49bf36cceebd46faa9380cf554b442d5fd7e900a870a0d
SHA1: 822cc38b3c225aca6d1916c72bf8d6169b7862f6
MD5sum: 5b6789374711055892068febfeacc51b
Description: debug symbols for postgresql-11-similarity
Build-Ids: eb25a11d89a0c26f119e7b9344949fe82b9d48b6
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-snakeoil
Source: pg-snakeoil
Version: 1.4-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-11, libc6 (>= 2.4), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-11-snakeoil_1.4-3.pgdg26.04+1_amd64.deb
Size: 8944
SHA256: 83f8e97bf9cebf661a869ee98016a65e2874e2ab8c9dc568f9e84c61d9bc13aa
SHA1: b0719f13ea3dfa8340417371f8c7c28aa7e6f846
MD5sum: 065aa0c289015f331ce45e73fe3be55f
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-snakeoil-dbgsym
Package-Type: ddeb
Source: pg-snakeoil
Version: 1.4-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-11-snakeoil (= 1.4-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-11-snakeoil-dbgsym_1.4-3.pgdg26.04+1_amd64.deb
Size: 14348
SHA256: ea804368088731f35f1c1d2738218c33e3d284f1f7083537d99deba5dd3aa74e
SHA1: 1808e7619363112cd687b8dc103c79e3ec3e3252
MD5sum: 52e51e443118029ad1fc4140862b50a2
Description: debug symbols for postgresql-11-snakeoil
Build-Ids: c077d9eb1e3013b2a8707bd52ea12bb0dc60aa94
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-tablelog
Source: tablelog
Version: 0.6.4-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-11-tablelog_0.6.4-4.pgdg26.04+1_amd64.deb
Size: 20928
SHA256: 868fc7fc238d3cb2852f8cc27c1774ed220d28caf0d97a722319db9850b6ab79
SHA1: 07dce86d1aaff198d5598121c3ab8949146fa0bb
MD5sum: 20ae1d003c817774282a9ed53b523cdd
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-tablelog-dbgsym
Package-Type: ddeb
Source: tablelog
Version: 0.6.4-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-11-tablelog (= 0.6.4-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-11-tablelog-dbgsym_0.6.4-4.pgdg26.04+1_amd64.deb
Size: 34692
SHA256: c42fddc1cd8362b45da16cddea7c25d7349ab29da4a5c958ae98a157ab668996
SHA1: 116d18084a7bd838a3d01d787a85d40f80569266
MD5sum: 34fd2ec40572f42706e7b6671b6ee8fe
Description: debug symbols for postgresql-11-tablelog
Build-Ids: aa57158cf6e6bfb3ba628510ecdd2486d4f0799d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-tdigest
Source: tdigest
Version: 1.4.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-11-tdigest_1.4.3-2.pgdg26.04+1_amd64.deb
Size: 23920
SHA256: d168f6b9ca457c833b040193851ddb08ac3ef93960a44d9c19e041bad358fb5d
SHA1: 8211d6759c46763e26823407eadcca60a86d11e9
MD5sum: 2b178fa4e75b1f116aecf2dd6aa038c0
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-tdigest-dbgsym
Package-Type: ddeb
Source: tdigest
Version: 1.4.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-11-tdigest (= 1.4.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-11-tdigest-dbgsym_1.4.3-2.pgdg26.04+1_amd64.deb
Size: 50488
SHA256: 0edf103a8582c11b52cb60813b8e02e87935f8c13ee1d0c164f971d17eafdc92
SHA1: c8c2e19e4655661c216fb86eeec2a5e8d6cb1967
MD5sum: 632b580b62bb00a09fd24adcc6803ec4
Description: debug symbols for postgresql-11-tdigest
Build-Ids: a509883c88c75ce97b7a38d563f6e1208086b1c2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-tds-fdw
Source: tds-fdw
Version: 2.0.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-11, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw_2.0.5-1.pgdg26.04+1_amd64.deb
Size: 34848
SHA256: 70140bf95d22767c9a73dc6dc311d1738ad124630079d508bc7c9961e7556e46
SHA1: 4e775ad7bf36350f8ac160662f0e8331e5ef9470
MD5sum: 6a6fb5120feb0c3f2df091793c7e82f8
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-tds-fdw-dbgsym
Package-Type: ddeb
Source: tds-fdw
Version: 2.0.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: postgresql-11-tds-fdw (= 2.0.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw-dbgsym_2.0.5-1.pgdg26.04+1_amd64.deb
Size: 116964
SHA256: deafa4bf11ec8a3d545897f0a395ad1a635932e6d9c2c9ff700308d7e940956b
SHA1: a595cb1771f27e7b5338b9c3a50312cdf498ffad
MD5sum: 256562ff07038acb7d63515bcb872b9d
Description: debug symbols for postgresql-11-tds-fdw
Build-Ids: ae190a560b5c6ff1d884043968c7b45975b2e583
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-toastinfo
Source: toastinfo
Version: 1.5-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-11
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo_1.5-3.pgdg26.04+1_amd64.deb
Size: 7168
SHA256: 9d303a7f9a1392b9040e26f9d11eb61ab924f4bbf17ce56a8531a5a568655c37
SHA1: 1cb918986c376f30b81969e17159e4050666e6f4
MD5sum: a07b622509118bbfeef152af29cbf5e5
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-toastinfo-dbgsym
Package-Type: ddeb
Source: toastinfo
Version: 1.5-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-11-toastinfo (= 1.5-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo-dbgsym_1.5-3.pgdg26.04+1_amd64.deb
Size: 10760
SHA256: 2dda66cac3c8c000696f0dda6a3e7d9f2fc8cf5acaed7d257abccf8de0614ce1
SHA1: 51ffcccc84c00395d6dc066b6fb1e4f64247cb2e
MD5sum: df75f6275fa4893a99dca41c1e3d54c8
Description: debug symbols for postgresql-11-toastinfo
Build-Ids: 1930f1c3fcd45f384eda8d6ed677b268468a92a3
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-unit
Source: postgresql-unit
Version: 7.10-2.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 570
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-11-unit_7.10-2.pgdg26.04+1_amd64.deb
Size: 108840
SHA256: 3be1d0a6735eeca451a52e5f19e84144bf01d3c2052520700b992d660705f2cf
SHA1: 19e209a9cc93edfab3bddbc477ef2e2c0d3d7fb2
MD5sum: 984764b5a53b9bc39fca59c8d301fa7b
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-unit-dbgsym
Package-Type: ddeb
Source: postgresql-unit
Version: 7.10-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 110
Depends: postgresql-11-unit (= 7.10-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-11-unit-dbgsym_7.10-2.pgdg26.04+1_amd64.deb
Size: 61892
SHA256: 32e951bbca9e19661d496d28b6ac23357536ede5c38c8cef1b363469c802a729
SHA1: 531376b008254bb56bc507b1ae4279582e1f77f2
MD5sum: 5ebc8ce16708009004ae41777c513705
Description: debug symbols for postgresql-11-unit
Build-Ids: de1c232c252432e82183f29c16987fca663fdd01
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-wal2json
Source: wal2json
Version: 2.6-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-11-wal2json_2.6-3.pgdg26.04+1_amd64.deb
Size: 19800
SHA256: bc86415ec925e2fdcf89b03245f083016b0e048e9bc58e11c1aba96caedef412
SHA1: 6b7b5e3a2bf58437020fe452d53f78a396b95dc2
MD5sum: f7eab83919a63d023a9616f76c8f8f3f
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-11-wal2json-dbgsym
Package-Type: ddeb
Source: wal2json
Version: 2.6-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-11-wal2json (= 2.6-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-11-wal2json-dbgsym_2.6-3.pgdg26.04+1_amd64.deb
Size: 56604
SHA256: fafa2af503d38ed9b906e9d4731f676754671ae0eb32f76c28d7d0201b7c12d4
SHA1: cdb278a3fbee8ebaaaf6ddabedee7e2a7f759f84
MD5sum: 39c79626d83d6cc5136c9d430aa2699d
Description: debug symbols for postgresql-11-wal2json
Build-Ids: 4f4e71fa1a44b02fd6993a63c13c3b012167bbd0
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12
Version: 12.22-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27047
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.22-4.pgdg26.04+1_amd64.deb
Size: 6329230
SHA256: ca598d9d72017eded2ce1fda5f7befeafb2e7aed610c7d71056730ca628db0c8
SHA1: da8af91073a620c8ff7dd5ca4cc5244082aa8b1b
MD5sum: 5cf8e00f6c9243aacfb04d1528108d25
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
Postgresql-Catversion: 201909212
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-age
Version: 1.5.0~rc0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 657
Depends: postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12-age/postgresql-12-age_1.5.0~rc0-2.pgdg26.04+1_amd64.deb
Size: 181808
SHA256: bc19fb893bff9e6acfada31f60211db55e38969abe9e4d93ff732d34e1da805f
SHA1: 742b6273fb789b10b4f8f32928890f4386abbee2
MD5sum: c667f4683c61ac9fdac0f755713a467e
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 12.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-age-dbgsym
Package-Type: ddeb
Source: postgresql-12-age
Version: 1.5.0~rc0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 922
Depends: postgresql-12-age (= 1.5.0~rc0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12-age/postgresql-12-age-dbgsym_1.5.0~rc0-2.pgdg26.04+1_amd64.deb
Size: 616480
SHA256: c8940c94ddacc38e887c940c7542f9a501e031fa13cedce414732d6e84828193
SHA1: 4af84f94f92b91d03e2b97848461cb221d8507c8
MD5sum: 5156b0f795320a73b9800b32013d0fa3
Description: debug symbols for postgresql-12-age
Build-Ids: 1c15e1b6143425d51b106520f28149adfaca7485
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-asn1oid
Source: pgsql-asn1oid
Version: 1.6-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-12, libc6 (>= 2.14)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-12-asn1oid_1.6-3.pgdg26.04+1_amd64.deb
Size: 6584
SHA256: 7584762ce5d919cd44df3dcf3577be23dfc689c7247e2796805d385c5350d2e6
SHA1: 7b6ee4ff7614f8bc554a639fb9a6e7e72eee5104
MD5sum: cf86f213b611d4f67b70bfb1b31c40e8
Description: ASN.1 OID data type for PostgreSQL
 This plugin provides the necessary support functions to store ASN.1 OIDs in
 a PostgreSQL database.
 .
 This package has been compiled for PostgreSQL 12.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-asn1oid-dbgsym
Package-Type: ddeb
Source: pgsql-asn1oid
Version: 1.6-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-12-asn1oid (= 1.6-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-12-asn1oid-dbgsym_1.6-3.pgdg26.04+1_amd64.deb
Size: 8784
SHA256: a88fd2a48f8b1a555dc0fa3090cd345c74514e632f3cfca2988fac30ed3a6149
SHA1: 62bebd7bad4066cbbcaacbcdb297b331db6f1964
MD5sum: 4e19868efed65e54886aa256843a8778
Description: debug symbols for postgresql-12-asn1oid
Build-Ids: a68eed9b1afb74a02327f540d3c32fe2a6f3df9a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-auto-failover
Source: pg-auto-failover
Version: 2.2-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: pg-auto-failover-cli (>= 2.2-3.pgdg26.04+1), postgresql-12, libc6 (>= 2.38), libpq5 (>= 8.4~)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover_2.2-3.pgdg26.04+1_amd64.deb
Size: 51640
SHA256: 5a3a5f302072120d3e762cd8899d5f57fec9ab7429dbe42272907a7a225a2281
SHA1: 288856f433d331dda889af7e8828eac273cc9992
MD5sum: 7e5238b79a23e7e57fb24d728fa68dea
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-auto-failover-dbgsym
Package-Type: ddeb
Source: pg-auto-failover
Version: 2.2-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-12-auto-failover (= 2.2-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover-dbgsym_2.2-3.pgdg26.04+1_amd64.deb
Size: 141004
SHA256: cc2f45767d2a130cdaf0f7b2d63fd1e3e5eb4193bc6954ae5235ac50654b3843
SHA1: ae60b0853aacebc9c78807bbea90ab0dc8965499
MD5sum: c6cea881c9a8c67b7a3b1453e8308805
Description: debug symbols for postgresql-12-auto-failover
Build-Ids: c0cb38ae4a7e8a2474494368cf1f6e395371f473
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-2.pgdg26.04+1
Architecture: amd64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 31
Depends: postgresql-12, libc6 (>= 2.10)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-12-bgw-replstatus_1.0.8-2.pgdg26.04+1_amd64.deb
Size: 7544
SHA256: 48e4da8e525c9948dc21e02537bf43ec6b85446fbdcfe0ecf2268e4de77c79e0
SHA1: 6a145e13414003aef2f9524240313e4706b89c08
MD5sum: 088a252c3ceb50d928a8f7b368a30415
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-bgw-replstatus-dbgsym
Package-Type: ddeb
Source: bgw-replstatus
Version: 1.0.8-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 28
Depends: postgresql-12-bgw-replstatus (= 1.0.8-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-12-bgw-replstatus-dbgsym_1.0.8-2.pgdg26.04+1_amd64.deb
Size: 8796
SHA256: b52ca537d4e58cca810eba99bdb278aa04854cd5b7d351adf02018df46454f90
SHA1: 19ca36adb923e6142bfab5d32dd4b5032a8b11e3
MD5sum: 7823731e1bc01b2d49a55cf3bdbc0a61
Description: debug symbols for postgresql-12-bgw-replstatus
Build-Ids: 17367aa28ffac85bce45ce5ebcf346fa6e4be76a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-credcheck
Source: credcheck
Version: 4.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-12, libc6 (>= 2.4)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-12-credcheck_4.5-1.pgdg26.04+1_amd64.deb
Size: 28328
SHA256: 034bd7606967173a1c736c724ce060bd4042634b96b9a1930024a9d943904bff
SHA1: 7ccb848a27d9f857a085a7df82106dfd5dc5f23f
MD5sum: 988e1cd1371b7275dcbeef5485a97da8
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-credcheck-dbgsym
Package-Type: ddeb
Source: credcheck
Version: 4.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-12-credcheck (= 4.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-12-credcheck-dbgsym_4.5-1.pgdg26.04+1_amd64.deb
Size: 71720
SHA256: 869bced87c76c4bfb3938a13bff1859d3afb412318cf7485806de69ef206cd43
SHA1: b50d22d618f2ad7b83c0370c8f9542e935f42414
MD5sum: 867fb7fd8a52d2d2dce87ad9994558a2
Description: debug symbols for postgresql-12-credcheck
Build-Ids: 1a5a2c3ca760a8851e4e2e5c25c16039ab9b9bb1
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-cron
Source: pg-cron
Version: 1.6.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-12, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-12-cron_1.6.7-2.pgdg26.04+1_amd64.deb
Size: 33684
SHA256: b07df2f7121945746ef5adb089ea7a40063eab8cd278d1b0c06cc3bbaee19239
SHA1: 39277d8c9d82810dc8ca787dce69d2389542d45c
MD5sum: 54506315da803dac2d54da46e3a7f6cb
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-cron-dbgsym
Package-Type: ddeb
Source: pg-cron
Version: 1.6.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-12-cron (= 1.6.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-12-cron-dbgsym_1.6.7-2.pgdg26.04+1_amd64.deb
Size: 104008
SHA256: fb8f25891f432ffbf2cf33007a67f6e3c0ae290f034f2a53bd13eed6d29335f5
SHA1: 0deee3851525380ef11f779612d3bdf641630990
MD5sum: 240ec9b8760b9076ce4030ca9228bf55
Description: debug symbols for postgresql-12-cron
Build-Ids: 5819dc013e25286d7a069a4a458988ee9db08faf
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 22702
Depends: postgresql-12 (= 12.22-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.22-4.pgdg26.04+1_amd64.deb
Size: 14967466
SHA256: a8c47a1c0d3120f659e1daa9254def6b075c808a41673ed10ace2dab959ee76f
SHA1: 2d2db5917cf6f514e49bbfbecf0adbe7c5ff272c
MD5sum: ceb06df8db4ad921505251432a942fb6
Description: debug symbols for postgresql-12
Build-Ids: 0372f548ad8a26832b8a7e4a33efe2d79478bb50 03978c72205a15a3642d507512d468b47bdcaf7c 070730abf972e250f1221c212e6f3fb3fb34cb5d 082f6d61cd9d82dbfd60dad93535e67d775958c0 0c567d77b78def31c5adc8d00d0dfa234a7c1c54 0e264a97d4a4a010ecbc5e7d95c0ab7ff4fef9a5 10b575ffdc3310d07ac5e590d8f8838639e3d7a9 1572cd7eaa9a9c384729b2955e47d862a646ac80 1572e3b21ce4c57cd76f27ed7cbe031d6abe6839 19a8f05f9e822e8337ba9ffba9fab10f5a9a9c31 1a4e521b384035ddc31fe3c50f82c6356c41588c 1e986d0fea70dc1007e282c103ff34d96a3b80da 1fe81f1ecd8e2a05eb9f95fdbfc59ea5bac6f7ce 20ecf7324963c0979d2356cec9e83919c44c7560 21cbadff3e4f2c46ed897aaa865f92bf910ae9c2 21f30d6d30846d72e271d59da6b6b3d4c60fbdd0 22808b246d700dfbc781658cdc2c465fe55146c0 2422d9c3c6cf87585b99b403c30c03436d61eef3 245d1263c2af43e7683ca2bc17b6ef6acfc9ecba 24911df539f16157d61e08e912954db0facd3109 2ab640ed6f8423086ed9ba0df3291e46c3935bc1 31f6ffc7abb4a067d0011fb6f7ead061f0651493 3b3138b7f9ec6d98de0932dfcbbdb64b25f29839 3bc0d44cfdd32beccc97f1d4acbd3d7fd2f23727 3f37656be24405d4f719f5dc3a374309cea6700e 3f969962211c35ad642dcef544f29922eafe6b88 42d79204ac09bb2c44a947cfcde3170d6f6a5ce6 440110dff6f941a3fd57dbabc9fad5e62513561d 458d2218528d005dda38151448acf1603044f8b3 4713d79e772eab0bb0363795d9abb46e09e6e9b3 49ab1af0c1d15f60b2e7aebea87b45569e3bc699 4c7f215339253efb9414870454cf9d98bcb9c9f0 51d9b4cc89ad06c613e0f4b7ae02e8e5fd65ba8d 51e79f8c1b6ef44d5c626313d65cc3aa38e4d486 52573333a9e7f0933f21dd7ea114867bfa29fa2b 58aabfc3c5fe43919f3d38701cfbb3cb8d3f8146 5d6a1b7030bd4f6749229c7698688e672d78c215 5e45c7059fda746fcc482bcfcf9edc5aab6f0678 641bf4ba29c597ce699cd71eec539ebb67a60e2d 71a92250dc7a655613179eebccdedc9955da35b2 7292c55e3533cbdbd702e5231c6274308d8874b3 72d1498643bc5313c6d9e465f6eed5be2a4395c8 73911258454873ab530639b3fe2b3ecfbadfe6fb 7a9682b6bca95edc8846801b77ec50660bc41375 7f191bbc621386eb4f27f8e4f6163677f775fa7d 80c8ab4a17f96c46d4fd44c7ccecf9cf8a6e0efb 824ee02b60bbc872d993cd15d7b77cae68cc825e 83093f7488d66543a8024241071ee1064fbe4a8e 83a1ea388bc7d594bc87808a0a67795b5ac42c02 87308f6398ff3cd4e5319745d9a55d9cc50310ce 87fcbb004ece056744d17a4f9ec5b6c247504f27 8c9c95e55a9bea8b90c964b80a58ee66361763e9 9108f0de6b8c74699e16e638a0d8e3d543d43937 91f898198671ce2fc7b1b3201326a1ca5d6ef375 966f2afa6d3ee7a4787128a1314bd9a92ca7f57a a087c91813a70bdae54db88b85d84c268ae8c1cf a0ccce82599e0c706a3b77955f16295426561512 a24a757fe0021e99455031e1489d999ee865e32a a71a08be5dc111e1038af2b90eb88f5878279db9 a7ff498bdeb1c59fe5cb87071c9fce8081a34639 a7ffb01ea02e594d9e20d49413f32202992c584b a8d268df429c8b0e52a8ba8763d29aa4b611de9c b4581d2e7617979223791f180b7871a10f00ccd9 bf9997dd936bca0e040dd2e1e1e93db4b4dffdf6 c02f7d08cad7db1ece9c08dabdf666e74cd9ea35 c08c84d088d7b3f0c3402c38d7ed7f5549c98de4 c0c6d9e23dd3662b09df807ef9acdfc3f159855a c41209f1b9c01b0f15b2f8eaa2712badfa56e85a c7026f730033ca28d243b0c12ef8ce469e5f17f4 c9cecea9d414b4e33519ad30b7e9ad3e7ecc41b0 cbcdcf6a20f0a6251684c84dfec854d1961c0506 cbfa07d3a2dcb19c603f190f93aa7153f3e8cd91 ceb262c14f58572067aed2de876a71b5234e6347 d1e9cb2af3b87aa058b26e55c81ae6743c4b0e08 d3707e5c4986147fe631079a0d589294f424bb8c d54df20df0d8d38425c88b6e611b8a48ae7ee4e3 d696b95808a975af8c7826088f4f05f311d4ed5a db790fa31b02fd6f132d1872f7ad78b30b346383 ded6f3cd24e618b0daba8623a7dc274019e00f01 e0a9ffda53d78dda0718915556c07eb177591c74 e40a62a934d6bdba92bc7a48710022c57da8b9a1 e48fb96e852788934888d38b5b80c0acb9977b33 e4c08879d3fc2b301de35fcd4c04cd1e9672df27 e4f71d6fae9e21f8f3bf77640317b8ccb5d9419c e8c1e7d48d49510d95f6116b18ea828e29dadf1a f251123f77777e619469f8de391b154ae4764c96 f33fb4c57dee987fca8ea7d11ddebae0ba73e889 f7ac9d023bbd5c5f069dd61df8b959247fc44a55 f8f6dd1c49f89af2d220cac1329386a052d7c7b6 fb441d697836a89699ff3ad124ff4d0cf6301748 fc4ef4a5d1993135b015e79b1fd6141f2b207af9 fd2ae6f0c14727abaffc9afa0051baf72c371406 fea81367c7876881e62b52c966a4feaded348fe8
Postgresql-Catversion: 201909212
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-debversion
Source: postgresql-debversion
Version: 1.2.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-12, libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.2.5)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion_1.2.0-3.pgdg26.04+1_amd64.deb
Size: 9392
SHA256: 809335b7a6440c67d00253198f1ceb926bfb41866b2bc0e37e85b93312cf5362
SHA1: c6aeb1d84165e3ff55512ae87ddb585238f53d43
MD5sum: 9af602cdb5cc27a5dabcfd19f20c86fd
Description: Debian version number type for PostgreSQL
 Debian version numbers, used to version Debian binary and source
 packages, have a defined format, including specifications for how
 versions should be compared in order to sort them.  This package
 implements a "debversion" type to represent Debian version numbers
 within the PostgreSQL database.  This also includes operators for
 version comparison and index operator classes for creating indexes on
 the debversion type.
 .
 Version comparison uses the algorithm used by the Debian package
 manager, dpkg, using the implementation from libapt-pkg.  This means
 that columns in tables using the debversion type may be sorted and
 compared correctly using the same logic as "dpkg --compare-versions".
 It is also possible to create indexes on these columns.
 .
 postgresql-debversion implements the following features:
 .
  * The "debversion" type (internally derived from the "text" type)
  * A full set of operators for version comparison (< <= = <> >= >)
    including commutator and negator optimisation hints
  * Operator classes for btree and hash indexes
  * The aggregate functions min() and max()
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-debversion-dbgsym
Package-Type: ddeb
Source: postgresql-debversion
Version: 1.2.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-12-debversion (= 1.2.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-12-debversion-dbgsym_1.2.0-3.pgdg26.04+1_amd64.deb
Size: 18776
SHA256: 7742fb6d568debc78f1e58ff4d02c8936bd30287f1f2ea90cc3f58003ce51527
SHA1: 6ecb61a4502e5069ae6d0a54c894651b990148b6
MD5sum: d929c0549dd02c2ff981300d93dd4569
Description: debug symbols for postgresql-12-debversion
Build-Ids: 84a8dfa0822f36c0aee14b3e576098bb2ccd2a65
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-12, libc6 (>= 2.14), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_3.4.0-1.pgdg26.04+1_amd64.deb
Size: 15140
SHA256: f6dfc308f779bbef557fe7442f12becfe6b7ec9b444ead93b44db05854964159
SHA1: c099e9822891a9ccebc035e400c20a890de9d7c6
MD5sum: ba5c6eaab154034452faf51158522b53
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-decoderbufs-dbgsym
Package-Type: ddeb
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-12-decoderbufs (= 3.4.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_3.4.0-1.pgdg26.04+1_amd64.deb
Size: 39932
SHA256: 83f22f6d8169b79dab560a5874b0e1db9989f7680d9285acc92d3ec9ce94a531
SHA1: d5965fceefa9112311eb346a4bbbe780f73e0deb
MD5sum: 5a0ec2030c58ee9a01cf8a16fdd1447d
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: 2790edd9d90f6fdebb1cf9d70d8960294169e8be
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-dirtyread
Source: pg-dirtyread
Version: 2.7-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-12, libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread_2.7-3.pgdg26.04+1_amd64.deb
Size: 11132
SHA256: 3f64a63a1824b14832dc9ce74ee7af1327b3c45868b9a3cdfaa9f267d4893e74
SHA1: 82ddc53ba291c62422683a48ba9ca1060550fbaf
MD5sum: 6d8734fbc95d4ddaa7361430fb914fbb
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-dirtyread-dbgsym
Package-Type: ddeb
Source: pg-dirtyread
Version: 2.7-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-12-dirtyread (= 2.7-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread-dbgsym_2.7-3.pgdg26.04+1_amd64.deb
Size: 35764
SHA256: 17dba588324867f08d16a02d3640f0b5121503dfebe45e7d524ded814f2d212e
SHA1: 4058285e7950c5086c1beb29600cd23c5a15a786
MD5sum: 3bd0c8749501f400b04383c3909404b8
Description: debug symbols for postgresql-12-dirtyread
Build-Ids: a29b288533a8d32727d8978c2cf0dde03fe0416e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-extra-window-functions
Source: extra-window-functions
Version: 1.0-7.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-12, libc6 (>= 2.4)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-12-extra-window-functions_1.0-7.pgdg26.04+1_amd64.deb
Size: 8048
SHA256: e273084d55e91577c32c84dc53cc18bc3b1ef8ed049b7baf9d0144e7b5803f24
SHA1: 90087a51e8d79249299599febe500841e23c22a9
MD5sum: c54ef34778e969d7823288d4a1721058
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-extra-window-functions-dbgsym
Package-Type: ddeb
Source: extra-window-functions
Version: 1.0-7.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-12-extra-window-functions (= 1.0-7.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-12-extra-window-functions-dbgsym_1.0-7.pgdg26.04+1_amd64.deb
Size: 9812
SHA256: 48a7194c9f725ebd89694f9d9704f8e57c85faf43d8dd821e5a9447f7abefbca
SHA1: 34c7a824cb3bf56f0cef51d1f4d2e74a0dd08f20
MD5sum: b513553a0fdc34fc4c44da0eb61c9475
Description: debug symbols for postgresql-12-extra-window-functions
Build-Ids: c73bf101df1fc4762731910287e3f49b03335cd7
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-12
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-12-first-last-agg_0.1.4-4-gd63ea3b-9.pgdg26.04+1_amd64.deb
Size: 5904
SHA256: 7b693f8b965bed116ed074e28a0a33fa5657fa5973c76fad33b3d9d74b5bab39
SHA1: 8c4fc3af21b4a3513f01a05efd8b732db71197ee
MD5sum: 171a7a0ccac83e4c846d96e8edba3298
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-first-last-agg-dbgsym
Package-Type: ddeb
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21
Depends: postgresql-12-first-last-agg (= 0.1.4-4-gd63ea3b-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-12-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-9.pgdg26.04+1_amd64.deb
Size: 4224
SHA256: 23a9a3f60d083f2f4fff70f133ec2d3670c40a0a8ef751b29385c91b587f4870
SHA1: a79083d6e437cae2a9b3cd7318675fcc66364fe2
MD5sum: 3bdeaadbcb2add5079201f6665b5406d
Description: debug symbols for postgresql-12-first-last-agg
Build-Ids: 7777282bcba5bc7d1aa706cbc9b2c932e732fe41
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-h3
Source: h3-pg
Version: 4.2.3-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-12, libc6 (>= 2.4), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-12-h3_4.2.3-3.pgdg26.04+1_amd64.deb
Size: 50780
SHA256: 83592e929e98d8e94fe5e30d88db0fa54a6d1a26e622210ac313b5912edfd36d
SHA1: 8e45b6f65949fa781db4f9bd5b785d7e76cafeb8
MD5sum: c3f8a86c24742d9f2c32832aba74d45d
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 12 extension.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-h3-dbgsym
Package-Type: ddeb
Source: h3-pg
Version: 4.2.3-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-12-h3 (= 4.2.3-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-12-h3-dbgsym_4.2.3-3.pgdg26.04+1_amd64.deb
Size: 112104
SHA256: 26d9d5435f08716c948a66ed39b03a26b31c88c8bb0e995ab2e04d09efed644c
SHA1: 82cc9f92ba2e8ea92f41c836dabc11a2d17c4015
MD5sum: 5e867ebcb627524556e0a0fc32c13195
Description: debug symbols for postgresql-12-h3
Build-Ids: 200b1366bab8bb2f1d24779be2c6817125173a92 b6b5669d4f577368d9ce5d9e4b789cc6f7ac27f9
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-hll
Source: postgresql-hll
Version: 2.19-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-12-hll_2.19-2.pgdg26.04+1_amd64.deb
Size: 36264
SHA256: 840772f01c6c1d2633c99f712ccaef01989c5403d7c5157d5d61c548385af424
SHA1: f746768fa7b4ea6c750c388230de2cbfb8261c12
MD5sum: e7f5be8b5b62c354f14d9ba4d8460bb7
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-hll-dbgsym
Package-Type: ddeb
Source: postgresql-hll
Version: 2.19-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-12-hll (= 2.19-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-12-hll-dbgsym_2.19-2.pgdg26.04+1_amd64.deb
Size: 91528
SHA256: f896dd9919bc4c68367da894a6a4dd91bf81a83ad33e6eef39731c1ec6ba84ec
SHA1: 7b04ab7bbf7e4e8fe9052e8efba6f971eeda6da8
MD5sum: e46524e6c578fdce321e28c7f15f1dff
Description: debug symbols for postgresql-12-hll
Build-Ids: 03e913cf4a88e81219f871e273f0a54165ca6e88
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-http
Source: pgsql-http
Version: 1.7.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-12, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-12-http_1.7.0-3.pgdg26.04+1_amd64.deb
Size: 20832
SHA256: b0d533e91793a050b087befcc4b3e7ccb70bdad199a00e0d08d14ebfc70ef011
SHA1: be84df3f189240a378eeb6f5776729f878bb10b6
MD5sum: 390f1d55687699409b500663ead4c24a
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-http-dbgsym
Package-Type: ddeb
Source: pgsql-http
Version: 1.7.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-12-http (= 1.7.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-12-http-dbgsym_1.7.0-3.pgdg26.04+1_amd64.deb
Size: 58548
SHA256: 08bcd105c55798df5a97a089392ed1447539c54e629b3da4eba21d7f83515aa6
SHA1: 37692878634fd0cee1c57895625b77de483ea99b
MD5sum: a3b1526e13c44a836e6d2969734d1a36
Description: debug symbols for postgresql-12-http
Build-Ids: 7aa412f9a5c361e4496557bce497992f2836cf76
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-hypopg
Source: hypopg
Version: 1.4.2-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-12, libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-12-hypopg_1.4.2-2.pgdg26.04+1_amd64.deb
Size: 24324
SHA256: bc50a3ac09d86aab9d1c24c1d1d5624ba72353cbe92be98790cf0cf215214dcf
SHA1: 7f0d1c0f5861169c1d4bd69995f07524e1699b3f
MD5sum: 31b5998419728b93fd7dbc4a9325202a
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-hypopg-dbgsym
Package-Type: ddeb
Source: hypopg
Version: 1.4.2-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-12-hypopg (= 1.4.2-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-12-hypopg-dbgsym_1.4.2-2.pgdg26.04+1_amd64.deb
Size: 78592
SHA256: 4bbaedbc77ad56a6845df30b1478c6f8e7f71e91269c2043410d651737f545ce
SHA1: bdb9f41f4e8344b8c07d84a475c63bffbc6f814d
MD5sum: 2dd5b26655497943f29d3da004da7ee1
Description: debug symbols for postgresql-12-hypopg
Build-Ids: f8b0954f721b1880ca7aebe82b2b91ef9aa206b5
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-12, libc6 (>= 2.14), libicu78 (>= 78.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.10.0-3.pgdg26.04+1_amd64.deb
Size: 38704
SHA256: cb919c586f512b9c8c239eeacebde1aa54324983b13cc6fc3adea90dfd5e8ec5
SHA1: 28e1be6c3b98b210a78b691163017ca0eacf632f
MD5sum: 469ccc8697f59c75469b5dcc455e3800
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-icu-ext-dbgsym
Package-Type: ddeb
Source: icu-ext
Version: 1.10.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-12-icu-ext (= 1.10.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.10.0-3.pgdg26.04+1_amd64.deb
Size: 95920
SHA256: 5e01f20675223a95a1d6d6c8a4e2a6ce57f047cbb23ad834c95de61f72b17447
SHA1: 5db9fde77e45348a24ff25b3efacf573447475f5
MD5sum: 410063dc791a8df4220cb212bb7db3a3
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: 75fd952cd5fafa02445bd5c6c6f463db11cfa931
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-ip4r
Source: ip4r
Version: 2.4.2-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 354
Depends: postgresql-12, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-12-ip4r_2.4.2-4.pgdg26.04+1_amd64.deb
Size: 69192
SHA256: 720ebf8a4a6264ff916bc1c48eebc65ebf0425708bed8e6d60fe3819d22b70e0
SHA1: c3300bbc91401c68f80e35bc3ead0ac5bdd939fb
MD5sum: 4ae8df7eebfe16ec7cbb989b58326b44
Description: IPv4 and IPv6 types for PostgreSQL 12
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.2-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: postgresql-12-ip4r (= 2.4.2-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-12-ip4r-dbgsym_2.4.2-4.pgdg26.04+1_amd64.deb
Size: 187440
SHA256: d487a776291642d9e6ee178d2686df8992c6183e37d10de26abec7c06ffa7107
SHA1: 03fca68089b81382ca8d43010fb9c6387022218d
MD5sum: 90028b8947c5602d8cd5ff5c1003fe09
Description: debug symbols for postgresql-12-ip4r
Build-Ids: 30463725ddcc49dacf2ed454a3ca445209e52ca6
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-jsquery
Source: jsquery
Version: 1.2-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-12, libc6 (>= 2.14)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-12-jsquery_1.2-3.pgdg26.04+1_amd64.deb
Size: 44096
SHA256: b34eb18cec7613cf6822b350c5b022767c0e0c40d33abe32152b73ae2274dce5
SHA1: f3785e16834b64f6a6e6819f86ddffcc3af14a66
MD5sum: fda0076e55d95fbf22b2b1c062757c02
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-jsquery-dbgsym
Package-Type: ddeb
Source: jsquery
Version: 1.2-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-12-jsquery (= 1.2-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-12-jsquery-dbgsym_1.2-3.pgdg26.04+1_amd64.deb
Size: 98948
SHA256: 7e2ea126c351023bea4235ff28ceee0c19cdddc8cd4841ddd78116ea35cc6c4b
SHA1: 7bc23b4029f6ff9468f46717537b660cc71009ce
MD5sum: ca4cf93a65d965fbfe0cb3714aae0162
Description: debug symbols for postgresql-12-jsquery
Build-Ids: 90bcb5a91b1bd7c41def366777cb67901f2245ef
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-londiste-sql
Source: londiste-sql
Version: 3.8-7.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-12-pgq-node, postgresql-12
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-12-londiste-sql_3.8-7.pgdg26.04+1_all.deb
Size: 20820
SHA256: e386d0a5a6ac9a7fd5c2701b76740130c905475d28072286961553a29b9ed42c
SHA1: 35c27ac7c41dbeb2d5cf5ff20ee6c889c4e1d893
MD5sum: ed1e6ce4831942c84b9f98903868099d
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-mimeo
Source: mimeo
Version: 1.5.1-20.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4468
Depends: postgresql-contrib-12, postgresql-12
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-12-mimeo_1.5.1-20.pgdg26.04+1_all.deb
Size: 110252
SHA256: ac28b9ad8f20b49041acd7b81237532cd9c464e88192c4f8a62438c142bc6766
SHA1: 31ce6206d52701f1ce8b31907ab5d10ed7878e9a
MD5sum: 10adb6f5282054a2cb2466a30d2cae1a
Description: specialized, per-table replication between PostgreSQL instances
 Mimeo is a PostgreSQL extension that provides specialized, per-table
 replication between PostgreSQL instances. It currently provides snapshot
 (whole table copy), incremental (based on an incrementing timestamp or id),
 and DML (inserts, updates and deletes) replication methods.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-numeral
Source: postgresql-numeral
Version: 1.3-8.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 104
Depends: postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral_1.3-8.pgdg26.04+1_amd64.deb
Size: 24488
SHA256: 38664cb368563e7f0dd7e9f99739f85126765e68fbbeb3670b23d0b920928502
SHA1: 487aeb6b9487fcccb390cdde4b448280158e3a0c
MD5sum: ad5cfecd9e9c76e040b99cfe0dfb33e2
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-numeral-dbgsym
Package-Type: ddeb
Source: postgresql-numeral
Version: 1.3-8.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 92
Depends: postgresql-12-numeral (= 1.3-8.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral-dbgsym_1.3-8.pgdg26.04+1_amd64.deb
Size: 45368
SHA256: fb56d1a1d70534b9070820ec932a6fd75697303dc54f57052bf550365ffe890e
SHA1: 648db8277832500faf3808049c30ecf52ee62d45
MD5sum: 58738830f33b873788364312feb4949e
Description: debug symbols for postgresql-12-numeral
Build-Ids: eca978172c09f41ec72556df3ffaa49c415b43a8
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 133
Depends: postgresql-12, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.7-2.pgdg26.04+1_amd64.deb
Size: 35288
SHA256: d2b4b35079b40f08fa2bef6166a8bc71e274300e45b8c8febe4cf378e04ceb8c
SHA1: 0efa75a50812167e1552499b35789cbf84e7b920
MD5sum: ce82bc32f85b4282e2a9b34e3b414f46
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-ogr-fdw-dbgsym
Package-Type: ddeb
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 198
Depends: postgresql-12-ogr-fdw (= 1.1.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.7-2.pgdg26.04+1_amd64.deb
Size: 135596
SHA256: 7e1a49fb2ff1d62e13c48936d9f84442bf19485e3a0ae5dfbb33fc849a98fe20
SHA1: a894ada13f685c0216ea569c789af8d43d31a0dc
MD5sum: 8f1e9615fcd7ef31e1fcb8088fa5cf85
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 99ba120e471bf8abf32b9fb8a33a483e2324619c ef54a0a3059f8dd3a8435df3c54bb673d2c665db
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: oracle-libs, postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-12-oracle-fdw_2.8.0-2.pgdg26.04+1_amd64.deb
Size: 76900
SHA256: 475c5f1397f974aa276ff9fe54f443168b3181cb2028ed59071c8c00b6a1c48c
SHA1: c8123da4dddf54d609aa2e08fbf8bf357843b9e1
MD5sum: ee0b91d02643dd1117171f3c81105f2c
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-oracle-fdw-dbgsym
Package-Type: ddeb
Source: oracle-fdw
Version: 2.8.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: postgresql-12-oracle-fdw (= 2.8.0-2.pgdg26.04+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-12-oracle-fdw-dbgsym_2.8.0-2.pgdg26.04+1_amd64.deb
Size: 185396
SHA256: f3bbf1cffdf79ba11a2a3aa149f5eb56978c4ae314d5b92fa6a837949805bfba
SHA1: d4c5b58e9c7b7cda91c81a72e3aca97afc964e9d
MD5sum: f13eef82c9584a8c2e2c1641053a4d41
Description: debug symbols for postgresql-12-oracle-fdw
Build-Ids: 1cd4c46d4ec043ee361ec49f9c360f4d571f6923
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-orafce
Source: orafce
Version: 4.16.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 592
Depends: postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-12-orafce_4.16.3-1.pgdg26.04+1_amd64.deb
Size: 131112
SHA256: f0dc34693e763eb034a06a27d342ae03c09462db99a5700f66f53a54851ca1d7
SHA1: 7bdc888ec89ed28984e6c00a859480a3ea719652
MD5sum: 1dc72f448ddb6a8dc499e53b9df66387
Description: Oracle support functions for PostgreSQL 12
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 444
Depends: postgresql-12-orafce (= 4.16.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-12-orafce-dbgsym_4.16.3-1.pgdg26.04+1_amd64.deb
Size: 293420
SHA256: cc3877353dd9b4ab6238d95711a6996b647928a66d7caabd04624495304b828a
SHA1: 28a8eb9d2e55ebc1499aa62fde7bea6228fb8a83
MD5sum: b98229e8a699c44091b54e64d2f972ec
Description: debug symbols for postgresql-12-orafce
Build-Ids: 8cf5bd103904127558735d787166e69409e54a9c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-periods
Source: postgresql-periods
Version: 1.2.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 523
Depends: postgresql-contrib-12, postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-12-periods_1.2.3-2.pgdg26.04+1_amd64.deb
Size: 33816
SHA256: a01876d81bf130a607f1d03dad8df19f586c0ac12045ec1fdc685a948aadf6f9
SHA1: 0ae92b4fef4c2d62fe8b5bb7f67d8f4bd5e51089
MD5sum: 50f49690aa24721291fa88e810a193ab
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-periods-dbgsym
Package-Type: ddeb
Source: postgresql-periods
Version: 1.2.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-12-periods (= 1.2.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-12-periods-dbgsym_1.2.3-2.pgdg26.04+1_amd64.deb
Size: 40776
SHA256: de94dbbe143469d02e07443d19fecdcc52f85b91f3583e6f22e85ec4545174f6
SHA1: 2dc50159d1b8dcdf7a53da733d16bd97cae0f0dd
MD5sum: c147f0e3ba42e2f76613ae9104fa88f3
Description: debug symbols for postgresql-12-periods
Build-Ids: ee9cd736d954ff9cc8b2d228d680e38122b84f63
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-12, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck_1.6.0-2.pgdg26.04+1_amd64.deb
Size: 34232
SHA256: 995b7d3842a9a91d85ae78a0cb4ae409ef09d28f300eff38ff8d7bab63faf4fa
SHA1: 0825811ac562c2daab0a8557ee0748e96c28b807
MD5sum: 1f6edf8e73f302ac0b9fedece248292d
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pg-catcheck-dbgsym
Package-Type: ddeb
Source: pg-catcheck
Version: 1.6.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-12-pg-catcheck (= 1.6.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-12-pg-catcheck-dbgsym_1.6.0-2.pgdg26.04+1_amd64.deb
Size: 40664
SHA256: c2420da2fe19942c86c8c3cd82d75d46985428073d5149da3875a3ed4ecea8ba
SHA1: 70b203611ae46abf5b8e7ef369e0d749f2e25d29
MD5sum: 7c599960812009516e9a29f7028f3d3e
Description: debug symbols for postgresql-12-pg-catcheck
Build-Ids: 64b2a20b3b85b7a2a7bacd29accb20bab00a0634
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pg-crash
Source: pg-crash
Version: 0.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-12-pg-crash_0.3-2.pgdg26.04+1_amd64.deb
Size: 6344
SHA256: b80c7f453c8cf35ce165d482d0e4963ebc001c34dcb8b4dfec3a54aeece44ec7
SHA1: 0d85c24fcd86af1672a2a3aba7d8a5070d948ba2
MD5sum: d328868a2390bbb15a74cecfb1e5aea9
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pg-crash-dbgsym
Package-Type: ddeb
Source: pg-crash
Version: 0.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-12-pg-crash (= 0.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-12-pg-crash-dbgsym_0.3-2.pgdg26.04+1_amd64.deb
Size: 14900
SHA256: b575b80220d243797c0525e2b4a6e7f46587eb58a751b0c9c6a0da647e5288c1
SHA1: d25e6983b0f7bae939394b3658fe4e9a45cff8bf
MD5sum: b34cb58035f113f02effc41d310ed161
Description: debug symbols for postgresql-12-pg-crash
Build-Ids: 749e1bfdf904c792c9fe3ea2ee0cf070e299f8f0
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-12, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-12-pg-failover-slots_1.2.0-1.pgdg26.04+1_amd64.deb
Size: 16748
SHA256: a37947bc70558a4957cf68e202aa80c2e8dcdd5875e86b5f6f9ba5a652460ea4
SHA1: 4910ed0e7365fc928400229cae095edbfac1e1ed
MD5sum: 1500a2015cc124b1a90be636855a6a01
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pg-failover-slots-dbgsym
Package-Type: ddeb
Source: pg-failover-slots
Version: 1.2.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-12-pg-failover-slots (= 1.2.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-12-pg-failover-slots-dbgsym_1.2.0-1.pgdg26.04+1_amd64.deb
Size: 40916
SHA256: 396828c1a6271d1df7cfa2289caeb6a9aa1f14422a2665f4cc860513ed32f3e4
SHA1: ea8eea519324ed3b7a4086d706da7c7368ee73bb
MD5sum: 7714bb21c192cf54d736fb4060d3d78d
Description: debug symbols for postgresql-12-pg-failover-slots
Build-Ids: 6546301c4122945e0fd6ffd2cd2e83b86b4b00b1
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pg-gvm
Source: pg-gvm
Version: 22.6.11-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-12, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm_22.6.11-2.pgdg26.04+1_amd64.deb
Size: 20136
SHA256: b897103bc61068ac9514870b6e4ef09b882072b35c1a3f0600b199d238f95318
SHA1: 7af18f8df8b7e52905684c768b4857f72636f02d
MD5sum: 2cdb8976e13be4b04dd248c4dea305cf
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.11-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-12-pg-gvm (= 22.6.11-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm-dbgsym_22.6.11-2.pgdg26.04+1_amd64.deb
Size: 27568
SHA256: d85f1bfddcd917f187aea79fa10caf82ce53189b9410b4b931aff52f2c5b3bc4
SHA1: 8892dab372f3cd4eac3ff1d2fe8ffa205a4f42cc
MD5sum: f941021846b258be2fc825d37e191e35
Description: debug symbols for postgresql-12-pg-gvm
Build-Ids: a64d50cfd0180ad47977be8fcdab282dfde97c64
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pg-hint-plan
Source: pg-hint-plan-12
Version: 1.3.10-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-12, libc6 (>= 2.14)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-12/postgresql-12-pg-hint-plan_1.3.10-2.pgdg26.04+1_amd64.deb
Size: 50976
SHA256: 007016b8073051c47de1e38707993ece7fcce6f6af6e08e815b51efe4860156f
SHA1: 86f92d244e5ac0641ff490c81047d65d539ea69b
MD5sum: 8c67c5c02de5724ee462572c44c197ce
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pg-hint-plan-dbgsym
Package-Type: ddeb
Source: pg-hint-plan-12
Version: 1.3.10-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: postgresql-12-pg-hint-plan (= 1.3.10-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-12/postgresql-12-pg-hint-plan-dbgsym_1.3.10-2.pgdg26.04+1_amd64.deb
Size: 117688
SHA256: d6757bcfb81fba5c5b96972c8130067273e9e7bdde3cde3d3563b4d857e8507b
SHA1: e319ad35ffe1d08c75071bffeb95f1ab5a8c8d7c
MD5sum: 68b058d4677fa58e9dc70dba2eef6c13
Description: debug symbols for postgresql-12-pg-hint-plan
Build-Ids: 4d7b9bdeee92da8a426d5d144162d81102dc022b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pg-permissions
Source: pg-permissions
Version: 1.4-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-12
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-12-pg-permissions_1.4-2.pgdg26.04+1_all.deb
Size: 8264
SHA256: 48325a282b8bcbac3ddf693c7ec5e59c0b8ddfc9d684226a745df3687b31dac1
SHA1: a43e360171893416112257e8526a2dde1882606a
MD5sum: c732bfe33b0fa53de67de68ac504d9e5
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pg-qualstats
Source: pg-qualstats
Version: 2.1.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: postgresql-12, libc6 (>= 2.14)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats_2.1.3-1.pgdg26.04+1_amd64.deb
Size: 27912
SHA256: 4c663d357722b74db6fc6851ed8a7632b362c18749e4fa78dbf2fc0b610edc81
SHA1: 52a5cc6a4ea4ecf3e194eed042a68fdebebf79b6
MD5sum: a62117e4cca6d0205204546f3e4e51a9
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pg-qualstats-dbgsym
Package-Type: ddeb
Source: pg-qualstats
Version: 2.1.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-12-pg-qualstats (= 2.1.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-12-pg-qualstats-dbgsym_2.1.3-1.pgdg26.04+1_amd64.deb
Size: 59416
SHA256: b5ef16d1370ba0afd0a7bf37db2d6f97357a55d07ab17c44f99f9d0b2153f54c
SHA1: c16b4b2198d27dd1cc8c643c3fca82a1558b8945
MD5sum: 0410b952a891b14b7ce5a0d7b9a77ee5
Description: debug symbols for postgresql-12-pg-qualstats
Build-Ids: 49ec038b42b9d28dd8d9e30dd2703777fa6dfd00
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pg-rrule
Source: pg-rrule
Version: 0.3.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-12, libc6 (>= 2.14), libical3t64 (>= 3.0.0)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-12-pg-rrule_0.3.0-1.pgdg26.04+1_amd64.deb
Size: 11672
SHA256: 8d637f7c003b0492a77600e38e5ecb07496c38c312c0285d15fd8a5a28ba3a7e
SHA1: 9c167298871502751d2c8888cee48d185989b961
MD5sum: 0fc76139efc61519bc2aeb01ae19fb02
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pg-rrule-dbgsym
Package-Type: ddeb
Source: pg-rrule
Version: 0.3.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-12-pg-rrule (= 0.3.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-12-pg-rrule-dbgsym_0.3.0-1.pgdg26.04+1_amd64.deb
Size: 20996
SHA256: 58535f1aa5eaaad481d48163eb05da83ec385ad4af3688de6c8b4895481e1562
SHA1: b10bad8e9e8109f48a587b02c6317bbbf08283cd
MD5sum: b91b6aa6925903e418851c71e5bedfd9
Description: debug symbols for postgresql-12-pg-rrule
Build-Ids: 3fe1b4bbfeddcacc23ee922a93d659339166198d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-contrib-12, postgresql-12, libc6 (>= 2.38)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache_2.3.1-1.pgdg26.04+1_amd64.deb
Size: 17008
SHA256: e46e44d5fcdb8f796f88aaeabdf997bf5e0fe6e7d4317fa44f237cafbeaa806b
SHA1: 1d39c833ca96d74ca324484bfeea096f60bff26e
MD5sum: e4b70fb97d3be8da30d35d8e2cd04f8c
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pg-stat-kcache-dbgsym
Package-Type: ddeb
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-12-pg-stat-kcache (= 2.3.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-12-pg-stat-kcache-dbgsym_2.3.1-1.pgdg26.04+1_amd64.deb
Size: 39148
SHA256: 80c9fed8edef269cb33a8959136af213374c0f99288e9dad39f37fdaf7bfe7f9
SHA1: f0e9c5fa1fa277ee39d1ea690b569ba6343443c7
MD5sum: e672a5865961e4ece8c93aae751bfc61
Description: debug symbols for postgresql-12-pg-stat-kcache
Build-Ids: 6e7e7298621c5b67cb1dc51500dd3c07542b317d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-5.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-12
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-12-pg-track-settings_2.1.2-5.pgdg26.04+1_all.deb
Size: 9280
SHA256: 7a877b0262d88da924cfc534b4e7195be016ec1e7c0218e2d1b0ab860f0f00f6
SHA1: 3b609c925b23a6dd18f37ae338ee1b6082277b19
MD5sum: c37d08d7c05a1af9a67a043aeb320714
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgaudit
Source: pgaudit-1.4
Version: 1.4.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-12, libc6 (>= 2.4)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.4/postgresql-12-pgaudit_1.4.3-2.pgdg26.04+1_amd64.deb
Size: 20264
SHA256: d0a1a514b35ba02929440f1182ab1c3d86b701c360baa06d5322f896bb0514c7
SHA1: 0aa55d36b840549a63c1c0a96846ca082fd5cd30
MD5sum: 217b0b7f06508756c4f75664f0746d64
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgaudit-dbgsym
Package-Type: ddeb
Source: pgaudit-1.4
Version: 1.4.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-12-pgaudit (= 1.4.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.4/postgresql-12-pgaudit-dbgsym_1.4.3-2.pgdg26.04+1_amd64.deb
Size: 45660
SHA256: 997b3e87a400276b8bd11e5a30c6283c1b031168274f290ca41a6560d0871815
SHA1: 5b2818e1a2b0e01d67a9e968e99173ba129313bb
MD5sum: ca9c5a8c8abfcfcf194d5817b9cbf1b6
Description: debug symbols for postgresql-12-pgaudit
Build-Ids: 7f62b47210615bb64a6fea7934469af451feafa3
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-12-pgaudit, postgresql-12, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.7.6-1.pgdg26.04+1_amd64.deb
Size: 16644
SHA256: aa3d41e753e50b0bba4bcf415c629df96068ae7e8073c4af6d40a50ebd431b06
SHA1: 6ccec399d7f23e0df5103f478af67cf7fbcb50ce
MD5sum: 093c971bded97248b2a2a422f618aff0
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-12-pgauditlogtofile (= 1.7.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.7.6-1.pgdg26.04+1_amd64.deb
Size: 39292
SHA256: 3cea663f1236face306e4f8b1b7c13898506e5491ed7d194e6cd22b1c0f83deb
SHA1: 174b0e82a3f3bb95ef143d225807a702bc1c74f7
MD5sum: 54bf72497bba4cefa95b2bf975ee0121
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: e5c804c262c16258812f1ab8ad793f50761d30c7
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgextwlist
Source: pgextwlist
Version: 1.19-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-12, libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist_1.19-2.pgdg26.04+1_amd64.deb
Size: 13100
SHA256: 79ed5c449fe8bd9f775004672c6d8b8732e6440b92f5fd681a8aa2edd0916c5c
SHA1: 342bce7eb0ed9f5e81bf57ab83e2f3de2044f789
MD5sum: 14682941e841233be92383ca830014e8
Description: PostgreSQL Extension Whitelisting
 This extension implements extension whitelisting, and will actively prevent
 users from installing extensions not in the provided list. Also, this
 extension implements a form of sudo facility in that the whitelisted
 extensions will get installed as if superuser. Privileges are dropped before
 handing the control back to the user.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgextwlist-dbgsym
Package-Type: ddeb
Source: pgextwlist
Version: 1.19-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-12-pgextwlist (= 1.19-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-12-pgextwlist-dbgsym_1.19-2.pgdg26.04+1_amd64.deb
Size: 48320
SHA256: 0e05a6afb9a271267e9590114d4ea1e559c2d20a0a2b47373ddf807c99fe5d33
SHA1: 644683047810ca232d54d9fea4a5de13dc9a35a1
MD5sum: ad4d18370ca94a9c76a74e711c0631be
Description: debug symbols for postgresql-12-pgextwlist
Build-Ids: 515cd3bf1debf6e552fb228e4773ef1ddfeade41
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgfincore
Source: pgfincore
Version: 1.3.1-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-12, libc6 (>= 2.34)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-12-pgfincore_1.3.1-3.pgdg26.04+1_amd64.deb
Size: 14036
SHA256: 4c695bdb7cf008a64e94aa2bbac81a10d86eb7213475dedc06035800d3c7d479
SHA1: 1a05b35a523f4202f3469de8c611406d508c0f45
MD5sum: 0b0785cc8313616a8808374b667d8bb7
Description: set of PostgreSQL functions to manage blocks in memory
 Those functions let you know which and how many disk block from a relation
 are in the page cache of the operating system, and eventually write the
 result to a file. Then using this file, it is possible to restore the page
 cache state for each block of the relation.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgfincore-dbgsym
Package-Type: ddeb
Source: pgfincore
Version: 1.3.1-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-12-pgfincore (= 1.3.1-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-12-pgfincore-dbgsym_1.3.1-3.pgdg26.04+1_amd64.deb
Size: 43364
SHA256: ac68c91e53c75b6eaa326a1093c65e229a0049009ed7b57b114082679544bf6a
SHA1: 74da600544f236fd4a8e0ff9884a4e38071c14eb
MD5sum: cbbf020d46723521cc66831c152e5820
Description: debug symbols for postgresql-12-pgfincore
Build-Ids: 9b2fdb21a47f9a4705a5fc726f3562437d35d0b8
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pglogical
Source: pglogical
Version: 2.4.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 583
Depends: postgresql-12, libc6 (>= 2.38), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.4.6-1.pgdg26.04+1_amd64.deb
Size: 116724
SHA256: 844b5e59cc8958202f35808d7362e1bbaa3b9d558f40402362ef6f4d2cd7e15a
SHA1: 0e1d8604e6451fbd968cd72fedb74bd428f15dae
MD5sum: 9f82a1856c3403b614d3971ebbcb2ad1
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pglogical-dbgsym
Package-Type: ddeb
Source: pglogical
Version: 2.4.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 553
Depends: postgresql-12-pglogical (= 2.4.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-12-pglogical-dbgsym_2.4.6-1.pgdg26.04+1_amd64.deb
Size: 383644
SHA256: 1943caf682c1e3974fe43c8145b834c0c92db4eb16490bcd0cbe0631675602c3
SHA1: 2f0c3e6bc3e5c5fd9076f84ef573f400da93c2d0
MD5sum: b4f0ffbcf1fab1152b4d00f80f79cc94
Description: debug symbols for postgresql-12-pglogical
Build-Ids: 083e55a815ec46c2194dd6616013640d3991befe 4febc7346490e9e18964f48a9760384b2184fecd 762b576e2a943a7aed68c351f40010dba3504d21
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgmemcache
Source: pgmemcache
Version: 2.3.0-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-12, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-12-pgmemcache_2.3.0-15.pgdg26.04+1_amd64.deb
Size: 21132
SHA256: be256abb1af02a71682d5341a91c9e8e731bc4000731d10dfd517d2fa2c02bd4
SHA1: 8b892a31fe0f975650733c0d19c9d075ad901110
MD5sum: 0e8aa809c58064492ab56cd611e5d778
Description: PostgreSQL interface to memcached
 pgmemcache is an extension for PostgreSQL that provides an API to
 memcached through user-defined functions.
 .
 memcached is a high-performance, distributed memory object caching
 system, generic in nature, but originally intended for use in
 speeding up dynamic web applications by alleviating database load.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgmemcache-dbgsym
Package-Type: ddeb
Source: pgmemcache
Version: 2.3.0-15.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-12-pgmemcache (= 2.3.0-15.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-12-pgmemcache-dbgsym_2.3.0-15.pgdg26.04+1_amd64.deb
Size: 51260
SHA256: 40c15b7db3b5f3ac6dff53f78b9a28ddf8e20519d0e6080ec48ad2cff13e56bc
SHA1: c4d0f84c38e39a017dc1dce509bdfd9d90705299
MD5sum: 823e9002910c92912850049e9fb29265
Description: debug symbols for postgresql-12-pgmemcache
Build-Ids: a3d6bb411d1a21d2f5596cec298c3b05edc62e75
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgmp
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-12, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp_1.0.5-4.pgdg26.04+1_amd64.deb
Size: 45412
SHA256: e69d45ae2c16dd3ff804db0f7a5564162691becd7c168c6e1a9b8f14fbc0901c
SHA1: 1be90de4a9bd3fae5498975b564643f4c9d3c9d6
MD5sum: 2113cf299cf7c513fb39f33ebbd5b2d0
Description: arbitrary precision integers and rationals for PostgreSQL 12
 pgmp is a PostgreSQL extension to add the GMP data types and functions
 directly into the database.
 .
 The extension adds the types mpz (arbitrary size integers) and mpq (arbitrary
 precision rationals) to PostgreSQL and exposes to the database all the
 functions available in the GMP library for these data types, allowing:
 .
  * higher performance arithmetic on integers respect to the numeric data type
  * a rational data type for absolute precision storage and arithmetic
  * using specialized functions to deal with prime numbers, random numbers,
    factorization directly into the database.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgmp-dbgsym
Package-Type: ddeb
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-12-pgmp (= 1.0.5-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-12-pgmp-dbgsym_1.0.5-4.pgdg26.04+1_amd64.deb
Size: 70200
SHA256: 3bc0c3d850b20635c5630021be28fc8e60cd9ebcd991588f758543b7f27fd544
SHA1: 7d1738aaf9f86b1d28c718d29e7c76fc2119b940
MD5sum: 46a7b691af7c0e14a55c1cc741ada62f
Description: debug symbols for postgresql-12-pgmp
Build-Ids: e0772863d6f999c2a4c48618762fde506094b73c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgnodemx
Source: pgnodemx
Version: 1.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-12, libc6 (>= 2.34)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-12-pgnodemx_1.7-2.pgdg26.04+1_amd64.deb
Size: 31564
SHA256: f12b7a0eab153d64114b70a31faf4a3168cf67e15c98b04b333a38c4239e3938
SHA1: 9be7196b930d4993319ad40d0dc9c8390e831235
MD5sum: f80efea6841811731225a529145ced91
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgnodemx-dbgsym
Package-Type: ddeb
Source: pgnodemx
Version: 1.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-12-pgnodemx (= 1.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-12-pgnodemx-dbgsym_1.7-2.pgdg26.04+1_amd64.deb
Size: 83388
SHA256: 786a86c1c31808d720158adc53519083c182b7ea891b8c70ffb7e6a5d6accf94
SHA1: 1f665f7e45c6b9b4554922c43bbdb0a1ce8f88dd
MD5sum: e51fba8045cd11ae3a807e9ff06a75a1
Description: debug symbols for postgresql-12-pgnodemx
Build-Ids: 04713b524651abacb95a6ac7b52c7bb8b3eb7d90
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgpcre
Source: pgpcre
Version: 0.20190509-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-12, libc6 (>= 2.14), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-12-pgpcre_0.20190509-9.pgdg26.04+1_amd64.deb
Size: 9756
SHA256: 8c0799fb0a61c9f31557849930a72d40ca621b976de0ba9413c17e839a1f9327
SHA1: 15326717536c1a994d4f49c80422ca9f0fa28257
MD5sum: a0986cef985c0f4ef33781323e62f8f8
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgpcre-dbgsym
Package-Type: ddeb
Source: pgpcre
Version: 0.20190509-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-pgpcre (= 0.20190509-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-12-pgpcre-dbgsym_0.20190509-9.pgdg26.04+1_amd64.deb
Size: 15904
SHA256: 504ec1c8f333ef0800d7a784f7048c7ea7bb98cc993e1594c3eb782f9adeb1d1
SHA1: a3e8b3330599097bea92832580cd4ca2b4b056d0
MD5sum: 10b0e1ff0318d749bd449d7b61efc9bc
Description: debug symbols for postgresql-12-pgpcre
Build-Ids: 7bc52c2b7beb2eed959fe6179973785b824a7e6a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpool2 (>= 4.7.0-1.pgdg26.04+1), postgresql-12, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 135548
SHA256: d7c550e1bcfd56f4ef7dfae0bb5b6d3b90357d04fb6bc8fef5e3b15c75364e41
SHA1: acf505de98407a081eeea8dd1f86adbf86be7182
MD5sum: 0f75ea952c4f9c0fbe06597250005ba1
Description: connection pool server and replication proxy for PostgreSQL - modules
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client.  This package contains support modules for
 the PostgreSQL 12 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgpool2-dbgsym
Package-Type: ddeb
Source: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-12-pgpool2 (= 4.7.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 56708
SHA256: b7945e955bb71ca0f9382391117c20472d4fc39d0400b15c452ffad57c46ed0d
SHA1: d8c97de4c65d71a28de0007601979113b2b8dc9f
MD5sum: dc0f3e06e6eb54b85d239bfd7afe7dd3
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 0079d16993e420ba0af869dbf17b4bb2e77460e7 4720d17d15dd220c101eb0eb59db210d0f61c038 fa076a08baf0f213afae1e2df34f9ae940b74c3c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgq-node
Source: pgq-node
Version: 3.5-8.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 539
Depends: postgresql-12, postgresql-12-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-12-pgq-node_3.5-8.pgdg26.04+1_all.deb
Size: 12948
SHA256: f0544d7d8c909f29d31427cdee50633e5f7fe8e617c98753d62c2c4e7744a30b
SHA1: e3a164c6a44a640ccf64585d7776152ad2ec65dc
MD5sum: a1ba0a5b7244ebb1e56e65bf409ced0c
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgq3
Source: pgq
Version: 3.5.1-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2128
Depends: pgqd, postgresql-12, libc6 (>= 2.4)
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-12-pgq3_3.5.1-2.pgdg26.04+1_amd64.deb
Size: 82972
SHA256: ff7ff8dc2817c80a907ef19f4b916f418080f21f53173aac36064e33b7817493
SHA1: 98100d7fe2963de650c311af2a085881e5bc70aa
MD5sum: ca09b68fedbf77e7a8d364df4e2d32bf
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgq3-dbgsym
Package-Type: ddeb
Source: pgq
Version: 3.5.1-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-12-pgq3 (= 3.5.1-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-12-pgq3-dbgsym_3.5.1-2.pgdg26.04+1_amd64.deb
Size: 73408
SHA256: 457052c892abe552e3ecda5fda152565137d0d4dde94d59f81456700e7a1e506
SHA1: e64c4c369b13d5a949087e91ea1276c757c69da2
MD5sum: b424a9cf78e5f487cd4c4d32ee9b0a56
Description: debug symbols for postgresql-12-pgq3
Build-Ids: 2e21f1f5fc30733ca42e3912cd465de94a11a1f6 66b5ce29a3bea6eb45516b5b4a8960b0ea377364
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgsphere
Source: pgsphere
Version: 1.5.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1014
Depends: postgresql-12, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere_1.5.2-1.pgdg26.04+1_amd64.deb
Size: 181512
SHA256: eecd9dd5e8469145b9bbfeec4f4cd04dea97ef7cbdd5e9a3322c9e16910ae757
SHA1: 1359e0f62b9dd4f06b7a28754c2992e121ed55d9
MD5sum: 4f810222a236b9a36f564fd7363e0cdd
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgsphere-dbgsym
Package-Type: ddeb
Source: pgsphere
Version: 1.5.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 543
Depends: postgresql-12-pgsphere (= 1.5.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-12-pgsphere-dbgsym_1.5.2-1.pgdg26.04+1_amd64.deb
Size: 391624
SHA256: fc13dde2e2be0914bd937f753241c3024d6639ce44fcd4721b2064d0b8b4f43f
SHA1: f7daa8579de6ca981db256fcf6eb3fd32fd733a1
MD5sum: a2786ea0266abee5133298b120585097
Description: debug symbols for postgresql-12-pgsphere
Build-Ids: f2d402685c7c5adeb8fa61362c8b91ccd3dcd503
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgtap
Source: pgtap
Version: 1.3.4-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-12
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-12-pgtap_1.3.4-1.pgdg26.04+1_all.deb
Size: 45980
SHA256: 4747e4976c34fa748872c865e14ac11428fe77a9e14011e4f40ef747b46d697e
SHA1: 63dc55235e8864297c377a3dbff4ba963db9fdce
MD5sum: 0f93e4ae08f682ef3908c53d14578f22
Description: Unit testing framework extension for PostgreSQL 12
 pgTAP is a suite of database functions that make it easy to write
 TAP-emitting unit tests in psql scripts suitable for harvesting,
 analysis, and reporting by a TAP harness, such as those used in Perl
 and PHP applications.
 .
 TAP is the Test Anything Protocol (http://testanything.org/).
 .
 This package contains the extension for PostgreSQL 12.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgtt
Source: pgtt
Version: 4.4-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-12, libc6 (>= 2.4)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-12-pgtt_4.4-2.pgdg26.04+1_amd64.deb
Size: 24552
SHA256: 28842d295e6b10ee58929ace20afb79924168a392caf462b11ba41374d2819e4
SHA1: 1377f4b9135ac7f0f1d7b1abc55b1d2b1b97ee95
MD5sum: 4b64611624f9b01658fc79eff3f835b3
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pgtt-dbgsym
Package-Type: ddeb
Source: pgtt
Version: 4.4-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 98
Depends: postgresql-12-pgtt (= 4.4-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-12-pgtt-dbgsym_4.4-2.pgdg26.04+1_amd64.deb
Size: 69892
SHA256: 597f04313b11db3c3598e3a833e6c74c346372b7682810d7d61fb9ed25fab57c
SHA1: 96b39ff71a68b0bdfcec375465b6aace54a44362
MD5sum: db0b0bc37ef639a9f9665e9fee453cf3
Description: debug symbols for postgresql-12-pgtt
Build-Ids: b0ebe8829b6104234546e5bbc9d72f0eb78a90eb
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pldebugger
Source: pldebugger
Version: 1:1.9-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-12, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger_1.9-1.pgdg26.04+1_amd64.deb
Size: 26000
SHA256: 695db78bc39ea2c58250f5988ccde4c1604377386f7f47f46fb7feffade03854
SHA1: 82a932d202429b3d0961e36fd75800b0727531e4
MD5sum: d15e6a2cb67f93fbae2c8b7f57dc5c36
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pldebugger-dbgsym
Package-Type: ddeb
Source: pldebugger
Version: 1:1.9-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-12-pldebugger (= 1:1.9-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger-dbgsym_1.9-1.pgdg26.04+1_amd64.deb
Size: 94564
SHA256: 1551c059a63dd9198fac4c3fdec8fd76ff0fd21ece936c3cad39d22dfa754432
SHA1: 7e9eefb93e3a4a3f16b4e883d9034bd08a13b2b7
MD5sum: 6792541271dff37e1fdd5d105945204c
Description: debug symbols for postgresql-12-pldebugger
Build-Ids: 12a7900ded50afd1b825f825c30f92bcf648011d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pllua
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 371
Depends: postgresql-contrib-12, postgresql-12, libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua_2.0.12-7.pgdg26.04+1_amd64.deb
Size: 122252
SHA256: c50799748919b31009a67667e7b833b4a8d48c41e8415b58c5f74fb24b72985b
SHA1: e61f37f9eeb6db932bb150eb62e49955896810cc
MD5sum: 6a3be8190f26d28c08ab63757113dd95
Description: Lua procedural language for PostgreSQL 12
 PL/Lua is an implementation of Lua as a loadable procedural language for
 PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers
 written in the Lua programming language.
 .
 It brings the power and simplicity of Lua to PostgreSQL, including:
 small memory footprint, simple syntax, lexical scoping, functions as
 first-class values, and coroutines for non-preemptive threading.
 .
 This package is based on pllua-ng.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-pllua-dbgsym
Package-Type: ddeb
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 433
Depends: postgresql-12-pllua (= 1:2.0.12-7.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-12-pllua-dbgsym_2.0.12-7.pgdg26.04+1_amd64.deb
Size: 311468
SHA256: 38ceefe1763f500cfb4760119fe6aca9af85eca764a0259e8c04be011f5b7554
SHA1: f6f7185e2d49c69c5834516ebeacbc606512ef8d
MD5sum: 38874852b2eeea1dce4a4bce17aac90b
Description: debug symbols for postgresql-12-pllua
Build-Ids: 71bf1331747ee7cc01b26bf474c0c67f00369b61 d13c81bdfa8afc7dcbb44cd99644801a6ac31082
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-plprofiler
Source: plprofiler
Version: 4.2.5-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-12, libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-12-plprofiler_4.2.5-4.pgdg26.04+1_amd64.deb
Size: 20172
SHA256: 718d910a98efc5cb2fa63eebab093331488da28983920613bb804d35cfa97058
SHA1: 0bd6866b1135fec2088022ae504286c116cb65e0
MD5sum: 657fa2cbede0092ff324cbecf62bf311
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-plprofiler-dbgsym
Package-Type: ddeb
Source: plprofiler
Version: 4.2.5-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-12-plprofiler (= 4.2.5-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-12-plprofiler-dbgsym_4.2.5-4.pgdg26.04+1_amd64.deb
Size: 52528
SHA256: ab89fcd444b0b27a4800f07fcf58ec89be3fb28aefff51827c546d092598693f
SHA1: d8a061cdeba340b1f9ecfbf4cd1ac87fc562cadf
MD5sum: fbf717ca1317623521b59a1ac5cd9c5f
Description: debug symbols for postgresql-12-plprofiler
Build-Ids: 186584e9677f82d662ab99b847ce2e01244f423c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-plproxy
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: postgresql-12, libc6 (>= 2.38), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy_2.11.0-13.pgdg26.04+1_amd64.deb
Size: 57280
SHA256: 9c10109044de0bfa190700b348ad577ccab60e2f4aab48ffd0f6e408f201b4aa
SHA1: a7b5e9af060a1c78b8ff7a2d07782700f8a58db2
MD5sum: 3221b40efa023f8b4812f49e55ff2e23
Description: database partitioning system for PostgreSQL 12
 PL/Proxy is a database partitioning system implemented as a PL language. Main
 idea is that proxy functions are created with same signature as the remote
 functions to be called, so only destination info needs to be specified inside
 proxy function bodies.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-plproxy-dbgsym
Package-Type: ddeb
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-12-plproxy (= 2.11.0-13.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-12-plproxy-dbgsym_2.11.0-13.pgdg26.04+1_amd64.deb
Size: 116400
SHA256: e5238539f64fe9dcd20ec72e469bc731cfc3fcaafa1bbcf6798fa06981c0f5cd
SHA1: e4d6b7bbc4fcd230e4868c0d6b6594565f033f69
MD5sum: 4b79e4cafe934c05027e92eb5cf8c750
Description: debug symbols for postgresql-12-plproxy
Build-Ids: a1d2bbc47194bc4abeaf9da69b7e48bca3c69144
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.8.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: r-base-core (>= 2.10), postgresql-12, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.8.2-1.pgdg26.04+1_amd64.deb
Size: 57116
SHA256: 96bf7d34a679cd6289c2e00572f74d54833b886a3da1c33e6d20d35b6d25d33b
SHA1: 05279a0ecb113b98d0e8a7e1ade530f50767f404
MD5sum: 19d5c798c389c8124062bb3f53881ab2
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-12-plr (= 1:8.4.8.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.8.2-1.pgdg26.04+1_amd64.deb
Size: 127400
SHA256: b24b84f6c7a4aa74e0c504c9123611fb8a057d7604667b0eb9383ff314da5a05
SHA1: 2c95805c93de6cd23716bedb6710ee4aa4db196b
MD5sum: da6fdc0b6e3266ec9fd1018f6f2ccbc8
Description: debug symbols for postgresql-12-plr
Build-Ids: fcbb135ca5ec39467e0d6aeb6acd0f005c375ddc
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-plsh
Source: postgresql-plsh
Version: 1.20220917-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/petere/plsh
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-12-plsh_1.20220917-4.pgdg26.04+1_amd64.deb
Size: 12392
SHA256: a30304c591d8745ebf020068639b2e0be3c10ff96fe1631326466e78679a801f
SHA1: a37df98b75b3c26dbad69ec069e85544d26681d6
MD5sum: 644587a5592b41e64b00ddffc236971b
Description: PL/sh procedural language for PostgreSQL 12
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in a shell of his choice.  You need this package
 if you have any PostgreSQL 12 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-plsh-dbgsym
Package-Type: ddeb
Source: postgresql-plsh
Version: 1.20220917-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-12-plsh (= 1.20220917-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-12-plsh-dbgsym_1.20220917-4.pgdg26.04+1_amd64.deb
Size: 41996
SHA256: bf2c89348dc95c63fc3fb06637ec1c2fbfee3db47df3d1240a5512283aed19ef
SHA1: ab83286e37693eb10b53b744b13d40565f688b67
MD5sum: 9d37c39336c6eba761a8b7fd76925304
Description: debug symbols for postgresql-12-plsh
Build-Ids: 2b327be54f59123a199549cd8e632c05ebc3ab87
Timestamp: 2026-02-12 22:34:45+00

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

Package: postgresql-12-pointcloud-dbgsym
Package-Type: ddeb
Source: pgpointcloud
Version: 1.2.5-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-12-pointcloud (= 1.2.5-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-12-pointcloud-dbgsym_1.2.5-3.pgdg26.04+1_amd64.deb
Size: 180484
SHA256: 7ff985789bac0d21f997c988d68a6f46dee9f139a381cfc0e45b2730e4f221aa
SHA1: b2de303e40c28bd5a221374c73ab3c5312a350d2
MD5sum: 1d3e469caccba8702aaf36d699e849ee
Description: debug symbols for postgresql-12-pointcloud
Build-Ids: 64aee4f918d64df97eae6d6c7e6a860810892d11
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2795
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.6.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 955104
SHA256: a876c950d643d036508ee472322bb641ebdc5f87f65bd6ea5ce2c4a2dcb88f6a
SHA1: a2e2192542acc609c71a4029497ddb49c72ec8fb
MD5sum: a7c4e29b34c8b1527dfbf9b98f5ca704
Description: Geographic objects support for PostgreSQL 12
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-postgis-3-dbgsym
Package-Type: ddeb
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5087
Depends: postgresql-12-postgis-3 (= 3.6.2+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.6.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 3953796
SHA256: 6eee4d18d4547651f3f962dcfc71b7072a223b047631a564f75537fb2a2c9110
SHA1: 291e4d8b16d633bb6315092d21b3f5156eb6a716
MD5sum: 64b3e65246cce2b0c624160dd36a180e
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 32d39b6e724bb7b19d44c250326debbcaf4e23f2 4a4c113d6b165984fe9ad67a0c4a8b3bab60437a defa4a01a3ab74453951ae853512e091e617231a ecad298eb5c1fe00505e6f01c0281cfe83719359 fc936180732a4ee7125a7d61b9603ab6893b9286
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38989
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.6.2+dfsg-1.pgdg26.04+1_all.deb
Size: 1296344
SHA256: 65870be3903514c6401a731b1fc12b051cda7be38ecd35578cce97cd36cbb88d
SHA1: e54a70bf81fb2d4aac444a0df8312de4698a67f6
MD5sum: 89c5a3238f674c40475f05e4c3c31941
Description: Geographic objects support for PostgreSQL 12 -- SQL scripts
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This package contains the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-powa
Source: powa-archivist
Version: 5.1.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1903
Depends: postgresql-contrib-12, postgresql-12, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-12-powa_5.1.1-1.pgdg26.04+1_amd64.deb
Size: 49904
SHA256: 5584307e9d4f145f288a5ebcdca15a9b5b778104eaa3aa0e143913fa9f49017c
SHA1: a68bdb478f4ed824a3cd95a6c586e9460344b09e
MD5sum: 0c60f24740c62a5b932d566085c9fb0c
Description: PostgreSQL Workload Analyzer -- PostgreSQL 12 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-powa-dbgsym
Package-Type: ddeb
Source: powa-archivist
Version: 5.1.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-12-powa (= 5.1.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-12-powa-dbgsym_5.1.1-1.pgdg26.04+1_amd64.deb
Size: 35956
SHA256: 714e4b6d94051037b5bec2c80f34a0860bdfd5e25f3fbc31493401ba32499f1d
SHA1: 19c908e1fbd2499224e4142755688592e0624854
MD5sum: ce9ed1cd03f296e8f366a6a6bde35e0e
Description: debug symbols for postgresql-12-powa
Build-Ids: 939cd8f3cf82211082cb7b6b459089f06199e8cb
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-prefix
Source: prefix
Version: 1.2.10-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-12, libc6 (>= 2.14)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-12-prefix_1.2.10-4.pgdg26.04+1_amd64.deb
Size: 21088
SHA256: e463ff33c805d63c9be3dc4d1354d84235213a10d78a618c5f7232cb8fcc4a77
SHA1: 2a109f3286b3b4fac85af0300aca4b07a7f5ddc1
MD5sum: bf69e885872a4996ae8d02dd9acaee18
Description: Prefix Range module for PostgreSQL
 This PostgreSQL module provides the prefix_range datatype, allowing to
 index searches such as finding the longest prefix matching a telephone
 number, having prefixes in a table and telephone number as a parameter:
 .
  select * from prefixes where prefix @> '0100091234';
 .
 The prefix column has to be of type prefix_range, and any text field
 can get indexed by the provided GiST opclass.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-prefix-dbgsym
Package-Type: ddeb
Source: prefix
Version: 1.2.10-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-12-prefix (= 1.2.10-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-12-prefix-dbgsym_1.2.10-4.pgdg26.04+1_amd64.deb
Size: 44584
SHA256: b2f8643a9b201796c4b92245ea29adaeee6d1ee29503e03e6ec6a35c62155f9d
SHA1: 6681eaa7077c36f52d3cf68f62ac2711022b6094
MD5sum: 5633809f7565d3b46ce70fef0cab5a66
Description: debug symbols for postgresql-12-prefix
Build-Ids: cf228f285629818bb8dbd73d914c6e3cbb0f18e9
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-preprepare
Source: preprepare
Version: 0.9-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-12, libc6 (>= 2.4)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-12-preprepare_0.9-10.pgdg26.04+1_amd64.deb
Size: 8876
SHA256: 2008dd5275f0563fad78e2c4f023d2eefa485ec5fdf2ceaff931c85c0804b86f
SHA1: 7707c60dde2f4a9cbe1ed6c08c75c0ca04bc98f8
MD5sum: b806c4470177342259f5f1a2041cba62
Description: pre prepare your PostgreSQL statements server side
 The pre_prepare module for PostgreSQL aims to prepare all your statements as
 soon as possible and in a way that allows client queries not to bother at all
 and just call EXECUTE.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-preprepare-dbgsym
Package-Type: ddeb
Source: preprepare
Version: 0.9-10.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12-preprepare (= 0.9-10.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-12-preprepare-dbgsym_0.9-10.pgdg26.04+1_amd64.deb
Size: 16828
SHA256: 3939769a34ac0d692973240010f9a63cf9b5a07650d222287da2f66760f17f32
SHA1: 7189868641b73542e6c524210fc722aa49af9a9d
MD5sum: 3c31f2ccb970b9afe1dd2a7b33b7d421
Description: debug symbols for postgresql-12-preprepare
Build-Ids: 26e5e4392736f07fe6e408627d0dd6538d388f54
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-prioritize
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-12, libc6 (>= 2.2.5)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-12-prioritize_1.0.4-13.pgdg26.04+1_amd64.deb
Size: 6896
SHA256: 85eb05b41601e1e554ce8842f5f0782ad655a93443b93ccfc7b8064d216c96bc
SHA1: 9af0e68b6447701ef3ed2fcdd1ef3c91fa9c0fb2
MD5sum: 9a1ccacca082e1241b70879bc376e14c
Description: Get and set the nice priorities of PostgreSQL backends
 This module implements an interface to getpriority() and setpriority() for
 PostgreSQL backends, callable from SQL functions. Essentially, this module
 allows users to `renice' their backends.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-prioritize-dbgsym
Package-Type: ddeb
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-12-prioritize (= 1.0.4-13.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-12-prioritize-dbgsym_1.0.4-13.pgdg26.04+1_amd64.deb
Size: 12628
SHA256: b47b27d23037b49c5d77bcbdcb7486cc06ad69294f8427671b1d79ece4f0d22f
SHA1: 051fc74401e94d01487dcce989ed5ba47bbb0740
MD5sum: cc78668fa374628a4280b09d3661969f
Description: debug symbols for postgresql-12-prioritize
Build-Ids: 2825f99b466ffd1f1966fc9b32a908f7d8f588ce
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-q3c
Source: postgresql-q3c
Version: 2.0.1-6.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2600
Depends: postgresql-12, libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c_2.0.1-6.pgdg26.04+1_amd64.deb
Size: 72928
SHA256: e0a59a0dfd48035212eb01f38314491077bf5f8231b8be1cafcd8e8e3ff4a648
SHA1: a0e6b5653210f2a19d753c2c150c7b1e67106551
MD5sum: 6122af9eab28ae9f6e5f00cce5455b8d
Description: PostgreSQL 12 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-q3c-dbgsym
Package-Type: ddeb
Source: postgresql-q3c
Version: 2.0.1-6.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-12-q3c (= 2.0.1-6.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c-dbgsym_2.0.1-6.pgdg26.04+1_amd64.deb
Size: 94452
SHA256: d46887f161d031f1e1134a1d55b176158529988c181156f617951147ddcdde2a
SHA1: c17a2b8bef2b31a0ebf6a25a3ea360fec20b532d
MD5sum: 56f35afac36830193270942a26e8dbb5
Description: debug symbols for postgresql-12-q3c
Build-Ids: a318445978db53a7deaa33325ed3d226b5369869
Timestamp: 2026-02-12 22:34:45+00

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

Package: postgresql-12-rational-dbgsym
Package-Type: ddeb
Source: pg-rational
Version: 0.0.2-8.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-12-rational (= 0.0.2-8.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-12-rational-dbgsym_0.0.2-8.pgdg26.04+1_amd64.deb
Size: 20720
SHA256: 825915302b87a66882ce497dc0854235a3dc40ad1aa87006552986771455a209
SHA1: 1bd9eb24451c4cf1b0cca2ca1d12aca2c2a1369f
MD5sum: 9c8d2b3ba89c03fa877bc1c06a5e3a01
Description: debug symbols for postgresql-12-rational
Build-Ids: 7bd57b4191f6a9d8c0ac93041227baaf246d3e29
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-repack
Source: pg-repack
Version: 1.5.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-12, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-12-repack_1.5.3-1.pgdg26.04+1_amd64.deb
Size: 75572
SHA256: 5f565128fa05b34d46eedb173a2aa4c4698964eb5b41b3023756bca6d097f049
SHA1: 8a55e3f970cc40cf759edc77ddd744a9e50297e7
MD5sum: 19291d9deb1485cb5f98de62561377c4
Description: reorganize tables in PostgreSQL databases with minimal locks
 pg_repack is a PostgreSQL extension which lets you remove bloat from tables
 and indexes, and optionally restore the physical order of clustered indexes.
 Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive
 lock on the processed tables during processing. pg_repack is efficient to
 boot, with performance comparable to using CLUSTER directly.
 .
 This package contains the pg_repack program and the server extension for
 PostgreSQL 12.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-repack-dbgsym
Package-Type: ddeb
Source: pg-repack
Version: 1.5.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-12-repack (= 1.5.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-12-repack-dbgsym_1.5.3-1.pgdg26.04+1_amd64.deb
Size: 117620
SHA256: c2a719aab99ffe544beaf0aaee926dd541d434260196e422e9a881b82bde2653
SHA1: d678a1620e29d4b2fbb8668ba1b0592c62a8ce60
MD5sum: 5e4966123e6ac2292776c2cc9f8e2b94
Description: debug symbols for postgresql-12-repack
Build-Ids: 21c2cad6af5c358041ddb19fd0b50fc979c1de69 5773f9a0d719b0a2499dd4fb8a6a853bd69e77a3
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg26.04+1
Architecture: amd64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 862
Depends: repmgr-common (>= 5.5.0+debpgdg-3.pgdg26.04+1), postgresql-12, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-12-repmgr_5.5.0+debpgdg-3.pgdg26.04+1_amd64.deb
Size: 224124
SHA256: 119dfadb5493a55e89b154a620b828be8db4dd5e5a6700aefc1c197b15c8848e
SHA1: c325bd84c5c32b115563efe2cd1d0a9a2850922d
MD5sum: fb442a552b879ed4680a9866efc57cbf
Description: replication manager for PostgreSQL 12
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 12.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-repmgr-dbgsym
Package-Type: ddeb
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 920
Depends: postgresql-12-repmgr (= 5.5.0+debpgdg-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-12-repmgr-dbgsym_5.5.0+debpgdg-3.pgdg26.04+1_amd64.deb
Size: 551224
SHA256: df7b2e0d51c83986d8716d23cb14556ccc29b700afdf42313e3c4d7fa99bb81d
SHA1: 0072b07092dc219f29e3ff755e68b6995ec31472
MD5sum: 341621c58938b67d880c0d3360719c96
Description: debug symbols for postgresql-12-repmgr
Build-Ids: 90ccb4b3387df770a9ad001844b9be4aa34cc48d afa59dc6f414520c1710372f0b8212aae1f080b2 bae8b5ca29089dc45cbe249c24de66361453bb36
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-roaringbitmap
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 481
Depends: postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-12-roaringbitmap_1.1.0-1.pgdg26.04+1_amd64.deb
Size: 152988
SHA256: 3923d52d1a1657c541a016ddba05dcaccae3f15dcd6cf3b43ce03d0c43146773
SHA1: 1ea94beaa3abccc3c6f68aebecfdebf07e9d0aa6
MD5sum: 10a5f2c356c781b3a9ba9a59a0397059
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-roaringbitmap-dbgsym
Package-Type: ddeb
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 830
Depends: postgresql-12-roaringbitmap (= 1.1.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-12-roaringbitmap-dbgsym_1.1.0-1.pgdg26.04+1_amd64.deb
Size: 682644
SHA256: 651bc392dd8d7bb73b61b77af34f92fc9f6e2b2c6c8fcc5a1ee13543a5ebf08b
SHA1: 29dc8d55d99462eeb2368c16c0ae47eafb4358dd
MD5sum: 7b4354a3340b3def04cfb0bddec9f58c
Description: debug symbols for postgresql-12-roaringbitmap
Build-Ids: 9b05fc436fb954a89b2690d2eab964070a4c77f3
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-rum
Source: postgresql-rum
Version: 1.3.15-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 326
Depends: postgresql-12, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-12-rum_1.3.15-1.pgdg26.04+1_amd64.deb
Size: 96460
SHA256: 6cb7e1c67debdf06d00bc1670be428758cdee558158d0647ec8fafab5ca54120
SHA1: 4cb5263d7554df72171978210c3c7bd02dfa2851
MD5sum: 5a34c85f3f7cf40e8cbbb6a6973ea4c1
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-rum-dbgsym
Package-Type: ddeb
Source: postgresql-rum
Version: 1.3.15-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 382
Depends: postgresql-12-rum (= 1.3.15-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-12-rum-dbgsym_1.3.15-1.pgdg26.04+1_amd64.deb
Size: 294780
SHA256: e99555c21905297266a9b33101d760189c1efb1c92a25a38158cb42da0e718ab
SHA1: dd3d3c9af39a394bd9c544f7f467e45aa2f3c410
MD5sum: bf30ae5fb91906529ddfc19964e0bd3f
Description: debug symbols for postgresql-12-rum
Build-Ids: b7457103bbd75e4c0022751c29caccc298af60bd
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-semver
Source: postgresql-semver
Version: 0.41.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-12, libc6 (>= 2.38)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-12-semver_0.41.0-1.pgdg26.04+1_amd64.deb
Size: 25068
SHA256: 60a871b8fc749529e77d30f7011c5fd049d91c06dd118152f66a95a8fb3b8f82
SHA1: edbe507bacb4f8aa560d8c1f339c1eb7db46bcb9
MD5sum: 5bacdc3fd635286e5fbcb53a65e946c1
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-semver-dbgsym
Package-Type: ddeb
Source: postgresql-semver
Version: 0.41.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-12-semver (= 0.41.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-12-semver-dbgsym_0.41.0-1.pgdg26.04+1_amd64.deb
Size: 21084
SHA256: 96373a9e5966728c993717effe564fde5ce7f37e3374f805db814ccc7dc35592
SHA1: 0500e08df1e6412fe319e6edbfb139ae2021847c
MD5sum: 8de95363f7f520ef02191fed0c0ecd01
Description: debug symbols for postgresql-12-semver
Build-Ids: e64d6181ea9d69a2e0c417c008ed44772438d27f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-similarity
Source: pg-similarity
Version: 1.0-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-12, libc6 (>= 2.3.4)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-12-similarity_1.0-9.pgdg26.04+1_amd64.deb
Size: 34708
SHA256: 24d3119024c4b39a1c68454c1d1fd6715def026c754663d87b079c2cb924183a
SHA1: d062544c3ce6a2ce52938bebb5a982d1ec30ac52
MD5sum: cb8fdbfb29f74b5001c7eaab080bc851
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-similarity-dbgsym
Package-Type: ddeb
Source: pg-similarity
Version: 1.0-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-12-similarity (= 1.0-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-12-similarity-dbgsym_1.0-9.pgdg26.04+1_amd64.deb
Size: 63044
SHA256: 08ea427fcd8fb27a6cc119412e194bb2c4f133283e392222c0caddf915b136f2
SHA1: 08639028962d2c54b3e5d786a7ef8955cb84182d
MD5sum: fb6223e2b75a6bba609b770920b2004c
Description: debug symbols for postgresql-12-similarity
Build-Ids: 83a2b9d0ff8bdd76b6015ab58aace02f39edfb32
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-snakeoil
Source: pg-snakeoil
Version: 1.4-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-12, libc6 (>= 2.4), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-12-snakeoil_1.4-3.pgdg26.04+1_amd64.deb
Size: 8944
SHA256: 2ff5dc511bcbb8c00c33e149b715c3f337f052dc677e1f4fa229d70060307b75
SHA1: b69b6de0419e947b3fe050d182051739ad13db50
MD5sum: e52078ccbed32abda6139fb8ae8486f4
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-snakeoil-dbgsym
Package-Type: ddeb
Source: pg-snakeoil
Version: 1.4-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-12-snakeoil (= 1.4-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-12-snakeoil-dbgsym_1.4-3.pgdg26.04+1_amd64.deb
Size: 14760
SHA256: 76026511c6c0e11a33c5ebf02d759bb1f10215e68238b23aec7c884d1d86b17a
SHA1: a39736b61f80eb53d82dca4a549f29392a9c2574
MD5sum: 4cdfb6038877358c4732d61b7974a9a3
Description: debug symbols for postgresql-12-snakeoil
Build-Ids: b44657c9fe0c04fd70c120e8e0109bc79d9657aa
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-tablelog
Source: tablelog
Version: 0.6.4-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-12-tablelog_0.6.4-4.pgdg26.04+1_amd64.deb
Size: 20956
SHA256: 1625da88f7dcffd47fa1c417e3cb9b9d867480b2f326a62a64364c4450f7d584
SHA1: 093041d22f23d1be7072178b62af8d6264e62a48
MD5sum: 4d9149b3e9beb02c17176c2b0a0aa784
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-tablelog-dbgsym
Package-Type: ddeb
Source: tablelog
Version: 0.6.4-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-12-tablelog (= 0.6.4-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-12-tablelog-dbgsym_0.6.4-4.pgdg26.04+1_amd64.deb
Size: 37032
SHA256: 39a95432902914d0378e3801bd5ef7e212eb6a3c57eb63ec5c0767ec98f7d24c
SHA1: cd19a7e500389d8996b2373c0e9e32c1378fa2d4
MD5sum: 7c24bc4b9fe7ce7acf29ca48e5ab2c7f
Description: debug symbols for postgresql-12-tablelog
Build-Ids: da60d8bec649b7b288fbbc98985e517b2d830b46
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-tdigest
Source: tdigest
Version: 1.4.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-12-tdigest_1.4.3-2.pgdg26.04+1_amd64.deb
Size: 23896
SHA256: f31f6291d0a5ab0659a357d4dec4ffd123c6c3231c92b4f678eeede24c16b331
SHA1: 5419a7467f59d9499131cc9ec29f220a5283ff73
MD5sum: 23542534f548aa680966bb2895641137
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-tdigest-dbgsym
Package-Type: ddeb
Source: tdigest
Version: 1.4.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-12-tdigest (= 1.4.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-12-tdigest-dbgsym_1.4.3-2.pgdg26.04+1_amd64.deb
Size: 51680
SHA256: fe8a4399ebb65005fb62bfd554659003bf5ff90cc775152e0ccc85b2078078a7
SHA1: 95c496b65fad60e6350321c7c16e17a52827bec1
MD5sum: 014aeb01a8680c761ed490a09f31f923
Description: debug symbols for postgresql-12-tdigest
Build-Ids: bf85e257a3b8e691d365ea7bd325ea2054cfc1bf
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-tds-fdw
Source: tds-fdw
Version: 2.0.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-12, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw_2.0.5-1.pgdg26.04+1_amd64.deb
Size: 34752
SHA256: c4748a12a885817afa9ea94b2e95263d5f6aa04f6850b149f198c061374ff513
SHA1: 04cb7cf4906e14c661ff2701cd1f36205844ce68
MD5sum: fb05c1687ea521cc9ca3e4c20b2a0729
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-tds-fdw-dbgsym
Package-Type: ddeb
Source: tds-fdw
Version: 2.0.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-12-tds-fdw (= 2.0.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw-dbgsym_2.0.5-1.pgdg26.04+1_amd64.deb
Size: 126796
SHA256: 5e227a0a0b070fcc3bf9383a2357cda7609de384bc5c3c00e5dbae3d5648c606
SHA1: 794178153a99307451fcec884db8954968a72252
MD5sum: a336a8da6d198b7275434e57600023e3
Description: debug symbols for postgresql-12-tds-fdw
Build-Ids: 1c8c22c83f1dfac51b1174a1c72112f6b521ef09
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-toastinfo
Source: toastinfo
Version: 1.5-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-12
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo_1.5-3.pgdg26.04+1_amd64.deb
Size: 7172
SHA256: 9388d0fed0b82d09a8ef95e54d20a868cc1120a5a04086660844fa35eac16b13
SHA1: c25c40a319a9a222ed5dcb340531a9d2fa7c90ab
MD5sum: 6042f2f3df2a990c1ff99469aea74b49
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-toastinfo-dbgsym
Package-Type: ddeb
Source: toastinfo
Version: 1.5-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-12-toastinfo (= 1.5-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo-dbgsym_1.5-3.pgdg26.04+1_amd64.deb
Size: 10876
SHA256: d1d70015e141ea13d61e699857b664776699b92a45b672764ca6eab9f7ecbba7
SHA1: b8076259f108d767b7c2a0bd6353f8ef4a11a3be
MD5sum: 776e356cbf3be8f3b25327187fc9dc9d
Description: debug symbols for postgresql-12-toastinfo
Build-Ids: 2a9f67a8886773cbb201a0f70dcdafd41c9f1058
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-unit
Source: postgresql-unit
Version: 7.10-2.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 570
Depends: postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-12-unit_7.10-2.pgdg26.04+1_amd64.deb
Size: 108392
SHA256: 9b1536c8f7ae59f30f302216de0cc24eb54f52b51e86ddfc6372885cb8716414
SHA1: d446c5d44ff0df5fb2d75ecfb841b87fc5a4833f
MD5sum: f0c511fad309f42098aaaec6af4b21fb
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-unit-dbgsym
Package-Type: ddeb
Source: postgresql-unit
Version: 7.10-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 109
Depends: postgresql-12-unit (= 7.10-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-12-unit-dbgsym_7.10-2.pgdg26.04+1_amd64.deb
Size: 61124
SHA256: f4d702201985be2b5a4f43da8256bf41c24aade368a715cde3a782bbdea4e552
SHA1: 394c23ad076290bee376c662000528213619d88b
MD5sum: 3fff73d9c566ca4640ea274ec0e0175f
Description: debug symbols for postgresql-12-unit
Build-Ids: 563e7a131bcf5bcbaa80898023ae4ab34c17bbf8
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-wal2json
Source: wal2json
Version: 2.6-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-12-wal2json_2.6-3.pgdg26.04+1_amd64.deb
Size: 19752
SHA256: 0fff8094d9b507ee2c4897c83528b754e6c94efaf310e40d44912fb114bb7cd2
SHA1: 12e92e1fc840a7ab45496a4c6ae65c8bf36ec263
MD5sum: abb115c72d4f0a42247cc7a170f2a70f
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-12-wal2json-dbgsym
Package-Type: ddeb
Source: wal2json
Version: 2.6-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-12-wal2json (= 2.6-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-12-wal2json-dbgsym_2.6-3.pgdg26.04+1_amd64.deb
Size: 61432
SHA256: 6faa659f85a44cb5035c776543345e92fa0180017b719af5a24b6cffd78f1db2
SHA1: f77b89edcfc156c72326524779d14eb5594cf5c0
MD5sum: 6ee22249cd3fb486806b9693450a8aa2
Description: debug symbols for postgresql-12-wal2json
Build-Ids: 1fff1db054f816b86f6a94126475b6c7c9fc538a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13
Version: 13.23-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26835
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.23-2.pgdg26.04+1_amd64.deb
Size: 5906220
SHA256: d08c79afe42ef510f2fb8a725b0c86480f6797d9ea2c80531762d5d5bc80129d
SHA1: 1f59b2132d889484b59b686fcee3b452f67da642
MD5sum: 2246a6bf40481999ba355a60f465acd0
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-age
Version: 1.5.0~rc0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 657
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13-age/postgresql-13-age_1.5.0~rc0-2.pgdg26.04+1_amd64.deb
Size: 184372
SHA256: b1b91939a81e7e9a2f912d9adf5bfbdb13033f308bf7b57d274c22f389dd5a7e
SHA1: 1110a79aa4ade8438cfcc3ce804ecc7c6bc942e2
MD5sum: 46183d8d0a079013929af91f8c5fcb44
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 13.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-age-dbgsym
Package-Type: ddeb
Source: postgresql-13-age
Version: 1.5.0~rc0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 955
Depends: postgresql-13-age (= 1.5.0~rc0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13-age/postgresql-13-age-dbgsym_1.5.0~rc0-2.pgdg26.04+1_amd64.deb
Size: 647296
SHA256: 7dd05c08bc48408c02ec65be55f97bf51bea78db5a9d6b06bbf13eed4e2df4f6
SHA1: 0cd1d37e2c53e2f684388c481d02f1bec4c05747
MD5sum: 53d55b7a487a89b40a36815d3f6eb778
Description: debug symbols for postgresql-13-age
Build-Ids: 4d3818c8581cc91436d3d180fce83675054f2e58
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-asn1oid
Source: pgsql-asn1oid
Version: 1.6-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-13, libc6 (>= 2.14)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-13-asn1oid_1.6-3.pgdg26.04+1_amd64.deb
Size: 6560
SHA256: 92e5a19e7f25a37b673447040fb8dfacbdd49c81ed23cd38c523ee0dd3c9ac21
SHA1: b02cf4bb7800fb4689f5d3618a81aaa21a2011d8
MD5sum: 7b5bf7898e81cd8537c3e1c6e395fb2e
Description: ASN.1 OID data type for PostgreSQL
 This plugin provides the necessary support functions to store ASN.1 OIDs in
 a PostgreSQL database.
 .
 This package has been compiled for PostgreSQL 13.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-asn1oid-dbgsym
Package-Type: ddeb
Source: pgsql-asn1oid
Version: 1.6-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-13-asn1oid (= 1.6-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-13-asn1oid-dbgsym_1.6-3.pgdg26.04+1_amd64.deb
Size: 8748
SHA256: 6d3a76c67b5d94e594afbe2fc38ed72dc2ec3fbb69910a4319e87e0cfd2da061
SHA1: 98615a6e1877198b9867a8892927fb9c9fd32d21
MD5sum: 11d8c970a545dcacdf05ab0544bcfeb4
Description: debug symbols for postgresql-13-asn1oid
Build-Ids: 23c12efea554b25d5fae39ab19e54bfb35b7cab0
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-auto-failover
Source: pg-auto-failover
Version: 2.2-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: pg-auto-failover-cli (>= 2.2-3.pgdg26.04+1), postgresql-13, libc6 (>= 2.38), libpq5 (>= 8.4~)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover_2.2-3.pgdg26.04+1_amd64.deb
Size: 51728
SHA256: 5c328ea54fdf4b888592dd2e182b3b61558a618e1e5d23ade5fc1d3141b58ef7
SHA1: 5d320a3b270a3af60055b7a8f843fc49f6a2dd97
MD5sum: bacadbab897cd9dc13f900c5e9d49b19
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-auto-failover-dbgsym
Package-Type: ddeb
Source: pg-auto-failover
Version: 2.2-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-13-auto-failover (= 2.2-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover-dbgsym_2.2-3.pgdg26.04+1_amd64.deb
Size: 147520
SHA256: ac3232be9e321c9ba216ddc69c92df62b585b8677fa8e4cd89a82901cd337a59
SHA1: 6a91f8d80d013910ca964a3c0559429a63e2cc02
MD5sum: 29ac1175173459804a0fbc90c99d7732
Description: debug symbols for postgresql-13-auto-failover
Build-Ids: 033dae24cee2e263d091a520e3ef8eb61a014877
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-2.pgdg26.04+1
Architecture: amd64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 31
Depends: postgresql-13, libc6 (>= 2.10)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-13-bgw-replstatus_1.0.8-2.pgdg26.04+1_amd64.deb
Size: 7512
SHA256: 34de122304b3bc9fc2b8001cccfb874d87cc3708b1624944981d7c126bd6c3cc
SHA1: 2705821fa7e7896a1b0974d8ec9c4031992b69bb
MD5sum: a429200c8fd6eb939c70c7ea9aa012ce
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-bgw-replstatus-dbgsym
Package-Type: ddeb
Source: bgw-replstatus
Version: 1.0.8-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 28
Depends: postgresql-13-bgw-replstatus (= 1.0.8-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-13-bgw-replstatus-dbgsym_1.0.8-2.pgdg26.04+1_amd64.deb
Size: 8792
SHA256: 6c25b86da1d8abf4f96e6fa4fde4a410f593dc8d8cdca224759713bb10247898
SHA1: 74cb603fc596da5fe042b3c0824c2dd8283d6d30
MD5sum: 460bd0523c221048cd4f7ca73c606696
Description: debug symbols for postgresql-13-bgw-replstatus
Build-Ids: 674aa8f2538ffffbb5d2f5c9c149be112f61047e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-credcheck
Source: credcheck
Version: 4.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-13, libc6 (>= 2.4)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-13-credcheck_4.5-1.pgdg26.04+1_amd64.deb
Size: 28588
SHA256: 5aa02303ddb5865305c5c191fd63f2c764a39e38922e4d4038eb05ef9c81f7cf
SHA1: 7acb0bf88a2b3081cf6ff61cd1ad61fff820e9f7
MD5sum: 50b1595f59e3ca5a0f9edcaba65205fd
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-credcheck-dbgsym
Package-Type: ddeb
Source: credcheck
Version: 4.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-13-credcheck (= 4.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-13-credcheck-dbgsym_4.5-1.pgdg26.04+1_amd64.deb
Size: 75500
SHA256: 263a5a1700a49ec7248b796af45137224e216aef79a9bd39ae5de3ad83570bdc
SHA1: f6c2f69e872a9dbc1c1e0f6a2c4a619667578341
MD5sum: 683ebd6cc11f28d242ff1d847cec8048
Description: debug symbols for postgresql-13-credcheck
Build-Ids: c79d1d614a94bbece0c3fc9808c9c9894143bef2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-cron
Source: pg-cron
Version: 1.6.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-13, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-13-cron_1.6.7-2.pgdg26.04+1_amd64.deb
Size: 34012
SHA256: 8ec0500998cfbb123aaead64e09fa7d79ca0745feffb15a703f1dc51baa76d41
SHA1: baea5f319eeb521d6068361fd11c0c9f825c3634
MD5sum: 565c87df9b0dab5da0dd6690e65f2cfb
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-cron-dbgsym
Package-Type: ddeb
Source: pg-cron
Version: 1.6.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-13-cron (= 1.6.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-13-cron-dbgsym_1.6.7-2.pgdg26.04+1_amd64.deb
Size: 108188
SHA256: 8770fdac72d33b27e511b48127ac48c781dd9bc726a5dc5294bb732ed6e6c4df
SHA1: 4aea1e172ad4cf82d6b900c51bfc77be5b2f730d
MD5sum: ed2ef4ab2196e0d7d319b4029995f728
Description: debug symbols for postgresql-13-cron
Build-Ids: f79a77182bf509b28880b5a3664cd7ba45ea4888
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.23-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23490
Depends: postgresql-13 (= 13.23-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.23-2.pgdg26.04+1_amd64.deb
Size: 15642868
SHA256: 9ab4f5414063f1a18e46c3cabab6086248ca800f08af2dc81b102cc09b90aa63
SHA1: 481a2e7c548ebac05d585b7dd59959f37076e99b
MD5sum: 919b81b3bd59ff7372951c37648318f0
Description: debug symbols for postgresql-13
Build-Ids: 0278d2f08bd1dc2be80bf191581248cb0ae7c450 10725e9aeac53bff540196a7b667fc42549ca713 17385f01956745e457a1bdf6ab2102f99017105e 1ad077cceb0b070d399d40d9ca1f47055946bec7 1c8a24c928f809191605b5a896174be0ac3a298d 1d6b7225132fd5515fb965855344271100075c3c 21d74b3bfbc4b1790710bd15180b0656f23bc0ba 22cf84fbc0b77d75a39d4cc1be34f2e41a1a6ea5 24919e8c88062103342a37512b69ac3678466e42 28fc5c4fc44e06099ed667d249beb411c71ea6e4 2a0252534c7a71014342c81044e0315a7720e17d 2e80606648d509db28ddecc4ef4585703a8be43c 318a2217dcbdbfc3801cedc0206ed973fe8b9e25 31f167b49556bfbd26e254871bf52bc838e77967 369a9ddb9ca2347b095741034912b640ce20ad7f 37b470bb1fbcae1725914b051b59ddcee7f6c9da 37c130e04e0788ff47c371e39c9e986ee4297154 3a303bd607a4565fd2ff97168241c03a1c12a375 3b34d20cc2a0a7c9836732ee669b0afef2038065 3f7ac7bda4728cbc8d9d0797e4a38d104f715b99 413ce6873c2ac5e62198ac81b512e58c5027c028 41ddf471edbf793db13cfe9b63b59d02698e20ca 42b856f6d71f02a42e5412ae0c2853558b48c13c 47b890d2e429b49644e02b6ef667de01c068ca5d 47ef41d1f50134fd03fe0b97e596a6bc4e5dab4b 48e1a08cbc5f88847969bc33620cc81253dfd118 493b0cbbe5d3dfae8774f1fa359791aa52e71f75 4ee5488871b246046848127685745862a5a4b781 50a2ec69c3855288c8bf8109cf531fa60ee321da 593f80fed55899c17dc3c35debf2844e673f08d2 5e6d9d2cc4e32adda2f9c8fa2aae697b782de7d4 5e9b38d8761b5cbc3f1798fbe87312b28f3d465d 60827ba3cc6f5d01e2eaae965a49a42e39503401 615e64abbbb0d42e3b0896d1d3daed72f87fd96f 649fda50725fceef3b1dd2fcdc8a017ce48987e5 667549b846d35526398e0bb328b47d28b6ff7b3e 6b2ad0c75ee8adb40fa619bfd616872a9783c351 6e83d279b4e58a23cedfc6b7605865f8a20704aa 736b9f69f6e4fd0354da89e197ff8b51d2e200d8 75fa1d0d64c99ba39d5aeed554c3585f281b75d6 78bee7594ab71785e1dba7a8032a2f264ef9fdce 7d5954066796de1f828c52706b57ced0fae73958 80bdcb6f2c8f8caeb903c1af6f3740d93aacf182 82f6e0523cbf18ed8654a3bf96bbe177c71fc602 87cffb55b4b8492fc2984ec031c793ab8d6bea59 882bcdfb43b58cfcb5438f71e5c462094ade7bfc 8d240f2feee2c0abe044b68fdf072b81723b6454 8ef881df277f6cb14203f7fccd0219e6db7e8954 91b6299b848f7e8a6218350e031f1f2e6d1becad 95febefd50aa1c0ab6cd20acfaf3e61527cbba71 9970891d80cb44f789b4c8729e9f770abd65dcf7 99fddeb6e8e7dfe3994cee0547b49f1fc63c8109 9b7e277188707697fd521ffc2ff9b8a5242d1f7a 9cec8e8db9a84ded91bca934cd4badca95fcbd51 9d7dfd5c0e8eb2ff54749143183635d9715c3d45 9e3b87234a9684117cc5c2d97c72c4874d4db209 a217507b8726a3a6795a57d036927e874f0f9527 a3dd0a28f53f8f15df42c97fe504c4dec6ef829c a3ddeab1fa89ac483c50c3cea62796e68da21689 a966bdf492dfc87567781a137d001273a58ad07f b7138865f0d2cb272dae4586bd4d412820758ced b8a6e1b956fd3b0d18d0db555eeebd9c17b46598 b91505bea4ec1b21e00a7615e9e0f461ab1b05e0 b91d878b79c418df1f5f07703678ebb949d90d6e bc15046cd125bc4e9d4bd726e9ed4240c8a3d581 bc511a1948bbfb4eb5c3ad604e82c52f9f0d6b33 bc958d59c39ec5a796e8a42e45c63a17278669ac bca371277984901de346b1cbf711969c21f2ca58 be2a03082adba68870364043c056aecbcd15b48b be9ca60de79cc8efdbfdee73dae3fced0f1b5b04 c0914cc5069572dec10fdde0b21230fdada9a231 c751956ac0cd2e24e76af1ee34e6d796ae348e15 cf878eaa2dbe802afd1a277e6ecabec2e9f16d8c cf8e3f1800451ffba0a710dbd41fa7afab98ed9e d69d0d9943b93988d0cefdb67dc5362ba759924f d7208b728283ac3982ee1fd9f144be60b52fc56b d863a73ac825a15e9cb2d8bcdbccca552ee9b92b d86a5c3083f416710ad60136602fbb91584fa6dc ddbf04cc330fbaeceb7ca63fd22244247c16d09e e2c9d1527e352602b6c573b4276ab5910db79b38 e3401f46a4e34acf52a322914f3e65aa87ce314e e4735ea9edf96d69634e3d18b14f8d6a868f8a9a e51d734457396935ee9c682fc83b41cc13a5b26f e5a084dccd5db1dae08a739d5a5f13ffc539a92d e79ede7607371356d80a96c4b2a9522c86185183 ed6bc27928081a3062405a8598857422da7fba8b f03af31cce3d34bed05939a631c5625ed6f38e62 f7442ea28535888fe807f2eb87abaa1d036655e3 f811a851b4a86ab06f6e766ff6203bf45711db48 fe5e3bec221d9036365f455caf2b07afab0277d0 fe65c0675d4c90632fb7bfe8a957aa31788c5042
Postgresql-Catversion: 202007201
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-debversion
Source: postgresql-debversion
Version: 1.2.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-13, libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.2.5)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion_1.2.0-3.pgdg26.04+1_amd64.deb
Size: 9392
SHA256: 62412527c5496eb4b561703107cc4c93ed3a0feaac32b91cdc827c6f0614b9e9
SHA1: 51de21f967a97cce3988b898e4216be285c54dd0
MD5sum: 1d278b35993df806242546d979a8e8b2
Description: Debian version number type for PostgreSQL
 Debian version numbers, used to version Debian binary and source
 packages, have a defined format, including specifications for how
 versions should be compared in order to sort them.  This package
 implements a "debversion" type to represent Debian version numbers
 within the PostgreSQL database.  This also includes operators for
 version comparison and index operator classes for creating indexes on
 the debversion type.
 .
 Version comparison uses the algorithm used by the Debian package
 manager, dpkg, using the implementation from libapt-pkg.  This means
 that columns in tables using the debversion type may be sorted and
 compared correctly using the same logic as "dpkg --compare-versions".
 It is also possible to create indexes on these columns.
 .
 postgresql-debversion implements the following features:
 .
  * The "debversion" type (internally derived from the "text" type)
  * A full set of operators for version comparison (< <= = <> >= >)
    including commutator and negator optimisation hints
  * Operator classes for btree and hash indexes
  * The aggregate functions min() and max()
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-debversion-dbgsym
Package-Type: ddeb
Source: postgresql-debversion
Version: 1.2.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-13-debversion (= 1.2.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-13-debversion-dbgsym_1.2.0-3.pgdg26.04+1_amd64.deb
Size: 18940
SHA256: bcdf6bf3b0fcca7dcc306543aa198569aa06a28761b45fab6495b87036088062
SHA1: 6223f85bb3dff6ac1d7458115dca6ea1d6b96139
MD5sum: a7f93c6e1c8035300305949edd54baeb
Description: debug symbols for postgresql-13-debversion
Build-Ids: 8264447717eabe2a222633315a5541a10421fb43
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-13, libc6 (>= 2.14), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_3.4.0-1.pgdg26.04+1_amd64.deb
Size: 15332
SHA256: 1ae96706aea1bd06e7a7f3131cac22df61934fb4c43ccc29a1ddb92b4dc77aa1
SHA1: 770f37b6b8b1fc0ac6dd13cf09fc58e24cddfb60
MD5sum: 1248083bea65b4c215877fed331da277
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-decoderbufs-dbgsym
Package-Type: ddeb
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13-decoderbufs (= 3.4.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_3.4.0-1.pgdg26.04+1_amd64.deb
Size: 41080
SHA256: 05c21b9d5fedd4cde23f10883294a399eb893120244492bf6061c9ed09871927
SHA1: ff4678f80911cdcef1e41747129b70bb417ff81b
MD5sum: fce9b9ae2a65d81593e6457b2f10ede4
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: c893b85ae6d05d7b3c211eb4bcfa5225b1de5551
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-dirtyread
Source: pg-dirtyread
Version: 2.7-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-13, libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-13-dirtyread_2.7-3.pgdg26.04+1_amd64.deb
Size: 11064
SHA256: d205c938967e5c8cf72ec4afc5a36beb37245c2ec72ce4f4142e9cc9213c21cf
SHA1: 7f8d90f6404b5014aa30aef06993f801a0e1fc8f
MD5sum: aa050fdbc1796abd410ba9b93f84090f
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-dirtyread-dbgsym
Package-Type: ddeb
Source: pg-dirtyread
Version: 2.7-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-13-dirtyread (= 2.7-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-13-dirtyread-dbgsym_2.7-3.pgdg26.04+1_amd64.deb
Size: 32740
SHA256: ef6bda09daca3a75eccfc78965cbf6323d5d05555ab225ae618f865b33150b74
SHA1: 5a39b27f6ac5f286cd7e92c8df0f7e44915812e9
MD5sum: 0b813ef631b99b04534169a6d67a952a
Description: debug symbols for postgresql-13-dirtyread
Build-Ids: f6a2c6ff55f182fccef7cbee3a4561da063befd1
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-extra-window-functions
Source: extra-window-functions
Version: 1.0-7.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-13, libc6 (>= 2.4)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-13-extra-window-functions_1.0-7.pgdg26.04+1_amd64.deb
Size: 8040
SHA256: eba75ffc92730da936684efb77945eed1e7456152f9d345caac86fdbbf4d7c11
SHA1: b4c78dff1cf77b3f71156808d711e1cf3ea903ab
MD5sum: 658f280e5b4a863f9c8cc1423db5e6b6
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-extra-window-functions-dbgsym
Package-Type: ddeb
Source: extra-window-functions
Version: 1.0-7.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-13-extra-window-functions (= 1.0-7.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-13-extra-window-functions-dbgsym_1.0-7.pgdg26.04+1_amd64.deb
Size: 9788
SHA256: 4fce5ecbb6dedbd82931828519da824bd5912df5c57035265d971d2bfce31abd
SHA1: 315262fc966d7a3fff67074e8fb0048743144ead
MD5sum: c13e14d7f06830fa79121d5048be76e5
Description: debug symbols for postgresql-13-extra-window-functions
Build-Ids: e48f29535d7bd4568c4565b0aa12997cfad6e6ad
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-13
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-13-first-last-agg_0.1.4-4-gd63ea3b-9.pgdg26.04+1_amd64.deb
Size: 5900
SHA256: 52be210a78d664e5f102226117372a47af7e3f6246ef14b95af2f1a90e7a6f6d
SHA1: be02bfc3f347439388d0292be053332514905f0a
MD5sum: 60ff0b9b02b7ae3c25ddb85b7719c240
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-first-last-agg-dbgsym
Package-Type: ddeb
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21
Depends: postgresql-13-first-last-agg (= 0.1.4-4-gd63ea3b-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-13-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-9.pgdg26.04+1_amd64.deb
Size: 4216
SHA256: 86805faa90ec1f75212874ec88dc1d27a8db6428fde0cb264943a782451c9bcb
SHA1: 99c447ae536fb00e18c8854ba9735e472fe8b5f6
MD5sum: 9eea42dfd2652f4391582c16ac74f13a
Description: debug symbols for postgresql-13-first-last-agg
Build-Ids: 1a5e51fc079b62c1b4b4be293d5a5dcfa74485f1
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-h3
Source: h3-pg
Version: 4.2.3-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-13, libc6 (>= 2.4), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-13-h3_4.2.3-3.pgdg26.04+1_amd64.deb
Size: 50604
SHA256: 60911797fe809774f9bd3ea776822f38a161f83dd1a4b7530fac94fddb3a5c69
SHA1: 82c15ed0b01f12d4fb655693304930590ac0b822
MD5sum: 4668bf5b7ae9c375a34c3cd5b3dcd830
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 13 extension.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-h3-dbgsym
Package-Type: ddeb
Source: h3-pg
Version: 4.2.3-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-13-h3 (= 4.2.3-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-13-h3-dbgsym_4.2.3-3.pgdg26.04+1_amd64.deb
Size: 107376
SHA256: 0460290d38b0ead4243a24de8b6a8070260fafc350b3cdbfc579a21bae012f2b
SHA1: d684c87d6135ef6a0cf6673c2b36bd8dc08cda02
MD5sum: eb066a54040ad07b12f4d721e32e1117
Description: debug symbols for postgresql-13-h3
Build-Ids: 8ed0b4ad73851a17a8e7e9055816af51343a6d51 f2e28a52533c00965a11cfaa1f417a579ac950c7
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-hll
Source: postgresql-hll
Version: 2.19-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-13-hll_2.19-2.pgdg26.04+1_amd64.deb
Size: 36244
SHA256: 13922b1c7ff270855b14d27ba45d8f00b10bb3f779e5f3557c2879235ae1da40
SHA1: 7026384155e00916bad262988f9e2ab7c663cec5
MD5sum: b19aac26e9803ada20ce65164858aec7
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-hll-dbgsym
Package-Type: ddeb
Source: postgresql-hll
Version: 2.19-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-13-hll (= 2.19-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-13-hll-dbgsym_2.19-2.pgdg26.04+1_amd64.deb
Size: 92300
SHA256: 063161f74d9dc553cb72bfaef94d72a799985aa7c51fb995a268e7dce08676fd
SHA1: 6e76f9bf409a5f2f6dffac78078ccb584d6b4c40
MD5sum: ec67f6ac52698031c30754b4586bea16
Description: debug symbols for postgresql-13-hll
Build-Ids: 9467d3b9131a1b6a46160af3f0256e124625b13d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-http
Source: pgsql-http
Version: 1.7.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-13, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-13-http_1.7.0-3.pgdg26.04+1_amd64.deb
Size: 21260
SHA256: cb2683d73c42cc7cbcd4838895e5cf8f6bd2f5f003992e25419b376fe2bd8dbf
SHA1: 291834e891999282070e198f105fa69a09c18ae5
MD5sum: 3bdee0fb822d7bbc0ca931f5cf5c5c2c
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-http-dbgsym
Package-Type: ddeb
Source: pgsql-http
Version: 1.7.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-13-http (= 1.7.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-13-http-dbgsym_1.7.0-3.pgdg26.04+1_amd64.deb
Size: 60628
SHA256: c6806b59f5c80e267421720426a8c928feff519c0e95fe423140c000fcbdfa9f
SHA1: 172be6139faddd791adb20a49f7d5d1fbc461a2b
MD5sum: a5cd8894d846d0242552b8baa5566074
Description: debug symbols for postgresql-13-http
Build-Ids: b6266b58d56f56f8122717775383f62e30734e38
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-hypopg
Source: hypopg
Version: 1.4.2-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-13-hypopg_1.4.2-2.pgdg26.04+1_amd64.deb
Size: 24628
SHA256: 1a3411d29178df4ed3ed9200467bf3e08ec3d5421f4a4e01a3cb4006eaa4c684
SHA1: b7fa1102d0fc40e41025c2fb8b5b76defb5d1917
MD5sum: b9d241c92e2db74679f60c08eb29cd49
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-hypopg-dbgsym
Package-Type: ddeb
Source: hypopg
Version: 1.4.2-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-13-hypopg (= 1.4.2-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-13-hypopg-dbgsym_1.4.2-2.pgdg26.04+1_amd64.deb
Size: 88312
SHA256: 4452d37c8e858caef40700515dac04dcb6f7e93539177918f8d2f4a2d280a609
SHA1: 44012951888d64204433b689b85a1a00494f3aab
MD5sum: 0dfd3af8cc6ef3c65f1da5ecc5a14c8c
Description: debug symbols for postgresql-13-hypopg
Build-Ids: 5c14f110c217eb9010c2de69026bed710a54a94c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-13, libc6 (>= 2.14), libicu78 (>= 78.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext_1.10.0-3.pgdg26.04+1_amd64.deb
Size: 39052
SHA256: 8f2dddf4770744a6e2f7e969821c6ae45b668a26b134b1741621e44fb58a3474
SHA1: cebc71704baaac66ef5e9bce49a9a39366a0d3c5
MD5sum: f863355450515d49941a7d3afc07b124
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-icu-ext-dbgsym
Package-Type: ddeb
Source: icu-ext
Version: 1.10.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-13-icu-ext (= 1.10.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext-dbgsym_1.10.0-3.pgdg26.04+1_amd64.deb
Size: 95880
SHA256: e3e65fcdeba1777c6fa0ab8e8a9f3c22701924f3bd3c4f423dee7422bf1282e6
SHA1: 68f6c35715ff148afde6ec28add182058f1d03d9
MD5sum: b5ecc6f1848c29b8a7a0217b75cd63dc
Description: debug symbols for postgresql-13-icu-ext
Build-Ids: 338337e5c307475ccd1be8b6d6182c4bcdbcf84e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-ip4r
Source: ip4r
Version: 2.4.2-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 257
Depends: postgresql-13, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-13-ip4r_2.4.2-4.pgdg26.04+1_amd64.deb
Size: 65788
SHA256: 729a28ce8e4244e375a2fef6720bfdc562546a9249567da4ecd778bd44390b9d
SHA1: fcaa5c42ad0eee9b1bd816ede22c73c95498ef05
MD5sum: d3ced58c5788a9f8eac97c88d53ca012
Description: IPv4 and IPv6 types for PostgreSQL 13
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.2-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: postgresql-13-ip4r (= 2.4.2-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-13-ip4r-dbgsym_2.4.2-4.pgdg26.04+1_amd64.deb
Size: 186688
SHA256: 7c64fd29c2c2bee5f7ed62daaf153a4e57c2943b74e1550cc3fceb351ad1d216
SHA1: 0f3b6037ee54e84059b807280c1ca752390305a9
MD5sum: 69b6edef83e024aecf00757a8b83f0fe
Description: debug symbols for postgresql-13-ip4r
Build-Ids: 894c6a18e5cbd8724e7d34454604be4c7fd3b229
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-jsquery
Source: jsquery
Version: 1.2-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-13, libc6 (>= 2.14)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-13-jsquery_1.2-3.pgdg26.04+1_amd64.deb
Size: 44404
SHA256: 0ab685cbea22079bb8f6e2bfe23d8539f5b660cb6d5101014d36575988a9c176
SHA1: 875a3f16c0389981119e9e5dbf40b16320ba2899
MD5sum: ab9b2159a2c2f15f8d6c037674bcb558
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-jsquery-dbgsym
Package-Type: ddeb
Source: jsquery
Version: 1.2-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 151
Depends: postgresql-13-jsquery (= 1.2-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-13-jsquery-dbgsym_1.2-3.pgdg26.04+1_amd64.deb
Size: 100220
SHA256: 848431105403a1bcc2553f3430ffcdfac1689c9b798c821ffe68d31e64ccf3b9
SHA1: 658e789ef5b7bf674fcfb33f3ecc61140d625c3f
MD5sum: 99c4fc3219073967a1ed20892aba8605
Description: debug symbols for postgresql-13-jsquery
Build-Ids: 8445252da2b16bd1a65c762d155717c926ed74c2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-londiste-sql
Source: londiste-sql
Version: 3.8-7.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-13-pgq-node, postgresql-13
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-13-londiste-sql_3.8-7.pgdg26.04+1_all.deb
Size: 20828
SHA256: 5aa2aa33abcbc9258544e80630a7921002f7327f9abbd9797e63a7ac55fd7453
SHA1: 3bb3e7ef47b02cf2487a2f4ff9ac529fcbbfd137
MD5sum: 3e80fb2f80ef4ec40c212bde4e2576d3
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-mimeo
Source: mimeo
Version: 1.5.1-20.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4468
Depends: postgresql-contrib-13, postgresql-13
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-13-mimeo_1.5.1-20.pgdg26.04+1_all.deb
Size: 110284
SHA256: c0f43d19ca5b4f9165b74926d5ec656f638d2b4ffe8cc19b9fd6c0a675fefc09
SHA1: 80be1ffba7e1c86ceb6ec95a43e0267bf16a5e00
MD5sum: 17eb58891622da493501920341023845
Description: specialized, per-table replication between PostgreSQL instances
 Mimeo is a PostgreSQL extension that provides specialized, per-table
 replication between PostgreSQL instances. It currently provides snapshot
 (whole table copy), incremental (based on an incrementing timestamp or id),
 and DML (inserts, updates and deletes) replication methods.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-mobilitydb
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3205
Depends: postgresql-13-postgis-3, postgresql-13, libc6 (>= 2.14), libgeos-c1t64 (>= 3.10.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-13-mobilitydb_1.3.0~alpha-3.pgdg26.04+1_amd64.deb
Size: 627120
SHA256: f867b1077edfd956684b5fe68f5cbbc4c1d2cd73d0c9df4f87bb014aa0431c28
SHA1: 46a72c49816b5389e651b349d9c3840577b3307b
MD5sum: d422f4636c423bff32d36c89fb6976d8
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-mobilitydb-dbgsym
Package-Type: ddeb
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2572
Depends: postgresql-13-mobilitydb (= 1.3.0~alpha-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-13-mobilitydb-dbgsym_1.3.0~alpha-3.pgdg26.04+1_amd64.deb
Size: 1919124
SHA256: 47c1391e13ed85a24c13985251908289675794b6d92a7752a9caff4c1c16a008
SHA1: 17f6f5c70db4660ae3dafdd4e8b8777ba4a798bb
MD5sum: 68cdce4d00a3433dfb71ea266c9931bc
Description: debug symbols for postgresql-13-mobilitydb
Build-Ids: f90dd7fa59cdca816d03041db92cd7d11b390277
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw_2.9.3-2.pgdg26.04+1_amd64.deb
Size: 45480
SHA256: a2e9f84f54a57dd69d525e0b634a97ef9e984901890ec429409d562fb9d3cc9d
SHA1: d922fdba839d99f0f69a2daabc458b34bd7f1e49
MD5sum: c3d7962f5dbe2ea83f55b5f5ac8f175d
Description: Postgres 13 Foreign Data Wrapper for MySQL
 postgresql-mysql-fdw is a PostgreSQL extension implementing a Foreign Data
 Wrapper (FDW) to access MySQL data from PostgreSQL.
 .
 This package is for PostgreSQL 13.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-mysql-fdw-dbgsym
Package-Type: ddeb
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-13-mysql-fdw (= 2.9.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-13-mysql-fdw-dbgsym_2.9.3-2.pgdg26.04+1_amd64.deb
Size: 157256
SHA256: 0446e52509c55cd5f1d02f57fd77d94cf40acf85a1361f5d8ebc059ff73e90c7
SHA1: 0d5f1fa5e0354b4d71a4f4a74f7920ff640b3b49
MD5sum: a1476f094d4466720fcdd853b01b0666
Description: debug symbols for postgresql-13-mysql-fdw
Build-Ids: 3481424595566eaf753271b3dff6bd912acdcd72
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-numeral
Source: postgresql-numeral
Version: 1.3-8.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 104
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral_1.3-8.pgdg26.04+1_amd64.deb
Size: 24484
SHA256: b1cc2663b8895f6b888fbdde3e4f270f70a1a26c389cc11f96e7867f360384d4
SHA1: 58fb475a30db96965507b810c21f231a3754ba4a
MD5sum: 2062e8426be8d9af23a5f53a2f8e6d28
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-numeral-dbgsym
Package-Type: ddeb
Source: postgresql-numeral
Version: 1.3-8.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 92
Depends: postgresql-13-numeral (= 1.3-8.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral-dbgsym_1.3-8.pgdg26.04+1_amd64.deb
Size: 45328
SHA256: f916c0f628e2197e7f10be9127e25d838d0c8c3d6b24bffa0402fb10e2d17ecd
SHA1: de9b287d8033a0be7dd0541e5416ae44fd5c2e4c
MD5sum: f6c44e27a1b2f5d6989530d5c95b6910
Description: debug symbols for postgresql-13-numeral
Build-Ids: 9bbef3b66e9f4f14cb9c829e2f60aa294aee29e3
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 133
Depends: postgresql-13, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.7-2.pgdg26.04+1_amd64.deb
Size: 36052
SHA256: 82fbb6fddcdc85d45eb389bd081202f00d6448d5af22f9fbed7cc428a6955187
SHA1: 0d43cd864351ebed633529e273c6c8036c9520ff
MD5sum: 26396b285f19cd91114e4f8f136af114
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-ogr-fdw-dbgsym
Package-Type: ddeb
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 207
Depends: postgresql-13-ogr-fdw (= 1.1.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.7-2.pgdg26.04+1_amd64.deb
Size: 145208
SHA256: adaeaf3d43356349fb2f5c6337b81dc216afa99007a65f0aa2b635463e249ced
SHA1: 259bd0d80c03e5f051bc7940910225fdc7ddd2b7
MD5sum: 220880425d2f831a770cf9e563b41a3f
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 58819ac9b0603dae0b18faf758d28eaf5b6e33f8 e541ee63ce880c23dbc9c30a910f7ff78be49ed2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: oracle-libs, postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-13-oracle-fdw_2.8.0-2.pgdg26.04+1_amd64.deb
Size: 78436
SHA256: 00cee8bcc7337fedd88e0573b7fd375763ddd024b37976190fd67d90a1a4ca69
SHA1: 338d874f9cee55ebe521253848811a09fbdf05ab
MD5sum: 5c18cf3f66bce6d53284a3c23cb1c6cb
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-oracle-fdw-dbgsym
Package-Type: ddeb
Source: oracle-fdw
Version: 2.8.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-13-oracle-fdw (= 2.8.0-2.pgdg26.04+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-13-oracle-fdw-dbgsym_2.8.0-2.pgdg26.04+1_amd64.deb
Size: 192104
SHA256: d4cccad958af3e654f6f62228c5c94f2f6ec7219c89c5cc1725733bcca765b75
SHA1: d89ada0012b109589d53b8f05ea123fcfae6f2fd
MD5sum: 71ec18a60f81a0b5e5fbdfedcf710b28
Description: debug symbols for postgresql-13-oracle-fdw
Build-Ids: b8a44712f92e82f97524aba916ab61f1abacbad1
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.16.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 592
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.16.3-1.pgdg26.04+1_amd64.deb
Size: 131044
SHA256: 3bb2532bca8704b8969098391d6da0c2ae9324d13f5ddd38afdcca9295a3ff66
SHA1: bfc643405ebcfca9bd7413bc568ab791d7c253cf
MD5sum: aa79e4c9156dc5f8e587dec580432208
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 449
Depends: postgresql-13-orafce (= 4.16.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.16.3-1.pgdg26.04+1_amd64.deb
Size: 298444
SHA256: ead7dd1f3bf2ebd565bddbcb6f758aead32262ab5f71bc727267d0e361563d58
SHA1: f6c9508f5f02b305a53d4de712d92ef097fc5f6b
MD5sum: 90414be669b5499e2d7fdeb1f97b1192
Description: debug symbols for postgresql-13-orafce
Build-Ids: 4cd8c0c3e7515026c72c95ed3f220f0dd1fc4158
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-periods
Source: postgresql-periods
Version: 1.2.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 523
Depends: postgresql-contrib-13, postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-13-periods_1.2.3-2.pgdg26.04+1_amd64.deb
Size: 33940
SHA256: 9e98a6509eeb1e7d13aaaad27a381a782e7885154f423ce9e5a00d288fe56625
SHA1: 6a289830f6ab4735716f15c0a9dd60831d2766d1
MD5sum: 1304fa7807ee32c90c31d40d27c01ee4
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-periods-dbgsym
Package-Type: ddeb
Source: postgresql-periods
Version: 1.2.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-13-periods (= 1.2.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-13-periods-dbgsym_1.2.3-2.pgdg26.04+1_amd64.deb
Size: 37876
SHA256: b99cdb9e24a7405439117e567b6e3e46c78f8267b07ac390b98152ae3ca7edbf
SHA1: 9dfa4e54c662498277beaab36b259ba39f502f5e
MD5sum: 3a4802a17088b69c542af6585f24e683
Description: debug symbols for postgresql-13-periods
Build-Ids: 75cf4458cd420556271698d6d31970d16f394793
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-13, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck_1.6.0-2.pgdg26.04+1_amd64.deb
Size: 34396
SHA256: 1ba5cf9f3c8d1ed11a4936766e92224cbd1cb914a7257e8c630b9b1e794d8bbc
SHA1: 83e7a55e1f3afa5a67bd6be5add91d1e339709ab
MD5sum: 28321444857cdfe5c3697510c81ac3ca
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-catcheck-dbgsym
Package-Type: ddeb
Source: pg-catcheck
Version: 1.6.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-13-pg-catcheck (= 1.6.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-13-pg-catcheck-dbgsym_1.6.0-2.pgdg26.04+1_amd64.deb
Size: 40672
SHA256: 373af9f05042efc646d3976cd913e1d5849847cc6cacd30c9152413bd28b1aba
SHA1: 395898a5340cdf7374a85052f4449f41c028246a
MD5sum: 51bab493fb40af9ece7f541183a219fe
Description: debug symbols for postgresql-13-pg-catcheck
Build-Ids: 7e3837c99d6822a8a78360390fff5fdef37c6016
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-checksums
Source: pg-checksums
Version: 1.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-13, libc6 (>= 2.38)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums_1.3-2.pgdg26.04+1_amd64.deb
Size: 35236
SHA256: cc3f96342e9e987a6baa2120f17c13553f18036962cd6b941e4f7a6747a352ec
SHA1: 772c5c0cf634b96c56c74798076316538f2b766c
MD5sum: 51da6a4ead31eef952e3aa8231f55593
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-checksums-dbgsym
Package-Type: ddeb
Source: pg-checksums
Version: 1.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-13-pg-checksums (= 1.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-13-pg-checksums-dbgsym_1.3-2.pgdg26.04+1_amd64.deb
Size: 21256
SHA256: e92b6628c9880154eeb1a3306387a7a2557747ea29549c62684f997f35f4424f
SHA1: e6acbe9b500d3e5847f2ac636eb09d5520212dec
MD5sum: e879bb3f97b60639d744ac0cd817ec98
Description: debug symbols for postgresql-13-pg-checksums
Build-Ids: 9dd38e02ccf2cbba2fb54d54eb82a95f99662258
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-crash
Source: pg-crash
Version: 0.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-13-pg-crash_0.3-2.pgdg26.04+1_amd64.deb
Size: 6312
SHA256: e81ca6df2b418386e0613be553526f725de1e0729645ce6f314d294ee38b30bb
SHA1: 44f28876369aa097669e118c31fdbe07304324d6
MD5sum: e4a48efdbb7ca6b4160705f304f50b58
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-crash-dbgsym
Package-Type: ddeb
Source: pg-crash
Version: 0.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-13-pg-crash (= 0.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-13-pg-crash-dbgsym_0.3-2.pgdg26.04+1_amd64.deb
Size: 15136
SHA256: fa168b5fa86aa1f149e594dce51eae1027b92f7658acb0c5d0687ea641d4a7d8
SHA1: 6bdeda6d15ac315752d8c6799efbe45348006790
MD5sum: 4c8177af93df8c4204f42f73aee0f2e7
Description: debug symbols for postgresql-13-pg-crash
Build-Ids: 9aef3c4b4843788e55e2bf6ed044166dcee30862
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-13, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-13-pg-failover-slots_1.2.0-1.pgdg26.04+1_amd64.deb
Size: 16920
SHA256: 2b45d5673cebb1c71c176c4890158e9c08c61ed462949393ef6a06a92e9e2721
SHA1: fc8b65967701b1b37f83ed581f95c45916be1b26
MD5sum: 5c54434245fbd24dff338a8320597643
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-failover-slots-dbgsym
Package-Type: ddeb
Source: pg-failover-slots
Version: 1.2.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13-pg-failover-slots (= 1.2.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-13-pg-failover-slots-dbgsym_1.2.0-1.pgdg26.04+1_amd64.deb
Size: 41892
SHA256: 83ddad1bb4a14ba9c99e7612e4106a859d4c78840c2b7d3f6ec157d93095f5bc
SHA1: cce5a88274e2c5c66b2f9bb8f91655e563aa6964
MD5sum: 3da88ac88f246cb8db5eaa258aa34911
Description: debug symbols for postgresql-13-pg-failover-slots
Build-Ids: 8feaa387b255b1fcccf0179446ccac30088f4a3e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-gvm
Source: pg-gvm
Version: 22.6.11-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm_22.6.11-2.pgdg26.04+1_amd64.deb
Size: 20168
SHA256: e3329214ca36d56db3e19d7a4fab9340ae04520f33800af013b5a7800fca8f5e
SHA1: 119049e1eb429384fac57c11c752c8a16e2735b8
MD5sum: 5a8f43d84fcee90c3622ceb26a60b8c5
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.11-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-13-pg-gvm (= 22.6.11-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm-dbgsym_22.6.11-2.pgdg26.04+1_amd64.deb
Size: 27760
SHA256: 0d37a376e86ecb989542a221324b7aeee8f808d6cd43b278e2c0416bd527523e
SHA1: d9e5165129593ab6b596660192d2f87e5c87e72c
MD5sum: d47a963c6eeecfb52d3b2ccb8d9e786e
Description: debug symbols for postgresql-13-pg-gvm
Build-Ids: 8ba55521e681e1e455bebd711a071cea533b55ff
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-hint-plan
Source: pg-hint-plan-13
Version: 1.3.11-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-13, libc6 (>= 2.14)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-13/postgresql-13-pg-hint-plan_1.3.11-1.pgdg26.04+1_amd64.deb
Size: 52396
SHA256: 9bfc3dce27e0db78e45da05befa273ca4e5f270eb18269c53aecd8846b32069a
SHA1: 906b9a768d86704d9f6dc76e7de41a53e75bb54c
MD5sum: 0ecfde5d2f72a4b975fad4bcdf84d8c0
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-hint-plan-dbgsym
Package-Type: ddeb
Source: pg-hint-plan-13
Version: 1.3.11-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: postgresql-13-pg-hint-plan (= 1.3.11-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-13/postgresql-13-pg-hint-plan-dbgsym_1.3.11-1.pgdg26.04+1_amd64.deb
Size: 127368
SHA256: 4ceb17b3b012b98121218fe885336aa7b8768f349303aab6c5cd41f265bc834f
SHA1: b81d0006bff28bd4ce6e6c9726532cf79775799d
MD5sum: 175d256044832f05a324c58bed7e6128
Description: debug symbols for postgresql-13-pg-hint-plan
Build-Ids: c523f9f448716d8559f121942795668af2b870fb
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-ivm
Source: pg-ivm
Version: 1.13-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 203
Depends: postgresql-13, libc6 (>= 2.14)
Homepage: https://github.com/sraoss/pg_ivm
Priority: optional
Section: database
Filename: pool/main/p/pg-ivm/postgresql-13-pg-ivm_1.13-1.pgdg26.04+1_amd64.deb
Size: 73520
SHA256: 96c09a5d43f72bf9ac7f6bc6cf20b42435345efaccd269358991bb2c3b10f985
SHA1: 2dc641aaa4863466877211b3219d3e53c27d3ab6
MD5sum: e01ce7d6bcaf5dd54d0f0072e3e53229
Description: Incremental View Maintenance (IVM) extension for PostgreSQL
 pg_ivm is a PostgreSQL extension for Incremental View Maintenance (IVM). IVM
 is a way to make materialized views up-to-date in which only incremental
 changes are computed and applied on views rather than recomputing the contents
 from scratch as `REFRESH MATERIALIZED VIEW` does. IVM can update materialized
 views more efficiently than recomputation when only small parts of the view
 are changed.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-ivm-dbgsym
Package-Type: ddeb
Source: pg-ivm
Version: 1.13-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 324
Depends: postgresql-13-pg-ivm (= 1.13-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-ivm/postgresql-13-pg-ivm-dbgsym_1.13-1.pgdg26.04+1_amd64.deb
Size: 254276
SHA256: fd46f233d2d1b7264f6f4d0338440b17865a9a156029cfc1d88add8092a16a70
SHA1: 6974e1cc62eea29852eaf7335dd37f985508487c
MD5sum: e91634c6db6238e5a75ea6651464f455
Description: debug symbols for postgresql-13-pg-ivm
Build-Ids: 19280bcfd194a5281064cba3fca40f3a5e2e8c36
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-permissions
Source: pg-permissions
Version: 1.4-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-13
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-13-pg-permissions_1.4-2.pgdg26.04+1_all.deb
Size: 8264
SHA256: 4e9caf101f635f378c76ed6979aa03187850c20722ee8d271083db24e7c34c05
SHA1: 3c43b7bd53053920164f30a5663a5425438ad4f0
MD5sum: 1a033a759b0aa0f71b3b6278cc5bcc43
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-pwhash
Source: pg-pwhash
Version: 1.0-2.pgdg26.04+3
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-13, libargon2-1 (>= 0~20171227), libc6 (>= 2.14), libcrypt1 (>= 1:4.1.0), libscrypt0 (>= 1), libssl3t64 (>= 3.2.0)
Homepage: https://github.com/cybertec-postgresql/pg_pwhash
Priority: optional
Section: database
Filename: pool/main/p/pg-pwhash/postgresql-13-pg-pwhash_1.0-2.pgdg26.04+3_amd64.deb
Size: 24792
SHA256: 263e48779ef55a7869b93f907780e375f7cf237d2edce1cf453346bf2ecd915a
SHA1: 45e9574b9c5de4a5e92f7d7153103031a51436b9
MD5sum: da2ef10e2353483c2cbffb06386dcfba
Description: Advanced password hashing methods for PostgreSQL
 The extension pg_pwhash provides advanced password hashing methods based on
 adaptive implementations.
 .
 Supported password hashing algorithms:
  * Argon2 based on RFC 9106 ($argon2$ and variants)
  * scrypt ($scrypt$ and $7$)
  * yescrypt ($y$)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-pwhash-dbgsym
Package-Type: ddeb
Source: pg-pwhash
Version: 1.0-2.pgdg26.04+3
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-13-pg-pwhash (= 1.0-2.pgdg26.04+3)
Priority: optional
Section: debug
Filename: pool/main/p/pg-pwhash/postgresql-13-pg-pwhash-dbgsym_1.0-2.pgdg26.04+3_amd64.deb
Size: 43864
SHA256: 64b9208f0554b2dc167c7b9348244f083c94082987392ce83b4319e02dd0cfa2
SHA1: 540213cdc2d0459f6856b5e8dad0cf61595b96ea
MD5sum: 74dfec2d6c71fa84401e5beb9e88de9f
Description: debug symbols for postgresql-13-pg-pwhash
Build-Ids: 78375a51c1bf3582434e7ffde9d8c25ec966de65
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-qualstats
Source: pg-qualstats
Version: 2.1.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 234
Depends: postgresql-13, libc6 (>= 2.14)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats_2.1.3-1.pgdg26.04+1_amd64.deb
Size: 27948
SHA256: d05413fef1bbb2dd348a296a94bc971d778d23a61ec04c4f6ad5c027cdc69b6d
SHA1: d3b9899bde51661b8283964e955b2462e082a7c1
MD5sum: 30aba95161defd67805e223e70ffc64c
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-qualstats-dbgsym
Package-Type: ddeb
Source: pg-qualstats
Version: 2.1.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-13-pg-qualstats (= 2.1.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-13-pg-qualstats-dbgsym_2.1.3-1.pgdg26.04+1_amd64.deb
Size: 61088
SHA256: 0cda46e44800da97165d5f019865130c35d228c6fdac6ad0fb52b92f9580e45e
SHA1: 3cef946dba04e4143a17887009805b0539322582
MD5sum: 1ca12e05527b2994ccbdec0cbcdf4912
Description: debug symbols for postgresql-13-pg-qualstats
Build-Ids: 0b5de7e805667b6b059185ab33f0e8dae0fec126
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-rewrite
Source: pg-rewrite
Version: 2.0.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-13-pg-rewrite_2.0.0-2.pgdg26.04+1_amd64.deb
Size: 29920
SHA256: 94f7faf34dbdd0ef3de0ff01edbbfcb4b76cd0da2d5760021dfc6b705ab4689d
SHA1: 0e8b24d0e6ec91ff2d39e3d188008d35481e04fe
MD5sum: c0e1a714cb2c9b5d72bdd8ee4464f8cd
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-rewrite-dbgsym
Package-Type: ddeb
Source: pg-rewrite
Version: 2.0.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-13-pg-rewrite (= 2.0.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-13-pg-rewrite-dbgsym_2.0.0-2.pgdg26.04+1_amd64.deb
Size: 109880
SHA256: 6de515ddbd3e12b4036cf9d615aefd50cc8b3c17ac38e48063ed76e9abebd7f8
SHA1: f062022715874d80dd08ebc6d99d5b924aee0306
MD5sum: bb5414b39ec56c7d683a7c83464b9b7e
Description: debug symbols for postgresql-13-pg-rewrite
Build-Ids: 97586ec73da93e0e1d7049154417bfb64b231198
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-rrule
Source: pg-rrule
Version: 0.3.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-13, libc6 (>= 2.14), libical3t64 (>= 3.0.0)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-13-pg-rrule_0.3.0-1.pgdg26.04+1_amd64.deb
Size: 11672
SHA256: 291bfc332a29d4d3b32ee2c882dfb70fb940f10e89e81b63dc550b8a0b2c5318
SHA1: f0c6c9536390a1b90c06c085c4ac1ec8d76f02cd
MD5sum: f473663024111b7df3f2e7666d2694d1
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-rrule-dbgsym
Package-Type: ddeb
Source: pg-rrule
Version: 0.3.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-13-pg-rrule (= 0.3.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-13-pg-rrule-dbgsym_0.3.0-1.pgdg26.04+1_amd64.deb
Size: 21056
SHA256: 8346f573b6e8be371386f9fe75f2bff7a969ee97067f8046a2a1f07e1c7b22e5
SHA1: addff71ab6a57ef83c19283dda0c74c31734be3b
MD5sum: 14bba16b3fe1d1c43337206bba11ead6
Description: debug symbols for postgresql-13-pg-rrule
Build-Ids: e6c7a1d5b3f47d2c6327dad6624099b7a9f0a49c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-contrib-13, postgresql-13, libc6 (>= 2.38)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache_2.3.1-1.pgdg26.04+1_amd64.deb
Size: 17756
SHA256: 72d2717151899cd891e10cf62efbdfc044500701439c5cf57d1b403fc89c5cd4
SHA1: 0fbe56f7cc6a3a37126fc0a460995ada797d82fe
MD5sum: cb5078e249cde4f26aa4a22d3105df54
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-stat-kcache-dbgsym
Package-Type: ddeb
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-13-pg-stat-kcache (= 2.3.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-13-pg-stat-kcache-dbgsym_2.3.1-1.pgdg26.04+1_amd64.deb
Size: 40444
SHA256: 1ebeb91b049963c6d8fe5ec1bf9b8bd966de8fdc360745ac9c3807a46515d77f
SHA1: 8698459aebc974c9b7c44534a56f0529be58a6ee
MD5sum: fc8858034a3476c5afb278a5bb510002
Description: debug symbols for postgresql-13-pg-stat-kcache
Build-Ids: efbdad46922fac18fc587af95810375735608dc2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-5.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-13
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-13-pg-track-settings_2.1.2-5.pgdg26.04+1_all.deb
Size: 9280
SHA256: b14bd098291786892ace204f97d21d0470bd9a77333d9c257f11d68ee94d4eb8
SHA1: 7abf9a5fa48be88e4bf2335480b69a4a1037f926
MD5sum: 848ca0f9c61c810a5c1ef2cf7ce96724
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-uuidv7
Source: pg-uuidv7
Version: 1.7.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-13, libc6 (>= 2.17)
Homepage: https://github.com/fboulnois/pg_uuidv7
Priority: optional
Section: database
Filename: pool/main/p/pg-uuidv7/postgresql-13-pg-uuidv7_1.7.0-1.pgdg26.04+1_amd64.deb
Size: 6824
SHA256: 3b736f53559a70d3c6e401befd13dba79c7bca104920eaf177d5ac9e9cac3a6d
SHA1: 8355ebd2a3f382e8ba3f835958394da7c56a1dda
MD5sum: 8644e4d7271685ef1f425ab0576d4e97
Description: Extension providing UUIDv7 data type
 pg_uuidv7 is an extension which provides a UUID v7 data type, in
 particular for PostgreSQL releases before 18 that do not have a
 builtin uuidv7 data type.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-uuidv7-dbgsym
Package-Type: ddeb
Source: pg-uuidv7
Version: 1.7.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-13-pg-uuidv7 (= 1.7.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-uuidv7/postgresql-13-pg-uuidv7-dbgsym_1.7.0-1.pgdg26.04+1_amd64.deb
Size: 7100
SHA256: d854ed47232338b8480b08d596d3668956fdc23172f702cad7f63aa4159ab189
SHA1: a802b2c78fb7b8042f4cdb3ba65616eb39c09200
MD5sum: a5cf35d018b2919bbe2a227c2564bea2
Description: debug symbols for postgresql-13-pg-uuidv7
Build-Ids: 1e5c131b176874e1d78d191ad935fd31f398f2ee
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-13, libc6 (>= 2.4)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling_1.1.9-2.pgdg26.04+1_amd64.deb
Size: 16408
SHA256: 8c498811ec04ce63c31c6d82287d2e8038e95eb446838e6c4465fa250cf8106d
SHA1: 01d2ee49caf9c4987b17862b132d2cd59fde7141
MD5sum: d1052fc7248f5b746ea1d6fd4f5b96dd
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pg-wait-sampling-dbgsym
Package-Type: ddeb
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-13-pg-wait-sampling (= 1.1.9-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-13-pg-wait-sampling-dbgsym_1.1.9-2.pgdg26.04+1_amd64.deb
Size: 53096
SHA256: e491a25d05c52fff9bbbe72295baad16794a9dad8398cb5c9dc4160a04472b1b
SHA1: 93a73ad959537eeba5a3ce2cac6707ae47edd606
MD5sum: cac2777ac9af9654518db9db2a2c237a
Description: debug symbols for postgresql-13-pg-wait-sampling
Build-Ids: f4854c64d603061f27a13e2a4f9639a5937d789f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgaudit
Source: pgaudit-1.5
Version: 1.5.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-13, libc6 (>= 2.4)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.5/postgresql-13-pgaudit_1.5.3-2.pgdg26.04+1_amd64.deb
Size: 20368
SHA256: 2329cc174cee18d49cac01d56f7253e44f854061e0539204673fafd040c54a9d
SHA1: dcab5cf69c3f34c101cce5ab53c7757ab157a068
MD5sum: 48e538fc3a0c23dd7d6dedd55eba5aa2
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgaudit-dbgsym
Package-Type: ddeb
Source: pgaudit-1.5
Version: 1.5.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-13-pgaudit (= 1.5.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.5/postgresql-13-pgaudit-dbgsym_1.5.3-2.pgdg26.04+1_amd64.deb
Size: 48640
SHA256: 6733c41f6d98ac4961be11bedf03fad11ec870f5871bb9af044006b1a70124fb
SHA1: cc51f0e6bd8220ee5393b9352f0e26fe3cbe69af
MD5sum: cf0721fca4e6bc119908d9c31c62056c
Description: debug symbols for postgresql-13-pgaudit
Build-Ids: bda9095c6143012ea19c0c1ff3a5b70baa691892
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-13-pgaudit, postgresql-13, libc6 (>= 2.34)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.7.6-1.pgdg26.04+1_amd64.deb
Size: 16608
SHA256: 525b366d7f343b2abbb34d506ea2d700652a3a7c4efe40a6fd9df1aa8a5e3149
SHA1: 77c3c9d3675e21ca8837d0f7fc1ec7609755d7e0
MD5sum: dfa79ab5752c5ef3b068966011d48744
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13-pgauditlogtofile (= 1.7.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.7.6-1.pgdg26.04+1_amd64.deb
Size: 39332
SHA256: 05915983f15cdf5f131202f6546e57c4b4f726b4412dc901a5fd6ade10b32e21
SHA1: f4c6cbded015db20db67d2e5b20e770bf18aac68
MD5sum: 16ef7c3c469b135bf01af2a135d65e00
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: 7434ec4e274cad9b1531ef9cf0c72573b968051c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgextwlist
Source: pgextwlist
Version: 1.19-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-13, libc6 (>= 2.33)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist_1.19-2.pgdg26.04+1_amd64.deb
Size: 13216
SHA256: ed8b74b846bff69d071f3c291621275c1f5a5516883a79b98a64ac7a8c486eb1
SHA1: 1ad1848bbcf4897a383c552f34d4d25be60a278a
MD5sum: 15bef2196f079193e5095e93532fbcd8
Description: PostgreSQL Extension Whitelisting
 This extension implements extension whitelisting, and will actively prevent
 users from installing extensions not in the provided list. Also, this
 extension implements a form of sudo facility in that the whitelisted
 extensions will get installed as if superuser. Privileges are dropped before
 handing the control back to the user.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgextwlist-dbgsym
Package-Type: ddeb
Source: pgextwlist
Version: 1.19-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-13-pgextwlist (= 1.19-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-13-pgextwlist-dbgsym_1.19-2.pgdg26.04+1_amd64.deb
Size: 54280
SHA256: 4674d735f4936b802de57f262590c779af14606ed11347fdb20770d91cec8f46
SHA1: 111af82be8e433cfcdbaafe777342968e5ee588d
MD5sum: 6a9573999602d862694e5aa7eca2a2b1
Description: debug symbols for postgresql-13-pgextwlist
Build-Ids: b794b95aadde166c8e3251f03fa73c9de348633e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgfincore
Source: pgfincore
Version: 1.3.1-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-13, libc6 (>= 2.34)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-13-pgfincore_1.3.1-3.pgdg26.04+1_amd64.deb
Size: 14284
SHA256: 6cfb1dc854f8be2b956d551fefd66d749a36afe99a71a985e6391b1c65d5819e
SHA1: fb6b8ec98b7b8861fba4afa56c57c3771d0a2e9f
MD5sum: ef860358b4a28f11f4b2ddb34ec2e871
Description: set of PostgreSQL functions to manage blocks in memory
 Those functions let you know which and how many disk block from a relation
 are in the page cache of the operating system, and eventually write the
 result to a file. Then using this file, it is possible to restore the page
 cache state for each block of the relation.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgfincore-dbgsym
Package-Type: ddeb
Source: pgfincore
Version: 1.3.1-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-13-pgfincore (= 1.3.1-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-13-pgfincore-dbgsym_1.3.1-3.pgdg26.04+1_amd64.deb
Size: 41300
SHA256: db3c66e9ae465158cef2b262b46863ae9c7dec46516d4ebe5920468b011302ec
SHA1: 49aa34db17874c3225520de3d7bbe25987a5ab7a
MD5sum: 5815b6c991fdd1a479220ac75e6ebc3e
Description: debug symbols for postgresql-13-pgfincore
Build-Ids: b9962e2043554ce4d61b864ff66264f9fb281358
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pglogical
Source: pglogical
Version: 2.4.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 587
Depends: postgresql-13, libc6 (>= 2.38), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-13-pglogical_2.4.6-1.pgdg26.04+1_amd64.deb
Size: 118752
SHA256: 7719bd638e243e6586f2d27449de309f0b42397399178f34d171d7bafc5fd760
SHA1: 0af4a6738851dc61ac114bb52f0c384c1f36a7db
MD5sum: 7f486d0229e3c8724524a9b0086e4430
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pglogical-dbgsym
Package-Type: ddeb
Source: pglogical
Version: 2.4.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 605
Depends: postgresql-13-pglogical (= 2.4.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-13-pglogical-dbgsym_2.4.6-1.pgdg26.04+1_amd64.deb
Size: 420596
SHA256: 84b1d9ffa4afa2d210e80baae206b4e94b2b7b5f25b8e90a901b64fc47865d25
SHA1: 1caab3d50991a3ac396fd297c07d205ddc4608f4
MD5sum: 114f45abeb9233032afcf8e0a6dea5a6
Description: debug symbols for postgresql-13-pglogical
Build-Ids: 4980fde0013b81022b1e4dbb4005293cbfd6ff7a 50032fb830593b47689c8a797cb1403c5cdc5713 865b8181a4bc70b196dd8558880d615b269e508e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgmemcache
Source: pgmemcache
Version: 2.3.0-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-13-pgmemcache_2.3.0-15.pgdg26.04+1_amd64.deb
Size: 21288
SHA256: c64dd4d46e8de212fe15d9c8ade963ec3fc7735e3a47ac7b1fd47837dc5e080d
SHA1: 49a34a1783483ac044eee74f8525aa9ba5bd7221
MD5sum: 92250bbd5e3b007da003de0b03030f4f
Description: PostgreSQL interface to memcached
 pgmemcache is an extension for PostgreSQL that provides an API to
 memcached through user-defined functions.
 .
 memcached is a high-performance, distributed memory object caching
 system, generic in nature, but originally intended for use in
 speeding up dynamic web applications by alleviating database load.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgmemcache-dbgsym
Package-Type: ddeb
Source: pgmemcache
Version: 2.3.0-15.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-13-pgmemcache (= 2.3.0-15.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-13-pgmemcache-dbgsym_2.3.0-15.pgdg26.04+1_amd64.deb
Size: 48640
SHA256: b54974a21ee400e917c4681465be90a327f017337cc7932bfd5475acb67b9c09
SHA1: fea9eb81cdbde6d4fb89cb01d0dc7efcfb8129a4
MD5sum: 85a0c3b10760b6d2ac892289bb66c5df
Description: debug symbols for postgresql-13-pgmemcache
Build-Ids: 90856836fc353492428d651edf416a6facf6803c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgmp
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-13, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp_1.0.5-4.pgdg26.04+1_amd64.deb
Size: 45324
SHA256: 6ca5a69a1514b5941dea5a934c78e02b24a7725559a3f251d7d2a3deb662d027
SHA1: c542502747e2531ba4880248337954606c0c73f3
MD5sum: 11b28b9115789f3f6677b7e42e2475aa
Description: arbitrary precision integers and rationals for PostgreSQL 13
 pgmp is a PostgreSQL extension to add the GMP data types and functions
 directly into the database.
 .
 The extension adds the types mpz (arbitrary size integers) and mpq (arbitrary
 precision rationals) to PostgreSQL and exposes to the database all the
 functions available in the GMP library for these data types, allowing:
 .
  * higher performance arithmetic on integers respect to the numeric data type
  * a rational data type for absolute precision storage and arithmetic
  * using specialized functions to deal with prime numbers, random numbers,
    factorization directly into the database.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgmp-dbgsym
Package-Type: ddeb
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-13-pgmp (= 1.0.5-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-13-pgmp-dbgsym_1.0.5-4.pgdg26.04+1_amd64.deb
Size: 70172
SHA256: a893ea0708a0fe464af59357e3726e953c1466c8cbb493171d88198de1431bd2
SHA1: 9b595576296abc4468d4e8bb9b7535611ae59e94
MD5sum: 5e5c1e349caa4dea764c07e0caedb7be
Description: debug symbols for postgresql-13-pgmp
Build-Ids: 746f4a366397d0101df2448de97e9b425bef3fd0
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgnodemx
Source: pgnodemx
Version: 1.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-13, libc6 (>= 2.34)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-13-pgnodemx_1.7-2.pgdg26.04+1_amd64.deb
Size: 30960
SHA256: 75447379560cf5fc872b94261e44fb626e38c1e51690b8159a6af2d56641bf4f
SHA1: c1c793f255a2d25f0e570ace8d4c0ae31f52cdc6
MD5sum: d740a1233959011791c8e0b461c60a25
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgnodemx-dbgsym
Package-Type: ddeb
Source: pgnodemx
Version: 1.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-13-pgnodemx (= 1.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-13-pgnodemx-dbgsym_1.7-2.pgdg26.04+1_amd64.deb
Size: 79616
SHA256: 9e7b76c51e3bfc1219c3d85b87effb67f18ab600eefd469cc17fa748bf9a7b4c
SHA1: 2ddb8fd37ff1bc3a523db304621cdb9b71dbc18a
MD5sum: 98af3ac5dc8f108d820e4991e0101fc8
Description: debug symbols for postgresql-13-pgnodemx
Build-Ids: ccd40d95370719c09baae427de68e39051cfe0a3
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgpcre
Source: pgpcre
Version: 0.20190509-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-13, libc6 (>= 2.14), libpcre2-8-0 (>= 10.22)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-13-pgpcre_0.20190509-9.pgdg26.04+1_amd64.deb
Size: 9808
SHA256: 6060fa8afcbd468a4225e596b6f2a7cb03c80fe1550fe17eabd207bf5ea47f14
SHA1: 9bbfec20aae630a1beff1e2c3c725915040a1855
MD5sum: 47ab319b0cc5b00f01357b958a25f4fb
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgpcre-dbgsym
Package-Type: ddeb
Source: pgpcre
Version: 0.20190509-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-13-pgpcre (= 0.20190509-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-13-pgpcre-dbgsym_0.20190509-9.pgdg26.04+1_amd64.deb
Size: 15956
SHA256: 4a8da3375319b02bcb30f37dee52f7067449abbc161a014474534bdf2fa5c949
SHA1: 6ffbd591e2b4fc50f395ba9e1f7d76ad3e90dbc6
MD5sum: e8ad28a423511ceb728d48bc7a29dd7d
Description: debug symbols for postgresql-13-pgpcre
Build-Ids: c9dc6596e71550d7e38c975f07a057034c731cf9
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpool2 (>= 4.7.0-1.pgdg26.04+1), postgresql-13, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 135592
SHA256: 62b1a148d4e0c0c07bf5abb55ba54932af56be94df26a52b60bc4ecb53b30847
SHA1: 3bdf9e08393049df03a1442a5f5a038f9dcdaed4
MD5sum: 254ffd9e898e3b06635a8e6caa100cdf
Description: connection pool server and replication proxy for PostgreSQL - modules
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client.  This package contains support modules for
 the PostgreSQL 13 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgpool2-dbgsym
Package-Type: ddeb
Source: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-13-pgpool2 (= 4.7.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 54512
SHA256: a9c5aff46c93b64ea9230fca3f434823f24457a9e0f039643c08442a47922dc5
SHA1: 2938a489e1a4ad8898f2507399c3d08c892d3b10
MD5sum: dea25cbb56a8ec9042aaf4568eca9e2a
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 2b0c850dee5cc963125db3d60a2e92d67e4e5f76 a5f881f6ac7b6d8254b2c53b8060787635226b0d bc87f856c8c3b3fcd2bc12eee80186043f6031f2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgq-node
Source: pgq-node
Version: 3.5-8.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 539
Depends: postgresql-13, postgresql-13-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-13-pgq-node_3.5-8.pgdg26.04+1_all.deb
Size: 12952
SHA256: f4fcc3255ac1c29204f56ec42a72be9f7a013c478695366cd6b63d144a194c02
SHA1: f1486f93bf8d6c575331f324e5f8eea989741f69
MD5sum: e7ca64e62ee77dcd6bad60caab5f1678
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgq3
Source: pgq
Version: 3.5.1-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2128
Depends: pgqd, postgresql-13, libc6 (>= 2.4)
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-13-pgq3_3.5.1-2.pgdg26.04+1_amd64.deb
Size: 83168
SHA256: b2708abb758302b7fc833b7e6da3dd8e0f441d164affe7468de94cdcb72fac4a
SHA1: 44257d32cff6fa5fea22bb230b73052c1264f4d4
MD5sum: 7c91a0c44f163b3c88b7463a932d3daa
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgq3-dbgsym
Package-Type: ddeb
Source: pgq
Version: 3.5.1-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-13-pgq3 (= 3.5.1-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-13-pgq3-dbgsym_3.5.1-2.pgdg26.04+1_amd64.deb
Size: 76052
SHA256: e5bab405d9a00dc767a0d477190ec3426c47adf33f12b25c09813e97dd4d7bc3
SHA1: eb0e06c992d3a5834b72b3f6d3799da92d860b24
MD5sum: d42b6f69d8dc209418fb7020fbcabc1f
Description: debug symbols for postgresql-13-pgq3
Build-Ids: 05326d41732493fea0cf0648817dd2b2f9576fe2 c3cb829af5796121dd80e429e2d6349716de9b72
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgrouting
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2197
Depends: postgresql-13-pgrouting-scripts (>= 4.0.1-1.pgdg26.04+1), postgresql-13, postgresql-13-postgis, postgresql-13-postgis-scripts, libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting_4.0.1-1.pgdg26.04+1_amd64.deb
Size: 657196
SHA256: 0bfd98f167d955ba2a2e84cfce3cfcd47cc5ed6ab3acb774c6f2c6b137a0f8f0
SHA1: db8ecdd742f00ed62dd984f0af391840941163db
MD5sum: 49c27eb741abbbb42b0655c0daaa86b9
Description: Routing functionality support for PostgreSQL/PostGIS
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package supports PostgreSQL 13.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgrouting-dbgsym
Package-Type: ddeb
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 14220
Depends: postgresql-13-pgrouting (= 4.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-dbgsym_4.0.1-1.pgdg26.04+1_amd64.deb
Size: 13747108
SHA256: fa10384b96403b93d9036712f4cee10c040dd3b2a7973ddc370e2ef349f5a0f2
SHA1: 7f8af53d0113940532f658ce706784b712904c36
MD5sum: b4cac9c38871deeed58f88f064e71d67
Description: debug symbols for postgresql-13-pgrouting
Build-Ids: 6c08b797e883f418de6b07139930b5dcc8587037
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgrouting-scripts
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3948
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-13-pgrouting-scripts_4.0.1-1.pgdg26.04+1_all.deb
Size: 53064
SHA256: 0d67908529ed731d073847a14e77f3ef7827329c87f6f7f2bb6f0da1c14b9c24
SHA1: abe39344b41fdb5f2a88855ba1f6508c86f8ca73
MD5sum: 011576d99e00574bc34022cd2a676acc
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 13.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgsphere
Source: pgsphere
Version: 1.5.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1015
Depends: postgresql-13, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere_1.5.2-1.pgdg26.04+1_amd64.deb
Size: 181860
SHA256: 9cb7c5749ba430cd10cab7e93847a29e168b0310f36d801e1cb664653ca10b72
SHA1: b11f6074c8b10b29efefbb5a3f776db540d805ff
MD5sum: fa9769609acbebf5da9eef8fdc771b3d
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgsphere-dbgsym
Package-Type: ddeb
Source: pgsphere
Version: 1.5.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 543
Depends: postgresql-13-pgsphere (= 1.5.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-13-pgsphere-dbgsym_1.5.2-1.pgdg26.04+1_amd64.deb
Size: 389516
SHA256: eac617f9feac928ad71ee89ca4a1621583d5cb0d995e6b424c11ff9909bc9118
SHA1: 39b7b28d0a15322c59747b10f7ab0998f4afb2ae
MD5sum: 8c86d1a8f184a977181f7b5c3a04f387
Description: debug symbols for postgresql-13-pgsphere
Build-Ids: aa0503035ecfce7058c4fc5f6834d33ac35b5fac
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgtap
Source: pgtap
Version: 1.3.4-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-13
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-13-pgtap_1.3.4-1.pgdg26.04+1_all.deb
Size: 46024
SHA256: dde8cc548ae2d8b677c0971b07d858a39275a0b47d9132e8452af374efd36a92
SHA1: 3a480e5735ac2dec279e907517f53705ce6de52b
MD5sum: 10135d0ffd8fdcb335c3d8d5c623cdc3
Description: Unit testing framework extension for PostgreSQL 13
 pgTAP is a suite of database functions that make it easy to write
 TAP-emitting unit tests in psql scripts suitable for harvesting,
 analysis, and reporting by a TAP harness, such as those used in Perl
 and PHP applications.
 .
 TAP is the Test Anything Protocol (http://testanything.org/).
 .
 This package contains the extension for PostgreSQL 13.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgtt
Source: pgtt
Version: 4.4-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-13, libc6 (>= 2.4)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-13-pgtt_4.4-2.pgdg26.04+1_amd64.deb
Size: 25252
SHA256: 91895b794eb3b4b60073f69b1d50a3c1e548348de68e38f807d4a4d0bf38a6aa
SHA1: 210a1a39d6bdf23562cacb695eb790baf1de851f
MD5sum: 178f2061947f775a2a5483e4d658de60
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgtt-dbgsym
Package-Type: ddeb
Source: pgtt
Version: 4.4-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-13-pgtt (= 4.4-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-13-pgtt-dbgsym_4.4-2.pgdg26.04+1_amd64.deb
Size: 75804
SHA256: a42009eb6200248321fec744149c23071b5c6b17016389f0cc542406fad3c282
SHA1: 14ee2eb36a42df594fcf80fd26f23d17810d2cf5
MD5sum: 1121487a07c8bb0a28d14f8549aa7038
Description: debug symbols for postgresql-13-pgtt
Build-Ids: 2e5e931e1115048743b7f8421a8355b09704c090
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgvector
Source: pgvector
Version: 0.8.1-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 324
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-13-pgvector_0.8.1-2.pgdg26.04+1_amd64.deb
Size: 95092
SHA256: cc55c75c557544c1bbb0703b2e9807a5eca08c0ab6408817e30c123dd6b6cacc
SHA1: 3a23e057a3b8694bb8862404ee8a6145f6e27053
MD5sum: d7e35f71f70d6fb8500ee64b70435b2c
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pgvector-dbgsym
Package-Type: ddeb
Source: pgvector
Version: 0.8.1-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: postgresql-13-pgvector (= 0.8.1-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-13-pgvector-dbgsym_0.8.1-2.pgdg26.04+1_amd64.deb
Size: 305156
SHA256: 7a659318d385d167cfaaf7057074e189acec69ad255661a94ded0524e1d462bf
SHA1: 1824ba4c231a38a3f1f1d121bb8a4334bf79a8e4
MD5sum: 2a7d774ea06e1049e7ab6960ce6d2546
Description: debug symbols for postgresql-13-pgvector
Build-Ids: 7cdb32ab94995f0c915336836633fe4f23255103
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pldebugger
Source: pldebugger
Version: 1:1.9-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-13, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger_1.9-1.pgdg26.04+1_amd64.deb
Size: 26060
SHA256: 248738bfe56385a11d20575310363fe2cf9af901b1c4b8d7f773929dfb66d0fe
SHA1: 379eb88e678e3f1a82a0fda9f0d62022b3d1d0f4
MD5sum: 7286f55f2e57f5c9388759846986503e
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pldebugger-dbgsym
Package-Type: ddeb
Source: pldebugger
Version: 1:1.9-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-13-pldebugger (= 1:1.9-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger-dbgsym_1.9-1.pgdg26.04+1_amd64.deb
Size: 94904
SHA256: 5bbf63ea3a39041679cadfc22816164831967dd5e11dccdfe5fc8582c202f0d8
SHA1: 9e70ef6030e9ad4f3ebe34c731d204aab659213f
MD5sum: 9e26d1d25c62075cc096d275f2cf8186
Description: debug symbols for postgresql-13-pldebugger
Build-Ids: 2e7700456dd86903cebfc95477c0b3c371864978
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pllua
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: postgresql-contrib-13, postgresql-13, libc6 (>= 2.38), liblua5.3-0
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua_2.0.12-7.pgdg26.04+1_amd64.deb
Size: 122312
SHA256: 3c3e73c24947df18a96f4127456e04eee640b754f23187487b7051939d6f9ba2
SHA1: de0c4b194dff9082fa027cc1cf043573226276d2
MD5sum: c27d56bbd339894239a2b27e40c42ede
Description: Lua procedural language for PostgreSQL 13
 PL/Lua is an implementation of Lua as a loadable procedural language for
 PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers
 written in the Lua programming language.
 .
 It brings the power and simplicity of Lua to PostgreSQL, including:
 small memory footprint, simple syntax, lexical scoping, functions as
 first-class values, and coroutines for non-preemptive threading.
 .
 This package is based on pllua-ng.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-pllua-dbgsym
Package-Type: ddeb
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 439
Depends: postgresql-13-pllua (= 1:2.0.12-7.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-13-pllua-dbgsym_2.0.12-7.pgdg26.04+1_amd64.deb
Size: 315400
SHA256: 5e53cfb040caf004ede2b2e129269ac4874caf9328101df44ab2a0416f702e38
SHA1: 44f4d68c2543b25d9baed86965e7e11731320d22
MD5sum: 2aa221eeba06e4d0ed0f02cbdad89c68
Description: debug symbols for postgresql-13-pllua
Build-Ids: 145d0c6d7b96f151f86d09436b96bbbad5fca7c9 8c1f167c57613aceded613b12bf3e265bd172510
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-plprofiler
Source: plprofiler
Version: 4.2.5-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-13, libc6 (>= 2.17)
Recommends: plprofiler
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-13-plprofiler_4.2.5-4.pgdg26.04+1_amd64.deb
Size: 20356
SHA256: 2131b4ef4392ec1ea9aa6590f883cb26bbc1b40e0b57f7befb08f73383ddd1a9
SHA1: b8ad7b60544b898837cd5892525ef78fdb8c91e0
MD5sum: 2d937d58c86658eb6a74bff89c393bb6
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-plprofiler-dbgsym
Package-Type: ddeb
Source: plprofiler
Version: 4.2.5-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-13-plprofiler (= 4.2.5-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-13-plprofiler-dbgsym_4.2.5-4.pgdg26.04+1_amd64.deb
Size: 56696
SHA256: 5df9b204f804c74a7fcd38745d69cfade5628807c327316e5af01697d5ddd9f5
SHA1: d6b8b5965f8302985311c4d5a1f40eddc2078a66
MD5sum: 53e13a2d8dfa91bbeec5921386652cc7
Description: debug symbols for postgresql-13-plprofiler
Build-Ids: dd0772ccaeb90c5467fc06823af5a0ee413527cf
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-plproxy
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 137
Depends: postgresql-13, libc6 (>= 2.38), libpq5
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy_2.11.0-13.pgdg26.04+1_amd64.deb
Size: 57424
SHA256: b753cfa6e80ecb0ea571a10aa5491a09a8c67e8891322bfaf60aef7129d40d20
SHA1: 410fecad140b324662121435894cd03f6099315e
MD5sum: 7bc4b884b5baba46a5710ab33ba91988
Description: database partitioning system for PostgreSQL 13
 PL/Proxy is a database partitioning system implemented as a PL language. Main
 idea is that proxy functions are created with same signature as the remote
 functions to be called, so only destination info needs to be specified inside
 proxy function bodies.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-plproxy-dbgsym
Package-Type: ddeb
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-13-plproxy (= 2.11.0-13.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-13-plproxy-dbgsym_2.11.0-13.pgdg26.04+1_amd64.deb
Size: 118164
SHA256: 782f0aab3cf488f51295b478d637889b72d0974a77c8686bd691f2eea9d04db3
SHA1: 8456ef617756538f0198eaeb00e9e227c89b4747
MD5sum: 177a171d38f7aa68ac29943d2b9e9dd7
Description: debug symbols for postgresql-13-plproxy
Build-Ids: 39e267d84d6684f8d6fdf08e7b5a5ba8c0a1cd08
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.8.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: r-base-core (>= 2.10), postgresql-13, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.8.2-1.pgdg26.04+1_amd64.deb
Size: 57080
SHA256: 5ee47829d5419c16b10b2b87201f25717bd638966f2d21a57377b318454fc9cf
SHA1: 033e025f07fe860225dcc3e3d25617806ef3a323
MD5sum: 0ba802f3e84ffc82dfe87e06a6e56eec
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-13-plr (= 1:8.4.8.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.8.2-1.pgdg26.04+1_amd64.deb
Size: 130664
SHA256: d05be6d809903152660144bfe2e403e4bb9d15048ce0aae1b2dfd06183138657
SHA1: 06d25dfb30d8cf2b9a3193429906fad73344058b
MD5sum: 85b36d1a960762e66d1a29da6e6d9c9d
Description: debug symbols for postgresql-13-plr
Build-Ids: cfedfb34470a7df0652e59c82e2c21010e6a4ece
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-plsh
Source: postgresql-plsh
Version: 1.20220917-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/petere/plsh
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-13-plsh_1.20220917-4.pgdg26.04+1_amd64.deb
Size: 12448
SHA256: d0bed0124d45fd81ff4cd4daf40ba6ea1382674d4c554f01dfcb52b2429dcca1
SHA1: 8e666564bd064b362f5b3b6347e80daa5937b466
MD5sum: 4c212841f8cbc7da82e8fc56e7f2c290
Description: PL/sh procedural language for PostgreSQL 13
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in a shell of his choice.  You need this package
 if you have any PostgreSQL 13 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-plsh-dbgsym
Package-Type: ddeb
Source: postgresql-plsh
Version: 1.20220917-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-13-plsh (= 1.20220917-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-13-plsh-dbgsym_1.20220917-4.pgdg26.04+1_amd64.deb
Size: 45432
SHA256: 98b5f9ece352e160b6f1b2c0ca46a8d2303151f7d3c9cda64cdf64c4ee5f81eb
SHA1: 65a9eb9d08b0a5d5645776cba31e62391d5aeb45
MD5sum: 6b4766449ce28887c87337ea852938da
Description: debug symbols for postgresql-13-plsh
Build-Ids: 272c1b56f868cc79d79a61168d933180eb23d945
Timestamp: 2026-02-12 22:34:45+00

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

Package: postgresql-13-pointcloud-dbgsym
Package-Type: ddeb
Source: pgpointcloud
Version: 1.2.5-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: postgresql-13-pointcloud (= 1.2.5-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-13-pointcloud-dbgsym_1.2.5-3.pgdg26.04+1_amd64.deb
Size: 182672
SHA256: f42e743d940a266fcce278c140e3e88942bd842d0bb787e6fad781e9f502f9f4
SHA1: e90f225454bbd612aa4909598ad41bd08a211db9
MD5sum: 3d684707ffe70de0d7b4f063fc22dd70
Description: debug symbols for postgresql-13-pointcloud
Build-Ids: 0201f29b13c5049a9b6c7d8901e14880859ff548
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2811
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.6.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 958900
SHA256: 28a2d34a60a7a20be51722d83857a78396b336fda62c4e6fe7edbed5b0cde475
SHA1: ea3277d50027203dcb530acf39687ac34db4a6c3
MD5sum: c64be7c05315f6d9d7b50931828b3a73
Description: Geographic objects support for PostgreSQL 13
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-postgis-3-dbgsym
Package-Type: ddeb
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5129
Depends: postgresql-13-postgis-3 (= 3.6.2+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.6.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 3976084
SHA256: 308ab41b47ad511d499a45a1c4458bd1f6642b208af0b9fb8a01d18b7b35fd6e
SHA1: c7a50600e6476639f070e79a62da4192e362103d
MD5sum: a4a2dd85378c94696d12ebebd8d6f61e
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 147cc3a6375ff4f29e74f67fd8082a55d0b78ec8 25497c9db755e72f33efd6d683e60470f8e91a23 cbcabd28bfce687da93c6c8741d1a398e2eaa6f0 d2c895a991ad1e35c05d997090258fd487d4f7a0 f2f34566fbb52a5e51782ec8310b191f8f4d6e60
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38989
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.6.2+dfsg-1.pgdg26.04+1_all.deb
Size: 1296500
SHA256: 8231e338af2256c056bbe14cbd8f9a8bb51a18710a81be19ba12eb1a15f41242
SHA1: f527481ec76d0fdba95d1cc09640102b02e65a72
MD5sum: 3a6ac9182cc540176000bccebaa3e1f1
Description: Geographic objects support for PostgreSQL 13 -- SQL scripts
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This package contains the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-powa
Source: powa-archivist
Version: 5.1.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1903
Depends: postgresql-contrib-13, postgresql-13, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-13-powa_5.1.1-1.pgdg26.04+1_amd64.deb
Size: 49980
SHA256: 3b20d2c0e7aafda45f1784196235ac23fd8cbf97d9efae9afb8c954b5db270ef
SHA1: d3b9135308db1c0330dd9d695f163457adbe6d1d
MD5sum: 9bae180e046237aaf4ec580d3999f016
Description: PostgreSQL Workload Analyzer -- PostgreSQL 13 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-powa-dbgsym
Package-Type: ddeb
Source: powa-archivist
Version: 5.1.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-13-powa (= 5.1.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-13-powa-dbgsym_5.1.1-1.pgdg26.04+1_amd64.deb
Size: 33056
SHA256: ea62bfe7d0def888996167e7ffb3a68349aa95303c9d5d11d3603bf0f66af24d
SHA1: 49d7c88a43d9300b87d2dffdbe8afa6533db3d67
MD5sum: 3e5eb068bc19798758f767a4ec944e9b
Description: debug symbols for postgresql-13-powa
Build-Ids: 6e28106fcff5972303c98c9f0b7aa893ed660b1e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-prefix
Source: prefix
Version: 1.2.10-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-13, libc6 (>= 2.14)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-13-prefix_1.2.10-4.pgdg26.04+1_amd64.deb
Size: 21044
SHA256: 0baa9198dfbaaf2710d4baa5b83fcc575afc2c76170b1f33edec7e48bc42dcb3
SHA1: 1a34004488c6297a42de5443b9c0b1c1ebefe72d
MD5sum: ab29aebf16fe4b91366d159ea3f6259e
Description: Prefix Range module for PostgreSQL
 This PostgreSQL module provides the prefix_range datatype, allowing to
 index searches such as finding the longest prefix matching a telephone
 number, having prefixes in a table and telephone number as a parameter:
 .
  select * from prefixes where prefix @> '0100091234';
 .
 The prefix column has to be of type prefix_range, and any text field
 can get indexed by the provided GiST opclass.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-prefix-dbgsym
Package-Type: ddeb
Source: prefix
Version: 1.2.10-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-13-prefix (= 1.2.10-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-13-prefix-dbgsym_1.2.10-4.pgdg26.04+1_amd64.deb
Size: 44544
SHA256: c8ea3df8dce0384b6623f708c2ff216b3253da748bc296f605b6d5b12b6765a8
SHA1: f518f8cb0e76737cd3f2fb8de8bb680ae511c1a5
MD5sum: f0d059001dad4269b38455f849de8329
Description: debug symbols for postgresql-13-prefix
Build-Ids: b47ddc1d59a562aec52659949a7652f33ec5a646
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-preprepare
Source: preprepare
Version: 0.9-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-13, libc6 (>= 2.4)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-13-preprepare_0.9-10.pgdg26.04+1_amd64.deb
Size: 8888
SHA256: 532d63fb5019445bbc9867dcb481be1af96f0c38a05bba1d9f31b290595a9807
SHA1: 05b13853cf902f1ff6b30e3235e50ea2e14474d2
MD5sum: 964b62ec4d94b7e410c8208df9f52107
Description: pre prepare your PostgreSQL statements server side
 The pre_prepare module for PostgreSQL aims to prepare all your statements as
 soon as possible and in a way that allows client queries not to bother at all
 and just call EXECUTE.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-preprepare-dbgsym
Package-Type: ddeb
Source: preprepare
Version: 0.9-10.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-13-preprepare (= 0.9-10.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-13-preprepare-dbgsym_0.9-10.pgdg26.04+1_amd64.deb
Size: 16980
SHA256: f16a14c6efee115b3dd7d6ebbb3620ad2f85ba0c6f7249724faf0c7b313eb278
SHA1: 41d5dfecd9da12a44c18e1b21a3b934e9cb8fa36
MD5sum: d09d321545efe1dc889140199c953d6b
Description: debug symbols for postgresql-13-preprepare
Build-Ids: 5fa8ebec2c6c2c14a4e3a65deee0006649034db2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-prioritize
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-13, libc6 (>= 2.2.5)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-13-prioritize_1.0.4-13.pgdg26.04+1_amd64.deb
Size: 6896
SHA256: 5ed517aaacc32ab92550eda0a1cdff9d4c64b247711c6b8d4e8c2d8c03d30126
SHA1: 667ea651776555ebdeef4aa1ac75f152285dbf7d
MD5sum: 3c650597c896bab8d3111519f1110bb5
Description: Get and set the nice priorities of PostgreSQL backends
 This module implements an interface to getpriority() and setpriority() for
 PostgreSQL backends, callable from SQL functions. Essentially, this module
 allows users to `renice' their backends.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-prioritize-dbgsym
Package-Type: ddeb
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-13-prioritize (= 1.0.4-13.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-13-prioritize-dbgsym_1.0.4-13.pgdg26.04+1_amd64.deb
Size: 12680
SHA256: dfcd47016779eb8e426d246060e006f5910e1af7402cec2c9d5b768845e46ede
SHA1: db92ae5637268ee5548e963fe08ee713a1c00861
MD5sum: a397dc591506d27e49184eff5232325e
Description: debug symbols for postgresql-13-prioritize
Build-Ids: 32de9f5727720e3bb82ec904a2aea39e78628fb1
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-q3c
Source: postgresql-q3c
Version: 2.0.1-6.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2604
Depends: postgresql-13, libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c_2.0.1-6.pgdg26.04+1_amd64.deb
Size: 57676
SHA256: 07df57c587f43c4fc38f98b62f615bbf38a7dfdbe03cde37e6885a8d5846cf0f
SHA1: fb4e057be03fddec5104f23b3c728b6d8cda090b
MD5sum: 7ba860030384c2bd19efbc0245917278
Description: PostgreSQL 13 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-q3c-dbgsym
Package-Type: ddeb
Source: postgresql-q3c
Version: 2.0.1-6.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-13-q3c (= 2.0.1-6.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c-dbgsym_2.0.1-6.pgdg26.04+1_amd64.deb
Size: 93940
SHA256: 6f7791cdf0132b993e0e39692ba1765364d63a4ac55df020f361e641d3cfa6db
SHA1: 219654c4d9d2577e94f8eccf8862a57c0b20454c
MD5sum: 73fe1bddfe8e364a7b591c8102109864
Description: debug symbols for postgresql-13-q3c
Build-Ids: 5e0f81f3f62526c86770a6b6eff150d749054bc0
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-rational
Source: pg-rational
Version: 0.0.2-8.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-13-rational_0.0.2-8.pgdg26.04+1_amd64.deb
Size: 11612
SHA256: 13e8fde4abea709c80bb3c16c9ac635dcda1cd76d71b19a063174c947c8e1945
SHA1: 9264c18fdea983e6613287c7cf66b05c6028d005
MD5sum: b5816f6138ae9967e44cc4c178242843
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-rational-dbgsym
Package-Type: ddeb
Source: pg-rational
Version: 0.0.2-8.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-13-rational (= 0.0.2-8.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-13-rational-dbgsym_0.0.2-8.pgdg26.04+1_amd64.deb
Size: 20812
SHA256: 0dbd576d0280386b8d04920351e66e9f1c43928292794dc49940698e93767ef7
SHA1: b85a1dae13a75536204d1de1da7bcf5b0cc54daa
MD5sum: aeb5a9ca96ff6e6bd0fea7c8befe48a1
Description: debug symbols for postgresql-13-rational
Build-Ids: 0cda4a236d227f80de46e241bc62657b8127017d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-repack
Source: pg-repack
Version: 1.5.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-13, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-13-repack_1.5.3-1.pgdg26.04+1_amd64.deb
Size: 76104
SHA256: 76a789eec1503af609e58918af4473a95a96ff88f34089779b337e65e3f7bec3
SHA1: 0bdadbf1f71539d97fc8b60e4170c35cf8a272d8
MD5sum: 35d8b851ecb5597e5b7ea433988dab93
Description: reorganize tables in PostgreSQL databases with minimal locks
 pg_repack is a PostgreSQL extension which lets you remove bloat from tables
 and indexes, and optionally restore the physical order of clustered indexes.
 Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive
 lock on the processed tables during processing. pg_repack is efficient to
 boot, with performance comparable to using CLUSTER directly.
 .
 This package contains the pg_repack program and the server extension for
 PostgreSQL 13.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-repack-dbgsym
Package-Type: ddeb
Source: pg-repack
Version: 1.5.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-13-repack (= 1.5.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-13-repack-dbgsym_1.5.3-1.pgdg26.04+1_amd64.deb
Size: 119464
SHA256: 9c00aeb7fd0d926d0fe60c7914f3df1d4cae8ae3312acf7ba78abaf42c82dd52
SHA1: dec0949a52c7702bfa0ff6f1a845f1415ed09b5e
MD5sum: 4c58536a77ca70cc2a03a300b22485c8
Description: debug symbols for postgresql-13-repack
Build-Ids: bbebb8b401daa15b6a44693e8252c3ef4a1bcc9d cd7472f4e2ae4521e1c6311941192e1647385b92
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg26.04+1
Architecture: amd64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 862
Depends: repmgr-common (>= 5.5.0+debpgdg-3.pgdg26.04+1), postgresql-13, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-13-repmgr_5.5.0+debpgdg-3.pgdg26.04+1_amd64.deb
Size: 224536
SHA256: 6b071d113bcce57e61e8e35f083466331c3cb551553949554626868cf4866654
SHA1: 14da1ef3740fecc1423d1663fa47fd9cea049569
MD5sum: ca37a3b20bc66185e35fd5da495b2df8
Description: replication manager for PostgreSQL 13
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 13.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-repmgr-dbgsym
Package-Type: ddeb
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 920
Depends: postgresql-13-repmgr (= 5.5.0+debpgdg-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-13-repmgr-dbgsym_5.5.0+debpgdg-3.pgdg26.04+1_amd64.deb
Size: 551616
SHA256: caa514357c3d349d41ff14efd8eb9c5b6e9aaa9223b83b158e47b49eeb6a0da0
SHA1: 99da25c3112f86a422c593b90a5c3973f70b9660
MD5sum: 9aa53f2c7dec90ca823f54d762e42693
Description: debug symbols for postgresql-13-repmgr
Build-Ids: 51fade85ce92f2ca4e02af2e7c5d38619f42f767 ac03904c63e518b4f6debd85ade79861bea3a553 bb8c607628fa6e0f1fa7cfd654d533ab1cddd46f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-roaringbitmap
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 481
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-13-roaringbitmap_1.1.0-1.pgdg26.04+1_amd64.deb
Size: 152920
SHA256: ce10d4997ce3d918b6c634a11e05a084532371813ebd00306162dfb23735344c
SHA1: 74e2f347cf80e5b8489e46015da5d102982636f1
MD5sum: c1f68a2cb7cbf4f79fd3cac138352445
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-roaringbitmap-dbgsym
Package-Type: ddeb
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 827
Depends: postgresql-13-roaringbitmap (= 1.1.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-13-roaringbitmap-dbgsym_1.1.0-1.pgdg26.04+1_amd64.deb
Size: 678808
SHA256: b546cd3ca4db8bb8531b5e29b72904866110c163ae4973c7f47d02c18e4f8bd8
SHA1: a80bdf6eed61fb5d5632e04114ac7954e5f8a2ec
MD5sum: b43480c148602e91c38062a888eabd58
Description: debug symbols for postgresql-13-roaringbitmap
Build-Ids: aae2e4c0c8e188a45e5fe39f3e26f5a1167e60dc
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-rum
Source: postgresql-rum
Version: 1.3.15-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 330
Depends: postgresql-13, libc6 (>= 2.29)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-13-rum_1.3.15-1.pgdg26.04+1_amd64.deb
Size: 96892
SHA256: b75447f1b917b3ecf28370a0e4f2809b72b868ba05b80e0779ba394118766a5a
SHA1: 2cfa92a1e871ef742a0d3a772c0293f1e629aa00
MD5sum: 2d1ab47e55f664936bd1d4d44fde76df
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-rum-dbgsym
Package-Type: ddeb
Source: postgresql-rum
Version: 1.3.15-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 390
Depends: postgresql-13-rum (= 1.3.15-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-13-rum-dbgsym_1.3.15-1.pgdg26.04+1_amd64.deb
Size: 294696
SHA256: d71f75aa1d21eb5d12af17348c34a20b3a627f77e3b41c2a899a2aee0e258182
SHA1: 03d6ae594393889e664c1ae40990d956ac6f6fbf
MD5sum: 118ae6665f391ecf9183faefb581dc78
Description: debug symbols for postgresql-13-rum
Build-Ids: 9b426137968106fa4b66e8dc0af84f5e26d302bd
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-semver
Source: postgresql-semver
Version: 0.41.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-13-semver_0.41.0-1.pgdg26.04+1_amd64.deb
Size: 25188
SHA256: 4052f04f1f1639492b17860b1926a12842f1c90f27509066ec3cf568749b3a78
SHA1: e1bfae2f9a173b8cad02fb90ccf9df66e5afe96d
MD5sum: 118b02f32e0ffc66fdebd26b4b560d2f
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-semver-dbgsym
Package-Type: ddeb
Source: postgresql-semver
Version: 0.41.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-13-semver (= 0.41.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-13-semver-dbgsym_0.41.0-1.pgdg26.04+1_amd64.deb
Size: 21256
SHA256: 26e37ad1fc5691fcc5c7cebf2afa1f2c6d0b8d967a619fd863dc27ede1c0b5f2
SHA1: b3efe86325ce68270cecd14b1e7c6e3e2b3d3066
MD5sum: 7a168c1c3fdad06e5acb0f884d5c504f
Description: debug symbols for postgresql-13-semver
Build-Ids: ab04304b9859f9de7c3b302479dff9736a8ca201
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-set-user
Source: postgresql-set-user
Version: 4.2.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-13, libc6 (>= 2.4)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-13-set-user_4.2.0-1.pgdg26.04+1_amd64.deb
Size: 18916
SHA256: 0d6db0368a070b9b044418eafc636d570d1edb5c8cc8227a0639a6b63d5992ed
SHA1: 953bb5a0bcfdbb830888c75954bfab4262bcaff8
MD5sum: b0c91b02fe29cd3c68fc262df4936b58
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-set-user-dbgsym
Package-Type: ddeb
Source: postgresql-set-user
Version: 4.2.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-13-set-user (= 4.2.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-13-set-user-dbgsym_4.2.0-1.pgdg26.04+1_amd64.deb
Size: 40352
SHA256: 79ee61d23f588447b6eb1ee55cbb9f78729f17ffd1d74b4aa31603de7a2e7e4d
SHA1: 967296392eefe52fe4b925c2893637991f80cd1b
MD5sum: 3eb3bd9395785ef53a57419448065c50
Description: debug symbols for postgresql-13-set-user
Build-Ids: c431ced3dfbbb523cc3646ab4a508597eb602a7b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-similarity
Source: pg-similarity
Version: 1.0-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-13, libc6 (>= 2.3.4)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-13-similarity_1.0-9.pgdg26.04+1_amd64.deb
Size: 36096
SHA256: 2e96db772b1b2960272522e2d1c216482a5646c827ffbae8eb0a4c325e534245
SHA1: 12f60127aac807e0a93827b04ccf1c8bcdbd0239
MD5sum: 1338f92fe638eff3d72d9b2f2a5ed0dd
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-similarity-dbgsym
Package-Type: ddeb
Source: pg-similarity
Version: 1.0-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-13-similarity (= 1.0-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-13-similarity-dbgsym_1.0-9.pgdg26.04+1_amd64.deb
Size: 67404
SHA256: 510328a5985ca1ec189ad0c1e7771ce0f355967de2694570c20ea58f3c0ff410
SHA1: 14113af32f32bfba8df5368111216cff1968c521
MD5sum: 65fa3bd1737351311faf05856954a7cb
Description: debug symbols for postgresql-13-similarity
Build-Ids: 59cd2a7457955c242eeac253d745ed9b2c39c22d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-snakeoil
Source: pg-snakeoil
Version: 1.4-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-13, libc6 (>= 2.4), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-13-snakeoil_1.4-3.pgdg26.04+1_amd64.deb
Size: 9220
SHA256: 04d30353879b1c4f4fb8c2947aa496a35126d020c0eb59bfdc835948ab2e4885
SHA1: 2d93ac54ba734070cc27b15e65094a6210fb650d
MD5sum: 34215827a4cc92b5caa7f838e4545e43
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-snakeoil-dbgsym
Package-Type: ddeb
Source: pg-snakeoil
Version: 1.4-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-13-snakeoil (= 1.4-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-13-snakeoil-dbgsym_1.4-3.pgdg26.04+1_amd64.deb
Size: 15296
SHA256: 77d53b64eb28dd4428f188e537d7e013b734c313e849b1431c1bfe8353e06231
SHA1: dce7b37841b95b32f4e2b5c4a25344620c8ac0f8
MD5sum: 5ef7c4dc3794f68b9d03e02e693f0a9a
Description: debug symbols for postgresql-13-snakeoil
Build-Ids: c19a3a3c1d49ce49d29a97220ae8215f10485b43
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-squeeze
Source: pg-squeeze
Version: 1.9.1-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-13-squeeze_1.9.1-3.pgdg26.04+1_amd64.deb
Size: 46836
SHA256: 507e5dc1422fddebb4c0313a05374b0e0bfcecda68a8e6c1b06f455e9be61749
SHA1: e129eb6e060642bccfd3fc42318711a83bd67b7a
MD5sum: fb4d6a211cb12f7c1e7f10131a8083f5
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-squeeze-dbgsym
Package-Type: ddeb
Source: pg-squeeze
Version: 1.9.1-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-13-squeeze (= 1.9.1-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-13-squeeze-dbgsym_1.9.1-3.pgdg26.04+1_amd64.deb
Size: 138012
SHA256: fbe8b700e1a7dc114067307c6b88a81cf5ffc308c970cfb9fdeafde9e19d1798
SHA1: a1dda9a612426b3946edf1c36563b29e79aebaa3
MD5sum: d656f11d96bdb9dc59b19856df1b587e
Description: debug symbols for postgresql-13-squeeze
Build-Ids: 79a33cc5d65aa081f3ab73360a4846ea0f02797f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-statviz
Source: pg-statviz
Version: 0.9-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-13
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-13-statviz_0.9-1.pgdg26.04+1_all.deb
Size: 11440
SHA256: ad3b7b3f6123e062a2cd0edb71d82ec86bf0614bac0385c2820b78d42d0506b7
SHA1: 0081d4e72c0905bc0919ebfd73300d5b0c8df634
MD5sum: 16137aeec3eee0efa35c4943c9f8da35
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-tablelog
Source: tablelog
Version: 0.6.4-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-13-tablelog_0.6.4-4.pgdg26.04+1_amd64.deb
Size: 21764
SHA256: b4168429206e5865e5e8151be0aef7d7c4b45fcffaac75ffb24fd154dce7ec83
SHA1: 396899b6c68617ed2f167080be92fdbb9d646b0f
MD5sum: 9033ac024611d78da858079249676b76
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-tablelog-dbgsym
Package-Type: ddeb
Source: tablelog
Version: 0.6.4-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-13-tablelog (= 0.6.4-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-13-tablelog-dbgsym_0.6.4-4.pgdg26.04+1_amd64.deb
Size: 40480
SHA256: 6b6404605604878fbbace49fd561dccf9d07e5057e1ccad9a92765190d63eb5b
SHA1: 0d4b171928f8488d0fdaa7d9faaebed8323bd9c6
MD5sum: 83851b5e84ff19877004100d17000479
Description: debug symbols for postgresql-13-tablelog
Build-Ids: 9fe6e9b7602827baa539e14b434ec086dd586f3f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-tdigest
Source: tdigest
Version: 1.4.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-13-tdigest_1.4.3-2.pgdg26.04+1_amd64.deb
Size: 24116
SHA256: 39c38fd024ee6d8b4b23d0b2cd0f92c22230e92db90b8a8499e218d2f06fcee4
SHA1: 16b3506ff27adfbe829093f677e02e9c9df7ff54
MD5sum: ff7b5a7e186414902a3de02cb9ebef31
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-tdigest-dbgsym
Package-Type: ddeb
Source: tdigest
Version: 1.4.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-13-tdigest (= 1.4.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-13-tdigest-dbgsym_1.4.3-2.pgdg26.04+1_amd64.deb
Size: 52848
SHA256: 78481f2d76d8e64ef6c4601b85ec7b389a5fcc7d8454553abebea0a6bc63073b
SHA1: caa3269bf6a3fa96c5826042d6eb6d7e2d2f07c0
MD5sum: fe46b43a780c192583d72572ca6006af
Description: debug symbols for postgresql-13-tdigest
Build-Ids: d67a97cfc1a41da28cb1df4204e33962819dba4e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-tds-fdw
Source: tds-fdw
Version: 2.0.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-13, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-13-tds-fdw_2.0.5-1.pgdg26.04+1_amd64.deb
Size: 35648
SHA256: 798f3db7833bf350f3c1df6d2a1180638e92d0cac8cafa0131f5d5dd86158d41
SHA1: 2174b96cc50cd26e1df0970733cb2774b2dbd6d2
MD5sum: 37f69519ac2a3c638112dabcbd10739a
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-tds-fdw-dbgsym
Package-Type: ddeb
Source: tds-fdw
Version: 2.0.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-13-tds-fdw (= 2.0.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-13-tds-fdw-dbgsym_2.0.5-1.pgdg26.04+1_amd64.deb
Size: 135428
SHA256: aafe2fe23caa4c6ee37f3c7cdb17b1b947f2ed58a78e013ab9bede25380fb742
SHA1: ba9fff1e3dec6789436e464c06ab16059acb90ea
MD5sum: 2d9e393e54d999f8afbcfbb83ccec605
Description: debug symbols for postgresql-13-tds-fdw
Build-Ids: b12761c3e9a273658bf00a1293227fc6968ff864
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-toastinfo
Source: toastinfo
Version: 1.5-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-13
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-13-toastinfo_1.5-3.pgdg26.04+1_amd64.deb
Size: 7232
SHA256: 55d80fa715a438f1cfc63392c9da2c88b53c3bd264dc231ca0567da682c147d5
SHA1: 024640a76c3fdd175858b4982bf13fd4826499b4
MD5sum: 5fc9f3e46070e185d91d03f943017fd5
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-toastinfo-dbgsym
Package-Type: ddeb
Source: toastinfo
Version: 1.5-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-13-toastinfo (= 1.5-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-13-toastinfo-dbgsym_1.5-3.pgdg26.04+1_amd64.deb
Size: 11080
SHA256: f9441fbcf5009f8c029952d20d998683a7c772536c4e68a4001ff9357fa8e817
SHA1: cfc4e192806b9af9bacd4676d52229ccc4d8c779
MD5sum: a15f8ba6293d32e68ba23a0258bc2bca
Description: debug symbols for postgresql-13-toastinfo
Build-Ids: 4b3e92d99bfc3dd0136882c04a30221168c91b55
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-unit
Source: postgresql-unit
Version: 7.10-2.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 570
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-13-unit_7.10-2.pgdg26.04+1_amd64.deb
Size: 108608
SHA256: 7693a9614efc26e267ee758524c0c5e979d3f26cae6c808a9691e9276a0e0b85
SHA1: 76ab2a48b78cd354918c3a215ba1e4024952cceb
MD5sum: e200837db65c3b9c2392902e3d65544c
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-unit-dbgsym
Package-Type: ddeb
Source: postgresql-unit
Version: 7.10-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 109
Depends: postgresql-13-unit (= 7.10-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-13-unit-dbgsym_7.10-2.pgdg26.04+1_amd64.deb
Size: 61220
SHA256: 1a30490e287857eceba14c0039985f03fe85286df8e01d4172b1ad78f9d124d0
SHA1: c41b8c31a6a5c126f5e526059382527aeb9ae405
MD5sum: 58edd242a6d4d78d5022235eae2183d4
Description: debug symbols for postgresql-13-unit
Build-Ids: b4c766a1ca2058c9db8b88c975cc14ad169ecf59
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-wal2json
Source: wal2json
Version: 2.6-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-13-wal2json_2.6-3.pgdg26.04+1_amd64.deb
Size: 20284
SHA256: c0b97daabb6bafd6b398ca3b010c2770cde687e4facc94ea9bebcbe3f5eda019
SHA1: 42428345dbfc33a61e9b8b4a5a9b1ac5428225ed
MD5sum: e1c60be52a4bc12d176ca757330a6430
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-13-wal2json-dbgsym
Package-Type: ddeb
Source: wal2json
Version: 2.6-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-13-wal2json (= 2.6-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-13-wal2json-dbgsym_2.6-3.pgdg26.04+1_amd64.deb
Size: 62564
SHA256: 93898f9c608205f4e008e43b9537b6cafa4e6229cd49c5790ff27236a67f1eee
SHA1: 906eb4e4b766281656f65200f003964c206d9535
MD5sum: 7ad09c2b55f66600ffad5ea579e390f1
Description: debug symbols for postgresql-13-wal2json
Build-Ids: d9b04a8364d7045972e569f8a5e32017e9d7b54a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14
Version: 14.21-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48127
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 21), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.21-1.pgdg26.04+1_amd64.deb
Size: 14845344
SHA256: e080f41b595486d881670e7399b5164be57eecf518eeff5660b558569a766259
SHA1: e8b8b9db5caebd0a6e3325a88ac041d8f91f6cce
MD5sum: 66c9649639534bf04f18604e5ae7d920
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
Postgresql-Catversion: 202107181
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-age
Version: 1.6.0~rc0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1863
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14-age/postgresql-14-age_1.6.0~rc0-1.pgdg26.04+1_amd64.deb
Size: 694368
SHA256: 6c69e7c9cdbda94184036e8ef88b50f2cb32b9e5277d767fb13ca63c2ee7b323
SHA1: cc7883afb5e23d8ada9ab329bbbb775c6ed277c8
MD5sum: c5253f07fc346df78824ed2e24991879
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 14.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-age-dbgsym
Package-Type: ddeb
Source: postgresql-14-age
Version: 1.6.0~rc0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1034
Depends: postgresql-14-age (= 1.6.0~rc0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14-age/postgresql-14-age-dbgsym_1.6.0~rc0-1.pgdg26.04+1_amd64.deb
Size: 705700
SHA256: 57b71709212d08b7ff57a87c7584667aba79d32dae05d2e3c89355a16f1e870c
SHA1: d08e4f524ab88e34bccc5fbe8c63491039002c00
MD5sum: a1efd10f145e144a0fefba3bcfdd5fc8
Description: debug symbols for postgresql-14-age
Build-Ids: 32cff958860e5793658ad34e854de96814c8d364
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-asn1oid
Source: pgsql-asn1oid
Version: 1.6-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-14, libc6 (>= 2.14)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-14-asn1oid_1.6-3.pgdg26.04+1_amd64.deb
Size: 13280
SHA256: 02a325076de60fa11b7ff79150089677d7b2dd78b571b5bfd5ba9b8d32f57994
SHA1: 94eeefbc7dfa0dc0afc80785fa16953ff69281e5
MD5sum: 1a32f60f6e602acec0dbc1cb3c259aef
Description: ASN.1 OID data type for PostgreSQL
 This plugin provides the necessary support functions to store ASN.1 OIDs in
 a PostgreSQL database.
 .
 This package has been compiled for PostgreSQL 14.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-asn1oid-dbgsym
Package-Type: ddeb
Source: pgsql-asn1oid
Version: 1.6-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-14-asn1oid (= 1.6-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-14-asn1oid-dbgsym_1.6-3.pgdg26.04+1_amd64.deb
Size: 8764
SHA256: 01d77a80aee2746615a2ec77cd2522fa725aa91a1556f1e8a22e203f2bda25fb
SHA1: ca2fe1e5474e86f9ae302f7680ecb816f5b3059d
MD5sum: 3c9f69f47517bf67cc734ad320833a40
Description: debug symbols for postgresql-14-asn1oid
Build-Ids: 5fbd9479a7efec21a29bd878f8227d7caeec0080
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-auto-failover
Source: pg-auto-failover
Version: 2.2-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1087
Depends: pg-auto-failover-cli (>= 2.2-3.pgdg26.04+1), postgresql-14, libc6 (>= 2.38), libpq5 (>= 8.4~)
Breaks: postgresql-14-jit-llvm (<< 21)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover_2.2-3.pgdg26.04+1_amd64.deb
Size: 365744
SHA256: c495e1bad0dabd70ce6d4d50e809edc0e46e79a5fa531a716d082844f1e0f504
SHA1: c84ca3479219c3b01a0f44708b18bce8d3387b07
MD5sum: 928ac7cbaecbac8b641a72d093606cb0
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-auto-failover-dbgsym
Package-Type: ddeb
Source: pg-auto-failover
Version: 2.2-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-14-auto-failover (= 2.2-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover-dbgsym_2.2-3.pgdg26.04+1_amd64.deb
Size: 150480
SHA256: 267d575f5e956b364fed3035ebd58d98cd23c1e952ebe410c689bc8126419455
SHA1: 9146a18d9c1d11974445ca5d055dcedee38b4463
MD5sum: 009f4b6eb921cbad6e5bf3e8169cf5a2
Description: debug symbols for postgresql-14-auto-failover
Build-Ids: 5fc649caec0372639b0e254f6b707b77f38352d0
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-2.pgdg26.04+1
Architecture: amd64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 45
Depends: postgresql-14, libc6 (>= 2.10)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-14-bgw-replstatus_1.0.8-2.pgdg26.04+1_amd64.deb
Size: 14984
SHA256: b21240c1ecfb8d88223c30638c77c8a86bbb03f166a5e97875c8c5401e3522bd
SHA1: 5c555c9147c181d370d9b1c2f0296aacc50b5592
MD5sum: 66c771808f4316e8a922b878d3b36e5f
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-bgw-replstatus-dbgsym
Package-Type: ddeb
Source: bgw-replstatus
Version: 1.0.8-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 28
Depends: postgresql-14-bgw-replstatus (= 1.0.8-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-14-bgw-replstatus-dbgsym_1.0.8-2.pgdg26.04+1_amd64.deb
Size: 8852
SHA256: 73f376f0f4e7d2dbf09b9d03e5e6230d6b2c1fed551989a6ec9ee5dc5703f5f2
SHA1: 4a54c68e8df1fd5e7716be2115cc15a0228e705a
MD5sum: 0c7d073a20b891803471a9f5b7ce7086
Description: debug symbols for postgresql-14-bgw-replstatus
Build-Ids: 755c08d3429632fedff934e90dfbf7aced03737b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-credcheck
Source: credcheck
Version: 4.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-14, libc6 (>= 2.4)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-14-credcheck_4.5-1.pgdg26.04+1_amd64.deb
Size: 68776
SHA256: abe01af6a5d5136af8a1010cb1073a9b104ba6521362b4a1f97c25ca043ef219
SHA1: f639790efdcb31b08bae8c6a3865e9a5eea76d00
MD5sum: 222704e89d3aa3b1121400ad591e7d8f
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-credcheck-dbgsym
Package-Type: ddeb
Source: credcheck
Version: 4.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-14-credcheck (= 4.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-14-credcheck-dbgsym_4.5-1.pgdg26.04+1_amd64.deb
Size: 77184
SHA256: ca487ba586f77cb02465c4aa81898152f7e04d653390336a5f97224e42884d24
SHA1: a974bf9eb4b2ce1bab76409496f1a51c18576d94
MD5sum: 788b09d8048295a949753b35ad499335
Description: debug symbols for postgresql-14-credcheck
Build-Ids: 22938f2db8f3b9a895d6848b40bc81d33bca7a2a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-cron
Source: pg-cron
Version: 1.6.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-14, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-14-cron_1.6.7-2.pgdg26.04+1_amd64.deb
Size: 89088
SHA256: 92c521645522d304d7666733fae6bccbb71b000a4ef2969bced1b1c49134357e
SHA1: 4d4f00cf4fec7745fd676757b831b4f007918816
MD5sum: 4c8b7aa40e0a109f84e33bb2f185f896
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-cron-dbgsym
Package-Type: ddeb
Source: pg-cron
Version: 1.6.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: postgresql-14-cron (= 1.6.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-14-cron-dbgsym_1.6.7-2.pgdg26.04+1_amd64.deb
Size: 108880
SHA256: 01c845cdb2069be883f1cf8844ca448033b8b4f1d60ca95b39b231c5b632d21e
SHA1: acd7900f5d63c4ca320d8c4c788d221eb4c90e9e
MD5sum: 49fe46daa08d63a7ee398e1662842473
Description: debug symbols for postgresql-14-cron
Build-Ids: e94729887345e3886eb15241fd966b46c02a333d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26423
Depends: postgresql-14 (= 14.21-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.21-1.pgdg26.04+1_amd64.deb
Size: 17926936
SHA256: e4dc3da16ff490f7f28d59ccce732714f6266c8322b6d94c8dc4941423f67586
SHA1: dff75328ecb81808e14ce54936c162812f2cfc4f
MD5sum: 2c21bee7d2acc8ecef185b40b9fab7f4
Description: debug symbols for postgresql-14
Build-Ids: 01bad70a686c255562adcb607783769211c3b430 0b811784c8bc400eb4c215f54511386e361a229b 1d5f69b4b5c5604e679aba6b8f469cf582975a05 1d810a7c18cf0a5faab8fe00a91852ebcc2b9241 1e68b4ae78606f7975e7fbed44b231c964a05902 21061918b8f6ae68c6ede0b839eb8f0961ac362f 21cc276cff5ceffad1b8b0f9a38f62723d417d4d 22557583708f4435ec94c6f7567729e827d4ceaf 23b9bfa519b9b2285019879321b97710d43765cb 244c6e9696733e2743dd6677bae149c424160ec1 251940a472becf2cbcfc2576219efe0b624f5d72 25cc8b7964e5b06c2c069bef33c9d428dc0b243c 272aec8511126b2443d9fdc4f01baa2595bbc25d 2ac436c64011cb90ebf52c55244b886d510ed0ff 2eca4e0c70ce5001b806d4db1b2b39f4dc0ffcc3 2ee9107cd9020178c85e0d7ddd343a4e153a50de 2f012aa4bd0ffb76c73045ffe057f632044074fe 369ff253793d81cd414bbef9e75eb57f38d76bb1 39673d14862a23fd79482dc35ad2c2bf71d495fa 398d5d489be65f657a79dd0175b013945cca1c18 3a6fd7c5fba2665521c703fe2e0ac4e9ebef52e7 3b2d5d9e9b2c219a90ae2c373d4043b72a29903e 4068608e3c03ca6b97f47ffba6ecf5342db5d131 4382261e9d9a8c359bca472d59efdb297de4b8ae 47e0b8bce6d83a54447c0adb6e41475777453ba7 493f33ebcc73a2d2061e151237f38d80aaa322ff 4aea480d4b30c4393f82f0a948eadbbf7dde6eda 4b83ff04d0b976f0faa5217bb81578abff000eed 4ca6d4567885f37aa7c477604bc8da40b8c825fd 59a69c3629b05e90123ae0729e56ac2e8effcc54 5a01d8a52d0d63c3bb0ca0c0e1eb1ced4c1aee1f 5ba8465fe3573c8267b8c69221e05c16be6c172a 650a5c9574c3937d62d1b9a236a1824bffe288f9 677d839db8381dabcf4a026d542f3e6cd3d04d99 69fd11111437704ce77fc472850a09efcbcc8670 6d33c8c5a72dbe5038ccfe67dfab49b217610c99 6e04c00bc3819f5a5be359121bced8752eb624dd 71d4bc598b318bd61b39f3c88cbba340ade457d6 7285854e671db93acf0d55d32afed00bd7a76b29 72c944631f57b6707281bd708bf4b5c6f9962e52 7404d512d2c0ed1194ad06b9cc3a455fe77505c4 75d70568235599eae7ef2a592ec3a389110ad3a5 7e18447fbe6ab178b9617ee98d93b384dfbdeabf 81bb897e3f95e66fedcef9a61dda764544803d13 81d47d1b0b26cd846df59c1e7a0e3042d26dd782 81e07810195af6d2709bb9326602dbb502804f69 83befe4a93912478bb74413079caf56535c3ebac 86589bd1bd30a95d00a0aa679b3540bac8c4b63d 88379d76b9b801f917e8103024cc0ce96bec1a26 8b3985e47d93f7ffb2d7ab1f1676068d8b7b573e 8bed16fdc788003455c21b23083c66b3638d3ab5 8ce16cfe2b9359d92d6c8c5acf52e55cb8c606c1 94897d591f4f2ecd6b512cf4c2de252d8460b583 97c4faa55901f9848ab40016412d5c644a0eb9c4 9a0bacd67700375085f9e1aceafdca88b6d4bb10 9b06eeeebe0fae067f3305e2211f9f8c4f21b5ac 9eb847b6e52bcc2e6f41cd026450b10bd779b4bf a05061af094abef3743c212e3db8b78bd3075c53 a171823bdfd147df3b869105e7a67dbec75d7321 a357f626e2521e8677779289815af3411c12cf4c a43ab99c8626484efb7099995da9bc5d7b9c1f1a a7d02f38e2024963e67d3763e37cb991422f9563 a9015ee138f60bf8e76a5140b180a50f57e9fcf6 a95cd917573c0202ef60d811e551c32982d9b841 abe83b2ec81727e3acbb16dc1e3fa971558c9b6c b0c78b74bda08d0f4c47bcd673bfd948dd8b00bc b6923a3d9a186d044b3073b3a1faa09ddf02ddcd b9dd26e7b10f05c88fcd7ce02a95396ef25e467f bb248dddd09af666e1c6770609ef397351fed90a bb5fc512fdb123e55044026a33494eae1e1b58b7 bdafe7db01dd1fc1c8362cd09a748909d56ffacc bdb21f73861c13c64bda43258e897f414e6012bb c73978dfe07997bdbc216a418054f97081d43b00 c9148597ae9e0d6fcdd90338715887f992456cf3 ca5f4dfb4694fdf58c6673c7f6e9f7073276eb3c cb46d432bb870c034973e10a0e27ca59e0313c29 ce32390909fb132484df80d938a4a5433ea4593d d26bda6e8b71e357e52f936c7da464461b077b6d d37450823c6e79ff58b3dbb5c1c05093aec3ba62 d46806fda79e6b3c2de514e4a7c1910cfb50821b d49c62ef71ecb43c1af5da6e8d645e9cd06cdac9 d8a722ad739a4e08979c179175c5f53f034b09cd de9d99cae6a3e9eddb68d49060049d922023abdf e762cef9a0592aa26f52933bf56017a563bae6db eac50a7a5561ab3058b256886085f95fad6d10a9 f196395a03c260327f42ccb7eae3cc2ec55fb4ba f69388853bd40c7a0f61f315c98d86a8c276a465 f76eacfe5a187fbec90558eb6267a948e8baaf22 f93a2410973fdaf3e4b9d5234336f7fe39bc8f24 fa9c04893ba4a85c760298eaedde442fa8e986b8 fbdffb01af345d0fc5c812f0ae5a3e5df0c02557 fc899d14d5e89293d44e21c8a57578a6568aec03 fd4df612cc9f37ae81ed62b9b079b255b4828266
Postgresql-Catversion: 202107181
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-debversion
Source: postgresql-debversion
Version: 1.2.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-14, libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.2.5)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion_1.2.0-3.pgdg26.04+1_amd64.deb
Size: 14376
SHA256: 92de8f274abe9cdefe942a1c49041abc7477cec799cdcb4b6e3fb3caf8c52606
SHA1: 3573871f18134685c47b0ffa711b0df5c96bae12
MD5sum: 50ddc6101091289901f05f1a2de9d089
Description: Debian version number type for PostgreSQL
 Debian version numbers, used to version Debian binary and source
 packages, have a defined format, including specifications for how
 versions should be compared in order to sort them.  This package
 implements a "debversion" type to represent Debian version numbers
 within the PostgreSQL database.  This also includes operators for
 version comparison and index operator classes for creating indexes on
 the debversion type.
 .
 Version comparison uses the algorithm used by the Debian package
 manager, dpkg, using the implementation from libapt-pkg.  This means
 that columns in tables using the debversion type may be sorted and
 compared correctly using the same logic as "dpkg --compare-versions".
 It is also possible to create indexes on these columns.
 .
 postgresql-debversion implements the following features:
 .
  * The "debversion" type (internally derived from the "text" type)
  * A full set of operators for version comparison (< <= = <> >= >)
    including commutator and negator optimisation hints
  * Operator classes for btree and hash indexes
  * The aggregate functions min() and max()
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-debversion-dbgsym
Package-Type: ddeb
Source: postgresql-debversion
Version: 1.2.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-14-debversion (= 1.2.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-14-debversion-dbgsym_1.2.0-3.pgdg26.04+1_amd64.deb
Size: 19084
SHA256: 3cce72ea2c771b0e188d28c1a0d7576c0bb61bef17b974206431cdf92e48a7d4
SHA1: 53a6af6087de43b8b10dd17220e7d9792b4cde9c
MD5sum: 65f6c4d2b568eb43b749de63dd6a7ffd
Description: debug symbols for postgresql-14-debversion
Build-Ids: d0e9bb29a7f77052045fe241b9745b2ed78a8d31
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-14, libc6 (>= 2.14), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_3.4.0-1.pgdg26.04+1_amd64.deb
Size: 39952
SHA256: 138219b55405ba24fc9a722986dbf270c1799ba21f5bcdb44708c918f2dd4988
SHA1: 890d868ecca5f1fc76d11c78955850490f54bfc3
MD5sum: 6790fac70f2011c4f280fbb6d1199081
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-decoderbufs-dbgsym
Package-Type: ddeb
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-14-decoderbufs (= 3.4.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_3.4.0-1.pgdg26.04+1_amd64.deb
Size: 42388
SHA256: b842020dae2e58c83af216ffa76f2ae921b05f44a61738b945ff8fb5ae84bb15
SHA1: a7404ec570ebda480221c5a78520da7e0f5bd599
MD5sum: afb7b674d37509d7b6b41a7a67e4bb2f
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: 72d9f5ba0bcfd6679cd6e3baf6451a86a605d7b7
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-dirtyread
Source: pg-dirtyread
Version: 2.7-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-14-dirtyread_2.7-3.pgdg26.04+1_amd64.deb
Size: 21660
SHA256: 531add2d65596350cae1a0b67afc134029167555104cae91707c66300658417c
SHA1: aaa3af3d21f3da85b18730f555abc0c2079477f4
MD5sum: 4b91870b34b14b577ce96508eb6967eb
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-dirtyread-dbgsym
Package-Type: ddeb
Source: pg-dirtyread
Version: 2.7-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-14-dirtyread (= 2.7-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-14-dirtyread-dbgsym_2.7-3.pgdg26.04+1_amd64.deb
Size: 33524
SHA256: 0fa724e51f47b9511adc83c64e3b99a62d104792a0271496a3bd437d05e081d4
SHA1: f1ed91c62f7808ef128bcec2e5637477473ea2c3
MD5sum: e1abbabb9e77ad82a92ccb2cdd839989
Description: debug symbols for postgresql-14-dirtyread
Build-Ids: 3fca29ef4fade3676cac606c1674b0d79149942a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-extra-window-functions
Source: extra-window-functions
Version: 1.0-7.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-14, libc6 (>= 2.4)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-14-extra-window-functions_1.0-7.pgdg26.04+1_amd64.deb
Size: 16212
SHA256: a4b6aee2bd8327f37aa36ae8ad762ff0245d45cb6996b058ddfdf3b0d6cdc85c
SHA1: 687ac095074691a485ae8d93b3b80367a68f1961
MD5sum: 021ea94a909cca93dab01b5b049ed301
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-extra-window-functions-dbgsym
Package-Type: ddeb
Source: extra-window-functions
Version: 1.0-7.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-14-extra-window-functions (= 1.0-7.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-14-extra-window-functions-dbgsym_1.0-7.pgdg26.04+1_amd64.deb
Size: 9824
SHA256: afb53a80000dcd3dab46ecd0fa6e687f77110e2285ad925b670d2e996e2e1e9f
SHA1: 8f03658b5d0eea27886019f841858490579ff131
MD5sum: 90728a3da0dc55b85004165149e98783
Description: debug symbols for postgresql-14-extra-window-functions
Build-Ids: 4bce5a0a97eef8b76e1ac137a39ea5bfd5ade647
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-14
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-14-first-last-agg_0.1.4-4-gd63ea3b-9.pgdg26.04+1_amd64.deb
Size: 8740
SHA256: 605c6247f83b78d1b5a6fb366d53cd91bbde8b93ad07008057fee6dbd8788a1a
SHA1: c6f21cf7762204486566536b8cdd17237f57e2d1
MD5sum: d507314aa9d87598fc7f63904cb6ea42
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-first-last-agg-dbgsym
Package-Type: ddeb
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21
Depends: postgresql-14-first-last-agg (= 0.1.4-4-gd63ea3b-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-14-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-9.pgdg26.04+1_amd64.deb
Size: 4232
SHA256: be57f040d99a3619ce98ec98c3f8ef9c17c66ab1c644686fe35900728f478452
SHA1: 3189c2dc78fb5dc00acd3ab730d8268b96e3550e
MD5sum: e1b8482860f76fe1eb3b53740b1f5e77
Description: debug symbols for postgresql-14-first-last-agg
Build-Ids: cd4295c0d397a32acbe0c283afed0676f5bcfae5
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-h3
Source: h3-pg
Version: 4.2.3-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-14, libc6 (>= 2.4), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-14-h3_4.2.3-3.pgdg26.04+1_amd64.deb
Size: 50680
SHA256: 833888f9d8fe1b995da1d967176197871b3141b46b0c52057fd8e2d93f220fb7
SHA1: 1089dd86b8fbb383ae5de11b8cf3030ebefe2c4b
MD5sum: 5b840cea0c90eeba04f4628d8fe421f1
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 14 extension.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-h3-dbgsym
Package-Type: ddeb
Source: h3-pg
Version: 4.2.3-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-14-h3 (= 4.2.3-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-14-h3-dbgsym_4.2.3-3.pgdg26.04+1_amd64.deb
Size: 108312
SHA256: 1098e516564fbf390d99be699430656a6763c48104d670885a4f0baad4cdc84c
SHA1: ccba9f667fd498976d4dc6edba983b026fed8d7a
MD5sum: 856d037c23364a537c8235c2e9dbfb86
Description: debug symbols for postgresql-14-h3
Build-Ids: 676b4e715e173257a4ec37f233151635660a3005 989121179c7fe605e087c30694e7f45c91040bc8
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-hll
Source: postgresql-hll
Version: 2.19-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-14-hll_2.19-2.pgdg26.04+1_amd64.deb
Size: 78188
SHA256: d50ac86d5a1d93c64c63f0671489faa0d86f66b08afdfffe0d223224733d57c9
SHA1: ef96983163ea9a22aa3eb6ed91b4028c739ad5a1
MD5sum: cb72560aa8c6093079e6a385a446abb5
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-hll-dbgsym
Package-Type: ddeb
Source: postgresql-hll
Version: 2.19-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-14-hll (= 2.19-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-14-hll-dbgsym_2.19-2.pgdg26.04+1_amd64.deb
Size: 94288
SHA256: e5e2901013d656b28684cb4971c623631978d3b6beac25aca8e2dc810857a370
SHA1: 072a52d31bc108091dc3840ecfbc161a49810df5
MD5sum: 575038842b3f2c09f5c9ce0357e5778f
Description: debug symbols for postgresql-14-hll
Build-Ids: 1232bb8bd6948f0c2b8774c374a6545651d64aa7
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-http
Source: pgsql-http
Version: 1.7.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-14, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-14-http_1.7.0-3.pgdg26.04+1_amd64.deb
Size: 53700
SHA256: 08e7e7b9a1d6371af3143ad165146ede157b60ad82f555a49ddf135cf3891739
SHA1: 4bb2ab92c278acfaae5fa05b20b6d84397b45f17
MD5sum: 1999a823df200f56cc221044f08d73de
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-http-dbgsym
Package-Type: ddeb
Source: pgsql-http
Version: 1.7.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-14-http (= 1.7.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-14-http-dbgsym_1.7.0-3.pgdg26.04+1_amd64.deb
Size: 61828
SHA256: dc1b25a5573eb7d84c60dd536c818cc6df92b6f24418ac1c740df10a1651f239
SHA1: bc4735865a5670253dd283ab7f5f52b49942ea9c
MD5sum: 24850cc73589639a6fe0373ef713a015
Description: debug symbols for postgresql-14-http
Build-Ids: 9fb5280a4c607e844952cc87e7c5f2cf21e99fe2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-hypopg
Source: hypopg
Version: 1.4.2-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-14-hypopg_1.4.2-2.pgdg26.04+1_amd64.deb
Size: 58832
SHA256: 05f0b1dee30aa0bc78625685fbe8112948e2071a8c286704fc4cb6d65b117e2f
SHA1: 5abda3e48c54d7af71a39a23f7a70e284473c48b
MD5sum: 70c6d50187442f1b7752380c88596c9e
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-hypopg-dbgsym
Package-Type: ddeb
Source: hypopg
Version: 1.4.2-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-14-hypopg (= 1.4.2-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-14-hypopg-dbgsym_1.4.2-2.pgdg26.04+1_amd64.deb
Size: 93572
SHA256: 476975d976df3e10492ec7077a4c65bb9c3ae10b3a00acf58de18d3540cc755b
SHA1: 1df27767c26b633b95967e572c456ec2b63946cc
MD5sum: bbdc712752704fe966be65e8f952b5bf
Description: debug symbols for postgresql-14-hypopg
Build-Ids: adb1c622bed700adcf7db3b4576b54ba105448a2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-14, libc6 (>= 2.14), libicu78 (>= 78.1-1~)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext_1.10.0-3.pgdg26.04+1_amd64.deb
Size: 96628
SHA256: be2f3ec8e3693ad8287aa301909f16ab093d0b08cb96c64d9b9a758160089797
SHA1: 24316199a1358ef21dab5748184f9432a222511e
MD5sum: 23bb96dbf0dc08b29913361e0f86f8b7
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-icu-ext-dbgsym
Package-Type: ddeb
Source: icu-ext
Version: 1.10.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-14-icu-ext (= 1.10.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext-dbgsym_1.10.0-3.pgdg26.04+1_amd64.deb
Size: 96464
SHA256: a054d38be571c52404dc171da7a4cbabebfd636d3384b6cdd014c8f0367838cd
SHA1: 41c74d9ee09e4c9b2bbd6ed0152a0911309878d5
MD5sum: 4d3c9d1cf1d72accd5f14d6c1888f29d
Description: debug symbols for postgresql-14-icu-ext
Build-Ids: 660963620f768de1ca98735d7aa508aaabbe2860
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-ip4r
Source: ip4r
Version: 2.4.2-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 507
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-14-ip4r_2.4.2-4.pgdg26.04+1_amd64.deb
Size: 177708
SHA256: 07fc24eb4f92140de5c151130481d67ffb300e7681d9d90e9f12381116b315a4
SHA1: 5985f270d4d6174e30a6e57da7bc3e770018d46b
MD5sum: e5f0fb3b5e8065a62d64a5cc6000980e
Description: IPv4 and IPv6 types for PostgreSQL 14
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.2-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-14-ip4r (= 2.4.2-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-14-ip4r-dbgsym_2.4.2-4.pgdg26.04+1_amd64.deb
Size: 186208
SHA256: 4a42feaab2c88969dd6e3f9927df66e304a23b958d9c88fffd92863a2cd78aff
SHA1: 085e4644ce86800cd65708b2b662f3d90ae06ec0
MD5sum: 1750584d8141ef52916c692adc64d078
Description: debug symbols for postgresql-14-ip4r
Build-Ids: 8f88b2c13f5c4158ccb0f306c45f97b1abaf356a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-jsquery
Source: jsquery
Version: 1.2-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 293
Depends: postgresql-14, libc6 (>= 2.14)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-14-jsquery_1.2-3.pgdg26.04+1_amd64.deb
Size: 126136
SHA256: 3c256cec9a873f62e45d463d1acd089b7f673184487eb969d0763080f2c77b39
SHA1: f7cdd2f921456cab9c8778ca8f73926c614c172c
MD5sum: e584b9302af24dc41f86f7cc19ce8bef
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-jsquery-dbgsym
Package-Type: ddeb
Source: jsquery
Version: 1.2-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-14-jsquery (= 1.2-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-14-jsquery-dbgsym_1.2-3.pgdg26.04+1_amd64.deb
Size: 100592
SHA256: 91d2cf76754ea6b7144a8d9ec07c96ecf1ee410683055b364aed2331b30cad9f
SHA1: 0fe84af826e4d8cd32f0e483aa3b7f4e0d91fb32
MD5sum: 3f85b8f3ebba9e0b6a2805dfc8219b18
Description: debug symbols for postgresql-14-jsquery
Build-Ids: 98a87916de4f78da6cec7d8b232e14e51fa4fa3d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-londiste-sql
Source: londiste-sql
Version: 3.8-7.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-14-pgq-node, postgresql-14
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-14-londiste-sql_3.8-7.pgdg26.04+1_all.deb
Size: 20816
SHA256: bd3900b32be3c894605036a323669d1ce5b66f97b854bea2ca6ffe6db7335e00
SHA1: 22bdcc4cfc7e15e2aac16cdf9844b8cc643f0468
MD5sum: e504e59bb35bdb5a44124dfc8f169a2f
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-mimeo
Source: mimeo
Version: 1.5.1-20.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4468
Depends: postgresql-contrib-14, postgresql-14
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-14-mimeo_1.5.1-20.pgdg26.04+1_all.deb
Size: 110268
SHA256: bcc4d425c9c3d8818451b42d8dd1f289bdd3c2fc579c9e3a9fc969287c95efb5
SHA1: ea58d8b2a0020055b868ae8bb229806365c66d13
MD5sum: ec60862448608f4630c8cfeb5a35b92d
Description: specialized, per-table replication between PostgreSQL instances
 Mimeo is a PostgreSQL extension that provides specialized, per-table
 replication between PostgreSQL instances. It currently provides snapshot
 (whole table copy), incremental (based on an incrementing timestamp or id),
 and DML (inserts, updates and deletes) replication methods.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-mobilitydb
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3209
Depends: postgresql-14-postgis-3, postgresql-14, libc6 (>= 2.14), libgeos-c1t64 (>= 3.10.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-14-mobilitydb_1.3.0~alpha-3.pgdg26.04+1_amd64.deb
Size: 627760
SHA256: dcb7c17874bc5d9c35c1bac5448e87ee06c0f45790c91298b900f884a99d76be
SHA1: 6dac9fa986c6d33c39444ce2752f87314767ea82
MD5sum: 0725ac0b11d7539e04d9e532f87938de
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-mobilitydb-dbgsym
Package-Type: ddeb
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2576
Depends: postgresql-14-mobilitydb (= 1.3.0~alpha-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-14-mobilitydb-dbgsym_1.3.0~alpha-3.pgdg26.04+1_amd64.deb
Size: 1923188
SHA256: dd186a978e09fde5073c7feff0b404580da012b6ccadb0bf97c7b74a70f9a69b
SHA1: eb97b8063fcc1afa3f53c776203cdad82110088c
MD5sum: 9cdc93211893dbb0c05cca17a3d6c0a6
Description: debug symbols for postgresql-14-mobilitydb
Build-Ids: b5095729f905cbe5e3cec300658419322fc4b63a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw_2.9.3-2.pgdg26.04+1_amd64.deb
Size: 126204
SHA256: 775fa26df4977f87020eba9a1c2b3d58b242df9c12e1ba14cdb606669c4689d4
SHA1: f1cd172fb497e801f0dfeb5cdf006e4285178013
MD5sum: 192ff3b577fabed725677d0d0adcc9ea
Description: Postgres 14 Foreign Data Wrapper for MySQL
 postgresql-mysql-fdw is a PostgreSQL extension implementing a Foreign Data
 Wrapper (FDW) to access MySQL data from PostgreSQL.
 .
 This package is for PostgreSQL 14.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-mysql-fdw-dbgsym
Package-Type: ddeb
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-14-mysql-fdw (= 2.9.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-14-mysql-fdw-dbgsym_2.9.3-2.pgdg26.04+1_amd64.deb
Size: 163040
SHA256: eda008b276233d12cb66708458ea898c37fad493455384a74ae8feba6d27a469
SHA1: 9ee96ec7e15556b0386d8e814ddc45f97b56964e
MD5sum: 54149e5445eaddf9469b3cb458e20f7d
Description: debug symbols for postgresql-14-mysql-fdw
Build-Ids: 3caba72684f70011ffddb922d63dffab61a7117e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-numeral
Source: postgresql-numeral
Version: 1.3-8.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 254
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-14-numeral_1.3-8.pgdg26.04+1_amd64.deb
Size: 77412
SHA256: 9a8b56be1400b75d3d058d8b75459db95199d544f866fbf4cad4ea21a968065b
SHA1: 2e6a406280504e49630bf6bc01db554a9cc4ddd3
MD5sum: da3e72935001b9d1fde3d7691385cb0e
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-numeral-dbgsym
Package-Type: ddeb
Source: postgresql-numeral
Version: 1.3-8.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 92
Depends: postgresql-14-numeral (= 1.3-8.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-14-numeral-dbgsym_1.3-8.pgdg26.04+1_amd64.deb
Size: 45328
SHA256: d0506712fe666fbeff91449cbdd361b0772b5f5d198239d5344c664ee57f6408
SHA1: ba51eb51a7f669ca452be36c496337e544e52dd0
MD5sum: 01f47eb53376866263ffc7e06e8e2e44
Description: debug symbols for postgresql-14-numeral
Build-Ids: 56d93d761341604313ec9a0ea9ffc40c5fc64fdf
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 249
Depends: postgresql-14, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.7-2.pgdg26.04+1_amd64.deb
Size: 91928
SHA256: 2c95d75696bcfc3ece0652f3ac436764fe897ee37b8f71878885dd63ad4fd2eb
SHA1: c4645b4e5b5668c56f7e1952c4fdf4627a24f72f
MD5sum: 676032a9e0cd6ba35c6c85e27cb90f09
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-ogr-fdw-dbgsym
Package-Type: ddeb
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 209
Depends: postgresql-14-ogr-fdw (= 1.1.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.7-2.pgdg26.04+1_amd64.deb
Size: 147680
SHA256: 7152d52a803b31f4c22ef5ce72d78e07cd7116c6e70e1742968be3018b7a84ca
SHA1: 0cc3807b3d7837d84ab0ef9b67c53e81c07bf758
MD5sum: deed92c91e61fb45d13cf7330aea9a95
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: 854059397f77f6a40152981a94daf911b0174a2d a15aaf258606851e3a332218fb0b878f77431be6
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: oracle-libs, postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-14-oracle-fdw_2.8.0-2.pgdg26.04+1_amd64.deb
Size: 78220
SHA256: af06eeb8fe00225ca8f4828874f9d1f7612f3152c2eef0e58902c44a11e8d445
SHA1: 25af9d78c60d5f3a9c07b14b23c415e12cddc80b
MD5sum: 2f5928eef2289b43689e04a66a2dcb9e
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-oracle-fdw-dbgsym
Package-Type: ddeb
Source: oracle-fdw
Version: 2.8.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: postgresql-14-oracle-fdw (= 2.8.0-2.pgdg26.04+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-14-oracle-fdw-dbgsym_2.8.0-2.pgdg26.04+1_amd64.deb
Size: 194260
SHA256: 82ef6ab92ca0d8f13871e25cbfe3fdf1402967e5748776f8f22d3e1c342a8514
SHA1: 459c4ea3d87518a13e80355f0df1e3295ebda415
MD5sum: 7ea410a8aed27906ac5223d8bd949d0a
Description: debug symbols for postgresql-14-oracle-fdw
Build-Ids: fcd0572df57d6c7ed03ece6a6f18a8943fafbc90
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.16.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1163
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.16.3-1.pgdg26.04+1_amd64.deb
Size: 374832
SHA256: 1ceb5fdde5f8e39fd5af286bc1279cf09a89f54fae1a6fd5e13395659ebbcf15
SHA1: a134a2952d5bb39816415d7b1716a62df89644de
MD5sum: c0ede7d42915e471b6a263fec5edb281
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 458
Depends: postgresql-14-orafce (= 4.16.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.16.3-1.pgdg26.04+1_amd64.deb
Size: 305628
SHA256: 5abf313aefcfa6dc00019db5a7d9ffabcfc72280196b865346222577d7070a53
SHA1: bbb0968a346877ad59b4543ed164c08768ab412f
MD5sum: 6b9dfa04f0441c6d0caa5ea1931a3d70
Description: debug symbols for postgresql-14-orafce
Build-Ids: dca0e13ebcb620ba4bf72588b15ee93e0717608a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-partman
Source: pg-partman
Version: 5.4.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7712
Depends: python3, python3-psycopg2, postgresql-14, libc6 (>= 2.4)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_5.4.0-1.pgdg26.04+1_amd64.deb
Size: 234332
SHA256: 53497f0fbe2e96cd088f089aa125ce7304e382f7bfab3d588c17d26b63f0b230
SHA1: 7fcab2c3f45690bb782fe6f7387ed996d9164233
MD5sum: 40efbf8d4aba0864414f8e3b21b70309
Description: PostgreSQL Partition Manager
 pg_partman is a PostgreSQL extension to create and manage both time-based and
 serial-based table partition sets. Sub-partitioning is also supported. Child
 table & trigger function creation is all managed by the extension itself.
 Tables with existing data can also have their data partitioned in easily
 managed smaller batches. Optional retention policy can automatically drop
 partitions no longer needed. A background worker (BGW) process is included to
 automatically run partition maintenance without the need of an external
 scheduler (cron, etc) in most cases.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-partman-dbgsym
Package-Type: ddeb
Source: pg-partman
Version: 5.4.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-partman (= 5.4.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_5.4.0-1.pgdg26.04+1_amd64.deb
Size: 35816
SHA256: 2c4748b13ebbf8bb9c96873c2b1ba4d1d78837d185d8a7c43469d3d64672965d
SHA1: 83900efac6d6de5c571bf3aab4841ff260a8ac3a
MD5sum: 97447750a25616af4a64a7191a7f6ad8
Description: debug symbols for postgresql-14-partman
Build-Ids: d8543d04fef185be9c0326ab225fde938d69e4af
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-periods
Source: postgresql-periods
Version: 1.2.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 546
Depends: postgresql-contrib-14, postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-14-periods_1.2.3-2.pgdg26.04+1_amd64.deb
Size: 47000
SHA256: 13193fb2de8b8c17afbaf66abcf0e994b34af3a57bae4209472d4860a467ea81
SHA1: 86d7428c79c6d4eca38ced4d830f1418474e9b81
MD5sum: d859d33281fbb0165a36679e50335180
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-periods-dbgsym
Package-Type: ddeb
Source: postgresql-periods
Version: 1.2.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-periods (= 1.2.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-14-periods-dbgsym_1.2.3-2.pgdg26.04+1_amd64.deb
Size: 38748
SHA256: d5415cd0e8ed62638e0ba2d8188a57c47928f80afa6adac1fe8040e50cdb9a6e
SHA1: 2e088ae6941c28064b5f30fe6f5a4c86e2bc66ef
MD5sum: b89801d30dfd790590d51ef803ebc7b3
Description: debug symbols for postgresql-14-periods
Build-Ids: 4acc323b59b58f55fe64ab85405f72665272acc0
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-14, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck_1.6.0-2.pgdg26.04+1_amd64.deb
Size: 35768
SHA256: 8ccb18b7d1091cf9736ff8bde769ca6ead650ee4041f2c4983ad17357600522e
SHA1: 3ba3845d0d45c87864047bdeab1d1757d1e97659
MD5sum: 811123b70ac88e169ee98534451690cc
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-catcheck-dbgsym
Package-Type: ddeb
Source: pg-catcheck
Version: 1.6.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-14-pg-catcheck (= 1.6.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-14-pg-catcheck-dbgsym_1.6.0-2.pgdg26.04+1_amd64.deb
Size: 40904
SHA256: 94ebf4c5322c5415bc5e4cfb7b051d7a5983f2f00a2da3cf4a1ba83d93fb66f5
SHA1: 178f2dd045549b5b9cc385dba572492b612fc19c
MD5sum: 8647df7eb2151845696da27cd014ae4d
Description: debug symbols for postgresql-14-pg-catcheck
Build-Ids: db351708bcb174842ebae504138a7257de1500dc
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-checksums
Source: pg-checksums
Version: 1.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-14, libc6 (>= 2.38)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums_1.3-2.pgdg26.04+1_amd64.deb
Size: 35384
SHA256: 9a6283eec437326b560c17d1e6b186e14ff18ada6adc034f705d25b7d93c8e76
SHA1: e02fabcd898f1a17189aa024fff7f0b9ec459403
MD5sum: e560a52162715ecbaadee232fb1997ea
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-checksums-dbgsym
Package-Type: ddeb
Source: pg-checksums
Version: 1.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-14-pg-checksums (= 1.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-14-pg-checksums-dbgsym_1.3-2.pgdg26.04+1_amd64.deb
Size: 21280
SHA256: 33cc5754b8610e68a3e30766c863291435e17d8d82c2df6280bf617248cfdb83
SHA1: 81d9de75e23248d8d909a56ae7fe3934fc5617a3
MD5sum: c35df848727686fb1e7976da4551d490
Description: debug symbols for postgresql-14-pg-checksums
Build-Ids: d1215a027dafc88b381c7213701fa19100a407c7
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-crash
Source: pg-crash
Version: 0.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-14-pg-crash_0.3-2.pgdg26.04+1_amd64.deb
Size: 13356
SHA256: a4059a16e73d952905b1e1a7cd1593c587b071877d9bc5261082f17f53bb18b8
SHA1: 8f6cc936d2ac6099039409ebf7c33dfd296b5ce0
MD5sum: dbc9f40aad87634e8c80f347d1a5a9d3
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-crash-dbgsym
Package-Type: ddeb
Source: pg-crash
Version: 0.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-14-pg-crash (= 0.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-14-pg-crash-dbgsym_0.3-2.pgdg26.04+1_amd64.deb
Size: 15468
SHA256: f9fbe0ffa2dd3a6ed096232a940b0b17e2b0e293b3676d7427a45a4f9e6f98dd
SHA1: 5c9745bff10617a32f17b93ff16ebff78ad2bba6
MD5sum: 8807f1d8ea76472a7e9628e7a51e0fd0
Description: debug symbols for postgresql-14-pg-crash
Build-Ids: c7909512352c487dfa02302a264003ad6102ca45
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-14, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-14-pg-failover-slots_1.2.0-1.pgdg26.04+1_amd64.deb
Size: 40152
SHA256: 245a66764035968fb1ccd38bd01ebfc8f28ab65bafb012d1075d83adf408dccd
SHA1: 6bf1bf77ad0fd92cb2a8b2f297a1d24cc59c707b
MD5sum: 84c5fbe05561fd6b7fa2610dc9453a6c
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-failover-slots-dbgsym
Package-Type: ddeb
Source: pg-failover-slots
Version: 1.2.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-14-pg-failover-slots (= 1.2.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-14-pg-failover-slots-dbgsym_1.2.0-1.pgdg26.04+1_amd64.deb
Size: 42100
SHA256: 63bee5b0c22f62671091de3a210a33df2a96e2fa50ea817e5fb9c840e972f78c
SHA1: 2920ec8fa57fa2db737a42f0a45bbe367ceebbda
MD5sum: 6515f3d23f286028077653cc7c3e574e
Description: debug symbols for postgresql-14-pg-failover-slots
Build-Ids: c2adbd3d1c0626890b1071da84da5615e3964443
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-gvm
Source: pg-gvm
Version: 22.6.11-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm_22.6.11-2.pgdg26.04+1_amd64.deb
Size: 20160
SHA256: 974e7d50e370e2e92190901edae0620bda0237b2e193528f7e60120bb225cc58
SHA1: cd2c9227cd4c89d99b8501b1a7c32c6a6dd033eb
MD5sum: b6b14ff2e345431862fa73bced6d0e63
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.11-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-14-pg-gvm (= 22.6.11-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm-dbgsym_22.6.11-2.pgdg26.04+1_amd64.deb
Size: 27868
SHA256: b43d4e216d0a10cb0bdcbf2d8b7bfa8728371e71010325123d45b2ee28787120
SHA1: 3d851cd4ca5fd6e1ad69d2865371d051ed9a4794
MD5sum: 5de65ab025ef3093a640a9651c12e91d
Description: debug symbols for postgresql-14-pg-gvm
Build-Ids: fb1673fe4c1d4a1e5081ae01c6f143a905df7e2e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-hint-plan
Source: pg-hint-plan-14
Version: 1.4.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 245
Depends: postgresql-14, libc6 (>= 2.14)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-14/postgresql-14-pg-hint-plan_1.4.4-1.pgdg26.04+1_amd64.deb
Size: 105328
SHA256: d7befd8ea167873e7e12783d7af6a35c55cd1da34750d12157291810e656ed26
SHA1: 91e9c58e7e568ba7cd01e987cdef2e7a60fe2669
MD5sum: 83c8a119fd5907d83d718f73ac62d1c8
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-hint-plan-dbgsym
Package-Type: ddeb
Source: pg-hint-plan-14
Version: 1.4.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: postgresql-14-pg-hint-plan (= 1.4.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-14/postgresql-14-pg-hint-plan-dbgsym_1.4.4-1.pgdg26.04+1_amd64.deb
Size: 121316
SHA256: f8c7e6e540bd44e9d9540677fe01665cf22cc11e232ff08610abaff2ee193e9b
SHA1: d9c9ed6cf598e5cb8b8a9f0f5deb5ffb4dd185a3
MD5sum: c57aab960a8c45cbfdcbacb217459e2f
Description: debug symbols for postgresql-14-pg-hint-plan
Build-Ids: b32a1751a09a0e6e4c2015fcbcdf2e2a86cf490d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-ivm
Source: pg-ivm
Version: 1.13-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 449
Depends: postgresql-14, libc6 (>= 2.14)
Homepage: https://github.com/sraoss/pg_ivm
Priority: optional
Section: database
Filename: pool/main/p/pg-ivm/postgresql-14-pg-ivm_1.13-1.pgdg26.04+1_amd64.deb
Size: 210968
SHA256: 6da5f328f1124fbb80c9d08c1d91bd08515b4dfec9570fbf57ed566f2c9878a8
SHA1: 6bacf81cb7e17d6b173aae54aa9b14886f97c489
MD5sum: 3191b4a8bbd92d48a7898199b6d668ce
Description: Incremental View Maintenance (IVM) extension for PostgreSQL
 pg_ivm is a PostgreSQL extension for Incremental View Maintenance (IVM). IVM
 is a way to make materialized views up-to-date in which only incremental
 changes are computed and applied on views rather than recomputing the contents
 from scratch as `REFRESH MATERIALIZED VIEW` does. IVM can update materialized
 views more efficiently than recomputation when only small parts of the view
 are changed.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-ivm-dbgsym
Package-Type: ddeb
Source: pg-ivm
Version: 1.13-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 329
Depends: postgresql-14-pg-ivm (= 1.13-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-ivm/postgresql-14-pg-ivm-dbgsym_1.13-1.pgdg26.04+1_amd64.deb
Size: 258820
SHA256: 48681d997e15c9d75a032f8a8b13f3e3173f43eba511012b933da3ae9a2906e1
SHA1: 2ec7f8c13f6ee4bc3155c32a72b08e15da705ec0
MD5sum: 4f9acb44524d95d4468937fdd004a9d1
Description: debug symbols for postgresql-14-pg-ivm
Build-Ids: 599db2c45522ece7cbc6e79ddaf22ccb015fa457
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-permissions
Source: pg-permissions
Version: 1.4-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-14
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-14-pg-permissions_1.4-2.pgdg26.04+1_all.deb
Size: 8272
SHA256: 0bfc60608fc40bbd63584a20925de0c59b1b160bd682d750088553cb4a7eda0f
SHA1: e9df299ad62a4d7cabdc4f816d4d2bfdb1b3be3c
MD5sum: c24574bf15035d8d5f13f1ccc843e953
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-pwhash
Source: pg-pwhash
Version: 1.0-2.pgdg26.04+3
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-14, libargon2-1 (>= 0~20171227), libc6 (>= 2.14), libcrypt1 (>= 1:4.1.0), libscrypt0 (>= 1), libssl3t64 (>= 3.2.0)
Homepage: https://github.com/cybertec-postgresql/pg_pwhash
Priority: optional
Section: database
Filename: pool/main/p/pg-pwhash/postgresql-14-pg-pwhash_1.0-2.pgdg26.04+3_amd64.deb
Size: 58732
SHA256: a74dab0ac61aff4266f960ebf35e9d4ce46b8684aafb32bc0a93491556a4e795
SHA1: 7aacd71166aee3344b8315857a3cf49db2ba0b05
MD5sum: a1a74b6121e56746a4f7f855c0b67c34
Description: Advanced password hashing methods for PostgreSQL
 The extension pg_pwhash provides advanced password hashing methods based on
 adaptive implementations.
 .
 Supported password hashing algorithms:
  * Argon2 based on RFC 9106 ($argon2$ and variants)
  * scrypt ($scrypt$ and $7$)
  * yescrypt ($y$)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-pwhash-dbgsym
Package-Type: ddeb
Source: pg-pwhash
Version: 1.0-2.pgdg26.04+3
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-14-pg-pwhash (= 1.0-2.pgdg26.04+3)
Priority: optional
Section: debug
Filename: pool/main/p/pg-pwhash/postgresql-14-pg-pwhash-dbgsym_1.0-2.pgdg26.04+3_amd64.deb
Size: 44192
SHA256: 9daa70cc4eaf81b23ec76fa92c91513c8eff397aa2dd5c726fde20324ee43888
SHA1: 0803e096787ddfd7005845d11af5221162b64000
MD5sum: b6ea28f5d48405a23fef421f9aed94da
Description: debug symbols for postgresql-14-pg-pwhash
Build-Ids: 90de4303f1bb50c0ae2cf01c1ffb80b19a53573d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-qualstats
Source: pg-qualstats
Version: 2.1.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 282
Depends: postgresql-14, libc6 (>= 2.14)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats_2.1.3-1.pgdg26.04+1_amd64.deb
Size: 55392
SHA256: 8bbe7b9a6a44e11fa61588233a61e6fae16c5db2d05b8bdd967363efdec5c5bf
SHA1: 665ca61a54db20ddca83f18f2a6fd7055a524202
MD5sum: ef9dc2e250c05b0ab3df96986054cb6b
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-qualstats-dbgsym
Package-Type: ddeb
Source: pg-qualstats
Version: 2.1.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-14-pg-qualstats (= 2.1.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats-dbgsym_2.1.3-1.pgdg26.04+1_amd64.deb
Size: 61760
SHA256: 130069fa7a8ba90da93bf9e81df17d1a6bdd7be50419b96d551260985d75d933
SHA1: 1aea7acd3e5e5326eae6c0a457aaf9160c4be208
MD5sum: 2f6816e399ced302478c79e8ed60f67a
Description: debug symbols for postgresql-14-pg-qualstats
Build-Ids: d1173d2034520c9b04cb60e4ce16dd1fe49f7d38
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-rewrite
Source: pg-rewrite
Version: 2.0.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-14-pg-rewrite_2.0.0-2.pgdg26.04+1_amd64.deb
Size: 76256
SHA256: c94cbc760085719db69bea75ed7b181c08a2c967fa44453a295feff1e6b86656
SHA1: 3db08c74635642467f5a54575d02fb0248b922d1
MD5sum: fd2bd4172ba1a5f26f882769a8252446
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-rewrite-dbgsym
Package-Type: ddeb
Source: pg-rewrite
Version: 2.0.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-14-pg-rewrite (= 2.0.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-14-pg-rewrite-dbgsym_2.0.0-2.pgdg26.04+1_amd64.deb
Size: 114868
SHA256: b19d2e435a5afc4fe38fa855c9dc73d19b8a6807135414d1065a9f5dd0300717
SHA1: cbe8ae0af5dc24e12d3db873b2da4dbf7f4393e1
MD5sum: db9ddf2552cda2f97c795d1014d52f8b
Description: debug symbols for postgresql-14-pg-rewrite
Build-Ids: 20834576e6549bfc5025eaa9059371574e6e2674
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-rrule
Source: pg-rrule
Version: 0.3.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-14, libc6 (>= 2.14), libical3t64 (>= 3.0.0)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-14-pg-rrule_0.3.0-1.pgdg26.04+1_amd64.deb
Size: 25016
SHA256: 1d6f1654396058b9fa96f8d53e244a5e2e6f75bed75e9350407785fb5b1b08c6
SHA1: d9946a23c2ce26465dbfc35294e4b4dbde6cc2f3
MD5sum: 34c15c9ea70290c54199b978a9c273ba
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-rrule-dbgsym
Package-Type: ddeb
Source: pg-rrule
Version: 0.3.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-14-pg-rrule (= 0.3.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-14-pg-rrule-dbgsym_0.3.0-1.pgdg26.04+1_amd64.deb
Size: 21184
SHA256: fb1aabaa4c030a534b6cfaf931ebc8c84b84e766f03a7dc124d0b83c3bd87e87
SHA1: d0e1bee6bdce806628b237915db61314fe73a001
MD5sum: eeb34b578a85c548ba2a42aa2a6a3881
Description: debug symbols for postgresql-14-pg-rrule
Build-Ids: b5b4823518160298cb609755c6bb49de7945f7df
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-contrib-14, postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-14-pg-stat-kcache_2.3.1-1.pgdg26.04+1_amd64.deb
Size: 36132
SHA256: 993907490a5083d480e1c9955bd77c2e31a2e4a1fd881b531a699091a840c356
SHA1: d8f2f1d5f88c3fb372ba3f6f456933bd9c3a0785
MD5sum: 3b1b161e4ed6203bb161bede0a06a390
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-stat-kcache-dbgsym
Package-Type: ddeb
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-14-pg-stat-kcache (= 2.3.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-14-pg-stat-kcache-dbgsym_2.3.1-1.pgdg26.04+1_amd64.deb
Size: 41132
SHA256: c09556d37221c229a2320cb6351d423ce96a71b9c31df2ac3e389139076d624a
SHA1: c706eac887e8d030a962b838bac7e04efd1fd41a
MD5sum: 76eef3f4d908324e186c1b39a063fd3a
Description: debug symbols for postgresql-14-pg-stat-kcache
Build-Ids: 19a92aec123fcb3193664d941acfb6b4bbfe831a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-5.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-14
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-14-pg-track-settings_2.1.2-5.pgdg26.04+1_all.deb
Size: 9276
SHA256: 5b534602d7c8be52ceefb0200c3e52c63847203b84dca7ff7e39106113fd6f40
SHA1: a885824a371dc90dbe2d6016bb1121f5f34db13c
MD5sum: ff7e62d51f779da51dee9f2a019d61aa
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-uuidv7
Source: pg-uuidv7
Version: 1.7.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-14, libc6 (>= 2.17)
Homepage: https://github.com/fboulnois/pg_uuidv7
Priority: optional
Section: database
Filename: pool/main/p/pg-uuidv7/postgresql-14-pg-uuidv7_1.7.0-1.pgdg26.04+1_amd64.deb
Size: 12904
SHA256: 40c47fc90bc2cec10b56786bd49d9fb3a03d06206dec0feca53bc05f3a233b86
SHA1: c1ede044f5fee67f047d01670cb31b16b4afbb2d
MD5sum: 8c75bbb0669d598c5d80b3607a1de8a1
Description: Extension providing UUIDv7 data type
 pg_uuidv7 is an extension which provides a UUID v7 data type, in
 particular for PostgreSQL releases before 18 that do not have a
 builtin uuidv7 data type.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-uuidv7-dbgsym
Package-Type: ddeb
Source: pg-uuidv7
Version: 1.7.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25
Depends: postgresql-14-pg-uuidv7 (= 1.7.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-uuidv7/postgresql-14-pg-uuidv7-dbgsym_1.7.0-1.pgdg26.04+1_amd64.deb
Size: 7136
SHA256: 32d04784b04603c4f9f2e2346bbd9c43830b31c532ed2fcbd7d618c7ff9e955b
SHA1: f3f4057cb806a06a779ee5330bfbd95f1369c94c
MD5sum: 476b09d63b1b80b8581357a06de7091b
Description: debug symbols for postgresql-14-pg-uuidv7
Build-Ids: ffa17fdb299fad046595a9cfabb683dc9fdbf5bb
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-14, libc6 (>= 2.4)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling_1.1.9-2.pgdg26.04+1_amd64.deb
Size: 39420
SHA256: b561cb2bca496c9282382518c924236f9c23e8d61762cce00a88ae9f7e26fe9b
SHA1: 535880a930dfe78ad27c05f4ec123c32dcbf197a
MD5sum: fd8695f86b136247df30043ef53a5d50
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pg-wait-sampling-dbgsym
Package-Type: ddeb
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-14-pg-wait-sampling (= 1.1.9-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-14-pg-wait-sampling-dbgsym_1.1.9-2.pgdg26.04+1_amd64.deb
Size: 54144
SHA256: 5244e941a5d412da7ec9e871793a60d6b742084b13776a0e9e0dbbba9fb341a0
SHA1: 4530d2aae36aec8df2e1d3585a4ee244822076f9
MD5sum: ab5601b972b82929921b598528e99a78
Description: debug symbols for postgresql-14-pg-wait-sampling
Build-Ids: e45a32f038f6f45c9ecd29ec3da6ec1836673831
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgaudit
Source: pgaudit-1.6
Version: 1.6.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-14, libc6 (>= 2.4)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.6/postgresql-14-pgaudit_1.6.3-2.pgdg26.04+1_amd64.deb
Size: 45256
SHA256: 29b73ce548f8e4ad5963c05a01025600f4fad6a32b1c701c1afcad30f00176b1
SHA1: 197e7e15fd98377f691119c483e3a2a5b7a40930
MD5sum: 4c412da80e131b93d1f569f812bdd18c
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgaudit-dbgsym
Package-Type: ddeb
Source: pgaudit-1.6
Version: 1.6.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-14-pgaudit (= 1.6.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.6/postgresql-14-pgaudit-dbgsym_1.6.3-2.pgdg26.04+1_amd64.deb
Size: 51292
SHA256: b871e3a3d63dce92409e8d28dd736c62edc38bcf3867e922038ed220deccf85a
SHA1: 461e1d9e5c55186ddc4aec57442e3548833d756f
MD5sum: 7a289ebe7a19018d82e9deb6df302c2e
Description: debug symbols for postgresql-14-pgaudit
Build-Ids: 398097bbb766321dc2f9a954b4878ee77f89b202
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-14-pgaudit, postgresql-14, libc6 (>= 2.34)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.7.6-1.pgdg26.04+1_amd64.deb
Size: 50732
SHA256: a92400fb363197c5b99ade336ca75ad318de0400082023ec59ccfabd89ee4101
SHA1: 948e66d3bce6e8781ea358ba6cab003d55a76d0d
MD5sum: 1425aadb5d82e11a4674488dfce43fac
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-14-pgauditlogtofile (= 1.7.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.7.6-1.pgdg26.04+1_amd64.deb
Size: 40104
SHA256: a5293c69f18c23a47906c699b18ccf367ba71611361a1ac1c251f18db80db895
SHA1: efdbc44baa43d97973884589f43fc7073404ee8d
MD5sum: 926e8956c655d6e7c6bbb445a8ac11d7
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: e38144c3ee1aa3ce21d998fafd32aaa295a3a311
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgextwlist
Source: pgextwlist
Version: 1.19-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-14, libc6 (>= 2.33)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist_1.19-2.pgdg26.04+1_amd64.deb
Size: 29596
SHA256: 1c905d07ad794f342c568ecc44d559ac30c4134464055d03ad1174c893801f72
SHA1: a5013bd3ce5987b8fdf86a241e32a713218482c4
MD5sum: b27359d9b5102c5e8fc15ba34ef1c129
Description: PostgreSQL Extension Whitelisting
 This extension implements extension whitelisting, and will actively prevent
 users from installing extensions not in the provided list. Also, this
 extension implements a form of sudo facility in that the whitelisted
 extensions will get installed as if superuser. Privileges are dropped before
 handing the control back to the user.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgextwlist-dbgsym
Package-Type: ddeb
Source: pgextwlist
Version: 1.19-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-14-pgextwlist (= 1.19-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-14-pgextwlist-dbgsym_1.19-2.pgdg26.04+1_amd64.deb
Size: 55808
SHA256: 2476f8da278d9191ea2ef8c0329e82bc31824eb7f5e2bf7278cf49332dc4526a
SHA1: 8e27435cef54b429e6a8db4858072f7d965133af
MD5sum: 0937751bbcd2869443af10eccc34295e
Description: debug symbols for postgresql-14-pgextwlist
Build-Ids: ade916cdfdd727350904d1e8d37113e9778f55fc
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgfaceting
Source: pgfaceting
Version: 0.2.0-5.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-14-roaringbitmap, postgresql-14
Homepage: https://github.com/cybertec-postgresql/pgfaceting
Priority: optional
Section: database
Filename: pool/main/p/pgfaceting/postgresql-14-pgfaceting_0.2.0-5.pgdg26.04+1_all.deb
Size: 9896
SHA256: 0125594c105146091d945df7b397006a61c1c955740fd6414085bc30f09c9c98
SHA1: 4f3b8cd9dcdd143f34c5f114355009262e131284
MD5sum: e6a3805533a8a61e09241a7c46abcd22
Description: Faceted query acceleration for PostgreSQL using roaring bitmaps
 PostgreSQL extension to quickly calculate facet counts using inverted indexes
 built with roaring bitmaps. Requires pg_roaringbitmap to be installed.
 .
 Faceting means counting number occurrences of each value in a result set for a
 set of attributes. Typical example of faceting is a web shop where you can see
 how many items are remaining after filtering your search by red, green or
 blue, and how many when filtering by size small, medium or large.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgfincore
Source: pgfincore
Version: 1.3.1-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-14, libc6 (>= 2.34)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-14-pgfincore_1.3.1-3.pgdg26.04+1_amd64.deb
Size: 27276
SHA256: 285a6d83bbc1a3cdf8a6dc7d2c64f4bad3cfe6ca3ba1f72fdd45e06549bced59
SHA1: 86cb30b4fa549669f1c416579bd6355cd1131f84
MD5sum: 2888575ecadca3ac5bafe650a3858c35
Description: set of PostgreSQL functions to manage blocks in memory
 Those functions let you know which and how many disk block from a relation
 are in the page cache of the operating system, and eventually write the
 result to a file. Then using this file, it is possible to restore the page
 cache state for each block of the relation.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgfincore-dbgsym
Package-Type: ddeb
Source: pgfincore
Version: 1.3.1-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-14-pgfincore (= 1.3.1-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-14-pgfincore-dbgsym_1.3.1-3.pgdg26.04+1_amd64.deb
Size: 42396
SHA256: 963c8355705977aa971ccce6c3900d367bf73aeb4d6e10ef3506c272801570e4
SHA1: 9349a87ca9c38954fbdffdbacb9574f24fbfce39
MD5sum: 8bc9d4367fa8bd7ee27e3797ffe61e2e
Description: debug symbols for postgresql-14-pgfincore
Build-Ids: a49271e2a8038777156f710cafa24193712a33a7
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pglogical
Source: pglogical
Version: 2.4.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1125
Depends: postgresql-14, libc6 (>= 2.38), libpq5 (>= 9.1~)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-14-pglogical_2.4.6-1.pgdg26.04+1_amd64.deb
Size: 351692
SHA256: 2f18d91c2913f7f3b4a3877cb087ea09d89d42326c90ed07e1656940d6f5d554
SHA1: a536d7694500e384fd28ad86164fd8281ca815cd
MD5sum: dba0da59c78e4d5dd1c7d35c01c1dc25
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pglogical-dbgsym
Package-Type: ddeb
Source: pglogical
Version: 2.4.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 615
Depends: postgresql-14-pglogical (= 2.4.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-14-pglogical-dbgsym_2.4.6-1.pgdg26.04+1_amd64.deb
Size: 429168
SHA256: d01e900297bf017085eeae50288ad3d4d8f119e2d7a70312945317dca8865395
SHA1: ae8b6e94ac88732eb0c54c69c69de58a56f48734
MD5sum: 8c0fa57e5a841dd8d054e1fec36edcac
Description: debug symbols for postgresql-14-pglogical
Build-Ids: 54fcc4ef0c0f6d4fd51afb5e49fc7f25eed0e4ba 9d30832c3fdf08574bb63686928eb3c6c246f41b ba9f021813e8c5d42e75cc577c3b5084089b9adc
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgmemcache
Source: pgmemcache
Version: 2.3.0-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-14, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-14-pgmemcache_2.3.0-15.pgdg26.04+1_amd64.deb
Size: 46336
SHA256: aa21d95aed9c5cfdfa211e66214adfe37af89809ff6c4775fb202b72fec72d42
SHA1: a415b5783ace6bdc2bb58f7333ce9437a7dc1f45
MD5sum: d4ec87c3e0086a7e0c968874e9f6609e
Description: PostgreSQL interface to memcached
 pgmemcache is an extension for PostgreSQL that provides an API to
 memcached through user-defined functions.
 .
 memcached is a high-performance, distributed memory object caching
 system, generic in nature, but originally intended for use in
 speeding up dynamic web applications by alleviating database load.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgmemcache-dbgsym
Package-Type: ddeb
Source: pgmemcache
Version: 2.3.0-15.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-14-pgmemcache (= 2.3.0-15.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-14-pgmemcache-dbgsym_2.3.0-15.pgdg26.04+1_amd64.deb
Size: 49664
SHA256: ea86b5ffe624a07baf0b1412b110c9b4dc6fc9e6f11d6be389cf0b32da630c06
SHA1: 7f92258a018e2b174138c53dc5481a899938b769
MD5sum: e7a3040465546d5fa049b027045690fb
Description: debug symbols for postgresql-14-pgmemcache
Build-Ids: d4d74d2eb62d8379d97fd670e7c1611a010c521b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgmp
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 370
Depends: postgresql-14, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-14-pgmp_1.0.5-4.pgdg26.04+1_amd64.deb
Size: 102752
SHA256: 5eec780807ea81a34b5009cc4885a564ddcfec800317d9eaec476c03e0df97d6
SHA1: f7e8189039641cbd33d84fdb754d920c7b8c73ed
MD5sum: 54fd3337e92d4cef1d758fc1bc133171
Description: arbitrary precision integers and rationals for PostgreSQL 14
 pgmp is a PostgreSQL extension to add the GMP data types and functions
 directly into the database.
 .
 The extension adds the types mpz (arbitrary size integers) and mpq (arbitrary
 precision rationals) to PostgreSQL and exposes to the database all the
 functions available in the GMP library for these data types, allowing:
 .
  * higher performance arithmetic on integers respect to the numeric data type
  * a rational data type for absolute precision storage and arithmetic
  * using specialized functions to deal with prime numbers, random numbers,
    factorization directly into the database.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgmp-dbgsym
Package-Type: ddeb
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-14-pgmp (= 1.0.5-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-14-pgmp-dbgsym_1.0.5-4.pgdg26.04+1_amd64.deb
Size: 70312
SHA256: 25f4b94ec1546c464b5cc02092257eb015b0c97720e397d47a43d5ccca938e63
SHA1: 2886e48070615310c0434266a85bfc36c5b5555b
MD5sum: c8084bf1d5f808c47b957fcfb9fec6e0
Description: debug symbols for postgresql-14-pgmp
Build-Ids: 19a1dd039722c3d5c57f86fea3ab730534cf8ba1
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgnodemx
Source: pgnodemx
Version: 1.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: postgresql-14, libc6 (>= 2.34)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-14-pgnodemx_1.7-2.pgdg26.04+1_amd64.deb
Size: 84772
SHA256: 40b2a38c344f4c0f435994cd603975e28b01e06de427c3305741435b428419b6
SHA1: 937ce711f45863023c80df5dfc49efa4b7dc5323
MD5sum: 11508aea412cda289f404c24f65f3878
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgnodemx-dbgsym
Package-Type: ddeb
Source: pgnodemx
Version: 1.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-14-pgnodemx (= 1.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-14-pgnodemx-dbgsym_1.7-2.pgdg26.04+1_amd64.deb
Size: 79680
SHA256: 670b2ee566ac3c8cc2d7e6d35fd22396816db836afd1006fd5e909673a15e8d8
SHA1: 35deb92078d094c3291e95126715184af821c565
MD5sum: 44d2682b82118418b2e25d116394a80f
Description: debug symbols for postgresql-14-pgnodemx
Build-Ids: f4210d07f386f36c2294edf1ccd11ce906392b17
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgpcre
Source: pgpcre
Version: 0.20190509-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14, libc6 (>= 2.14), libpcre2-8-0 (>= 10.22)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-14-pgpcre_0.20190509-9.pgdg26.04+1_amd64.deb
Size: 18520
SHA256: 9bbf567fea85902b3bb68692435f0ec07ca894102950b9249c69a01debad94be
SHA1: d566aec4774a62f7cb03de5d298772f0d2c3346f
MD5sum: 378d505b2fe38df48d7810fcf5456057
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgpcre-dbgsym
Package-Type: ddeb
Source: pgpcre
Version: 0.20190509-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-14-pgpcre (= 0.20190509-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-14-pgpcre-dbgsym_0.20190509-9.pgdg26.04+1_amd64.deb
Size: 16120
SHA256: bd4b55a16bd4a959ec62f26e5f554e43e59a64e32da17a9a45e4f97fbdd80c98
SHA1: 6a83c25cf873d0c4531c7e148a1aba327919a5c8
MD5sum: ac2fedcb9b13c56dd123a9dd52c5a2af
Description: debug symbols for postgresql-14-pgpcre
Build-Ids: c0a3c68a49f193874b45cd245349017c2b2e3de8
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: libpgpool2 (>= 4.7.0-1.pgdg26.04+1), postgresql-14, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 159788
SHA256: 42794d2983cdb6b99af0927e9cc6fbf3df2fb76a1816db07920a1678a59b6c64
SHA1: 31e106c8de03a005970b17c1ee57a86d81907b5c
MD5sum: 8c3c5031e78cf7751d87dbc98905898b
Description: connection pool server and replication proxy for PostgreSQL - modules
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client.  This package contains support modules for
 the PostgreSQL 14 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgpool2-dbgsym
Package-Type: ddeb
Source: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-14-pgpool2 (= 4.7.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 55080
SHA256: 090cb9b4bb4d23258b05786c02e144255b815f4faee0968001b0e6d8ffab25d4
SHA1: f159065dec99415be06adca83b21957e7614adba
MD5sum: 91c027f607dc33f807c2e69ea4a04148
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 50b0d13722f54d58b559ce9bab3d0e259a212030 bd22625205f1061c1d6900b86da263c8098edbee d5b26384f73bdd0f0ad00a0e2d09cbd691a88dbf
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgq-node
Source: pgq-node
Version: 3.5-8.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 539
Depends: postgresql-14, postgresql-14-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-14-pgq-node_3.5-8.pgdg26.04+1_all.deb
Size: 12944
SHA256: a789d226fdda4752c4063b79ffd71051458e75951f747008719fc17ab89e0ac5
SHA1: b86b5fb0475dfd4a1ffdaec6a2918e58695ff365
MD5sum: ef10ba09455069a8ba325a646c9c3568
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgq3
Source: pgq
Version: 3.5.1-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2233
Depends: pgqd, postgresql-14, libc6 (>= 2.4)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-14-pgq3_3.5.1-2.pgdg26.04+1_amd64.deb
Size: 126232
SHA256: 43457c6e972e7918ad90f722b70325e6096f609f82f24270de18bee6d5cba83b
SHA1: 5a1ccfad2ac45945942fd241d04851075adb7c03
MD5sum: 38cf5d2d059c5bca78db2b4318e0a764
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgq3-dbgsym
Package-Type: ddeb
Source: pgq
Version: 3.5.1-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-14-pgq3 (= 3.5.1-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-14-pgq3-dbgsym_3.5.1-2.pgdg26.04+1_amd64.deb
Size: 77172
SHA256: 2213410e32f13e45110b91e4d15438ba9390579196b0d85035a0bc759e1a38b5
SHA1: 408da89c77bc76eb3215917e6956a49105019b0d
MD5sum: 831581882a1020d1ae31976c20c014f8
Description: debug symbols for postgresql-14-pgq3
Build-Ids: 4cfa7d8257e70b76233c9b8b57d66ac5bbfb58ff 4d650b1242bf810dcd5bff04fdeb00f3f197c01d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgrouting
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2197
Depends: postgresql-14-pgrouting-scripts (>= 4.0.1-1.pgdg26.04+1), postgresql-14, postgresql-14-postgis, postgresql-14-postgis-scripts, libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting_4.0.1-1.pgdg26.04+1_amd64.deb
Size: 656388
SHA256: 4f40b06b9399468a32293de619055bed174e778323275393e5f499497f16fa8c
SHA1: 874d588f276b8ca9aa28657e6b73bc8639cd2c6e
MD5sum: 89eca96de66782777e5148c320420cdc
Description: Routing functionality support for PostgreSQL/PostGIS
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package supports PostgreSQL 14.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgrouting-dbgsym
Package-Type: ddeb
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 14217
Depends: postgresql-14-pgrouting (= 4.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-dbgsym_4.0.1-1.pgdg26.04+1_amd64.deb
Size: 13743756
SHA256: 50020272a920953f8e3b0e66dfd049d6e1a6149438632b7196b83af8b0edd3ed
SHA1: 28faf19f54b9d8a857e1049d0d21eb07004a4ff1
MD5sum: f5c5505c625c8c9d28e19ccec6b9ff0a
Description: debug symbols for postgresql-14-pgrouting
Build-Ids: c28b240cdf176f084ed1ccf0a2ce2516d98be57e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgrouting-scripts
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3948
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-14-pgrouting-scripts_4.0.1-1.pgdg26.04+1_all.deb
Size: 53060
SHA256: 4ff1f9fd4dce3dfbb2b773c20eaa3826956b9abc0a68ab6a5e8bab0b77f4caad
SHA1: 1c383c6ad24601e279d70ab6ef8550e2b3258244
MD5sum: 9e54ad4c8d169304afebd8c4ded35719
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 14.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgsentinel
Source: pgsentinel
Version: 1.4.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-contrib-14, postgresql-14, libc6 (>= 2.14)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-14-pgsentinel_1.4.0-1.pgdg26.04+1_amd64.deb
Size: 45740
SHA256: 2988d640e8e5ab0bae7acf0accdb7e38f043ea9fcc2adafef810c276a7fc5f5c
SHA1: 64967df5b2f4bcd1bf2d86822cd6564ca96b9608
MD5sum: f93ac00f50eb0c81736a701b4e8bb014
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgsentinel-dbgsym
Package-Type: ddeb
Source: pgsentinel
Version: 1.4.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14-pgsentinel (= 1.4.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-14-pgsentinel-dbgsym_1.4.0-1.pgdg26.04+1_amd64.deb
Size: 55736
SHA256: 50ddefcfe2911c158566be4f7a96ac849d94d0a422b5799f65fe79cded216460
SHA1: 12a98bba7c712692e5d5d4023336d371268f96e8
MD5sum: 3240ebf94adef3f589c435f30acbd3fd
Description: debug symbols for postgresql-14-pgsentinel
Build-Ids: 1fa39ce4e3babe31cf777e7bc5fcc1070917fb1f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgsphere
Source: pgsphere
Version: 1.5.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1603
Depends: postgresql-14, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Breaks: postgresql-14-jit-llvm (<< 21)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere_1.5.2-1.pgdg26.04+1_amd64.deb
Size: 412068
SHA256: bf8e678abe9665b0f7c3b280778868fa7b3cf77db2de51d876cfcaec618044e6
SHA1: eaa5ce1ab6c48571083db6071ed1be9683c6783d
MD5sum: 508ddda0c6fa97efcf0ae0c3b2c3406b
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgsphere-dbgsym
Package-Type: ddeb
Source: pgsphere
Version: 1.5.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 546
Depends: postgresql-14-pgsphere (= 1.5.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-14-pgsphere-dbgsym_1.5.2-1.pgdg26.04+1_amd64.deb
Size: 391528
SHA256: a7804b3333384cadb75dc1297e8903470eaff0dfaad9204a27a5ad043e627e2b
SHA1: 7470f4963b789d2dc6f2580c5ccdd703c6bdd962
MD5sum: 002aef353e1b105d412756f78ff7b7ce
Description: debug symbols for postgresql-14-pgsphere
Build-Ids: 9f9e6020998489eee25157b785574139b0b21b91
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgtap
Source: pgtap
Version: 1.3.4-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-14
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-14-pgtap_1.3.4-1.pgdg26.04+1_all.deb
Size: 45992
SHA256: 2746000a193aaf1ee67781f3a4b3915c2dcb576e238b931f74de56db66adb227
SHA1: 430d65ef11ea5d55ed7d87fb65b1179646b7dd95
MD5sum: baa764b34ff68d96b567affed5d63538
Description: Unit testing framework extension for PostgreSQL 14
 pgTAP is a suite of database functions that make it easy to write
 TAP-emitting unit tests in psql scripts suitable for harvesting,
 analysis, and reporting by a TAP harness, such as those used in Perl
 and PHP applications.
 .
 TAP is the Test Anything Protocol (http://testanything.org/).
 .
 This package contains the extension for PostgreSQL 14.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgtt
Source: pgtt
Version: 4.4-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-14, libc6 (>= 2.4)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-14-pgtt_4.4-2.pgdg26.04+1_amd64.deb
Size: 55472
SHA256: 768d601c6dd493dbbd7ee832a87c019aa9f97c6a5913951c6252a03dcae42da0
SHA1: 23c13365190a8e5ce7a4f06b99a93bd5014efa54
MD5sum: 24d87f21eb7c5a77a0160769b24db79c
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgtt-dbgsym
Package-Type: ddeb
Source: pgtt
Version: 4.4-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-14-pgtt (= 4.4-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-14-pgtt-dbgsym_4.4-2.pgdg26.04+1_amd64.deb
Size: 78384
SHA256: 38ffa70deb7cdbbc121f5fcc298ab061c6941f16b540a3b962f11dd931a124cf
SHA1: 8434d578e1994dceaa51cbcfed01f1d62ca40426
MD5sum: c4474e1614288f09cbdfddb0f82f063b
Description: debug symbols for postgresql-14-pgtt
Build-Ids: 9b527a85eb44d3381a78048d130f0914c6adab1d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgvector
Source: pgvector
Version: 0.8.1-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 698
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-14-pgvector_0.8.1-2.pgdg26.04+1_amd64.deb
Size: 259048
SHA256: 36617d3f0a8c3f382e7ace54f3a6a21aeb7c674d7b4fa6c26577edab82f3d9f1
SHA1: acc7865a7039b9a62888757b4489231f780ba544
MD5sum: 91dd5bee203309ccca4c97d7563b7481
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pgvector-dbgsym
Package-Type: ddeb
Source: pgvector
Version: 0.8.1-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 401
Depends: postgresql-14-pgvector (= 0.8.1-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-14-pgvector-dbgsym_0.8.1-2.pgdg26.04+1_amd64.deb
Size: 311596
SHA256: 881eb3f0db00f78673859217b95914193bfbab674ff393b521a8ef9a5c22e8d3
SHA1: 1ce6a92b1d9e723a71614794a986047f455e476c
MD5sum: ee6a8fb33203c5bc6b69c3fad22904c3
Description: debug symbols for postgresql-14-pgvector
Build-Ids: d07609fd8a6d0ef40ceb687c8ed0bcbcb236eea9
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pldebugger
Source: pldebugger
Version: 1:1.9-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-14, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-14-pldebugger_1.9-1.pgdg26.04+1_amd64.deb
Size: 73256
SHA256: 32333c4234859427209c2e503f3f6deedb13d6993eb47ae2fa72db2aa628dc0c
SHA1: 51fcf57fe6ece657d8e8e12e6c637ad23cd3ff1a
MD5sum: 910d7168e734bef9e117fd8bac896fa1
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pldebugger-dbgsym
Package-Type: ddeb
Source: pldebugger
Version: 1:1.9-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-14-pldebugger (= 1:1.9-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-14-pldebugger-dbgsym_1.9-1.pgdg26.04+1_amd64.deb
Size: 96404
SHA256: d1bca7c7e20bbf530eeb754a26cf170f2122bb856f755d8fb16667d9269d9ba8
SHA1: 7948d6acbdce48b956b007ac7b608beaa7e7dc36
MD5sum: 10c30faa2335627c9fa5d3f058b443fc
Description: debug symbols for postgresql-14-pldebugger
Build-Ids: d89f0400847a8bf9f6d91a4ebde75e0ab6f2b0f5
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pljs
Source: pljs
Version: 1.0.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1042
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-14-pljs_1.0.5-1.pgdg26.04+1_amd64.deb
Size: 439884
SHA256: 617a9d2c910c367c5a0890ee930331202babc5ebbdaf2633d039cab033dcfc1e
SHA1: fa8ea6705c1f2c417ea08eafa92f1c5d8bd5a0d5
MD5sum: f5b0c303639b9b3dff05eab755f63b52
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pljs-dbgsym
Package-Type: ddeb
Source: pljs
Version: 1.0.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1634
Depends: postgresql-14-pljs (= 1.0.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-14-pljs-dbgsym_1.0.5-1.pgdg26.04+1_amd64.deb
Size: 1405100
SHA256: b133a45af849b89b6b5995582b6026216629b80a2351dab8759d3cee8d923be3
SHA1: 6839b7bf5a386ef0aac1c74e6ee78c63c2b9d054
MD5sum: ff61d190b386d22288b5a8c2f1b0713b
Description: debug symbols for postgresql-14-pljs
Build-Ids: 368a2ceebc8176dfe96c043ca6de46e3853d3230
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pllua
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 870
Depends: postgresql-contrib-14, postgresql-14, libc6 (>= 2.38), liblua5.3-0
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua_2.0.12-7.pgdg26.04+1_amd64.deb
Size: 354564
SHA256: 6c41d49213ed8f22c079f249f2818863e8e35133c9430a98b9b32ed135ec7882
SHA1: a4665a8d1bbc425789f4d987c35e98b6d884c2a5
MD5sum: a9f58838fcf81af960da7c62c3b569cc
Description: Lua procedural language for PostgreSQL 14
 PL/Lua is an implementation of Lua as a loadable procedural language for
 PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers
 written in the Lua programming language.
 .
 It brings the power and simplicity of Lua to PostgreSQL, including:
 small memory footprint, simple syntax, lexical scoping, functions as
 first-class values, and coroutines for non-preemptive threading.
 .
 This package is based on pllua-ng.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-pllua-dbgsym
Package-Type: ddeb
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: postgresql-14-pllua (= 1:2.0.12-7.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-14-pllua-dbgsym_2.0.12-7.pgdg26.04+1_amd64.deb
Size: 317732
SHA256: 454a3d8f3372c9303e9198d4de00ddc7f7fce2a50a4da741d59b2038db7ff79a
SHA1: bdd723a59ef8101ff8a8470178edf7fe85f4503b
MD5sum: e079cd5305902fcaf5046ed25372dceb
Description: debug symbols for postgresql-14-pllua
Build-Ids: 2484e8bf94096af62bec1f672c84efe402f3fefe 708f891df9d8b040bcc4b73e7e81389e74e75d24
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.8.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 675
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.8.8-1.pgdg26.04+1_amd64.deb
Size: 300928
SHA256: 65e23c28b0bd7dfa9b760935a5581b03381bdd7cab34e623657dcc9c24a731b6
SHA1: 88f972ecef4e096d1f09ce4915573dda4a8f0756
MD5sum: 02e5f68dda6c4281089ca7ebd910230a
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-plpgsql-check-dbgsym
Package-Type: ddeb
Source: plpgsql-check
Version: 2.8.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 409
Depends: postgresql-14-plpgsql-check (= 2.8.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.8.8-1.pgdg26.04+1_amd64.deb
Size: 307100
SHA256: f1b307b86b114c7a79c1febc03a838849802f432318091db318b4960e90408c7
SHA1: 740c33f62699e6f36b38832e4317be27e8f27b36
MD5sum: 1ea8415239ddb5c41e81e6566e607509
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 752c22da1b2e1962f3359ef9070ea24749e03c30
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-plprofiler
Source: plprofiler
Version: 4.2.5-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-14, libc6 (>= 2.17)
Recommends: plprofiler
Breaks: postgresql-14-jit-llvm (<< 21)
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-14-plprofiler_4.2.5-4.pgdg26.04+1_amd64.deb
Size: 45884
SHA256: 5849eec7c8195ef7290da1f281f16831ec70cefb656c2a604c7349969cb60aaf
SHA1: 6b44c5fc889b4aec239df7c0e0948288996d4413
MD5sum: f47474ac15b4fdd1dcc7efe9b869bf48
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-plprofiler-dbgsym
Package-Type: ddeb
Source: plprofiler
Version: 4.2.5-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-14-plprofiler (= 4.2.5-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-14-plprofiler-dbgsym_4.2.5-4.pgdg26.04+1_amd64.deb
Size: 57876
SHA256: aca608d8e9af5f08a3a8d6f769d934bf8e2591b17e2c77ea9b2c2f3a4efdabc5
SHA1: 09bb1d27058413a905004807657360647c53650e
MD5sum: 399851c9f8827bebb3ee672edef9a879
Description: debug symbols for postgresql-14-plprofiler
Build-Ids: 7ab4f6e15e577e51d4f8953e2ff33a6b5fa69563
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-plproxy
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 302
Depends: postgresql-14, libc6 (>= 2.38), libpq5
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy_2.11.0-13.pgdg26.04+1_amd64.deb
Size: 136400
SHA256: 0df4be6bb739839c9721286df23a07f01fa7fae26f0797294161d4531253a806
SHA1: c8899579c1154e6d05efaf42e4ec9ff3f1820f66
MD5sum: 6b7a270baf4b6f24b24e4208103725fa
Description: database partitioning system for PostgreSQL 14
 PL/Proxy is a database partitioning system implemented as a PL language. Main
 idea is that proxy functions are created with same signature as the remote
 functions to be called, so only destination info needs to be specified inside
 proxy function bodies.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-plproxy-dbgsym
Package-Type: ddeb
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-14-plproxy (= 2.11.0-13.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-14-plproxy-dbgsym_2.11.0-13.pgdg26.04+1_amd64.deb
Size: 119224
SHA256: 2d7d7238b6c6a2970541a816c43fa862e7ee1a09031577abe18d2847eeb71a67
SHA1: b6dc2670cc941ed2f27e975573d9dec6d7db5421
MD5sum: 12e17580973d1b845c43652ac3a73846
Description: debug symbols for postgresql-14-plproxy
Build-Ids: 04ef214e184861b78362e8056e94d39fc17deb37
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-plr
Source: plr
Version: 1:8.4.8.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 289
Depends: r-base-core (>= 2.10), postgresql-14, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-14-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-14-plr_8.4.8.2-1.pgdg26.04+1_amd64.deb
Size: 128888
SHA256: 8393fb195a0ff0e70f6fb18cf30441d479a6a6d0a9d9ae32ceedccfaac961fae
SHA1: f7c5f1c734492e1f803fef81d541fac619d19c8d
MD5sum: fc065f04e9f80841721727671d5c5953
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-14-plr (= 1:8.4.8.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-14-plr-dbgsym_8.4.8.2-1.pgdg26.04+1_amd64.deb
Size: 132864
SHA256: a360bbb3cfa04b5aa63168aee89445cfce602e1af76c2e5363e3f10def4e7a2f
SHA1: 4a619f02b13cf69de357759b320f47011b4994dc
MD5sum: bfe96952375e5832a8eb5c219a8e7ec1
Description: debug symbols for postgresql-14-plr
Build-Ids: ffa82aba1cb23ea11b4e05d82606e7b5c0ef442a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-plsh
Source: postgresql-plsh
Version: 1.20220917-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/petere/plsh
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-14-plsh_1.20220917-4.pgdg26.04+1_amd64.deb
Size: 28116
SHA256: b0e023171abb8f5b8ad029668f35893acc7f4032639e6ccf949c19b4bf793700
SHA1: 5947ab2fa3c073db37f267063411027197aa1670
MD5sum: e890f8754425f51edb63f66a703c4db4
Description: PL/sh procedural language for PostgreSQL 14
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in a shell of his choice.  You need this package
 if you have any PostgreSQL 14 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-plsh-dbgsym
Package-Type: ddeb
Source: postgresql-plsh
Version: 1.20220917-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-14-plsh (= 1.20220917-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-14-plsh-dbgsym_1.20220917-4.pgdg26.04+1_amd64.deb
Size: 46620
SHA256: 00fb5f0dcc373604f9c0173680d8e43354b30fb5fdfa71e08a1ed91b6b56316e
SHA1: 21c0f53ea78c640bcd3291fc7278e89ba60c881e
MD5sum: 6fafe5b0fd85b5c9bca9de688bfc86d0
Description: debug symbols for postgresql-14-plsh
Build-Ids: cb90c654dc0eeb8efbc6aa5517dc3039f433131c
Timestamp: 2026-02-12 22:34:45+00

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

Package: postgresql-14-pointcloud-dbgsym
Package-Type: ddeb
Source: pgpointcloud
Version: 1.2.5-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-14-pointcloud (= 1.2.5-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-14-pointcloud-dbgsym_1.2.5-3.pgdg26.04+1_amd64.deb
Size: 184396
SHA256: 8a148d44ad4abffe18962f18d4ddf524bb2d765645d66936f00ec1b85551ee5c
SHA1: e2737a0c3c672c1daa0997bd02320b24e9eac85b
MD5sum: 359cda9367245c00fdc45d020983b5d6
Description: debug symbols for postgresql-14-pointcloud
Build-Ids: b5d1242ede2ec879495deffa841ca939abc8360d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9635
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.6.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 3500212
SHA256: 7660772aab92334de897ac4b577a83812c6735304a9535a12f72c24814d5405b
SHA1: eb99d8844bd21f3708ee3852da7b178e7f363502
MD5sum: 60efbcdb0ef63e05a29fc3217dc73518
Description: Geographic objects support for PostgreSQL 14
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-postgis-3-dbgsym
Package-Type: ddeb
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5143
Depends: postgresql-14-postgis-3 (= 3.6.2+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.6.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 3985208
SHA256: 8bcadea533e907e3ea1a757cb2a55f19f825e3d4b4e61c5b59013f8eca2be4a4
SHA1: 97fd940665e5879c9cb6cadca78a3b9438c1d45a
MD5sum: fa397e24e7d1537d851fa2b961e93c41
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 0c5d0509dcc3400466efd6ba865c05f01de63c65 59aabfc6b24914e684c13e33a757541c1b67e224 76ca99fac6227e62ddb21be682b90d3acb2dca6e d02f5e2204740628ef1b37b7ace9afb00d7a5a3d d0e3f012c57c7e8e26570ea9ea5d85732988b63d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38989
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.6.2+dfsg-1.pgdg26.04+1_all.deb
Size: 1296556
SHA256: 0903161001ac7a0d080fd236c1ee19ecf52773591f78ad0f243147916446979b
SHA1: 642d71f6a8a3bf5531c1acaed807acde9daf2850
MD5sum: 1bc8a178bc56988b0cb135ed97ecf740
Description: Geographic objects support for PostgreSQL 14 -- SQL scripts
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This package contains the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-powa
Source: powa-archivist
Version: 5.1.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1927
Depends: postgresql-contrib-14, postgresql-14, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Breaks: postgresql-14-jit-llvm (<< 21)
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-14-powa_5.1.1-1.pgdg26.04+1_amd64.deb
Size: 62748
SHA256: 96e904093afae729d12c417d46f8162463d1386d0eaa2e4307c0116291eb6818
SHA1: 6d7d91c81f93272a606b4ec392b4186cd1b866d9
MD5sum: 3992ac9c3be079c71b0ae6c1731d3b69
Description: PostgreSQL Workload Analyzer -- PostgreSQL 14 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-powa-dbgsym
Package-Type: ddeb
Source: powa-archivist
Version: 5.1.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-14-powa (= 5.1.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-14-powa-dbgsym_5.1.1-1.pgdg26.04+1_amd64.deb
Size: 34108
SHA256: 30ccac001c24fdfa55ead3853553ded00b4e22124b10b63eca7198eb2116da80
SHA1: 5e8f124d3eda0dff88517808dc2e5e1c378837b2
MD5sum: 0f7a8f3f0857ea090063aed276b0332d
Description: debug symbols for postgresql-14-powa
Build-Ids: fddde7c9a39227cc167d810d47b1cd471dfe88b7
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-prefix
Source: prefix
Version: 1.2.10-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-14, libc6 (>= 2.14)
Breaks: postgresql-14-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-14-prefix_1.2.10-4.pgdg26.04+1_amd64.deb
Size: 41448
SHA256: e69b755a2e05f6e401574a0a3f965d1546c6835fb9dd958a8f8508f5782af7d8
SHA1: 8b51861a9d9f28b3198bfa3e534dfa09b967aaca
MD5sum: 08d58d45e6c62bb603742c19683e7caa
Description: Prefix Range module for PostgreSQL
 This PostgreSQL module provides the prefix_range datatype, allowing to
 index searches such as finding the longest prefix matching a telephone
 number, having prefixes in a table and telephone number as a parameter:
 .
  select * from prefixes where prefix @> '0100091234';
 .
 The prefix column has to be of type prefix_range, and any text field
 can get indexed by the provided GiST opclass.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-prefix-dbgsym
Package-Type: ddeb
Source: prefix
Version: 1.2.10-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-14-prefix (= 1.2.10-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-14-prefix-dbgsym_1.2.10-4.pgdg26.04+1_amd64.deb
Size: 44752
SHA256: 5633fd8ce8764ae4166a2bc831f2d62f7820ace77b793e653a305adfe19e3eed
SHA1: e12485e7389aaed308174b7c24298cf7821dc7b4
MD5sum: f98234a54f0a933e859d8e37ddcdb520
Description: debug symbols for postgresql-14-prefix
Build-Ids: b41c76770c855d980f6e53413b1441158c90cd03
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-preprepare
Source: preprepare
Version: 0.9-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-14, libc6 (>= 2.4)
Breaks: postgresql-14-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-14-preprepare_0.9-10.pgdg26.04+1_amd64.deb
Size: 16904
SHA256: 090742c52ae4d58d26142357ccb5bb7b934e23b3dfb1572fc327bb2d8a052b66
SHA1: 8d86c4b646f214889914a4da0627aa5351560dd1
MD5sum: acf05f69482bd140a62c59855359d7c8
Description: pre prepare your PostgreSQL statements server side
 The pre_prepare module for PostgreSQL aims to prepare all your statements as
 soon as possible and in a way that allows client queries not to bother at all
 and just call EXECUTE.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-preprepare-dbgsym
Package-Type: ddeb
Source: preprepare
Version: 0.9-10.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-14-preprepare (= 0.9-10.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-14-preprepare-dbgsym_0.9-10.pgdg26.04+1_amd64.deb
Size: 17196
SHA256: c3401144a08098895791c636effb1c40cac156f83c3748ee90d5ea848eeed6e5
SHA1: b14a822bdb845a6c33d07dfb1cf9adfdeac6bdb9
MD5sum: 3814a30a3fd70a6aae8eae114ee7d8e6
Description: debug symbols for postgresql-14-preprepare
Build-Ids: 8a338f4629a30b74f50c71afbc9ea86e3dca5229
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-prioritize
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-14, libc6 (>= 2.2.5)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-14-prioritize_1.0.4-13.pgdg26.04+1_amd64.deb
Size: 12224
SHA256: 268cbb385206545b0d26086ab763997eb2eddf427e9bc3600d8fe60da7174b9a
SHA1: 2a8983132cf118b32353d59a2ccae8dc43a76045
MD5sum: 41920224197e8f19a0f1a6b4455c6fd2
Description: Get and set the nice priorities of PostgreSQL backends
 This module implements an interface to getpriority() and setpriority() for
 PostgreSQL backends, callable from SQL functions. Essentially, this module
 allows users to `renice' their backends.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-prioritize-dbgsym
Package-Type: ddeb
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-14-prioritize (= 1.0.4-13.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-14-prioritize-dbgsym_1.0.4-13.pgdg26.04+1_amd64.deb
Size: 13116
SHA256: edf084cccbf8afa9895468afee487cb537df380d409715fed4360b65cdf92b12
SHA1: 2c151eedc198e613e41173dd7d1e53f9efd21462
MD5sum: ba3f9f497cd7679fff184f86db1a9659
Description: debug symbols for postgresql-14-prioritize
Build-Ids: 5793e1f66e2bdb06f89c97dcd9f451b6960ea283
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-q3c
Source: postgresql-q3c
Version: 2.0.1-6.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3487
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c_2.0.1-6.pgdg26.04+1_amd64.deb
Size: 141676
SHA256: 487a30fac93d9992d904bf2651a07de262e05db4f0d31768c5d166ff850199e3
SHA1: 24a68200b947fbc4dfabd9ea8eb9ff0953f26f1c
MD5sum: 077a4045e74db2d23f7fd3a97205f0d1
Description: PostgreSQL 14 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-q3c-dbgsym
Package-Type: ddeb
Source: postgresql-q3c
Version: 2.0.1-6.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-14-q3c (= 2.0.1-6.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c-dbgsym_2.0.1-6.pgdg26.04+1_amd64.deb
Size: 94812
SHA256: 478f8e460338eaac45554b8b3c8583ec0636c688449658e970c8b7ea58314cb6
SHA1: f38b33556964928df91ce7b2c18303d51c565866
MD5sum: b11725a4c8f7f9df5a251efe3250a32f
Description: debug symbols for postgresql-14-q3c
Build-Ids: 1e3912ce03162af0a3b1846121d7dca647f04f04
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-rational
Source: pg-rational
Version: 0.0.2-8.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-14-rational_0.0.2-8.pgdg26.04+1_amd64.deb
Size: 24604
SHA256: 33b30f3efe9e00539dc212f592205f026878a29d7fba53fa8e6e8029631a28d9
SHA1: 8270e6c3e47396ed2b71065dec11a518ab638a53
MD5sum: b2d6741ddcaa1859e9f1712dd2c50f8f
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-rational-dbgsym
Package-Type: ddeb
Source: pg-rational
Version: 0.0.2-8.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-14-rational (= 0.0.2-8.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-14-rational-dbgsym_0.0.2-8.pgdg26.04+1_amd64.deb
Size: 21020
SHA256: fa0ce6bc9b4dd9c436bf5483f0cfe0c33ca62e38b6c2d48e4195166862ef2a0b
SHA1: 354f282c9a4b4135fabda6b8238eda30820f3193
MD5sum: 5d1c2180db3727fcd9d0af94f1c55137
Description: debug symbols for postgresql-14-rational
Build-Ids: 0986ad3ac5c3e3a396cbddcb553ecedba6d0fb5c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-repack
Source: pg-repack
Version: 1.5.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-14, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-14-repack_1.5.3-1.pgdg26.04+1_amd64.deb
Size: 101300
SHA256: 9267317d9d9bc64f9681301c8cd0822c63e4154456200803e77e641394b51279
SHA1: c511517d1a70389cd7146838dc3c6d5c415a05f0
MD5sum: 2093b5dae5c179f4333e597321fd5a5f
Description: reorganize tables in PostgreSQL databases with minimal locks
 pg_repack is a PostgreSQL extension which lets you remove bloat from tables
 and indexes, and optionally restore the physical order of clustered indexes.
 Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive
 lock on the processed tables during processing. pg_repack is efficient to
 boot, with performance comparable to using CLUSTER directly.
 .
 This package contains the pg_repack program and the server extension for
 PostgreSQL 14.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-repack-dbgsym
Package-Type: ddeb
Source: pg-repack
Version: 1.5.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 201
Depends: postgresql-14-repack (= 1.5.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-14-repack-dbgsym_1.5.3-1.pgdg26.04+1_amd64.deb
Size: 120584
SHA256: b75c1cef16756f37d6abe4a90d020751ececc58fe51de8dd94e2f1af4bb4f46a
SHA1: b1162ca0d45c4edce3078252dfcbe28f308b48ba
MD5sum: bb9c57f7142f619440248e0181002cc0
Description: debug symbols for postgresql-14-repack
Build-Ids: 2c767f1e84dd4e613174804b25418070015ce2d7 4fe60ac94a6634a2f187d3d09b19ef37ed7688b4
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg26.04+1
Architecture: amd64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 886
Depends: repmgr-common (>= 5.5.0+debpgdg-3.pgdg26.04+1), postgresql-14, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-14-repmgr_5.5.0+debpgdg-3.pgdg26.04+1_amd64.deb
Size: 236268
SHA256: 482475b200a26cd35394000252db369937e4911ae82a508f26f73f7a6afff27d
SHA1: 2a01fbcb7a6a7fd865ee128f0a49a0d4beec38e1
MD5sum: da1112711035eecc5445dd3e948094c0
Description: replication manager for PostgreSQL 14
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 14.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-repmgr-dbgsym
Package-Type: ddeb
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 921
Depends: postgresql-14-repmgr (= 5.5.0+debpgdg-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-14-repmgr-dbgsym_5.5.0+debpgdg-3.pgdg26.04+1_amd64.deb
Size: 551628
SHA256: 8acb45e10e1a6d409e47322e837cd77ad653a6d89d92e279e57d3a43067a779c
SHA1: a1d0d04574c66d5d0c946f68f2d72655f7b30bb3
MD5sum: 8d2897302e9ad450406fcdeb0017a42d
Description: debug symbols for postgresql-14-repmgr
Build-Ids: 3779d482c8f89ffb5fd68c5cbfc0a203d3857fc2 7cd05d0e3939e663305cf3f7e0c7d2ced91c86e9 de8094dcf5c782a1d71cc9e5b93f227a5a185bd1
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-roaringbitmap
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1133
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-14-roaringbitmap_1.1.0-1.pgdg26.04+1_amd64.deb
Size: 470964
SHA256: 2b1c6ee9f9f13de06129f71df8f845a7dce5ecf817a822c873ebeb1563900891
SHA1: caaa26afab25797954290be766984070586e7509
MD5sum: f3695bac30af4b908ebfee0fa4ffc058
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-roaringbitmap-dbgsym
Package-Type: ddeb
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 827
Depends: postgresql-14-roaringbitmap (= 1.1.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-14-roaringbitmap-dbgsym_1.1.0-1.pgdg26.04+1_amd64.deb
Size: 679376
SHA256: 9e799d218a591cb51d129300f2d1b55e3fd96d97ad0f395b03aa8dff439afdce
SHA1: 96b0d78692be36a15da2f2a53233b6989e465cb7
MD5sum: f162d81ed4e5affae30907ac26577da5
Description: debug symbols for postgresql-14-roaringbitmap
Build-Ids: 27014bae40c8a16217d01aeebb0cd14e67bbd8ff
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-rum
Source: postgresql-rum
Version: 1.3.15-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 725
Depends: postgresql-14, libc6 (>= 2.29)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-14-rum_1.3.15-1.pgdg26.04+1_amd64.deb
Size: 291764
SHA256: 61bdfa4ed966903a0676334ec47a191333ec37cf025f13b65b808dab0f08a0dc
SHA1: c6f0dbd64f8c19e5b043c000528a10e98643a10a
MD5sum: f6ee1a5a94812e0f4faa918e482e0a0b
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-rum-dbgsym
Package-Type: ddeb
Source: postgresql-rum
Version: 1.3.15-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 394
Depends: postgresql-14-rum (= 1.3.15-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-14-rum-dbgsym_1.3.15-1.pgdg26.04+1_amd64.deb
Size: 299532
SHA256: 273b015656e9494cf57ab444b8f1ce0e94d6c83915096b78f0512f6ee18f4ba5
SHA1: f7ef2b8628e1079bb9dc5eabc3268c2a0520533f
MD5sum: 88f156356615f2e1cb9d7593360d103d
Description: debug symbols for postgresql-14-rum
Build-Ids: c6c00e74010d7326a0684bf2f6a0358b69aa5af3
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-semver
Source: postgresql-semver
Version: 0.41.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-14-semver_0.41.0-1.pgdg26.04+1_amd64.deb
Size: 39448
SHA256: 3681aa5d24a19e5d202b87058e8f8379ff6de35956348bf58c338b0199503e2a
SHA1: 322ce45729ebd7ad91dd6fc8ed386cbcdec53dd4
MD5sum: b5ff3861918cff140f2ef43c6d683f1c
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-semver-dbgsym
Package-Type: ddeb
Source: postgresql-semver
Version: 0.41.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-14-semver (= 0.41.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-14-semver-dbgsym_0.41.0-1.pgdg26.04+1_amd64.deb
Size: 21364
SHA256: 7220f32a227907e4ad6cc1c8985c77543d7862ba39584affe6796fe51b472fda
SHA1: 07c5be088d576a2659e2e13ff8069b9aad3f1d74
MD5sum: 2d272e144447ef9be8ac40c4857c061b
Description: debug symbols for postgresql-14-semver
Build-Ids: 70249bd31cdaa8a771e88a66df14761bb9382b78
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-set-user
Source: postgresql-set-user
Version: 4.2.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-14, libc6 (>= 2.4)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-14-set-user_4.2.0-1.pgdg26.04+1_amd64.deb
Size: 34940
SHA256: a3c0643343d956c0aed5a6119646dd975e5b9d2979de2d1aa6b329ce7c580914
SHA1: ca98cda62694cfa604abb2aa8db21613a0f8d671
MD5sum: 99ef327df4968f7ee92bcf30a3e2607f
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-set-user-dbgsym
Package-Type: ddeb
Source: postgresql-set-user
Version: 4.2.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-14-set-user (= 4.2.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-14-set-user-dbgsym_4.2.0-1.pgdg26.04+1_amd64.deb
Size: 46176
SHA256: 1e3e8d3efee043e4a9378f913f022db9996fefa9de5a3e42c776728fb951d8d9
SHA1: 5a087ea92c0811064de1061e076dd830b2506032
MD5sum: 17045abc99bd8c3ca4c1ac548032dc34
Description: debug symbols for postgresql-14-set-user
Build-Ids: b962ebf9202d157bb3769caf86575646bf9426b6
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-show-plans
Source: pg-show-plans
Version: 2.1.7-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-14, libc6 (>= 2.14)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans_2.1.7-1.pgdg26.04+1_amd64.deb
Size: 23656
SHA256: 04884028c9b61018bd2beb918c3af21520ffaceb0223b5db98ba412aac7c8245
SHA1: bc6f38a4a6d878d0cad7b6162043219fda905281
MD5sum: fadebf9626595ee13bd6924603ce0e0c
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-show-plans-dbgsym
Package-Type: ddeb
Source: pg-show-plans
Version: 2.1.7-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-14-show-plans (= 2.1.7-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans-dbgsym_2.1.7-1.pgdg26.04+1_amd64.deb
Size: 36748
SHA256: c59387bbbe780c9c6b95efcc62ca6231d6ddbee57b74450b8315c25f996c7375
SHA1: ffd6376f68935a7b612642586c33fa2764fc655d
MD5sum: b0431a1dcae104fae997a1ea9fe79742
Description: debug symbols for postgresql-14-show-plans
Build-Ids: 281543f34392e2a4a8bfbc20d1c006e5408d48f9
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-similarity
Source: pg-similarity
Version: 1.0-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 322
Depends: postgresql-14, libc6 (>= 2.3.4)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-14-similarity_1.0-9.pgdg26.04+1_amd64.deb
Size: 100252
SHA256: acabe1cf0ef5b7fa951ac92a5e3160b048d000b3db9b3b0e2229c17c6bf79e5b
SHA1: b852fc02197af3ea33bfe9628b4e3cef10a5c33b
MD5sum: ee6f38472203903e24298b94e61ba61d
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-similarity-dbgsym
Package-Type: ddeb
Source: pg-similarity
Version: 1.0-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-14-similarity (= 1.0-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-14-similarity-dbgsym_1.0-9.pgdg26.04+1_amd64.deb
Size: 67712
SHA256: 98687ecd48869a574868dc479210ac5de695067558eb5467d15aedb4b346977b
SHA1: fc6bbf1c00d23b02e9d376e4ff3653bf1dd13317
MD5sum: c4d71932da606bba9fe23467768fe142
Description: debug symbols for postgresql-14-similarity
Build-Ids: 886954a3ece5015f5a155ad55047adb7bfea0e3b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-snakeoil
Source: pg-snakeoil
Version: 1.4-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-14, libc6 (>= 2.4), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-14-snakeoil_1.4-3.pgdg26.04+1_amd64.deb
Size: 17516
SHA256: 7669a9803d4ffb258f29c704b490c6934f6dd6b8d18fdd0422ad08df247ae09d
SHA1: b4ce6e8388a837c7cde2ad7736049b1ef70e7371
MD5sum: f1c1360504654627b8e0943ddf58cafa
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-snakeoil-dbgsym
Package-Type: ddeb
Source: pg-snakeoil
Version: 1.4-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-14-snakeoil (= 1.4-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-14-snakeoil-dbgsym_1.4-3.pgdg26.04+1_amd64.deb
Size: 15588
SHA256: 17c7350b076d673d7864b4779c29b807076ca93ac93075a949e66563113e5396
SHA1: e21f44549e40f8732cdc19147755528ea8503749
MD5sum: d39c330f00519db944c62c3799bc6d07
Description: debug symbols for postgresql-14-snakeoil
Build-Ids: ae2a9a4dc1a04475f2f2cd7b1080e6a8e5ece10e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-squeeze
Source: pg-squeeze
Version: 1.9.1-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 293
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-14-squeeze_1.9.1-3.pgdg26.04+1_amd64.deb
Size: 116928
SHA256: d6fcfea9f2e67e32f5fc736441403d44428e7b7494cc3b8528288f8c5e5b9b3b
SHA1: 06fa23a3b658268e507ec1a004d7ce4a73cadeef
MD5sum: b34f736c9322a01ceee6820b05d5441f
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-squeeze-dbgsym
Package-Type: ddeb
Source: pg-squeeze
Version: 1.9.1-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-14-squeeze (= 1.9.1-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-14-squeeze-dbgsym_1.9.1-3.pgdg26.04+1_amd64.deb
Size: 143612
SHA256: 9ff589ea47638d95c1c80742cd0c5c0917333956ae9aa111a663bb36b64286fc
SHA1: d2f71dfd46855a9351538547b1ced50bda7447dc
MD5sum: 196978332ece498e45127729750b42a2
Description: debug symbols for postgresql-14-squeeze
Build-Ids: 29e2a98fe6a360ce6357d56a3b7a26c9675cc192
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-statviz
Source: pg-statviz
Version: 0.9-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-14
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-14-statviz_0.9-1.pgdg26.04+1_all.deb
Size: 11444
SHA256: aa1c5c872d9debc81016413425b1a8c52ef1fd282d391fc547acbf3906476ab5
SHA1: 34c908c8582967f1a82fc2fbeaf02f230c618793
MD5sum: 2ef4283523260b4ab2e9ca05b7a5212c
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-tablelog
Source: tablelog
Version: 0.6.4-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-14-tablelog_0.6.4-4.pgdg26.04+1_amd64.deb
Size: 45524
SHA256: 72439e9e64b10ad4e567655ac6cf0eaeb4272387cba3f04361fee728944555e4
SHA1: 511b5a3f0a9957c2059346eb93e3be8623dbbe63
MD5sum: e11e9a612c92c5c1480c0d4a923ba1ba
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-tablelog-dbgsym
Package-Type: ddeb
Source: tablelog
Version: 0.6.4-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-14-tablelog (= 0.6.4-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-14-tablelog-dbgsym_0.6.4-4.pgdg26.04+1_amd64.deb
Size: 40684
SHA256: 0979aaa4757b732de8219a23ec98a1fec4410df56dd3dfdc7f5d1bc48b76d50c
SHA1: 1bf75ef058e2fe3cfed3850c74f77217ff22f67d
MD5sum: aa34ce8cd614b78983048ccf9baf5e78
Description: debug symbols for postgresql-14-tablelog
Build-Ids: edbbe9372a6b17e2f0c3681aa15ca2bc7323e531
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-tdigest
Source: tdigest
Version: 1.4.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-14-tdigest_1.4.3-2.pgdg26.04+1_amd64.deb
Size: 58564
SHA256: 1b187a8c92bdff48b6150f81f333f42e5d9fe1bc4df09c71d0bd794dae426db8
SHA1: 4a231650b00bb3867e40d7b838ebb2557c83daec
MD5sum: 03b1139d22d426c197f6fca63ff2cd95
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-tdigest-dbgsym
Package-Type: ddeb
Source: tdigest
Version: 1.4.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-14-tdigest (= 1.4.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-14-tdigest-dbgsym_1.4.3-2.pgdg26.04+1_amd64.deb
Size: 52820
SHA256: 63acc06840b09e0d4e9d4b2c95d87d2ec36bc8e07c86c83d5c0967ac32860673
SHA1: 3df396db1fd70c229cba8a5f5e865905491170c0
MD5sum: fc7e510c0040e5f09aa3a36302e87b54
Description: debug symbols for postgresql-14-tdigest
Build-Ids: b8c94077c2c5ae694525a5276210cd28d0fc36a6
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-tds-fdw
Source: tds-fdw
Version: 2.0.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: postgresql-14, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-14-tds-fdw_2.0.5-1.pgdg26.04+1_amd64.deb
Size: 111252
SHA256: 0deb7af64f0c419f5836f3e1bb5e45b4db6b99ca9783362fba3a2110cc26d51a
SHA1: 7818c570ede2b4abcc9a9d68009c8ecde5c241b1
MD5sum: 992597ce8d5d78a86f94b9b27b9fa8da
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-tds-fdw-dbgsym
Package-Type: ddeb
Source: tds-fdw
Version: 2.0.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-14-tds-fdw (= 2.0.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-14-tds-fdw-dbgsym_2.0.5-1.pgdg26.04+1_amd64.deb
Size: 139036
SHA256: 3dc6fc2df55e490453555031d233e27257bc6d660bab4c2284d391aed72f6f55
SHA1: 2e2be892761a7fad0f79cfc6185059a3d9d1af2c
MD5sum: 2940eedbc17b9d8327305ce0039ccb4f
Description: debug symbols for postgresql-14-tds-fdw
Build-Ids: 94735ba1a74cfbb1573549b45b8489a5edc18c4b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-toastinfo
Source: toastinfo
Version: 1.5-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-14
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-14-toastinfo_1.5-3.pgdg26.04+1_amd64.deb
Size: 13152
SHA256: 10d9da0ecef14e619d4a1acc8ea3d9ea69108c897af46a0764ca84e2deebac79
SHA1: b285f1fdfc7dde697513909b2861f9f251deac36
MD5sum: 7cd6a40b52d1e9b2eee0cd17777fc4ec
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-toastinfo-dbgsym
Package-Type: ddeb
Source: toastinfo
Version: 1.5-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-14-toastinfo (= 1.5-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-14-toastinfo-dbgsym_1.5-3.pgdg26.04+1_amd64.deb
Size: 11452
SHA256: e86e5b982242d313005f4811d22d6acb03a43e1b248180463b6c316ba113aad0
SHA1: b63f6e2c4b8dee4d2715beb51545345ed34fb00f
MD5sum: 86326176aa844293042385956f4e0ed1
Description: debug symbols for postgresql-14-toastinfo
Build-Ids: fa374da815bc511705dce45b3a1d9d0e3a1f52c5
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-unit
Source: postgresql-unit
Version: 7.10-2.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 683
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-14-unit_7.10-2.pgdg26.04+1_amd64.deb
Size: 162864
SHA256: 72407177fc9e95efbfcc8db7ab00d2a18328974de93f4661243055fdf25fd9f6
SHA1: 25d97d4dd22386cc1b7e123f5b6d9fd1561bc21b
MD5sum: aa9b13bbd4e130b1afaddc9eb60f5583
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-unit-dbgsym
Package-Type: ddeb
Source: postgresql-unit
Version: 7.10-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 111
Depends: postgresql-14-unit (= 7.10-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-14-unit-dbgsym_7.10-2.pgdg26.04+1_amd64.deb
Size: 61956
SHA256: c1e2dfcd055cbf898dffa401078fc74b5106c31f2257f3a2ee20baa9510f0aa9
SHA1: 6bd490f70589d164593cb509ffa5c0f7d5448c68
MD5sum: 43c1e97bdd6346bcf8f8c4557883aa02
Description: debug symbols for postgresql-14-unit
Build-Ids: 0680f2016a8d378fce22b3e80aadf1e0d03bbf0c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-wal2json
Source: wal2json
Version: 2.6-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-14-wal2json_2.6-3.pgdg26.04+1_amd64.deb
Size: 56764
SHA256: 5e40061c8cb9e8e0df3e618b40e4fe83361dd3bc89c4ec9d23d7688ed03ee775
SHA1: f2028b6ea3a9e90ba7a1daa8d5156f1ea26b9efa
MD5sum: a8dc4acf7a8a1314e2da2052baffa1b8
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-14-wal2json-dbgsym
Package-Type: ddeb
Source: wal2json
Version: 2.6-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: postgresql-14-wal2json (= 2.6-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-14-wal2json-dbgsym_2.6-3.pgdg26.04+1_amd64.deb
Size: 70176
SHA256: a8bc9d1dc07c0b61dc51483326173d6b1a6ba7da2d70d547c2f56c6f3e77fac0
SHA1: 03521c2fcfff0eae05e271a21c080c626b586e54
MD5sum: e147c43fac278b84aac955aab8d41fb2
Description: debug symbols for postgresql-14-wal2json
Build-Ids: fb13ba7b7e24ddd91c1019e1a044305bc957115a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15
Version: 15.16-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50903
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 21), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.16-1.pgdg26.04+1_amd64.deb
Size: 15330648
SHA256: f5d0915d2b58eb3e40a38f34e3a024d95743931a15c47e1c6640b006edc2d14d
SHA1: 83c2c80a4620f9a7f4a9eb45d75379837ef84fca
MD5sum: 28a112180aab207ba6e787006a8a97f1
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-age
Version: 1.6.0~rc0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1867
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15-age/postgresql-15-age_1.6.0~rc0-1.pgdg26.04+1_amd64.deb
Size: 695616
SHA256: aaf849dc2cd84bc767f41b29d7ee44dc824f405a827a7cae42e189043577fabd
SHA1: 2941ad1a2973794fda49db45c41f46f06564df7f
MD5sum: 6a4924540a07a464b5a88ede825a858e
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 15.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-age-dbgsym
Package-Type: ddeb
Source: postgresql-15-age
Version: 1.6.0~rc0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1023
Depends: postgresql-15-age (= 1.6.0~rc0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15-age/postgresql-15-age-dbgsym_1.6.0~rc0-1.pgdg26.04+1_amd64.deb
Size: 696304
SHA256: f07e1ce12670c0c1bba11a59da7f8515cfae00636ad52c53c81ab26905491b6c
SHA1: 566d357683caa5527d566dc5006dc288d9150bf1
MD5sum: cbea4d3862a474f1d459cbe8dc19922f
Description: debug symbols for postgresql-15-age
Build-Ids: d6c9350f452bc24bf07b10df3ecc61f1c05c5e9d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-asn1oid
Source: pgsql-asn1oid
Version: 1.6-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-15, libc6 (>= 2.14)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-15-asn1oid_1.6-3.pgdg26.04+1_amd64.deb
Size: 13328
SHA256: 6d03e5c80cf12ee37cb9c81cd5400b02655be2a4a15fc2a9f5fbd4bcee477903
SHA1: 96749329dda8e22086c8dc471a09979ac4725d48
MD5sum: 49e84e8b1bb9f62bc939a84b52d13036
Description: ASN.1 OID data type for PostgreSQL
 This plugin provides the necessary support functions to store ASN.1 OIDs in
 a PostgreSQL database.
 .
 This package has been compiled for PostgreSQL 15.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-asn1oid-dbgsym
Package-Type: ddeb
Source: pgsql-asn1oid
Version: 1.6-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-15-asn1oid (= 1.6-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-15-asn1oid-dbgsym_1.6-3.pgdg26.04+1_amd64.deb
Size: 8792
SHA256: e44373ea71219c10c4bda6d7ce30da14b2464878293802112d26b40d9568dec4
SHA1: 328bc0f602aa413c8c40d24640c48eb904dcdcef
MD5sum: b39b873f0e6817b684ae016e93e5cb70
Description: debug symbols for postgresql-15-asn1oid
Build-Ids: d9b2136cd6f3b67e74277eae2b369fa284293837
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-auto-failover
Source: pg-auto-failover
Version: 2.2-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1094
Depends: pg-auto-failover-cli (>= 2.2-3.pgdg26.04+1), postgresql-15, libc6 (>= 2.38), libpq5 (>= 8.4~)
Breaks: postgresql-15-jit-llvm (<< 21)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-15-auto-failover_2.2-3.pgdg26.04+1_amd64.deb
Size: 371668
SHA256: 154104c45619b13fd65feaefd09813f972e9cc292871a7eb0727f730992b437a
SHA1: ba17eae276de8b68a1a1832046d2a707b1949e47
MD5sum: 1e617f69c7ab6d28a4d6ab59c7fb6c99
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-auto-failover-dbgsym
Package-Type: ddeb
Source: pg-auto-failover
Version: 2.2-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 237
Depends: postgresql-15-auto-failover (= 2.2-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-15-auto-failover-dbgsym_2.2-3.pgdg26.04+1_amd64.deb
Size: 158472
SHA256: 3875931b4371d308ac680b7a0b0c85b5ff433abf883d235eb2f95c5be2fb2260
SHA1: 2dcc3f2d9589affdeffcf6af14c7ca93426e79f5
MD5sum: 505ba49e5cbaf4ec2f2a480f5e8215a8
Description: debug symbols for postgresql-15-auto-failover
Build-Ids: fd36139ba9ca7a5b20ca6ed516804f7147dc6fc2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-2.pgdg26.04+1
Architecture: amd64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 45
Depends: postgresql-15, libc6 (>= 2.10)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-15-bgw-replstatus_1.0.8-2.pgdg26.04+1_amd64.deb
Size: 15000
SHA256: 9457d2e26968d5d145e9c1c522f2012ee078a7d7d13a7f6a65e248f37b661762
SHA1: 622464dc2f791baff48323f4c4cd72028829667c
MD5sum: 113d5109314ef55b8ebb70f848f9cec6
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-bgw-replstatus-dbgsym
Package-Type: ddeb
Source: bgw-replstatus
Version: 1.0.8-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 28
Depends: postgresql-15-bgw-replstatus (= 1.0.8-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-15-bgw-replstatus-dbgsym_1.0.8-2.pgdg26.04+1_amd64.deb
Size: 8868
SHA256: df1a8f0258e8587f74c8a685f4f42d43e51593c91496ba85344fb4a230b01b4c
SHA1: c7514453d4b89d96b726bcf572ea605f92962034
MD5sum: 9cb41284f09c51dd0cd340fa7855bf05
Description: debug symbols for postgresql-15-bgw-replstatus
Build-Ids: b995ee96f4d9cf286be3d751719ed3b568f63bf9
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-credcheck
Source: credcheck
Version: 4.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-15, libc6 (>= 2.4)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-15-credcheck_4.5-1.pgdg26.04+1_amd64.deb
Size: 69152
SHA256: abf77d24dc9399f16addba0a3afffe178a9d5f5c071970b8a94dac7bdef1f45b
SHA1: 656784cec65970b5d83f5635b41ae4dbccfafe01
MD5sum: 9491e5a769bd2d213c4d5da11a8dc2ae
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-credcheck-dbgsym
Package-Type: ddeb
Source: credcheck
Version: 4.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-15-credcheck (= 4.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-15-credcheck-dbgsym_4.5-1.pgdg26.04+1_amd64.deb
Size: 78292
SHA256: efb20fcfcb35db14dead9b9acc944126791f1290ab0045b86beae854c108c8ff
SHA1: 1b5434a18dd98531a3ba61498916111ba95bcf21
MD5sum: e08574eeca1d63883362a83bc32cc647
Description: debug symbols for postgresql-15-credcheck
Build-Ids: bbb7c501d046ab6ca38437ad87f6b0c6846add97
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-cron
Source: pg-cron
Version: 1.6.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-15, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-15-cron_1.6.7-2.pgdg26.04+1_amd64.deb
Size: 89220
SHA256: 811afe507e4a12f8bc0c82b320b59ddb78b53810a919059d9853f1b13fd852ff
SHA1: 029e8b77bea1d9f8167778ab378bdc27d02b61d3
MD5sum: c7c26b32d7245f2f7d887c0d49415bdd
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-cron-dbgsym
Package-Type: ddeb
Source: pg-cron
Version: 1.6.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-15-cron (= 1.6.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-15-cron-dbgsym_1.6.7-2.pgdg26.04+1_amd64.deb
Size: 113580
SHA256: 8d67c0c421ed364d1acfd8868eb86f0a814a9cf4d8ed1655276bcc3d162b6d93
SHA1: 3374ebe501555bf0d835abf0d98162e9fbc835e8
MD5sum: 2d6a4ad1b4e69c9e83b9940ae83cf8bf
Description: debug symbols for postgresql-15-cron
Build-Ids: eb18169ed3c26f3ce17be4b349bf8cafe0e7d763
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27226
Depends: postgresql-15 (= 15.16-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.16-1.pgdg26.04+1_amd64.deb
Size: 18532800
SHA256: b46efc7ebcc8f3950b68f33778e7fde8da22e5c6a75165effd87506bb6b76c8e
SHA1: eb3289b5f9fc6ea29204435fa0c1be2b77348821
MD5sum: c592445e933f97eee20fe27634355cac
Description: debug symbols for postgresql-15
Build-Ids: 0014968641807278812de7c3fe55d17b177a6433 01334eeabfeea81a530b6e5db77af2012645d231 01cb5062c10b5cbc193202a4fa1aabcda515339c 0273e305b3c3ae82304ec96b29dfff286a4c01d7 0429545e5c176d54b343989a3e7352524a8a8f27 07e550815aeec89091b8af143d1973fc4e3f3235 08d31405dc09b3e09f0c5f6ed730c6b294ac5cba 0a1cde7e64dad62238c173deb28d2cab28f4e12b 0bff781d0a4a03ab17f3a620f3b7cfa2a31552b7 0e6cc886a0b606472ccda29a301553885e73da25 0e7f977e31ea5fd25db8910b232c7d95e535fc16 196fa26f3e37b35d62bf1018505ff4afc697c16a 197a88e187ccea8a0c36713403cd6fe05023f5b2 1f89796ae9af2ca642ea3c3a9df10f0a648ef5e2 201a3258cd6d7bafe7c6d569bf31d3bc934d3ab4 203c0dbd15823fcc9475ebde3670e1f25699e3de 2716f2f77c4bb98c5ef27fa0f2ee6d677bde673c 2763c64be998da54bfd32e84686fcf8d1cdcdcb2 2af702d70da8e5849de502960c5bfc27a1c2e3a3 374b40fdbabc77e5bab1dacfb6b09ef58ffacaa9 39d14502dcb28daf35213582905e6286d40325cc 3c096615d095133d168f030d15b667b512f293ee 3dd5c72927b0250da932702c0a4769cab2796105 41d6223d9aa5667cea53cccc100cc3b9638b828c 434ca415af6cc1aec69527eb0c444d0243e56a35 43c1df3505940f0e48620b3a5541de840f643a20 45084acec3b3c6f89c86cf236a29953262414fe4 45e1070a721004602418df979f526d00594c04c0 48328fca399cca34e0f9f46c9ce7456d0a583f2b 48424080522b87ba022588e6709351255424f2da 4a22ec72bfc872e3a95e95534b7dfd6799cd9c71 518da3889e67f6b8cac5a76aa696a374416d02bf 544cdd3079e2d08e3b0fd362160f635ed29a9efb 54ee7e2c8c0a86525a565d3854b61b736ea7e375 55133d2a7e23af478d9d12562f48cc0244f16a74 566ac1c5986cad09dbbbe106209e9321879c475b 580824bb51e159a686072b18ca72c882444ba524 5a9d76b6286ad036d503dfcd28c3dcbaa66930e0 5f0a0e3e293ccc3ba7ca7fe7c03c51fe0c0783f9 619df864d28f0698b7578f9f458549188510bf4a 661a56acd846645c210b9198b76447b8b3cce8a9 66c16f5ccc418265a8a0770761d176be274f09d1 69eb4bc78c9a070d470e0ab5f9c907ccdaff80bc 7119e36836b90ccc19aa8158ff00648b223c7385 7777d8f6c61422c6a81e84e936d0fec39ca7c5ad 7b42f408a6832c6eb5acd338d1ce01f7034ccf13 80d05e6b688d48c3fde1d852b194631fc6f2fe98 84dffbe5b8682d5b155a554422e3dc4878111a13 85d44e7b9e2f21b6b9dae5b5def15119e74a9f61 868ed9fd37fb0852a71e6edefb96ece5a8b3de44 8b1cc0694e5a1f21827420bb10707b629589dd08 8c851cea0f22819a283f97d9e102362828fbd65f 8f0db3477355dc42b4c8e9be167820cadcd14996 937699c8554af9d14e9f503ee8c1db190e57e7e9 9699f2a9ddd9f39ff9a03b2cfc4455436a9374d0 9908481fb50485c1020e49ce061fc9241cd4d225 99751f703aa40c7e45e9061c11dd6c8d10da88a1 9ce33db33689c97c66955f3c2d902cc503a6b676 a06cadf0187835172d6b31e3988a38ccecdec143 a21cb7eb09a33bb3a547828619f05aa0a82aa4df a7a4cfd40a32449e43e73ea353b117b8c8e93e94 a9e982062b95eb40e2233454c21ee4a655ec968c acc4dd9d45f49dda9313e8f9f05b2ebd4d08b833 ae6c316afdc05c9df824cd951a24417fad6a7b20 b3bdf04075a17f46b8e9eddfe9b638120179d0e0 beefac206485e477902a05660b7757833bb0b09b c226cd52426727351d29161a919ef8d82e0c029b c3e89f95b84985ff24aaf0bd1f325250630d473a cd68146f187b5bda8ade628ad9b8f889fd39ecd6 cf8a1a1e286653d0e08c01aa7d21c50ebd151d97 d264f95a8b08496b5027b6cdf914a008ea9be11e d358586f0661be0ea5369b6a1cb011b023e594a6 d53cfb65dcf12c36792f56dceea2a7cf99fc5bef d5f9c0b7f36f5c6033ca8a31bb74bb0e84a8fcb0 d83b65ea495c0c0a09af10f1742daeb16771cded dab5f92e430f3cafd932325794646756a128896f dafd5766f4a96ab2c8d902f171553fc38db4cee8 dd5fc7dc533760d57f046a372e575eab3a4aa3d6 de2d055cca419a1e5b294fc9b2bf077302ee918d df6ccc50af608018c641d9f17383e545ed0c1f6b dfd4f686e223f8f20b400d0dbe1c9d1e2210bf63 e009ef0eb44c9fa3f8735c93985b5f796c0af2c9 e2f6897c418c7b8a7d5fcd64f208fd0b7ceb8da8 e35395caefa5165a796958dd5e8ce976cd220aa6 e6c278c00320f3c4cc22385ec2089b94df00f8c8 e8e4a36b4b34855e3d19abc25ce3050e2599e161 e91c879bc4d0c47237861a11b4ce0ebe9b706493 ee0f49421f80c743ee801fd0bae2dd4dc0ed7d90 eefb36468a64c482e6439c75d0231d59e3b30694 f1f619bae5f05ea86bc591c46449a66810ce62e2 f8fd62efb9361405030ff79aa0bf535b72f6ed8e fb2d63c6ba642322bf3e152a08735fd8847c0c8e fc52788b8682f8d2dcfd15b217a210e5a421bf2f fcc4426fa3aa7cfc757a38df5d6e3a454226b40b fd894990a9c9ecf4cc16843639784e8d8bd3803e ff4267497c37bf094f52a2bb78371db54e7c762b
Postgresql-Catversion: 202209061
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-debversion
Source: postgresql-debversion
Version: 1.2.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-15, libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.2.5)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-15-debversion_1.2.0-3.pgdg26.04+1_amd64.deb
Size: 14416
SHA256: 0443c545af7d342741c25778a84e13bc5af9ad4c7b8c7a51db037ce0ad9f6741
SHA1: 1f7736d9bbb3f3a09b4499d4bd5d617ae7f10a24
MD5sum: 6b4fb61df6bdc8fe3b38e4a7c5be3d17
Description: Debian version number type for PostgreSQL
 Debian version numbers, used to version Debian binary and source
 packages, have a defined format, including specifications for how
 versions should be compared in order to sort them.  This package
 implements a "debversion" type to represent Debian version numbers
 within the PostgreSQL database.  This also includes operators for
 version comparison and index operator classes for creating indexes on
 the debversion type.
 .
 Version comparison uses the algorithm used by the Debian package
 manager, dpkg, using the implementation from libapt-pkg.  This means
 that columns in tables using the debversion type may be sorted and
 compared correctly using the same logic as "dpkg --compare-versions".
 It is also possible to create indexes on these columns.
 .
 postgresql-debversion implements the following features:
 .
  * The "debversion" type (internally derived from the "text" type)
  * A full set of operators for version comparison (< <= = <> >= >)
    including commutator and negator optimisation hints
  * Operator classes for btree and hash indexes
  * The aggregate functions min() and max()
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-debversion-dbgsym
Package-Type: ddeb
Source: postgresql-debversion
Version: 1.2.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-15-debversion (= 1.2.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-15-debversion-dbgsym_1.2.0-3.pgdg26.04+1_amd64.deb
Size: 19180
SHA256: eaad6aa98b9d4eaff1eddbb9ed0a1dfa6f969e73ce7316ef4b6a8811be4545c7
SHA1: 3eb53db9f1d274d1f9109f64899360ccd62ceaa4
MD5sum: 55dd94aa72e6f39931fdff551a80a5cf
Description: debug symbols for postgresql-15-debversion
Build-Ids: 0dc681ce8e4c5426baccaf7dde291985f3ed2a6c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-15, libc6 (>= 2.14), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_3.4.0-1.pgdg26.04+1_amd64.deb
Size: 39896
SHA256: 9ca91b529f0d3043a3cb3f2e2959cc01cf869cfd9e8595e183ffd1d011b2b649
SHA1: de7a98a1970908382e87cdb8072ffd0e07620edc
MD5sum: 804f933a8dc15d65db0c361fb2b114b6
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-decoderbufs-dbgsym
Package-Type: ddeb
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-15-decoderbufs (= 3.4.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_3.4.0-1.pgdg26.04+1_amd64.deb
Size: 52568
SHA256: 1468f39c91091a691559c8cd1c32d9099e010f47500ac2a4f5c39562e1a8796c
SHA1: 84839517c3f1334634ceca21b4fd630810cef7c1
MD5sum: f049fe5c830899c5c5c18c4f41297a4b
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: 80c8ab783299c3c2d83ac9cb15d51ae89e84fce1
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-dirtyread
Source: pg-dirtyread
Version: 2.7-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-15-dirtyread_2.7-3.pgdg26.04+1_amd64.deb
Size: 21680
SHA256: fd6b7612daf4d1c99e949dee70a169ad95e6d14faea5a15616115b9f09a20e85
SHA1: 7bde06380bef518210104c8f658ec6884e79b0a2
MD5sum: e44466f34acce36d650978e0df05eaa8
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-dirtyread-dbgsym
Package-Type: ddeb
Source: pg-dirtyread
Version: 2.7-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-15-dirtyread (= 2.7-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-15-dirtyread-dbgsym_2.7-3.pgdg26.04+1_amd64.deb
Size: 33976
SHA256: ed25d96226a50e706b4f4a099e19d051b6f5933b901f4fb5807ed651dc7145d4
SHA1: ed8eb4ed32653ff7db9260e815dc45ffb5185743
MD5sum: 8dfa017c10ec3468d79c4d445a2a74f1
Description: debug symbols for postgresql-15-dirtyread
Build-Ids: bb7d8d106748ec208ef4f7e597d3c4dabfad331a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-extra-window-functions
Source: extra-window-functions
Version: 1.0-7.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15, libc6 (>= 2.4)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-15-extra-window-functions_1.0-7.pgdg26.04+1_amd64.deb
Size: 16216
SHA256: a6ebd47c61ca02443b7ea05b2b94453d46d443038cb579b954cf6c03e01e58fb
SHA1: 07d856755fc1456832de299ba97aefdf14d2d427
MD5sum: 3520696ccbe4b52d568249f4d6b33292
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-extra-window-functions-dbgsym
Package-Type: ddeb
Source: extra-window-functions
Version: 1.0-7.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-15-extra-window-functions (= 1.0-7.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-15-extra-window-functions-dbgsym_1.0-7.pgdg26.04+1_amd64.deb
Size: 9856
SHA256: d3a8b4c92d1256ee81ae7c2b6cb10f62d04c3b27c0bb13b4d03d34ec71eb6f54
SHA1: 60a64c76fa4b62498fb54690a1889138a9f1df16
MD5sum: 246f4752561f4b41a9684e416ed16b89
Description: debug symbols for postgresql-15-extra-window-functions
Build-Ids: 2ecf80958b8a0969ef20893cdcb3675b8294da97
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-15
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-15-first-last-agg_0.1.4-4-gd63ea3b-9.pgdg26.04+1_amd64.deb
Size: 8752
SHA256: b8339b4107c06499b37c56a33e2b5c0d95563f8910f8eee4d0df21686f71ce4f
SHA1: 1e7368784a988402fa1414afdff47078b97e424e
MD5sum: 73042cdbc81c40a9bf03263a0dc21408
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-first-last-agg-dbgsym
Package-Type: ddeb
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21
Depends: postgresql-15-first-last-agg (= 0.1.4-4-gd63ea3b-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-15-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-9.pgdg26.04+1_amd64.deb
Size: 4260
SHA256: a89839fb7b88410d6d9c559a5f1567fa04b3d7e2fd9447b7be8556c9b014e6c1
SHA1: fa8060f589bacb8814eb63e8740f5426496cbfda
MD5sum: 7c379c6685100deae23171e2369a8071
Description: debug symbols for postgresql-15-first-last-agg
Build-Ids: e150d8793eff20d63425c55e5d6bb2a543b1d86d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-h3
Source: h3-pg
Version: 4.2.3-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-15, libc6 (>= 2.4), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-15-h3_4.2.3-3.pgdg26.04+1_amd64.deb
Size: 50584
SHA256: 4ae70bcad0ea262928862af17fc336c5386c198115fc760536ce206b9ec71c72
SHA1: 14af18a238b16a5a996cebebcb9c038de077908d
MD5sum: 09f4bb3ebc47cdf0b80271894d13c6eb
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 15 extension.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-h3-dbgsym
Package-Type: ddeb
Source: h3-pg
Version: 4.2.3-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-15-h3 (= 4.2.3-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-15-h3-dbgsym_4.2.3-3.pgdg26.04+1_amd64.deb
Size: 108748
SHA256: 2e7070ae47b6d0cb3a10f36e3bc48e2dd17894562c21f0ba6a8a9d8882b3c70c
SHA1: 59c8fd48d324b0148d8dfdb4e003d91a3c10b712
MD5sum: c7a85b1852b503a8feb95d737190f134
Description: debug symbols for postgresql-15-h3
Build-Ids: 26d9a2d19ffd919beccfcf7c7d9f2eb93bc2b9f0 6008e2e40b76a4c394d3017c0fa3384e351ed6ea
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-hll
Source: postgresql-hll
Version: 2.19-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-15-hll_2.19-2.pgdg26.04+1_amd64.deb
Size: 78080
SHA256: da6b790dc26eaf07b7fbb54fa15801bf7bf083d2d3df18eece3e9b60f4b5761d
SHA1: d12213c3f8d29696695e9f471bb4b92ed3db262f
MD5sum: 17bdfe19633bd003318dab14baba463c
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-hll-dbgsym
Package-Type: ddeb
Source: postgresql-hll
Version: 2.19-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-15-hll (= 2.19-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-15-hll-dbgsym_2.19-2.pgdg26.04+1_amd64.deb
Size: 94640
SHA256: f7868dd031b81f98e7695848ba6104729a06531d16fff9daa972f46d852d2eb5
SHA1: 92cb654edf483af5639357225902f84b07bc744a
MD5sum: bcefd200b48105ff77386375f6993f84
Description: debug symbols for postgresql-15-hll
Build-Ids: 47f7686f7587e3c5806561bfbe701613ecd10ab9
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-http
Source: pgsql-http
Version: 1.7.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-15, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-15-http_1.7.0-3.pgdg26.04+1_amd64.deb
Size: 53832
SHA256: b07dedd6adff9cf505d02ba1a49fe7218b248cde145e083231ed80e01a5f9780
SHA1: 95187d44bd5cf97ec1757245e4e936006dcc9219
MD5sum: 556f90b57e023a7db25fdfe824779226
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-http-dbgsym
Package-Type: ddeb
Source: pgsql-http
Version: 1.7.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-15-http (= 1.7.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-15-http-dbgsym_1.7.0-3.pgdg26.04+1_amd64.deb
Size: 62232
SHA256: cfc51fd862c9857e6a2a7599f358703cc8ee709b825dbc1dfce2e225f09aea77
SHA1: 7f7bdcf3b7455d5bd7f281805287d439f74d615b
MD5sum: fea17e62cb3b9465744441b0e0be8852
Description: debug symbols for postgresql-15-http
Build-Ids: 6a40be87712fa7bcfaacb17fc7a6b428d2dcfb48
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-hypopg
Source: hypopg
Version: 1.4.2-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-15-hypopg_1.4.2-2.pgdg26.04+1_amd64.deb
Size: 58880
SHA256: 273d5c70250298a0229e6efd6dedb61f216569340e5054ab8936d7c8ac32573b
SHA1: f7dff323cb6ecef546fe0f376725d9a9c70a59fc
MD5sum: 01c62653532e44171343c14a02e9ced0
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-hypopg-dbgsym
Package-Type: ddeb
Source: hypopg
Version: 1.4.2-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-15-hypopg (= 1.4.2-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-15-hypopg-dbgsym_1.4.2-2.pgdg26.04+1_amd64.deb
Size: 89996
SHA256: 70590be5d6db8783eeaa5393cf214991cb0bb59ba6224af831e13b6a34ef5438
SHA1: be84fcd5bdcf778663f40ce1484d0700c8d4de99
MD5sum: c2f22746dc365404425669eeceee3357
Description: debug symbols for postgresql-15-hypopg
Build-Ids: ed71c6cb1764bc40e3bf6c4d7c8c8da8cb2df9aa
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-15, libc6 (>= 2.14), libicu78 (>= 78.1-1~)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext_1.10.0-3.pgdg26.04+1_amd64.deb
Size: 96220
SHA256: 492b582579b4a027fe175ff4ee26e131bf45947c72c40f7778623a8e8058001a
SHA1: da37e3d84a72368061ae8cd4d88620b24b84707c
MD5sum: b25c4142fd60658f022738a70e4b689b
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-icu-ext-dbgsym
Package-Type: ddeb
Source: icu-ext
Version: 1.10.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-15-icu-ext (= 1.10.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext-dbgsym_1.10.0-3.pgdg26.04+1_amd64.deb
Size: 96612
SHA256: 60f6d65d04e8202772dd7d33370aad6c7fb133772305212a9e8700eacfa68465
SHA1: 7bcf88c44d20dcd929be09a10555b6c956580a7a
MD5sum: edeec8275b054c06b52e1b09bfc8803e
Description: debug symbols for postgresql-15-icu-ext
Build-Ids: 7795d32d7904d7a87e9a089ad27cd0fb84bcb7b9
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-ip4r
Source: ip4r
Version: 2.4.2-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 507
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-15-ip4r_2.4.2-4.pgdg26.04+1_amd64.deb
Size: 177064
SHA256: 675621f77db8c64e7b1e7471784a36e5274534872cff23b9c456eb67d92e2f92
SHA1: a8623ee9d79e5c53c620d699ed1e6995d9c65813
MD5sum: 346451a13599d08de5ea1a0d3fb5feb1
Description: IPv4 and IPv6 types for PostgreSQL 15
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.2-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-15-ip4r (= 2.4.2-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-15-ip4r-dbgsym_2.4.2-4.pgdg26.04+1_amd64.deb
Size: 186496
SHA256: 0510b9fd87da3bd710a350ac3e460fe0fa166d827fc8603f3786a278e865ad1b
SHA1: c46d9754dee0e0231aae4c22e321fc5027593bf9
MD5sum: 6d6cde36a2d224fe45cd43441cb64a67
Description: debug symbols for postgresql-15-ip4r
Build-Ids: fc64e3759197db7d10fe36971630cda4452aa7c7
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-jsquery
Source: jsquery
Version: 1.2-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 293
Depends: postgresql-15, libc6 (>= 2.14)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-15-jsquery_1.2-3.pgdg26.04+1_amd64.deb
Size: 126296
SHA256: 7f44cd09d93df030e04dd0043fb356038d6453a75ff75a737cee8eb67e5c42d8
SHA1: cb9bd0e74ab2b6908a10ffded1a5243b58e10f32
MD5sum: 2e1e2d88bb8554b6d0b3304976c2eb28
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-jsquery-dbgsym
Package-Type: ddeb
Source: jsquery
Version: 1.2-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-15-jsquery (= 1.2-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-15-jsquery-dbgsym_1.2-3.pgdg26.04+1_amd64.deb
Size: 100744
SHA256: 2a1bbd094715e1d30f1645508c50740768e8cd86c3cb7ef8a462110be6043e19
SHA1: c776466407df0e523f76768d40af980488508388
MD5sum: e4e3073d6c30a52f3561c23f426a0a86
Description: debug symbols for postgresql-15-jsquery
Build-Ids: fa5071deb2041cd48dcce138ff4cdba7f5be9e0c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-londiste-sql
Source: londiste-sql
Version: 3.8-7.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-15-pgq-node, postgresql-15
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-15-londiste-sql_3.8-7.pgdg26.04+1_all.deb
Size: 20824
SHA256: 8743fb9e6e1671dacdd7d96ef6f1769670a9c0aa7d72c02cf5ca12c5daad9f0a
SHA1: c1ded954466d8ac6bb2f8ba4a2c8e0f80e981d7e
MD5sum: c4cdb0d208c9846e80ca3d06e8dd7abe
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-mimeo
Source: mimeo
Version: 1.5.1-20.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4468
Depends: postgresql-contrib-15, postgresql-15
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-15-mimeo_1.5.1-20.pgdg26.04+1_all.deb
Size: 110244
SHA256: d4e003974fdb2b2eb4e842c19f1d1f4d8f94c815052305b90998bfbfcc8be273
SHA1: f14dbf90af41ca02e93d709ab40f7a7b867ee775
MD5sum: 5ea9190886e4b5ec38e178eb95b9b9ce
Description: specialized, per-table replication between PostgreSQL instances
 Mimeo is a PostgreSQL extension that provides specialized, per-table
 replication between PostgreSQL instances. It currently provides snapshot
 (whole table copy), incremental (based on an incrementing timestamp or id),
 and DML (inserts, updates and deletes) replication methods.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-mobilitydb
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3209
Depends: postgresql-15-postgis-3, postgresql-15, libc6 (>= 2.14), libgeos-c1t64 (>= 3.10.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-15-mobilitydb_1.3.0~alpha-3.pgdg26.04+1_amd64.deb
Size: 627388
SHA256: 5087534f23d986b6e7529600f0dfdbbbf5f52b3f04c1a4acc763ace826c3b431
SHA1: 66eca35cea5c7e3903a9122f572b1981a9397c3c
MD5sum: 4a6118c0b7c153d498797910a294c1ed
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-mobilitydb-dbgsym
Package-Type: ddeb
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2582
Depends: postgresql-15-mobilitydb (= 1.3.0~alpha-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-15-mobilitydb-dbgsym_1.3.0~alpha-3.pgdg26.04+1_amd64.deb
Size: 1928512
SHA256: 0784fd78d877a71c06e55ec2c2bec67d231de0f715f197b3418ae839576a36a2
SHA1: 8edee873b71808d03137a3cbe12acc691c060032
MD5sum: be1f5cb1cd77271d17068681a74c9090
Description: debug symbols for postgresql-15-mobilitydb
Build-Ids: 5fbc8fd6742248de2bf7d2bf300087c7dcb7395d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw_2.9.3-2.pgdg26.04+1_amd64.deb
Size: 125940
SHA256: 082919ad2f90ff117b3a34b7b58db348d41856499c5674e103c6a04164cf00fc
SHA1: d66d506f8dd8fddfacb36c290fafc65bc97fa22d
MD5sum: 367752ca0dde612cd7eb0d0b7c5c9726
Description: Postgres 15 Foreign Data Wrapper for MySQL
 postgresql-mysql-fdw is a PostgreSQL extension implementing a Foreign Data
 Wrapper (FDW) to access MySQL data from PostgreSQL.
 .
 This package is for PostgreSQL 15.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-mysql-fdw-dbgsym
Package-Type: ddeb
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-15-mysql-fdw (= 2.9.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-15-mysql-fdw-dbgsym_2.9.3-2.pgdg26.04+1_amd64.deb
Size: 160440
SHA256: 27e843751d214f6a1b70001344bf74503cb225ec8af7ff6d5ee0d30a640b0b96
SHA1: d7aed8a894474a925ce911146733b30a3f85b9de
MD5sum: 1da40af47ce9c1058a29ee4d0db72bbb
Description: debug symbols for postgresql-15-mysql-fdw
Build-Ids: c396aacc63846c5f95c6ed7a66f2e0884af1091f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-numeral
Source: postgresql-numeral
Version: 1.3-8.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 254
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-15-numeral_1.3-8.pgdg26.04+1_amd64.deb
Size: 77548
SHA256: 78b3e3cded82e3947233f20398be315c882d31c4c099e3fc126d4e519c0c9477
SHA1: b9a1a73f5745b69128c4d5901ddd0746c1bf4b82
MD5sum: aca408f2243605e16a15014c9e675be4
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-numeral-dbgsym
Package-Type: ddeb
Source: postgresql-numeral
Version: 1.3-8.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 93
Depends: postgresql-15-numeral (= 1.3-8.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-15-numeral-dbgsym_1.3-8.pgdg26.04+1_amd64.deb
Size: 45420
SHA256: d98d8d0db7fb528f9f12b94716a04e42645bc722ba6059f25a1d2499a9fdace4
SHA1: 99ba4c8fca40ba18b17afa7b7cd5513a9583fd7e
MD5sum: 0ac471dac71b0bb0d1dd56b732713489
Description: debug symbols for postgresql-15-numeral
Build-Ids: 64c45de1816cd7499d9d89815cf482ad721ac90b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 249
Depends: postgresql-15, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw_1.1.7-2.pgdg26.04+1_amd64.deb
Size: 91980
SHA256: aa1144eaa0a65b232edd6a4509be235a5f9389a273b45a49375220fb940de2dc
SHA1: a8b90ef598cd7850ace29aa9a96ce2cdf3feddc2
MD5sum: 7aaf85741cb8afea982004d791917dd9
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-ogr-fdw-dbgsym
Package-Type: ddeb
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 206
Depends: postgresql-15-ogr-fdw (= 1.1.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw-dbgsym_1.1.7-2.pgdg26.04+1_amd64.deb
Size: 142332
SHA256: 60e82ad628defd64abc0ea05d4b3e3e61b03837485a4a25ec908ad5b60e29699
SHA1: 1bb11a5df35764aff7a0574b43003c4c38c05066
MD5sum: 39b828f9fe2034fb74892411826272c0
Description: debug symbols for postgresql-15-ogr-fdw
Build-Ids: 0591954793a86d57e7fbf7047aa9a2c59cc77799 4649ad5ec098959666e8df9fa2578d6c48ef468f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 220
Depends: oracle-libs, postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-15-oracle-fdw_2.8.0-2.pgdg26.04+1_amd64.deb
Size: 77800
SHA256: 1913603d003b7c676cf816bfb39e9eee595ef41ccb8b1149bf6ac8313f18cb19
SHA1: 3b392589d83fb01dc0b045f17da3c3432fa04269
MD5sum: 6b2e9bec7d4b3992a051db795fe46fbb
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-oracle-fdw-dbgsym
Package-Type: ddeb
Source: oracle-fdw
Version: 2.8.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: postgresql-15-oracle-fdw (= 2.8.0-2.pgdg26.04+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-15-oracle-fdw-dbgsym_2.8.0-2.pgdg26.04+1_amd64.deb
Size: 193496
SHA256: 6b3edbca75da92083165ef02fb8bc6223b3f152321d8cd1b771a29f52f499b9b
SHA1: 3afd82821406038556b47a30f1efe8535b81984b
MD5sum: 71fc9cc7a66ef74bcf99d275f1218070
Description: debug symbols for postgresql-15-oracle-fdw
Build-Ids: 74ea9f18861b76f5e78d4f781e8560a9706ea673
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.16.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1161
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.16.3-1.pgdg26.04+1_amd64.deb
Size: 371788
SHA256: 9a083a581637bf7ad1ab7d498c2000639da4d4693a9ca948fcaed1c9e20f4c6b
SHA1: f8e11337cb6ff1699ef6948b4248099a3a48f5cb
MD5sum: e58777329794acd8159ef36d404d65d3
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 461
Depends: postgresql-15-orafce (= 4.16.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.16.3-1.pgdg26.04+1_amd64.deb
Size: 308076
SHA256: af03eb63bba71cd918cb2c0f92e910e38aeace0c144297731c6e0354f07c209c
SHA1: 3866d866861f6f98860e0a89a87e509d7b6e115c
MD5sum: 0e9348b8572c74541c7b206383c3cb63
Description: debug symbols for postgresql-15-orafce
Build-Ids: a7550279a0cb7487a73d56caba4822869799b4e4
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-partman
Source: pg-partman
Version: 5.4.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7712
Depends: python3, python3-psycopg2, postgresql-15, libc6 (>= 2.4)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_5.4.0-1.pgdg26.04+1_amd64.deb
Size: 234428
SHA256: 9313e8e339a3cc13d2f6f4389500a3aa470d637b5bf40202ed76f9cfcb8e3781
SHA1: c09aac508f25b637b7f84ca938980e673f035a16
MD5sum: db0b3efce02ea0b475e8ed58796ec1f3
Description: PostgreSQL Partition Manager
 pg_partman is a PostgreSQL extension to create and manage both time-based and
 serial-based table partition sets. Sub-partitioning is also supported. Child
 table & trigger function creation is all managed by the extension itself.
 Tables with existing data can also have their data partitioned in easily
 managed smaller batches. Optional retention policy can automatically drop
 partitions no longer needed. A background worker (BGW) process is included to
 automatically run partition maintenance without the need of an external
 scheduler (cron, etc) in most cases.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-partman-dbgsym
Package-Type: ddeb
Source: pg-partman
Version: 5.4.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-15-partman (= 5.4.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_5.4.0-1.pgdg26.04+1_amd64.deb
Size: 41856
SHA256: 47e978123e9fbddb5ef35f125fe6fe8cf7a38e4f6dd257b97d56cf74cc33bac7
SHA1: 840daa8bdeb0ecc9f2946cf727d2f0c4d0d0c9c0
MD5sum: 9adc9876c6f0d58625fe9f363958ac18
Description: debug symbols for postgresql-15-partman
Build-Ids: 6c03ad21e6994151bab1630b67ed31610b6e72f2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-periods
Source: postgresql-periods
Version: 1.2.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 546
Depends: postgresql-contrib-15, postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-15-periods_1.2.3-2.pgdg26.04+1_amd64.deb
Size: 47084
SHA256: 5a7e7b9e1dc90866e4e884112a8ff2d513a863781c90194fa2b31146717ccb4c
SHA1: 8690e85e9a8da976bf6b45205e3b1e735965ace5
MD5sum: 5b7f453da0b629eb44bb4acaafa8afb1
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-periods-dbgsym
Package-Type: ddeb
Source: postgresql-periods
Version: 1.2.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-15-periods (= 1.2.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-15-periods-dbgsym_1.2.3-2.pgdg26.04+1_amd64.deb
Size: 39192
SHA256: 3fa3603bad325161f823c4d8e20f52e01b730216068204181d5d674ebcae3195
SHA1: e5974353c7bc3d8102640ae356e8f07e17c867a4
MD5sum: 646c6010b785b2fc2e54789b381aed47
Description: debug symbols for postgresql-15-periods
Build-Ids: 85ccea167a8a99a74d67495244cc12e3a136ae56
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-15, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-15-pg-catcheck_1.6.0-2.pgdg26.04+1_amd64.deb
Size: 36468
SHA256: d1ac5ae54a467032c4537ca7ea00468bfcc7346d6515eb1eaeb2bb8122eaf757
SHA1: d1ced8dab806e9d1dda2b30c9c501fb764e3fa13
MD5sum: d16b4731b6ad0a6cc328c9948e828b89
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-catcheck-dbgsym
Package-Type: ddeb
Source: pg-catcheck
Version: 1.6.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-15-pg-catcheck (= 1.6.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-15-pg-catcheck-dbgsym_1.6.0-2.pgdg26.04+1_amd64.deb
Size: 41044
SHA256: b9f74d87a368ebb35c95c6528df82989f90e38f05018e2c34b785a79f47d73d3
SHA1: 8f90843032652dc321ef3692c44c27017f182c96
MD5sum: 5df434087092cbaf1a4b2ca7cc5d2a7d
Description: debug symbols for postgresql-15-pg-catcheck
Build-Ids: 991dc0469e45c7416e284dd3b58625ef41195c0b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-checksums
Source: pg-checksums
Version: 1.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-15, libc6 (>= 2.38)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums_1.3-2.pgdg26.04+1_amd64.deb
Size: 35664
SHA256: ef1b78ebac96b4dfa2c61e5e1b57d47e891bcf8e0f203f93d7e64897ca69eb90
SHA1: a85643325416aa0aad11a649b7ce6fe7d3f45993
MD5sum: d2cc31bd5b23a01720b35b33e89830a8
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-checksums-dbgsym
Package-Type: ddeb
Source: pg-checksums
Version: 1.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-15-pg-checksums (= 1.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-15-pg-checksums-dbgsym_1.3-2.pgdg26.04+1_amd64.deb
Size: 21436
SHA256: f82f4c5b218b1f14e668b66effa9b2f55ed49de4b7c95292dbc9e7c9c4dd4d96
SHA1: 663d2d50b0c2d2f1d1be40708f97d860f2db1262
MD5sum: 2558d99339dd79b5ea6c84a345898843
Description: debug symbols for postgresql-15-pg-checksums
Build-Ids: 960d86acc46d6bfe15a1acab7b5c94561052725a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-crash
Source: pg-crash
Version: 0.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-15-pg-crash_0.3-2.pgdg26.04+1_amd64.deb
Size: 13356
SHA256: 201a5acfdc6d47e22b87c5298c06e8ce9e15a13b64510d0f3abd0c0e0e043b6e
SHA1: 4dc74304d883be35e5e72085cfb4f28ade34aed8
MD5sum: e653b529b46c59d847c05ae4078f83d6
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-crash-dbgsym
Package-Type: ddeb
Source: pg-crash
Version: 0.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-15-pg-crash (= 0.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-15-pg-crash-dbgsym_0.3-2.pgdg26.04+1_amd64.deb
Size: 15548
SHA256: f2e45a7bff9ad939f96145d4bc768bb393652493e75672323c322d183334960f
SHA1: 4db1b3ccec598278ebeb72866550029d0868f2a1
MD5sum: 68e811c8ba2c4916dc5aadb1a6f0979a
Description: debug symbols for postgresql-15-pg-crash
Build-Ids: 450b7208d00817068bd0773d9d02c0047bdab496
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-15, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-15-pg-failover-slots_1.2.0-1.pgdg26.04+1_amd64.deb
Size: 40132
SHA256: 25d9332ba42b47bd1c472152cc9651ae3c10a341f9168b395273fab1bfa91337
SHA1: 547097b5decb87318614c370918344992d437003
MD5sum: bafa048a934ff8707fe9ea5ad4074c8c
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-failover-slots-dbgsym
Package-Type: ddeb
Source: pg-failover-slots
Version: 1.2.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-15-pg-failover-slots (= 1.2.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-15-pg-failover-slots-dbgsym_1.2.0-1.pgdg26.04+1_amd64.deb
Size: 42360
SHA256: b359fcc3a994be56b1f80759ffaa3c293967e9ee29c7e35bfd3eecb9b8636b8d
SHA1: 09b7b77f45322910a98bc08eaeeceb84f6594a36
MD5sum: 3ad13fe58920980fba3fd1288598c257
Description: debug symbols for postgresql-15-pg-failover-slots
Build-Ids: 695ac57074d229f2cbff266ad416be05cf8fe927
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-gvm
Source: pg-gvm
Version: 22.6.11-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-15, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm_22.6.11-2.pgdg26.04+1_amd64.deb
Size: 20168
SHA256: 0dd6dd87eb77d4428f8280d8bb89a0c4170cd3e3c59af9557b8b1e5a020ca8b5
SHA1: 6e6e17a5f231a54085dd8245b33041b52a840b3e
MD5sum: 07306c1af80041a6f5dcccfed481a682
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.11-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-15-pg-gvm (= 22.6.11-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm-dbgsym_22.6.11-2.pgdg26.04+1_amd64.deb
Size: 27856
SHA256: 8a47e37533023b2b558637fe9fd8b4e99c9bffc824a5334f9a4a59c8fe5e7760
SHA1: a327193f863c6da7bd4728af11f3d83637665aab
MD5sum: ee726a24881a8051f690e4e2e2ca629a
Description: debug symbols for postgresql-15-pg-gvm
Build-Ids: 07d9d2d3234b9d4b637e1df7697d0e65628f9721
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-hint-plan
Source: pg-hint-plan-15
Version: 1.5.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: postgresql-15, libc6 (>= 2.14)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-15/postgresql-15-pg-hint-plan_1.5.3-1.pgdg26.04+1_amd64.deb
Size: 105532
SHA256: f662b8b2b5306963e33cd2cee970a0e94d0a595197d4672e1ad40a3faba175be
SHA1: 003ddb9a4397c0972cc0f4b2bda62b230ea619bf
MD5sum: ef1447a7f1082404ea345c5b708fa189
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-hint-plan-dbgsym
Package-Type: ddeb
Source: pg-hint-plan-15
Version: 1.5.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: postgresql-15-pg-hint-plan (= 1.5.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-15/postgresql-15-pg-hint-plan-dbgsym_1.5.3-1.pgdg26.04+1_amd64.deb
Size: 122076
SHA256: 86812b7f32eab286dd996bd9debe3cd70e4973da3e428df7eb7b8f1ee5012f81
SHA1: 18e691083dd77f7d5837086ec085db74558e8633
MD5sum: b163d9f685a2a333bacc057007cdc175
Description: debug symbols for postgresql-15-pg-hint-plan
Build-Ids: f830c64d92f72930538b7964d5b64e133141cd9d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-ivm
Source: pg-ivm
Version: 1.13-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-15, libc6 (>= 2.4)
Homepage: https://github.com/sraoss/pg_ivm
Priority: optional
Section: database
Filename: pool/main/p/pg-ivm/postgresql-15-pg-ivm_1.13-1.pgdg26.04+1_amd64.deb
Size: 119936
SHA256: 3fe78272ea4d582333cc490933dd69813bb70ba0a16af88a528ed614780852be
SHA1: a49bbdc003ab3bfe116d5bab9fbb85bf662ab43e
MD5sum: cd26f4c2c8090edb7e1b71e339c0a6a6
Description: Incremental View Maintenance (IVM) extension for PostgreSQL
 pg_ivm is a PostgreSQL extension for Incremental View Maintenance (IVM). IVM
 is a way to make materialized views up-to-date in which only incremental
 changes are computed and applied on views rather than recomputing the contents
 from scratch as `REFRESH MATERIALIZED VIEW` does. IVM can update materialized
 views more efficiently than recomputation when only small parts of the view
 are changed.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-ivm-dbgsym
Package-Type: ddeb
Source: pg-ivm
Version: 1.13-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-15-pg-ivm (= 1.13-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-ivm/postgresql-15-pg-ivm-dbgsym_1.13-1.pgdg26.04+1_amd64.deb
Size: 162488
SHA256: 9b0d5f8e47cfa9fefa5d8f5a6c9c213901a72914181c72217106ae093326b33f
SHA1: 5f90be1f9bf3caa564e4253e504af5beb444fdfa
MD5sum: 20d8fa41b390f355e84e76bdfade7eb3
Description: debug symbols for postgresql-15-pg-ivm
Build-Ids: 378471d923baa2df3b70be736a0a2d06ba41b824
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-permissions
Source: pg-permissions
Version: 1.4-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-15
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-15-pg-permissions_1.4-2.pgdg26.04+1_all.deb
Size: 8272
SHA256: 77ca83cb84a131470ca48985ed17c62169e75ddce4965af30128ad9673511834
SHA1: 715abbf10fa162ba0e2b4f0b8ba0caea76e1124d
MD5sum: 2c734a06f0ca3bbdc8be022d0bf62a45
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-pwhash
Source: pg-pwhash
Version: 1.0-2.pgdg26.04+3
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-15, libargon2-1 (>= 0~20171227), libc6 (>= 2.14), libcrypt1 (>= 1:4.1.0), libscrypt0 (>= 1), libssl3t64 (>= 3.2.0)
Homepage: https://github.com/cybertec-postgresql/pg_pwhash
Priority: optional
Section: database
Filename: pool/main/p/pg-pwhash/postgresql-15-pg-pwhash_1.0-2.pgdg26.04+3_amd64.deb
Size: 58744
SHA256: 8c1632d27f2528d41c676017360bd809896b8488d554d4190553832799ae4935
SHA1: 769cd835b9e69f6bb11a0b174a83ce1c9027637b
MD5sum: feed0ecdd1d64e1327a7534584898658
Description: Advanced password hashing methods for PostgreSQL
 The extension pg_pwhash provides advanced password hashing methods based on
 adaptive implementations.
 .
 Supported password hashing algorithms:
  * Argon2 based on RFC 9106 ($argon2$ and variants)
  * scrypt ($scrypt$ and $7$)
  * yescrypt ($y$)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-pwhash-dbgsym
Package-Type: ddeb
Source: pg-pwhash
Version: 1.0-2.pgdg26.04+3
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-15-pg-pwhash (= 1.0-2.pgdg26.04+3)
Priority: optional
Section: debug
Filename: pool/main/p/pg-pwhash/postgresql-15-pg-pwhash-dbgsym_1.0-2.pgdg26.04+3_amd64.deb
Size: 44276
SHA256: 150e165df000c64ee7cf0ae940e2d0a3dc0bb3d46d4f2f013309c65b65bb75ae
SHA1: fca2c9e17d0656584b678e10b263b0b956472d9d
MD5sum: 0a40384b7ccbbdeb4a98885ae62783d7
Description: debug symbols for postgresql-15-pg-pwhash
Build-Ids: eacdbfeb78eedeaf317f5a045036aa6b663b208e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-qualstats
Source: pg-qualstats
Version: 2.1.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 282
Depends: postgresql-15, libc6 (>= 2.14)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats_2.1.3-1.pgdg26.04+1_amd64.deb
Size: 55016
SHA256: 78ce107d05400f7b9be4b4ebf7f5fb30f0bc32f35325d6defd162d645ae09b87
SHA1: db609030470292eedfcd7d270401a2c79943e5d7
MD5sum: 43835700f56a223b2e92fe18344bdf3c
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-qualstats-dbgsym
Package-Type: ddeb
Source: pg-qualstats
Version: 2.1.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 88
Depends: postgresql-15-pg-qualstats (= 2.1.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-15-pg-qualstats-dbgsym_2.1.3-1.pgdg26.04+1_amd64.deb
Size: 62080
SHA256: 960fa78142ebb80e38f0c9835207f6f8ff9fe36fe73927b1e60142e50f5d0aa1
SHA1: b472d281a9977685905d5a78d08e66a4520b4d3a
MD5sum: 7c32d33eca96c4f8eaeb51648cc5985b
Description: debug symbols for postgresql-15-pg-qualstats
Build-Ids: 94b33cbcdcab2063d21a8763ba6269d98c2ae031
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-rewrite
Source: pg-rewrite
Version: 2.0.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-15-pg-rewrite_2.0.0-2.pgdg26.04+1_amd64.deb
Size: 76136
SHA256: 45099ea9c609c1d91011ec1135dc83648f4ed98dc6bd915c084a94693fed9a09
SHA1: 4acca15c3151f86282a0cd19a34948ba2976ab8d
MD5sum: e1ae7b03995272097e356b70fde03450
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-rewrite-dbgsym
Package-Type: ddeb
Source: pg-rewrite
Version: 2.0.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-15-pg-rewrite (= 2.0.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-15-pg-rewrite-dbgsym_2.0.0-2.pgdg26.04+1_amd64.deb
Size: 115108
SHA256: 815e485c43e29d4c655149e75ef95fb7b2b9a795fcc1e6aa79f20e530d5052c5
SHA1: a219838465feb35a6c62024dd5c82664cefeab3f
MD5sum: 1bdf236b68f10d040881d4fbd8d447e0
Description: debug symbols for postgresql-15-pg-rewrite
Build-Ids: 7f47577c794079382214b4a5cfcbeecbea03f344
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-rrule
Source: pg-rrule
Version: 0.3.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-15, libc6 (>= 2.14), libical3t64 (>= 3.0.0)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-15-pg-rrule_0.3.0-1.pgdg26.04+1_amd64.deb
Size: 24884
SHA256: add7dff88b3061a33158127f16d9e1f92020c070c62f997bf64b8aca1fd2f607
SHA1: acd262a473ab3ca1ee63f912563e302ee67dd330
MD5sum: a8df3ccc4444973ac022c2f393573baa
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-rrule-dbgsym
Package-Type: ddeb
Source: pg-rrule
Version: 0.3.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-15-pg-rrule (= 0.3.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-15-pg-rrule-dbgsym_0.3.0-1.pgdg26.04+1_amd64.deb
Size: 21312
SHA256: c5a41e49907f53bb6d891e364bd02c43b23f6cac36a004cbdd24f3d71e43399e
SHA1: 8306e9c7b0891727006102fe7a7846eba20d6120
MD5sum: 51e64bde0e691303c2d7b96e37917d40
Description: debug symbols for postgresql-15-pg-rrule
Build-Ids: 5c0185bef77faedb182e7a3a93a2644c3e8f3426
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-contrib-15, postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-15-pg-stat-kcache_2.3.1-1.pgdg26.04+1_amd64.deb
Size: 36188
SHA256: f54beb142d7955348ac872e256708ad74f53126c0bf9c64e02891838952a9014
SHA1: 10fb524c22d28a65ec7e67bcd080f9e3df97b8ca
MD5sum: 08bfba94a79f17d130d0a085b3afab9c
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-stat-kcache-dbgsym
Package-Type: ddeb
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-15-pg-stat-kcache (= 2.3.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-15-pg-stat-kcache-dbgsym_2.3.1-1.pgdg26.04+1_amd64.deb
Size: 41432
SHA256: d7c16a80a88635764bd4ffe9746d79004b17ad1506f4e184169a127810f823e4
SHA1: 247c894f1a61891f2ceaea40aa3d5ce8c2b0047f
MD5sum: b6bb3a1cb87b9853c61767c1ab7524e9
Description: debug symbols for postgresql-15-pg-stat-kcache
Build-Ids: edaf121da1249eeac7e28536de812794c20c2138
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-5.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-15
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-15-pg-track-settings_2.1.2-5.pgdg26.04+1_all.deb
Size: 9276
SHA256: ab383ae5df6b6ee89e055c912e3f6312629c44a0e3070400f3fbbdc4bc90123a
SHA1: 328807404b7b438049ea3ebd3af6d616edada0dd
MD5sum: 3ec9b73ae4ae8e0640840b23408e5f7a
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-uuidv7
Source: pg-uuidv7
Version: 1.7.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-15, libc6 (>= 2.17)
Homepage: https://github.com/fboulnois/pg_uuidv7
Priority: optional
Section: database
Filename: pool/main/p/pg-uuidv7/postgresql-15-pg-uuidv7_1.7.0-1.pgdg26.04+1_amd64.deb
Size: 12948
SHA256: 566ee8d50dc2ab8653161dd15d1705d849aa341b6e4d5f9db691acc64e413c62
SHA1: 64fdf91991a8f0e78390172f14e2656c35636b33
MD5sum: 5622f2a0979604230c67dcd4a5d252d9
Description: Extension providing UUIDv7 data type
 pg_uuidv7 is an extension which provides a UUID v7 data type, in
 particular for PostgreSQL releases before 18 that do not have a
 builtin uuidv7 data type.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-uuidv7-dbgsym
Package-Type: ddeb
Source: pg-uuidv7
Version: 1.7.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-15-pg-uuidv7 (= 1.7.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-uuidv7/postgresql-15-pg-uuidv7-dbgsym_1.7.0-1.pgdg26.04+1_amd64.deb
Size: 7156
SHA256: 821cbe8f6346d0244ee4c2a5b45e8855fbe36ca3737e04c1b0f1c7ca5e9bb250
SHA1: e540271be11b73b69bb37675e03fc412d551c4ff
MD5sum: a8285686d649289976f446e87d067b1d
Description: debug symbols for postgresql-15-pg-uuidv7
Build-Ids: 19c80429b05d3a5d675973c95be2e15812243628
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-15, libc6 (>= 2.4)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-15-pg-wait-sampling_1.1.9-2.pgdg26.04+1_amd64.deb
Size: 39540
SHA256: 47bd25cf37b8875d36c7834c3a412e872a546d1e54bd80b0d97553b192e193d2
SHA1: ef2cacf0b92cff88f1be3b59db6787f5e9c31970
MD5sum: a2f11f0e26d9e1b608f456af2f0d6512
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pg-wait-sampling-dbgsym
Package-Type: ddeb
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-15-pg-wait-sampling (= 1.1.9-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-15-pg-wait-sampling-dbgsym_1.1.9-2.pgdg26.04+1_amd64.deb
Size: 54596
SHA256: 889178bec2f283c48fcaebc1b4ac60efbf529bdb2e0fb843ee0b28333aba6fbb
SHA1: 4c3b6754f363751f79b8a46ce0e042f78c482f62
MD5sum: f59dc75a1fd89b40e84297ca7985e68b
Description: debug symbols for postgresql-15-pg-wait-sampling
Build-Ids: 2f68e661de6ee7655a324d7dd2b296a7d7b0cefa
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgaudit
Source: pgaudit-1.7
Version: 1.7.1-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-15, libc6 (>= 2.4)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-1.7/postgresql-15-pgaudit_1.7.1-2.pgdg26.04+1_amd64.deb
Size: 45228
SHA256: a16a5235d4eab602b3a3efe81c2f86b321bb4a5423320d5e1931eecad2f67d4c
SHA1: 40df1d3a69e717bb11eaa523e27707d481dd7e48
MD5sum: 1550407977cb44f926e4d8a9838acf2a
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgaudit-dbgsym
Package-Type: ddeb
Source: pgaudit-1.7
Version: 1.7.1-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-15-pgaudit (= 1.7.1-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-1.7/postgresql-15-pgaudit-dbgsym_1.7.1-2.pgdg26.04+1_amd64.deb
Size: 54300
SHA256: 391a7ecc2238ea60094fa3d44cd07cd44a17c7f078ed1c08f084f2cd2a84e6a4
SHA1: 0d55a7001cf333b96d301066aa4d984d1b63b016
MD5sum: 1cab2fd85edf9dce2e72c50fa3f541f9
Description: debug symbols for postgresql-15-pgaudit
Build-Ids: ca8f7c0f04964f91184e674a6c6d88d26321cd59
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-15-pgaudit, postgresql-15, libc6 (>= 2.34)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.7.6-1.pgdg26.04+1_amd64.deb
Size: 51032
SHA256: 24132850bdce0cd6ae3abc1f28d928008e91d61224057d7972c3efd97ca5aca6
SHA1: a7eb06791e4bd346ab9793de1864b137d9237400
MD5sum: 29768c68daa14c2e8643121617d355b1
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-15-pgauditlogtofile (= 1.7.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.7.6-1.pgdg26.04+1_amd64.deb
Size: 40396
SHA256: 9fdff36b8aed3c00fec87784951f588e682c798cfc3e2193a351a8e52335fa11
SHA1: 22178af13df43073d268f3c92908a9a512e07946
MD5sum: dbd66dbf4f46372b1f32823ba287c912
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: b14d7b5f08675ea8352baf83dd6dcd30599d1381
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgextwlist
Source: pgextwlist
Version: 1.19-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-15, libc6 (>= 2.33)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist_1.19-2.pgdg26.04+1_amd64.deb
Size: 29684
SHA256: 4e88c5954d72431f6646b2e9f660f0a015b40fde233ca94209ff9ca71908817c
SHA1: 832321ffc47ca28f19cd9e4ac9dfd7f9ea34d71f
MD5sum: 50a06652a4fb9e0e419f243854a7ba85
Description: PostgreSQL Extension Whitelisting
 This extension implements extension whitelisting, and will actively prevent
 users from installing extensions not in the provided list. Also, this
 extension implements a form of sudo facility in that the whitelisted
 extensions will get installed as if superuser. Privileges are dropped before
 handing the control back to the user.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgextwlist-dbgsym
Package-Type: ddeb
Source: pgextwlist
Version: 1.19-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-15-pgextwlist (= 1.19-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-15-pgextwlist-dbgsym_1.19-2.pgdg26.04+1_amd64.deb
Size: 54240
SHA256: a89fd7c75231ce8b4fa4d0ee8d109489506ce0be18e8e1a29c1c72004634e0ec
SHA1: e77ceb0029f4d5864d06fc75244c2410bd2c79c2
MD5sum: ce476492bfc3a3a6d538e27bcfd1d5a4
Description: debug symbols for postgresql-15-pgextwlist
Build-Ids: 83614d132c7ed16e93917a1faa6b58edaa1c0051
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgfaceting
Source: pgfaceting
Version: 0.2.0-5.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-15-roaringbitmap, postgresql-15
Homepage: https://github.com/cybertec-postgresql/pgfaceting
Priority: optional
Section: database
Filename: pool/main/p/pgfaceting/postgresql-15-pgfaceting_0.2.0-5.pgdg26.04+1_all.deb
Size: 9896
SHA256: 87a393da16d347208a8522fbfbe6d0d93c9babbf28acc847603421f40d4f7a38
SHA1: 410ffd8c6f8afe06f159b7a0a6660683da24ca1f
MD5sum: d1015cffcbde689fc10ac739def6cab0
Description: Faceted query acceleration for PostgreSQL using roaring bitmaps
 PostgreSQL extension to quickly calculate facet counts using inverted indexes
 built with roaring bitmaps. Requires pg_roaringbitmap to be installed.
 .
 Faceting means counting number occurrences of each value in a result set for a
 set of attributes. Typical example of faceting is a web shop where you can see
 how many items are remaining after filtering your search by red, green or
 blue, and how many when filtering by size small, medium or large.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgfincore
Source: pgfincore
Version: 1.3.1-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-15, libc6 (>= 2.34)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-15-pgfincore_1.3.1-3.pgdg26.04+1_amd64.deb
Size: 27352
SHA256: f67c0c787d6f0f0bb0e180c73c754d3010893cd164747fbf84b260d8ccf9bba5
SHA1: 6c70f02aba29b57fcb8e57cb25abc12a44b867cc
MD5sum: 5b290b1785f0faba378184b4890ec1ac
Description: set of PostgreSQL functions to manage blocks in memory
 Those functions let you know which and how many disk block from a relation
 are in the page cache of the operating system, and eventually write the
 result to a file. Then using this file, it is possible to restore the page
 cache state for each block of the relation.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgfincore-dbgsym
Package-Type: ddeb
Source: pgfincore
Version: 1.3.1-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-15-pgfincore (= 1.3.1-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-15-pgfincore-dbgsym_1.3.1-3.pgdg26.04+1_amd64.deb
Size: 42812
SHA256: b1dfc915524906a930101085987b3d966740ed3ac99f3634d082333f9336677e
SHA1: 582259188ba16045f04ff7e0720105f329fb9286
MD5sum: 79e23caf77e7979cf7765580336fb67e
Description: debug symbols for postgresql-15-pgfincore
Build-Ids: 4b85bf8c4ca4f6b033d2b05f67625dababddfa0c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pglogical
Source: pglogical
Version: 2.4.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1125
Depends: postgresql-15, libc6 (>= 2.38), libpq5 (>= 9.1~)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-15-pglogical_2.4.6-1.pgdg26.04+1_amd64.deb
Size: 352820
SHA256: 161a864d7d5c4e8512631c6caf4ce3dc712a399eb86e6989e15bad99b72d55b5
SHA1: ff66869657a86a5218c4cda6d240a92b37fbda07
MD5sum: 271ac1b2d8073b63bdff5589fed5d47a
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pglogical-dbgsym
Package-Type: ddeb
Source: pglogical
Version: 2.4.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 589
Depends: postgresql-15-pglogical (= 2.4.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-15-pglogical-dbgsym_2.4.6-1.pgdg26.04+1_amd64.deb
Size: 406216
SHA256: 391c6d09b0eff7409952727bcac9732e301f9d4ea9cf4ece3176053a1926ccfd
SHA1: 04484a45c68bffad19925e9860b80d6cb4b0e11f
MD5sum: 1012e162c31f69f90564ca5a828f7d2b
Description: debug symbols for postgresql-15-pglogical
Build-Ids: 0a688d1c767d46d8ef4beb3d98c28067248769cf 68cbc3f03c32d290ae62f0bc44e41a704f3ab352 8390efdebe861a40e3bd9028266b08ff2cec579d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgmemcache
Source: pgmemcache
Version: 2.3.0-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-15, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-15-pgmemcache_2.3.0-15.pgdg26.04+1_amd64.deb
Size: 46316
SHA256: 39acd99bfe9e465a5caecddd17638d8d86af29e75473d05b34c09338bebd2b1a
SHA1: 2758a2bf30d99ecee844e0a579be5c794ec5668f
MD5sum: b9187cd34545d341dab3760ec9b9a297
Description: PostgreSQL interface to memcached
 pgmemcache is an extension for PostgreSQL that provides an API to
 memcached through user-defined functions.
 .
 memcached is a high-performance, distributed memory object caching
 system, generic in nature, but originally intended for use in
 speeding up dynamic web applications by alleviating database load.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgmemcache-dbgsym
Package-Type: ddeb
Source: pgmemcache
Version: 2.3.0-15.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-15-pgmemcache (= 2.3.0-15.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-15-pgmemcache-dbgsym_2.3.0-15.pgdg26.04+1_amd64.deb
Size: 50056
SHA256: 4a9b065b210041ed5959740f665a0afc776e000a9532d513155d2d59dabc6fe8
SHA1: 64ce09767a1d6e4f9162c55e1e944adb2f0fbcc2
MD5sum: ec5aa174285e15d92862d2da7a8dc169
Description: debug symbols for postgresql-15-pgmemcache
Build-Ids: f72eb4f33d3b627851b3af98d359f28d8b3d12d1
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgmp
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 371
Depends: postgresql-15, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-15-pgmp_1.0.5-4.pgdg26.04+1_amd64.deb
Size: 102940
SHA256: d14178ead4838fcee1af9060d916852c01993bbaa5a242c10876c451f1b4d790
SHA1: e6226ba5ddfc45b4da839223cf497b004ccbdbc9
MD5sum: 64b5e99d98af6e48f607f5348cc88301
Description: arbitrary precision integers and rationals for PostgreSQL 15
 pgmp is a PostgreSQL extension to add the GMP data types and functions
 directly into the database.
 .
 The extension adds the types mpz (arbitrary size integers) and mpq (arbitrary
 precision rationals) to PostgreSQL and exposes to the database all the
 functions available in the GMP library for these data types, allowing:
 .
  * higher performance arithmetic on integers respect to the numeric data type
  * a rational data type for absolute precision storage and arithmetic
  * using specialized functions to deal with prime numbers, random numbers,
    factorization directly into the database.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgmp-dbgsym
Package-Type: ddeb
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-15-pgmp (= 1.0.5-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-15-pgmp-dbgsym_1.0.5-4.pgdg26.04+1_amd64.deb
Size: 70412
SHA256: d83d26820e4f5021ddb4a4e52116ddf19e219f9c5dd8c5043752b4ad597364ad
SHA1: f53d68a7595ad7369a6a4a07360ad22a24120f59
MD5sum: 51c343ceee274acac2091bc2f4d24652
Description: debug symbols for postgresql-15-pgmp
Build-Ids: b6231a2c3ca2ca1cc0513866d37791ca4dfff8d2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgnodemx
Source: pgnodemx
Version: 1.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 241
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-15-pgnodemx_1.7-2.pgdg26.04+1_amd64.deb
Size: 85064
SHA256: 42df1fc9dd45b32abcb83ee1b6dd9c6b78046e8bb70778aaeb1ecfd6103d6afd
SHA1: 4b99c719178b46d03c8e9a4c304d6a9bf6c9d5c2
MD5sum: 7786be9bd85a264e3c81b286a212e214
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgnodemx-dbgsym
Package-Type: ddeb
Source: pgnodemx
Version: 1.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-15-pgnodemx (= 1.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-15-pgnodemx-dbgsym_1.7-2.pgdg26.04+1_amd64.deb
Size: 80316
SHA256: 8ec9031354c903a8a0436e0bb6961fddc5d47ad02e146d05b05e95c4f83de03a
SHA1: 52f9fa2e54e742b11c1d640d8e7ca4822bf09c52
MD5sum: 16863de79fb4fc3a6fcb533f86cea7d8
Description: debug symbols for postgresql-15-pgnodemx
Build-Ids: f8db971852cc50e46a6e938b89ae423d4399c831
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgpcre
Source: pgpcre
Version: 0.20190509-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-15, libc6 (>= 2.14), libpcre2-8-0 (>= 10.22)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-15-pgpcre_0.20190509-9.pgdg26.04+1_amd64.deb
Size: 18552
SHA256: 29db379f1110fa48fc5e840ea2e72edcadcc16dd2987511ff35df83b890cca26
SHA1: dd94a7d0e31de4ac7d4670634456d9e5aa5c2785
MD5sum: 7e76fabbfc5480b14b7e5f0201768a04
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgpcre-dbgsym
Package-Type: ddeb
Source: pgpcre
Version: 0.20190509-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-15-pgpcre (= 0.20190509-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-15-pgpcre-dbgsym_0.20190509-9.pgdg26.04+1_amd64.deb
Size: 16248
SHA256: 547cb0f4543119d7b8f14b95f1cda1d1cdba8ef1deabf769ebca1e696ef198c3
SHA1: 4077cbadca5dd483070b3806f0b112efe2eae721
MD5sum: 37287a9c19792b2b7a69c957a0d3935b
Description: debug symbols for postgresql-15-pgpcre
Build-Ids: c2c5d64f6cf33738f1e2c005a6e4c772c34c092a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: libpgpool2 (>= 4.7.0-1.pgdg26.04+1), postgresql-15, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 159784
SHA256: 385c5a01264a0d7d3e478f44e4eb6126755f8e0ea894dd07e65f06cbcef61e9d
SHA1: c6da515b9ee45004c7db78d5930af58247909ed8
MD5sum: 0de0e4671a636200b5322fa7938e615c
Description: connection pool server and replication proxy for PostgreSQL - modules
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client.  This package contains support modules for
 the PostgreSQL 15 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgpool2-dbgsym
Package-Type: ddeb
Source: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-15-pgpool2 (= 4.7.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 55428
SHA256: b36b7e6a6cad1fbc15cf27da0ae3ecff231821b4dd5ed34874b09237cce2e066
SHA1: a0a5350443445dbddfc8b12a9e502311aa390f13
MD5sum: 5b32d144cb63c32c2ea4cbf06830b70c
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 103abf8b62dee7b6c30e922ffdc4f78cabd13d86 8739a3c45a5993c49186fc7cb8f7c596f836778f bdd864d83b8ae033e6b08ccc96d27cec7d3f901b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgq-node
Source: pgq-node
Version: 3.5-8.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 539
Depends: postgresql-15, postgresql-15-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-15-pgq-node_3.5-8.pgdg26.04+1_all.deb
Size: 12948
SHA256: 5355e9e7021e2c4806c4f672bb2a951ac974de07477701010f7a9174449f9517
SHA1: 9143f7795b3029ea6591ee0d3884216265dce27a
MD5sum: add7949aadf6cc85bb5dc39aba94c2d0
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgq3
Source: pgq
Version: 3.5.1-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2233
Depends: pgqd, postgresql-15, libc6 (>= 2.4)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-15-pgq3_3.5.1-2.pgdg26.04+1_amd64.deb
Size: 126348
SHA256: 88a81a1ebadc3ea1b70f283809524cfe9ef18ab6ad5e986ba91178a06728d45d
SHA1: d7a1b787cf0bfedf049cb966eb8107a93f62a96d
MD5sum: c0199460e1b78289fe4cc36cd07ed8ad
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgq3-dbgsym
Package-Type: ddeb
Source: pgq
Version: 3.5.1-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-15-pgq3 (= 3.5.1-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-15-pgq3-dbgsym_3.5.1-2.pgdg26.04+1_amd64.deb
Size: 81100
SHA256: 66bb2ce9ce314a9a61c108a8457a90dab5868c14479a9e9bab417947d3c966fa
SHA1: 9eb1a2cd2d9f4652baa1cdbef43da325a40809ce
MD5sum: ec654807366344c5aa6bc848ee1f9d9e
Description: debug symbols for postgresql-15-pgq3
Build-Ids: 20119fb8844b2801a04e63db9ebb27853e10032e ae8facce38cb9642a33a7ad734891b2d53bf934e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgrouting
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2197
Depends: postgresql-15-pgrouting-scripts (>= 4.0.1-1.pgdg26.04+1), postgresql-15, postgresql-15-postgis, postgresql-15-postgis-scripts, libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting_4.0.1-1.pgdg26.04+1_amd64.deb
Size: 656776
SHA256: 8c346b64a1969cab5a4799d85352e002942ad70c2fb3c1b8bb29706c34c1c106
SHA1: 5ec065e5c005138c0b7a3a539764bf02e97957e9
MD5sum: d206ac35d8db705e57a270818916ec45
Description: Routing functionality support for PostgreSQL/PostGIS
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package supports PostgreSQL 15.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgrouting-dbgsym
Package-Type: ddeb
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 14225
Depends: postgresql-15-pgrouting (= 4.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-dbgsym_4.0.1-1.pgdg26.04+1_amd64.deb
Size: 13751924
SHA256: af49249af1aa95d6eb02800ecc49e66c66737314014af2fcf56eadaa2ca8774f
SHA1: f55ac541842a21392ad437fba48eaf4fa1098c56
MD5sum: f4ab2c4d50b87ed9a00a3d35b383b7a1
Description: debug symbols for postgresql-15-pgrouting
Build-Ids: d7094341a656066bba9afb0b64889a665538f3f3
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgrouting-scripts
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3948
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-15-pgrouting-scripts_4.0.1-1.pgdg26.04+1_all.deb
Size: 53072
SHA256: a020b98ef824c1f743502af9c1d1c2f9ee90db301d6df7f06d07f28847347050
SHA1: b9819ff6bf3e59553be1ea63ac150939d56be301
MD5sum: cc2238fef3853d24bb7ebbf5b2e145e8
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 15.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgsentinel
Source: pgsentinel
Version: 1.4.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-contrib-15, postgresql-15, libc6 (>= 2.14)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-15-pgsentinel_1.4.0-1.pgdg26.04+1_amd64.deb
Size: 46032
SHA256: 21679e01d32faba12ab09ed45c105d4bb8047e80eaa7ca0ad7abed23e24de2d2
SHA1: 9067b889823755a7511edd37f49c796a21405e58
MD5sum: 2c5d06c63161f435a5649ee9662a8a45
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgsentinel-dbgsym
Package-Type: ddeb
Source: pgsentinel
Version: 1.4.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-15-pgsentinel (= 1.4.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-15-pgsentinel-dbgsym_1.4.0-1.pgdg26.04+1_amd64.deb
Size: 70084
SHA256: 222bae4b2ea5fbf03dea67a267c6842b82b1b5eadcf42ec7f0683a9de96c504e
SHA1: 90f3daf5c7d483b7d12db531a0d3a70651c29ca3
MD5sum: dda889ae36e507ebf867deb7888457fd
Description: debug symbols for postgresql-15-pgsentinel
Build-Ids: 66a3beb4bd1e03305fc66303bc6f7c93ac509bad
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgsphere
Source: pgsphere
Version: 1.5.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1604
Depends: postgresql-15, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Breaks: postgresql-15-jit-llvm (<< 21)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere_1.5.2-1.pgdg26.04+1_amd64.deb
Size: 412136
SHA256: 0a5a321cecc99f22982134f93ca2b3e766ef815e347a7338211f78d05dee6f3c
SHA1: 6c828b65702666848083e130d513e23fb3092b99
MD5sum: 7569f97f0afb2f894aaed993b5acca1e
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgsphere-dbgsym
Package-Type: ddeb
Source: pgsphere
Version: 1.5.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 546
Depends: postgresql-15-pgsphere (= 1.5.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-15-pgsphere-dbgsym_1.5.2-1.pgdg26.04+1_amd64.deb
Size: 391640
SHA256: 08dfd13f7486684fb79df6920d65fa85dea52bdc598356d3d48a906f972ab0c5
SHA1: 0ba0f9384600d07c42ce75c2cab699517fb58b68
MD5sum: c8bbc86e125000ab99714963fa1249b1
Description: debug symbols for postgresql-15-pgsphere
Build-Ids: cd77f5f28f73b00c22840a17b35b9de6306692c4
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgtap
Source: pgtap
Version: 1.3.4-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-15
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-15-pgtap_1.3.4-1.pgdg26.04+1_all.deb
Size: 45988
SHA256: 4ff4a456830ad4a71de783f9c0bdc42e92e6d20cc3b4478121ddefe1a4b5726f
SHA1: 21697802a682b37d6ab3025edd17563727de44ad
MD5sum: 867e0663627d31ba287cb146ecfe014d
Description: Unit testing framework extension for PostgreSQL 15
 pgTAP is a suite of database functions that make it easy to write
 TAP-emitting unit tests in psql scripts suitable for harvesting,
 analysis, and reporting by a TAP harness, such as those used in Perl
 and PHP applications.
 .
 TAP is the Test Anything Protocol (http://testanything.org/).
 .
 This package contains the extension for PostgreSQL 15.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgtt
Source: pgtt
Version: 4.4-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: postgresql-15, libc6 (>= 2.4)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-15-pgtt_4.4-2.pgdg26.04+1_amd64.deb
Size: 55596
SHA256: 5e5422ec72597bcc7a803f93c4adb10c5c78170e6fbbac477d0d9f89d5774c8d
SHA1: c1fbe4c0c05b1205d8894cfd6dce997a6184a13f
MD5sum: fdd4e415672949bc251905fce240b634
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgtt-dbgsym
Package-Type: ddeb
Source: pgtt
Version: 4.4-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-15-pgtt (= 4.4-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-15-pgtt-dbgsym_4.4-2.pgdg26.04+1_amd64.deb
Size: 79244
SHA256: 6656490e4805982deec44c38cac9148a0b3a448d1b71dcaab737fa1b0b29ef64
SHA1: 82a18129f64309e82d27cfd4430609803e34a445
MD5sum: 9fe1fbe4e7d9e2a7e7984a6542fbb731
Description: debug symbols for postgresql-15-pgtt
Build-Ids: 38faa5cb53533eaf265a541361a0d15db7773843
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgvector
Source: pgvector
Version: 0.8.1-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 698
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-15-pgvector_0.8.1-2.pgdg26.04+1_amd64.deb
Size: 259216
SHA256: 656279e5a521b7d0ae0f0ae2be9917ed24fb172614d5824c40e7bb401ff1da1f
SHA1: 39ae7979c8df346c092ee09421063c13c4544926
MD5sum: f818c6a9f58df95f3eb819aebc790773
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pgvector-dbgsym
Package-Type: ddeb
Source: pgvector
Version: 0.8.1-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 402
Depends: postgresql-15-pgvector (= 0.8.1-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-15-pgvector-dbgsym_0.8.1-2.pgdg26.04+1_amd64.deb
Size: 312432
SHA256: 0b8d645f816b935d9f65d8222e1be7caac0bb5dfedc4d7a1dc9a888e97911a90
SHA1: 2407fa2e8c014a70eefee18e2774e283080e38b7
MD5sum: c7e15f45d56aff19455bd7fc68a921c0
Description: debug symbols for postgresql-15-pgvector
Build-Ids: 03e356e1379c5e0270a984d33a9f2c8892548c43
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pldebugger
Source: pldebugger
Version: 1:1.9-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-15, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-15-pldebugger_1.9-1.pgdg26.04+1_amd64.deb
Size: 73480
SHA256: f247ffca7c148e7efcd8a9f2e31f9d6d6be5f1cb0b5c2583ec7bc4b4ccc57506
SHA1: 256e78c2d7e11fc3029d180346448d677219499e
MD5sum: f7287cc603257a41cfafb5f556eb79db
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pldebugger-dbgsym
Package-Type: ddeb
Source: pldebugger
Version: 1:1.9-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-15-pldebugger (= 1:1.9-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-15-pldebugger-dbgsym_1.9-1.pgdg26.04+1_amd64.deb
Size: 102996
SHA256: 9c4795c76a2c403c9b5f090a5c4d57321c6a547c41a86807c68e0f9a2460a5da
SHA1: 98d193f5e32efaa73798bc4d65693b2479f43f4b
MD5sum: 0eaec8067343121ac7054e524a4e44f6
Description: debug symbols for postgresql-15-pldebugger
Build-Ids: 72ca391015fdd7ce28ccb327294efd7f18f15ba7
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pljs
Source: pljs
Version: 1.0.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1042
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-15-pljs_1.0.5-1.pgdg26.04+1_amd64.deb
Size: 439560
SHA256: a04a4ee0fb8295ec75d9bd14b4c8e2b63659b5a2c3ff535b89f2544fb1a692df
SHA1: 30111d8b3a9cf16ac4a4ed9bcd3399b5f62a5c79
MD5sum: a67dc1f30a4e3c890bd799ae4039b3de
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pljs-dbgsym
Package-Type: ddeb
Source: pljs
Version: 1.0.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1635
Depends: postgresql-15-pljs (= 1.0.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-15-pljs-dbgsym_1.0.5-1.pgdg26.04+1_amd64.deb
Size: 1406708
SHA256: 5b8ddfdcf059d404cb985311139a1761ec8ec0c28536d219832004772efdd23d
SHA1: 10adcd5f013e6636e00491ff28bed25cb5c231ab
MD5sum: 6c69deade457ab173918781510bae314
Description: debug symbols for postgresql-15-pljs
Build-Ids: 6f6380a85c2de40fdafb0799c4d401da812ef187
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pllua
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 869
Depends: postgresql-contrib-15, postgresql-15, libc6 (>= 2.38), liblua5.3-0
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-15-pllua_2.0.12-7.pgdg26.04+1_amd64.deb
Size: 354396
SHA256: 973f09540d94788a6ef870d21a7ded8c9ab1e8cc7843e5accfa21cc40510b997
SHA1: f2d16475110baa6109fdc278dfa45dc5c1c6612b
MD5sum: e7e893a498a4c0d5af3279e597e0fb1b
Description: Lua procedural language for PostgreSQL 15
 PL/Lua is an implementation of Lua as a loadable procedural language for
 PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers
 written in the Lua programming language.
 .
 It brings the power and simplicity of Lua to PostgreSQL, including:
 small memory footprint, simple syntax, lexical scoping, functions as
 first-class values, and coroutines for non-preemptive threading.
 .
 This package is based on pllua-ng.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-pllua-dbgsym
Package-Type: ddeb
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 453
Depends: postgresql-15-pllua (= 1:2.0.12-7.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-15-pllua-dbgsym_2.0.12-7.pgdg26.04+1_amd64.deb
Size: 325796
SHA256: 7d49ffe8253d10bb58c63792c2637927a60bd5935fb4cec15079416152774640
SHA1: da82ae26de4945eff68cf127685ebc83222db714
MD5sum: dff3764ba08113e068f4c21aa5fda7c9
Description: debug symbols for postgresql-15-pllua
Build-Ids: 0388a8a6e97dbefc18915e43f001f7186d2d7401 d6e556a81c70e865ea8e148d77886ccafdd2aea1
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.8.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 675
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.8.8-1.pgdg26.04+1_amd64.deb
Size: 300908
SHA256: 40c179bbbfecfc24bc85fe179e53674a1f4b93f927a4c0f443dd0cf7d7e2a214
SHA1: b7891bdc443632ddde4340349dfa8069ace923f4
MD5sum: a1613c1b54b26e917f4748fc01b5bcd8
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-plpgsql-check-dbgsym
Package-Type: ddeb
Source: plpgsql-check
Version: 2.8.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 426
Depends: postgresql-15-plpgsql-check (= 2.8.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.8.8-1.pgdg26.04+1_amd64.deb
Size: 319752
SHA256: 053c803e479bda48d2499c90f555a6dadf3db34e3ba9fad871c75c8e0a78b86f
SHA1: ac2a360e43457bf74355d318bd88eb15311f07c0
MD5sum: a5a1e3417e1668d25f44e4758b5ba5a4
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 8de4d3057b013f2f76e6e576cb6a622933ad0485
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-plprofiler
Source: plprofiler
Version: 4.2.5-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-15, libc6 (>= 2.17)
Recommends: plprofiler
Breaks: postgresql-15-jit-llvm (<< 21)
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-15-plprofiler_4.2.5-4.pgdg26.04+1_amd64.deb
Size: 46084
SHA256: a07fbf9e311a9a165b02b2b2b8d43cb0c1d051c3e6645c2d7714e021f0346049
SHA1: 16e040bf71684676a5e51b31645195d655e98ad5
MD5sum: b18270c529e331b404ce09208d3045d4
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-plprofiler-dbgsym
Package-Type: ddeb
Source: plprofiler
Version: 4.2.5-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-15-plprofiler (= 4.2.5-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-15-plprofiler-dbgsym_4.2.5-4.pgdg26.04+1_amd64.deb
Size: 66968
SHA256: 49212173d4e2d4ae97a024dfe9389595f233f7521a0600e81972c1797bcc3f16
SHA1: 91cf8232726c32f1699bb85929cae095dd967d04
MD5sum: e8b668979a8e5480895ace1aeb5c6809
Description: debug symbols for postgresql-15-plprofiler
Build-Ids: 817122addab96971cf70caed090c9bad8c5253e3
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-plproxy
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: postgresql-15, libc6 (>= 2.38), libpq5
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-15-plproxy_2.11.0-13.pgdg26.04+1_amd64.deb
Size: 136712
SHA256: 2df0aece4c5c5ef6122219de449d3eec062e81cd96a97b7a781ee203536affd4
SHA1: 662af79de562b38b48890efdcefa0e020bca93c9
MD5sum: 883d5b5accefa6ac495515b87f61e7a2
Description: database partitioning system for PostgreSQL 15
 PL/Proxy is a database partitioning system implemented as a PL language. Main
 idea is that proxy functions are created with same signature as the remote
 functions to be called, so only destination info needs to be specified inside
 proxy function bodies.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-plproxy-dbgsym
Package-Type: ddeb
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-15-plproxy (= 2.11.0-13.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-15-plproxy-dbgsym_2.11.0-13.pgdg26.04+1_amd64.deb
Size: 127980
SHA256: 575a97dd3fdacbd1256a5e76433fa3868ffa76df160919ca9efa3ea0e0f0045c
SHA1: 72d82a069aea86a3b6d02209a03be3a33ddd4058
MD5sum: 6b26677af3a2fa14e86b63eddf1b5271
Description: debug symbols for postgresql-15-plproxy
Build-Ids: 0ab675ab59420d8ab8d2f81a86b5d6ae01cbf88a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-plr
Source: plr
Version: 1:8.4.8.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 289
Depends: r-base-core (>= 2.10), postgresql-15, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-15-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-15-plr_8.4.8.2-1.pgdg26.04+1_amd64.deb
Size: 128908
SHA256: 2e07267578aa1f994f9fffca30044d8e17ce1193a00161381b9cc9b707a12193
SHA1: e0718bcf7d95c957e3297580f5fe510b38fc9a88
MD5sum: 09de6763a2e2ae890ea795f5fd8bc54e
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-15-plr (= 1:8.4.8.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-15-plr-dbgsym_8.4.8.2-1.pgdg26.04+1_amd64.deb
Size: 133924
SHA256: 913c3617670abf49b94fdc3720a9367ea9577555a09f5e9e7aaae6f0ea1b0799
SHA1: 71907b860ffc5143d2295efd9f1130f0b9d7fc6d
MD5sum: e6f0e2e3ba7a2ec0e6256f374ce6b987
Description: debug symbols for postgresql-15-plr
Build-Ids: 41306d1316039084e7ffcaa4f71e08b0bf03fe3b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-plsh
Source: postgresql-plsh
Version: 1.20220917-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/petere/plsh
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-15-plsh_1.20220917-4.pgdg26.04+1_amd64.deb
Size: 28156
SHA256: 18f3bd41a68ce44eaa39c70ddb556132acab476f8c5058eede797a9d3e3a74d4
SHA1: 4f1333cd85ae969e22decce5b5058e16f77a07d5
MD5sum: 044f59e5606a7f8c2e3e2fd6a69f6aaa
Description: PL/sh procedural language for PostgreSQL 15
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in a shell of his choice.  You need this package
 if you have any PostgreSQL 15 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-plsh-dbgsym
Package-Type: ddeb
Source: postgresql-plsh
Version: 1.20220917-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-15-plsh (= 1.20220917-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-15-plsh-dbgsym_1.20220917-4.pgdg26.04+1_amd64.deb
Size: 47624
SHA256: 6bd87a3978c74d58368d7ab81b3f128a158a87a039968b99a75c91554d5fcc77
SHA1: 7cb97ebce4f8cc3eef8b39b3d18f72d1f38a9161
MD5sum: b822561e0f53846a9b84d2ab866ce52f
Description: debug symbols for postgresql-15-plsh
Build-Ids: c08baa6eb623e751cc6e8e51f1c3569a98d99573
Timestamp: 2026-02-12 22:34:45+00

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

Package: postgresql-15-pointcloud-dbgsym
Package-Type: ddeb
Source: pgpointcloud
Version: 1.2.5-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-15-pointcloud (= 1.2.5-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-15-pointcloud-dbgsym_1.2.5-3.pgdg26.04+1_amd64.deb
Size: 184932
SHA256: 77afe248da686ed196e9999b64d5b53e29a706c2f14d6ea72f0b6e4c4986c0d6
SHA1: 6a3e9fd9f51b5f0a085be25b5281843444a83db8
MD5sum: c968b18ad6d1279f19f66b89896b4db7
Description: debug symbols for postgresql-15-pointcloud
Build-Ids: c0f72818f48b5afa4143bbe8fe20eddb17c5172f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9772
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.6.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 3532284
SHA256: f9e3cd331fdde1743ee96327f50edf626860497c181ea2ae2d022b04e483b9e1
SHA1: ba94a4d2e011a3af8c1074e771fefbd360e01304
MD5sum: 3f15ce6b7e5e71b4031ed5d1dae97b0a
Description: Geographic objects support for PostgreSQL 15
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-postgis-3-dbgsym
Package-Type: ddeb
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5151
Depends: postgresql-15-postgis-3 (= 3.6.2+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.6.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 3994340
SHA256: db3154d001fda219b95ed1e01d2336f3778a01835798a1c88fe22c31b5aeb227
SHA1: 41d08affd32be002e60a61a648b9c09a9a98d219
MD5sum: a5182f71c2a464de02a35a16aaf21a3a
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 0f777af30730bfa6743ed8bed7b91cae198dde15 52f9fd8e48540e4e503a1f23d3405731dde100d0 67e95e6b9f99f2454f9618238f7000639ccded90 7a5bdc58dbffda31dcfadc185d901e9448605a7e 9332cd091845e043d483cbac1c2d8acc946ad7da
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38989
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.6.2+dfsg-1.pgdg26.04+1_all.deb
Size: 1296808
SHA256: 50e780fc7b077c7ba5e93510a9a3ecff5e52aa07ae90a08b7447d9ffb39eb935
SHA1: 924170bd0214e8e073e2289563da5aefdb86f3ef
MD5sum: 2a87bacd130387f821ab14d0c7122ea4
Description: Geographic objects support for PostgreSQL 15 -- SQL scripts
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This package contains the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-powa
Source: powa-archivist
Version: 5.1.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1925
Depends: postgresql-contrib-15, postgresql-15, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Breaks: postgresql-15-jit-llvm (<< 21)
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-15-powa_5.1.1-1.pgdg26.04+1_amd64.deb
Size: 60916
SHA256: 9cd9d23ac979a936b4aeec68110caddd0faa39082341d313c113b21084bee86c
SHA1: b472237f92e5126b8301016b796913971ad487ea
MD5sum: 20391d1df4655099489f798d17ca4555
Description: PostgreSQL Workload Analyzer -- PostgreSQL 15 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-powa-dbgsym
Package-Type: ddeb
Source: powa-archivist
Version: 5.1.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-15-powa (= 5.1.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-15-powa-dbgsym_5.1.1-1.pgdg26.04+1_amd64.deb
Size: 37512
SHA256: 44be75d7dd5882440767ede19521e946589eeb6b8c54222384d652eda5f6df39
SHA1: 0bf555bea581507bb509153e133119bbb8fa7067
MD5sum: e9cacc5b22dfc32828912267b888cf11
Description: debug symbols for postgresql-15-powa
Build-Ids: 720962b6984b125357fe1f1b0124883b5b5b143d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-prefix
Source: prefix
Version: 1.2.10-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-15, libc6 (>= 2.14)
Breaks: postgresql-15-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-15-prefix_1.2.10-4.pgdg26.04+1_amd64.deb
Size: 41528
SHA256: 697da2b808ade7bd2072e2d57f2fc5419444e76c277cf702f3496ed35c751c65
SHA1: 0f86b7b11c94ff9e2017bd8790edbf65f0a794c9
MD5sum: 52ed686fcc9bda7ec821868d55014de7
Description: Prefix Range module for PostgreSQL
 This PostgreSQL module provides the prefix_range datatype, allowing to
 index searches such as finding the longest prefix matching a telephone
 number, having prefixes in a table and telephone number as a parameter:
 .
  select * from prefixes where prefix @> '0100091234';
 .
 The prefix column has to be of type prefix_range, and any text field
 can get indexed by the provided GiST opclass.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-prefix-dbgsym
Package-Type: ddeb
Source: prefix
Version: 1.2.10-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-15-prefix (= 1.2.10-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-15-prefix-dbgsym_1.2.10-4.pgdg26.04+1_amd64.deb
Size: 44864
SHA256: ba17e21d0051f6832a30758191be829c47278f026c375966d665fde87cd76af8
SHA1: 3b7b382925c2edb5a090835ba7a80f92f797ebc6
MD5sum: 35714ae323d97dce54eec415248b7a23
Description: debug symbols for postgresql-15-prefix
Build-Ids: cc76a7b5d67d712b3ef93071a0fefa561b7f19d8
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-preprepare
Source: preprepare
Version: 0.9-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-15, libc6 (>= 2.4)
Breaks: postgresql-15-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-15-preprepare_0.9-10.pgdg26.04+1_amd64.deb
Size: 16908
SHA256: c9bb00f6cb9fa7b8daf0aefc00b5f0a9ba2ac36330868fce43746615d730739f
SHA1: 535ae3765c4a7110a06a0c2919614eeb25d9302a
MD5sum: 64b02b9937facc593dd55e5cfad1b0f7
Description: pre prepare your PostgreSQL statements server side
 The pre_prepare module for PostgreSQL aims to prepare all your statements as
 soon as possible and in a way that allows client queries not to bother at all
 and just call EXECUTE.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-preprepare-dbgsym
Package-Type: ddeb
Source: preprepare
Version: 0.9-10.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-15-preprepare (= 0.9-10.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-15-preprepare-dbgsym_0.9-10.pgdg26.04+1_amd64.deb
Size: 17420
SHA256: eaa3083077b4fc5ee6fd2f97b6be635b114fa7a5fcd3a99f226925bbf7fb0e21
SHA1: a78a8510628705cc4d16cecfc6ca0ac74130c234
MD5sum: bd1ff70c3e3cb56f6a3117b3f86181da
Description: debug symbols for postgresql-15-preprepare
Build-Ids: d586992bb485f4354df6b39ed4838a7fddc56cc3
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-prioritize
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-15, libc6 (>= 2.2.5)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-15-prioritize_1.0.4-13.pgdg26.04+1_amd64.deb
Size: 12244
SHA256: c8d70525afb035f6173479fc96481459abf7dfed0f501c41b6f45f0c920a271d
SHA1: 7788e16adeb1c58c58c8fe20f6cc294674d32fbf
MD5sum: d76decc4d8e42bee394680505a061861
Description: Get and set the nice priorities of PostgreSQL backends
 This module implements an interface to getpriority() and setpriority() for
 PostgreSQL backends, callable from SQL functions. Essentially, this module
 allows users to `renice' their backends.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-prioritize-dbgsym
Package-Type: ddeb
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-15-prioritize (= 1.0.4-13.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-15-prioritize-dbgsym_1.0.4-13.pgdg26.04+1_amd64.deb
Size: 13188
SHA256: 9254e0c51abaaf4e42fc5b08d208310acff53e0bee78af6f8b8009e0488a772b
SHA1: 8287874206bac953a0f040809b14bc6d7d7f677d
MD5sum: 9be29b63f7971d8c8c36905c7533c049
Description: debug symbols for postgresql-15-prioritize
Build-Ids: cfd0b8552b62cb042c71765594ea5487ada36749
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-q3c
Source: postgresql-q3c
Version: 2.0.1-6.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3487
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-15-q3c_2.0.1-6.pgdg26.04+1_amd64.deb
Size: 161696
SHA256: 4aa51502aa46c5821a4f9b2948bad09d3d17e2c097c46d738a0a9299ce00ad75
SHA1: e87a0d179d285ed63e6316493b1155cff4aa4a74
MD5sum: f30b3a44cc75642c78792e2cb50a90e7
Description: PostgreSQL 15 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-q3c-dbgsym
Package-Type: ddeb
Source: postgresql-q3c
Version: 2.0.1-6.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-15-q3c (= 2.0.1-6.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-15-q3c-dbgsym_2.0.1-6.pgdg26.04+1_amd64.deb
Size: 100652
SHA256: 803a1374d8a063f5a907565e55a14d41af989f1ab36f596b7def579da8890b96
SHA1: b45026db21ede059407df3c1ab6befdaeb6d8430
MD5sum: df99d52a19cdab8971e9205d1c842f7c
Description: debug symbols for postgresql-15-q3c
Build-Ids: f24c239e22f8a5b832d954914a066945bc5d38a7
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-rational
Source: pg-rational
Version: 0.0.2-8.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-15-rational_0.0.2-8.pgdg26.04+1_amd64.deb
Size: 24660
SHA256: d6a8b2b0d1710a023e81b740fd6777dda752ef6a71a5d2c93d1218153b98c9bb
SHA1: 7a3357aa40bf7251781831e6e8b282dd9eb10557
MD5sum: 0f872fea52c70f07c04bcff4414ac26e
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-rational-dbgsym
Package-Type: ddeb
Source: pg-rational
Version: 0.0.2-8.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-15-rational (= 0.0.2-8.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-15-rational-dbgsym_0.0.2-8.pgdg26.04+1_amd64.deb
Size: 21124
SHA256: 717ad6a2789dd982c74c317cebe55352be5fa0c6ee012541acdcdd4ad45286a1
SHA1: 87176dcee1506791c13795ad116a898c75404ce2
MD5sum: 66a95ac6ca3d07a1a3e47a71e07bd9a0
Description: debug symbols for postgresql-15-rational
Build-Ids: dba78b98a82152e37e6238c4db7493048f9800b0
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-repack
Source: pg-repack
Version: 1.5.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-15, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-15-repack_1.5.3-1.pgdg26.04+1_amd64.deb
Size: 102300
SHA256: 851fe3c31ec9ba7be29d1118efa89c21ba5e53786683d8f4bce733aaedd24392
SHA1: b0ccb74c87104ce72f851acbbbd04cc86691fe3d
MD5sum: 2d78db9bd33779bda5da6779983dd2c7
Description: reorganize tables in PostgreSQL databases with minimal locks
 pg_repack is a PostgreSQL extension which lets you remove bloat from tables
 and indexes, and optionally restore the physical order of clustered indexes.
 Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive
 lock on the processed tables during processing. pg_repack is efficient to
 boot, with performance comparable to using CLUSTER directly.
 .
 This package contains the pg_repack program and the server extension for
 PostgreSQL 15.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-repack-dbgsym
Package-Type: ddeb
Source: pg-repack
Version: 1.5.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 206
Depends: postgresql-15-repack (= 1.5.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-15-repack-dbgsym_1.5.3-1.pgdg26.04+1_amd64.deb
Size: 123828
SHA256: c0c53aab24c24ab348999a12188c22b56653e9226b6093611156a7d075145fbb
SHA1: 5ce007fa917e16b4753e880934f3716b0750dca5
MD5sum: 1f43c9a65f6dd0bfa816ec2046952f75
Description: debug symbols for postgresql-15-repack
Build-Ids: 7bc7b5d5b3db7d883f48d88cbf9ca1a8959160e9 df55d3bfe4693acb2de7e78b60bc068127fbfc48
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg26.04+1
Architecture: amd64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 887
Depends: repmgr-common (>= 5.5.0+debpgdg-3.pgdg26.04+1), postgresql-15, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-15-repmgr_5.5.0+debpgdg-3.pgdg26.04+1_amd64.deb
Size: 236988
SHA256: 2cc612bdce952df8bfc356986118a645e4d8ba7d220705eb5d5570e56c31fd28
SHA1: 49f6190d150acc7120b564042769b02b0160ac22
MD5sum: 4309ada1be0968d21c468d985d701f36
Description: replication manager for PostgreSQL 15
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 15.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-repmgr-dbgsym
Package-Type: ddeb
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 921
Depends: postgresql-15-repmgr (= 5.5.0+debpgdg-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-15-repmgr-dbgsym_5.5.0+debpgdg-3.pgdg26.04+1_amd64.deb
Size: 551944
SHA256: 956f82e9f181e2143fb6fa1e795fd0e69fafab21f3852fe0f8a3b4dd37630091
SHA1: 2a986886f6e3980584f0ec68585333c558d089fd
MD5sum: c22424694d9da59a5818e60a332fdc1b
Description: debug symbols for postgresql-15-repmgr
Build-Ids: 930ad3e1f2dc01b471ec7e35f1ce10056c26489c a114e250463b13c185f2c2f2a2cf48ea177faa17 dde12a55d689f44f7df1c08793c242702cdd8717
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-roaringbitmap
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1133
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-15-roaringbitmap_1.1.0-1.pgdg26.04+1_amd64.deb
Size: 471188
SHA256: fcb0a757e71d6f8cfa9d4bbfb8ca9e622fceb04cb336357740c9864a20c37797
SHA1: f6ddfa202f1edcc631437d32b0dc5e9f6ea37940
MD5sum: 011a67a595ea7b8280bc2c5b6ef69f46
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-roaringbitmap-dbgsym
Package-Type: ddeb
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 828
Depends: postgresql-15-roaringbitmap (= 1.1.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-15-roaringbitmap-dbgsym_1.1.0-1.pgdg26.04+1_amd64.deb
Size: 679644
SHA256: 7aaa3478e776b6be5294e4579e26f24089bab47cb9b6dbefe582ccc38613b197
SHA1: d67cabaf93842f967dd10b41e7ed5717987c9e7e
MD5sum: e6b74022ab580cd9c3a2fd217666f653
Description: debug symbols for postgresql-15-roaringbitmap
Build-Ids: ac18d2b23bff32e4f609f1f77f07cb920c6ae308
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-rum
Source: postgresql-rum
Version: 1.3.15-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 741
Depends: postgresql-15, libc6 (>= 2.29)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-15-rum_1.3.15-1.pgdg26.04+1_amd64.deb
Size: 294192
SHA256: 007499369536085cfc5b09023d9e1d396249c6dab82ef2fb76a51a7c99691216
SHA1: d8c332a6468d99abcadaf9fff9442db8f49aca98
MD5sum: 9f118b943d17285e46b38751b42c0732
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-rum-dbgsym
Package-Type: ddeb
Source: postgresql-rum
Version: 1.3.15-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 412
Depends: postgresql-15-rum (= 1.3.15-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-15-rum-dbgsym_1.3.15-1.pgdg26.04+1_amd64.deb
Size: 316800
SHA256: 6e512df653deca03ecd3ed083f5958676a313069cf57aedb3cd989acafaee821
SHA1: b21f5bf4132167a3973341e63428805147bd975d
MD5sum: d720c0cfb907efa7578422ba74ef3a6c
Description: debug symbols for postgresql-15-rum
Build-Ids: 85e81196f1d5abfe0665bc8b929234c6e03a09e2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-semver
Source: postgresql-semver
Version: 0.41.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-15-semver_0.41.0-1.pgdg26.04+1_amd64.deb
Size: 39500
SHA256: 3eff81fdd16fed074ca8be171e9f75c3202683176008dbadd4a0016df853045f
SHA1: f7608d9e5faebc08c2517070d8273a982d289ed8
MD5sum: f91a3399f63f5ad4d0a4d3ab7ba8a33f
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-semver-dbgsym
Package-Type: ddeb
Source: postgresql-semver
Version: 0.41.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-15-semver (= 0.41.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-15-semver-dbgsym_0.41.0-1.pgdg26.04+1_amd64.deb
Size: 21484
SHA256: e1640335a203ae0735a351fe710a3fef71dcc450a4a07a37a2fadca22eb40a76
SHA1: 3aa3d333fa0c6c1026cf038b3d5e4ac405d49869
MD5sum: 2ff69b8e5d19fd37b088d63d715d95ff
Description: debug symbols for postgresql-15-semver
Build-Ids: 50b2d14670590dd8680ce91efd1a45ea07a6b858
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-set-user
Source: postgresql-set-user
Version: 4.2.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-15, libc6 (>= 2.4)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-15-set-user_4.2.0-1.pgdg26.04+1_amd64.deb
Size: 34940
SHA256: 074a8b30ddcb10167abc32905bf9575da22bc1eadbb0cdef8e90a8514806eeff
SHA1: 936eaa317cb6046542311a97133ba9bc24d2fca8
MD5sum: 51a507d1647193cf3defb8a9bbee6232
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-set-user-dbgsym
Package-Type: ddeb
Source: postgresql-set-user
Version: 4.2.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-15-set-user (= 4.2.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-15-set-user-dbgsym_4.2.0-1.pgdg26.04+1_amd64.deb
Size: 47084
SHA256: b876565f1f36e7ce24c3accd64fd121db6c12be116707bff2ba02fbc264a7d11
SHA1: e1f72e02ebc05d92a9e6a2f4540841f6018e3eb5
MD5sum: a5565bbf3c34d709a4e60840f317e9e8
Description: debug symbols for postgresql-15-set-user
Build-Ids: 7844a63f4b9f76e8f74bffcf6c1541003b678751
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-show-plans
Source: pg-show-plans
Version: 2.1.7-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-15, libc6 (>= 2.14)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans_2.1.7-1.pgdg26.04+1_amd64.deb
Size: 23980
SHA256: 821d42eb42d64538373cbfb4a43dac297ac83528855b686d684bc26cdfb5e69c
SHA1: 0f70d06f416fa9e65b100da2e284323fe6814f9c
MD5sum: 51061de854cd5fd7b4233b5b32853755
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-show-plans-dbgsym
Package-Type: ddeb
Source: pg-show-plans
Version: 2.1.7-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-15-show-plans (= 2.1.7-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans-dbgsym_2.1.7-1.pgdg26.04+1_amd64.deb
Size: 37204
SHA256: 0ea3d49f33ec92b271f944fae48fac602e5d938dddafc024dc206d4556531a3a
SHA1: 5f5068ff6dd6687a6c199ed25f9dc34642228a4c
MD5sum: ad4c8b98ee58da9481047d7a6c62d87b
Description: debug symbols for postgresql-15-show-plans
Build-Ids: acbdb1043d8b68b12b97a3fb3947a5c2fb06d267
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-similarity
Source: pg-similarity
Version: 1.0-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 322
Depends: postgresql-15, libc6 (>= 2.3.4)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-15-similarity_1.0-9.pgdg26.04+1_amd64.deb
Size: 100288
SHA256: f855500a8ccf5b3ea6aeff37f3c114a6f869b311fbb98f48cd6d7356d21bec10
SHA1: 5867c7ea6f8ef0bbbe81123eba0f6b4bae3bd1ab
MD5sum: 91fb1979f8c4c69b38ecf686c389c79b
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-similarity-dbgsym
Package-Type: ddeb
Source: pg-similarity
Version: 1.0-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-15-similarity (= 1.0-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-15-similarity-dbgsym_1.0-9.pgdg26.04+1_amd64.deb
Size: 67844
SHA256: 9541bb4d639cc074c3fa75ebb8468b53f449c9eb0e53ffe3c2dc242fb12d3d40
SHA1: 075aee801c71e60db4d5dac6ad59d69b98dad495
MD5sum: 470104a9eec25957b3cba32568a1e32c
Description: debug symbols for postgresql-15-similarity
Build-Ids: 37e9007fa5ce7111d1ca662c0e9cb259860e9551
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-snakeoil
Source: pg-snakeoil
Version: 1.4-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-15, libc6 (>= 2.4), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-15-snakeoil_1.4-3.pgdg26.04+1_amd64.deb
Size: 17536
SHA256: 5c3659aeb1e681d55329f1ba4e9061c5a251539360bcad561afc1aeec4f5a11d
SHA1: c782b31bdd04f620a074d45e5e077c5f92f8b414
MD5sum: 1b86169c60f5d51a1680db78abed574e
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-snakeoil-dbgsym
Package-Type: ddeb
Source: pg-snakeoil
Version: 1.4-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-15-snakeoil (= 1.4-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-15-snakeoil-dbgsym_1.4-3.pgdg26.04+1_amd64.deb
Size: 15692
SHA256: 4e2034a32cffc25a114d7981e62d4006970e206f9888f15ddf864690f8fac590
SHA1: bd7bc20fdab2ffff94d7b382e8c1769e81dd4ed1
MD5sum: 72f5703eff5109b9fbb2139325189b25
Description: debug symbols for postgresql-15-snakeoil
Build-Ids: 5d2f007f680befea8d14df1dce9c81262ddc1f65
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-squeeze
Source: pg-squeeze
Version: 1.9.1-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 295
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-15-squeeze_1.9.1-3.pgdg26.04+1_amd64.deb
Size: 116616
SHA256: 84b52613d5b0d2d242db97ed490865c59bf7d8c67ebaf4b7e08eb0c4ea9aff40
SHA1: ec6777300abf005eb5736e3cb60c0f641da3bcb9
MD5sum: 4e4e9067f840037ac6391b65b7b2e04e
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-squeeze-dbgsym
Package-Type: ddeb
Source: pg-squeeze
Version: 1.9.1-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-15-squeeze (= 1.9.1-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-15-squeeze-dbgsym_1.9.1-3.pgdg26.04+1_amd64.deb
Size: 144688
SHA256: acaa693ee5558d474f585daa5b1a420ce57b6c6f278def363a606d1f0af6b1f8
SHA1: a7d1903aabb6ddb0356e918bc7f7d1a0c0713e23
MD5sum: 09c73083e1ba2fabe9273d94df319aa5
Description: debug symbols for postgresql-15-squeeze
Build-Ids: 8a56edcd63103c9b6fad0dedf81fe1b5944e4099
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-statviz
Source: pg-statviz
Version: 0.9-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-15
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-15-statviz_0.9-1.pgdg26.04+1_all.deb
Size: 11440
SHA256: a5d5d83e03244033e549a52145c45015314700cb5a64c087fc8649e42c709621
SHA1: 4d2a8919d55172c62a9d4323b6a1df6437e00a32
MD5sum: f0ab371d0b50e7c7bdd1823338f36610
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-tablelog
Source: tablelog
Version: 0.6.4-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-15-tablelog_0.6.4-4.pgdg26.04+1_amd64.deb
Size: 45592
SHA256: d5f2500791edcaa3c70a0e6600ba17ba5cdb5efa6710f0e54bac89b04d5d9562
SHA1: 2c8c5d01e008e6a76475e561ef7f9d86caf06e41
MD5sum: a60fd4e030806af61cb241df69b03f15
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-tablelog-dbgsym
Package-Type: ddeb
Source: tablelog
Version: 0.6.4-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-15-tablelog (= 0.6.4-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-15-tablelog-dbgsym_0.6.4-4.pgdg26.04+1_amd64.deb
Size: 50708
SHA256: 72594f1b1544da2aac03e9350228d6cacbfd7bece75c163960c9cca89673d3c1
SHA1: 7a0ca91c24099d29a83805ae7b11dc07e64d991a
MD5sum: 5ceeae63f1ee53e9d13b2a9fc750a550
Description: debug symbols for postgresql-15-tablelog
Build-Ids: 4fd72fee5c25c7c8cfa39c0b5507f4b2a01307d9
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-tdigest
Source: tdigest
Version: 1.4.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-15-tdigest_1.4.3-2.pgdg26.04+1_amd64.deb
Size: 58560
SHA256: 8ce3ae225629d9a49a5078d5f8e6d995c321cfd22848eb41614d04aa82349122
SHA1: 836ea44c7ebb69b24eed9b095e1d437313c5adf0
MD5sum: 122d7af974980fe5221e98a1313cfdad
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-tdigest-dbgsym
Package-Type: ddeb
Source: tdigest
Version: 1.4.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-15-tdigest (= 1.4.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-15-tdigest-dbgsym_1.4.3-2.pgdg26.04+1_amd64.deb
Size: 52948
SHA256: c7a2d38b16b9d72922a15b9ca9ca135cd48670a1a0bb4f37d1ba3961c034f60c
SHA1: e023ae93270b1fa2de788ec60d7271e3d116116d
MD5sum: d4be19ddc57fd8272445af2b9fc1a734
Description: debug symbols for postgresql-15-tdigest
Build-Ids: 2d1169f8a1b800b93ad4eb16dcd1d7c926b804b6
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-tds-fdw
Source: tds-fdw
Version: 2.0.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: postgresql-15, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-15-tds-fdw_2.0.5-1.pgdg26.04+1_amd64.deb
Size: 111468
SHA256: 1300faf0ac4e7ac07d548f9d64a0f3d75640dd4c6cb2e18af1e956584d8cc894
SHA1: abe964221d2061c57678734944d941df34accaed
MD5sum: 1cd7d583a8d202c2b97fb9eff6847e8b
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-tds-fdw-dbgsym
Package-Type: ddeb
Source: tds-fdw
Version: 2.0.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-15-tds-fdw (= 2.0.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-15-tds-fdw-dbgsym_2.0.5-1.pgdg26.04+1_amd64.deb
Size: 139864
SHA256: dd5c03281d9939b84c8b175b09a817749d392f1b501c000fad063dd7c725730d
SHA1: 92ef0b63aef716d987f4860fb424adca5a181a01
MD5sum: 9e7134eeef8476e86f0e0e3809cf9443
Description: debug symbols for postgresql-15-tds-fdw
Build-Ids: b3226a7a2752e376fac5e6174ddfd2d3df7c0f26
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.25.0+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13623
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.25.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 324632
SHA256: 0c34a546aff8fea6013ab219668edb71c1129ae40066af708875691ce9d1c8ae
SHA1: 5e67cd86400b972603bfadcec16f69bd647ba621
MD5sum: e444846cc9e951316890a5467ec83ab0
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.25.0+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1552
Depends: postgresql-15-timescaledb (= 2.25.0+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.25.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1147684
SHA256: 59314817c30627ca9b939eb3139bb41404b2e270e908eb7ef5fad94e788228ef
SHA1: a91929cbdf4567399c0e6088570038f46b21367d
MD5sum: 53f8a48d071ba9d55befd38a182ae29f
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 40d3247015edfae8c814769bb628845b417373ef eb65069adee72f4d59e5f57c1fee86e8f18abfbd
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-toastinfo
Source: toastinfo
Version: 1.5-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-15
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-15-toastinfo_1.5-3.pgdg26.04+1_amd64.deb
Size: 13184
SHA256: 4aca0b1d2241e8ab208bb01c241d9b7a6d0674b6d1c4782cc7afa3bf7a37b046
SHA1: 1988f7a99397ff981b0aec194a8a33a1ae77febc
MD5sum: 048f5f2bec13100c36aa611b0e9f219e
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-toastinfo-dbgsym
Package-Type: ddeb
Source: toastinfo
Version: 1.5-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-15-toastinfo (= 1.5-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-15-toastinfo-dbgsym_1.5-3.pgdg26.04+1_amd64.deb
Size: 11544
SHA256: ba3760eb54d74705093a0424f701c9d6044ce8a8518b8c215ce4ab8a53cab93f
SHA1: 6a606f443d9552766c3e1e739c4161526def71e4
MD5sum: f30f77ab7c3a9423e50098048a474752
Description: debug symbols for postgresql-15-toastinfo
Build-Ids: 038e0b76283f38f36eb3c6786b7c1614bd1596ac
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-unit
Source: postgresql-unit
Version: 7.10-2.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 683
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-15-unit_7.10-2.pgdg26.04+1_amd64.deb
Size: 162824
SHA256: 985f4d7a65ab78549e655313bd85d65402a24dda8bf495b3f7243cbb227f5155
SHA1: 8a4f10adf9f06d627d990e16cf76e34e62a8e309
MD5sum: c73ec5b43043e7e4e8d82d46106d558a
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-unit-dbgsym
Package-Type: ddeb
Source: postgresql-unit
Version: 7.10-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 111
Depends: postgresql-15-unit (= 7.10-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-15-unit-dbgsym_7.10-2.pgdg26.04+1_amd64.deb
Size: 62096
SHA256: adee7b43f0e965bc32bde85cbaaa5b343439e5cdc91ca415826b9374a7742b4a
SHA1: 5a4ab3b59b5d125be58ab1518364a90aa3fa3f85
MD5sum: 4c36d694ad29c6e08d069e94ef24f2d4
Description: debug symbols for postgresql-15-unit
Build-Ids: bd88c03a0aed70c97254498dfe2389a18c8f33c3
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-wal2json
Source: wal2json
Version: 2.6-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-15-wal2json_2.6-3.pgdg26.04+1_amd64.deb
Size: 57228
SHA256: def3b058bf9a029bbe6903cc32c539eb5de9641b94f325ad80c420a9763ae6c1
SHA1: a7f15d734275a842cbf70de7e25fe83079985227
MD5sum: d72ad343c08e24640ee5641e5c572a9f
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-15-wal2json-dbgsym
Package-Type: ddeb
Source: wal2json
Version: 2.6-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-15-wal2json (= 2.6-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-15-wal2json-dbgsym_2.6-3.pgdg26.04+1_amd64.deb
Size: 72000
SHA256: cfb708f68ada0e76af7d06c179ee53947c64d300bea4c4e76764225f8ddf61e8
SHA1: 5f3e01199e0c58122c7822ec56c88c3d397229aa
MD5sum: 3b8d571d119d8af521af898b6d118f51
Description: debug symbols for postgresql-15-wal2json
Build-Ids: be1213929c43afd49fdb4d40838be2afb77fae09
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16
Version: 16.12-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55842
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 21), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.12-1.pgdg26.04+1_amd64.deb
Size: 16449412
SHA256: 755c8c50996600e1713572c91d1659456cd8543ccc96488b70736231ba27346d
SHA1: 71e068dfc53fbff4d6666b423062cb401ee2afda
MD5sum: 518399175d69f1aeb04eecd5a88fed39
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-age
Version: 1.6.0~rc0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1848
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16-age/postgresql-16-age_1.6.0~rc0-2.pgdg26.04+1_amd64.deb
Size: 691028
SHA256: 25e953de4e4c23cd1fc108c68d0e49288e77f7508bbe655da2203023a757d108
SHA1: ef954295845392e438e3c34aeb6627dbfa02cc9d
MD5sum: 5acf0202d3f61d52e533616458361448
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 16.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-age-dbgsym
Package-Type: ddeb
Source: postgresql-16-age
Version: 1.6.0~rc0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1112
Depends: postgresql-16-age (= 1.6.0~rc0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16-age/postgresql-16-age-dbgsym_1.6.0~rc0-2.pgdg26.04+1_amd64.deb
Size: 798380
SHA256: 7523fc9e8cf8fe14069b899bb291577b0f29a02e48a6ab5413721de572c43afb
SHA1: d06a2bb1412004b75f1ae9bbf68916e51a6a6bb7
MD5sum: 8c3b895145db84344e0c3444bdf748b8
Description: debug symbols for postgresql-16-age
Build-Ids: f4f7428b130247f4a9283a92a22f7f7f5a049fef
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-asn1oid
Source: pgsql-asn1oid
Version: 1.6-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-16, libc6 (>= 2.14)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-16-asn1oid_1.6-3.pgdg26.04+1_amd64.deb
Size: 13288
SHA256: 475d4d6c241394dbd62eacbc8c7492803968ea7ccf370879c37b5ed9fb60d752
SHA1: dd7041003f11a9c7e02bcf69ec245765d4459c5b
MD5sum: 096f20c391c6df84c45d666704d6e498
Description: ASN.1 OID data type for PostgreSQL
 This plugin provides the necessary support functions to store ASN.1 OIDs in
 a PostgreSQL database.
 .
 This package has been compiled for PostgreSQL 16.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-asn1oid-dbgsym
Package-Type: ddeb
Source: pgsql-asn1oid
Version: 1.6-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-16-asn1oid (= 1.6-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-16-asn1oid-dbgsym_1.6-3.pgdg26.04+1_amd64.deb
Size: 10356
SHA256: c9732d890ab804384f0e41e74e93a2708d22beaf801fc8631a396eaf8f10b35e
SHA1: 1edc9d7a038c6390a0d751ed8fddf0bca1ebcfc6
MD5sum: ca467d51dc2bf8f7ec2d996941968018
Description: debug symbols for postgresql-16-asn1oid
Build-Ids: 956c5f3e4f25c9de0f9b411864a8fbf3ee11630d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-auto-failover
Source: pg-auto-failover
Version: 2.2-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1097
Depends: pg-auto-failover-cli (>= 2.2-3.pgdg26.04+1), postgresql-16, libc6 (>= 2.38), libpq5
Breaks: postgresql-16-jit-llvm (<< 21)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-16-auto-failover_2.2-3.pgdg26.04+1_amd64.deb
Size: 369368
SHA256: 0e825957430ade9af693fae7a8525b58892ec1d4bb096f249d0044f7f3b361c6
SHA1: 30303777d91a134d5b7727f7bb9b6ed54f066b0f
MD5sum: 02bd7055085fe8ef4ab20489d2368b93
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-auto-failover-dbgsym
Package-Type: ddeb
Source: pg-auto-failover
Version: 2.2-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: postgresql-16-auto-failover (= 2.2-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-16-auto-failover-dbgsym_2.2-3.pgdg26.04+1_amd64.deb
Size: 186332
SHA256: 5036ded7dd2c56b7bddac03a197f9000feb930558bf5b0fe2c42cc0e1b29612f
SHA1: f100a360fdf2d2281c5904040303eedd454cdca3
MD5sum: 8108c57f8342348796e6958f9451ef35
Description: debug symbols for postgresql-16-auto-failover
Build-Ids: 13c4fcf7c991afe5df879e54647d74024da3b07e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-2.pgdg26.04+1
Architecture: amd64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 45
Depends: postgresql-16, libc6 (>= 2.10)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-16-bgw-replstatus_1.0.8-2.pgdg26.04+1_amd64.deb
Size: 15020
SHA256: b0aa67f31ec8a539a386fb36f5b39e92c34508b419c953c81252a1f3d37e8460
SHA1: 239b41aad951ed7fbfcf50a37820538f327bb274
MD5sum: deb341bf725ba1d8b99cb277685e48a6
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-bgw-replstatus-dbgsym
Package-Type: ddeb
Source: bgw-replstatus
Version: 1.0.8-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 28
Depends: postgresql-16-bgw-replstatus (= 1.0.8-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-16-bgw-replstatus-dbgsym_1.0.8-2.pgdg26.04+1_amd64.deb
Size: 9276
SHA256: dff686258754c43e7542b1be51aa2639bece78465c8766a33b72badb18d5f2da
SHA1: 3c755b0864d86c38b0c40d9c382fc77073f8bb03
MD5sum: 542877608d1a611b5b6b85320f3ea8b5
Description: debug symbols for postgresql-16-bgw-replstatus
Build-Ids: e20ce86c170227dbdaa4c2ae599212fa0a5b0d83
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-credcheck
Source: credcheck
Version: 4.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-16, libc6 (>= 2.4)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-16-credcheck_4.5-1.pgdg26.04+1_amd64.deb
Size: 69236
SHA256: a053a3a985d32631888333962506b1070266c53b098a7897a8a2a66ef7c0eed2
SHA1: 3c2becef2796f820c9c472fde66c4a5ea9d8bce4
MD5sum: 1dcf96b175cc087f560e7ac6b8df3333
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-credcheck-dbgsym
Package-Type: ddeb
Source: credcheck
Version: 4.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-16-credcheck (= 4.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-16-credcheck-dbgsym_4.5-1.pgdg26.04+1_amd64.deb
Size: 80236
SHA256: 3715b97b7fcbdd33569b00693ad6a22b48aebddba6cd2ecb7c992fac57a0ef44
SHA1: fdd3792433568325bdfbd1b43c9a92ddab7316d9
MD5sum: ad16e8a3d20364abfd46a51829e66a4b
Description: debug symbols for postgresql-16-credcheck
Build-Ids: 349bd6bf90f0d83ab2baa56a60b5c9391ece90bd
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-cron
Source: pg-cron
Version: 1.6.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-16, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-16-cron_1.6.7-2.pgdg26.04+1_amd64.deb
Size: 88628
SHA256: 20b19a3224b258e0f348da07da755f72932648604e11ec3ebca38221c6727414
SHA1: c0e5448f1fde5d420b65f89b5ce076d4e5b8a5ff
MD5sum: 526077e8010d008c40947ae960fc9f0a
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-cron-dbgsym
Package-Type: ddeb
Source: pg-cron
Version: 1.6.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: postgresql-16-cron (= 1.6.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-16-cron-dbgsym_1.6.7-2.pgdg26.04+1_amd64.deb
Size: 125632
SHA256: 01e98db804c8c6b3c280f06a9a3a2661b5c829a8d53a9b8230edf2d5bde8d139
SHA1: e11029a52e012a9f4067c2ecfd1fdc72718bb089
MD5sum: 783f54181faf6e4fa69d9d11645f81f1
Description: debug symbols for postgresql-16-cron
Build-Ids: a5ae4553e9068cd188055396631c432052b478be
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29437
Depends: postgresql-16 (= 16.12-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.12-1.pgdg26.04+1_amd64.deb
Size: 20390028
SHA256: 3e10d377c2974fbd408797012c92c5491e40f103dea064253ec3e39e067b24a8
SHA1: 2e42a4ef0e08354ae243076bd222c7cd09626983
MD5sum: b85ff34ed64dbda78231c4532b3ffe4a
Description: debug symbols for postgresql-16
Build-Ids: 011a22a7c26fb35b54b449861fe19c94bdbdb449 067077c810fab5b4cdcfbfc85b7f935b1277ed5a 08948a8ecaecdfd5e4036b6f916037f6d8cb77e6 0949f5db6bfaabab0de58bcee793716f1323cd65 0cb183b94ced9b38313b8e2b2fa9d6da56c20d4b 0d7f44ba4c8c8b4ac31c26918f0cb14a6785d791 0db78917580c68b1ffbe76089e7cd4228dd07a5e 0e7758e1d17323fee019e2c36d1e65be5f3d1466 113ea4903a7c585e6a052b7e48cdb0b49886a339 13776cd5a67ccb562f276df2acae093dd0487bec 14dfaad386009bbdf45376c9856344eb2ad6e288 15ce07bcb71ea626f11ac02528ff57e91dc8f72a 1904a5ff726916d40ffe866f75fd6a87a95707a9 1d0ea202db9f0a0084164b60ce4e6d9d31fc5abc 2572b966cc8bfa98fdf1f142f41fe8af3db27161 285ad23fad4bf02ef62d5a0fe74d760ac1207995 2a0e0878cd0018d3e02bb8a4932ef050ae7b8244 2f76aa236cde9a5d606abe2aa995c6ee99292873 318301046569a7921e7d8a53c35af355dbca309b 32b2847af08643f7b01fc27b479a15a92f8b5a62 3339520ec6b38baf54769b151fd44c6338316e28 3432b8668fbf6b2ff5f9888c4ca9c9b1bb4f55dc 36c7eda86d74cf87852548c81b3c97cfe6a0b984 3b7f5a9a13aa955ffcbb0ec65387e333b4c68fad 3eca0ad8c4e170162e853206318df19488ba5eaa 4187124e737c45f47dcfddadef4e6ee29137b9f2 41a658e75fd2b2c0f093b1e5d408bbd7d5194ac3 45426476a5dfc37e415850d716263f327b798651 484f58130e069e6f939925d3911e61d5c4253107 485a689b59674e5017ab77945c70c490f9b02404 49af352af925de79fa3f5b9f530f2538f0cc5352 4c3f6ee26d3d076d91f5257b21058c7466bd5354 4cc26490f853497e3878dfa94391287f99e3be48 4f0bdfb050f3382e57078ecfb95ef14cad51590a 4f321b30ec1239a70ccebc21179d4ad34c4462ca 4f7705fd7e5ceb7f2c1d4dad53aeaf2d3a698e4b 51fa9201203c156adb92057c4929468c22486890 54ebf2a13d4f26d34452edd585c1475687bbd5f7 5531cf7a42d161cdd5bb1995c3ac775ac8db2d45 55f4b9151697642db1d5ae31fc1dcb270f646d4b 5a76c6fbcb6c73a1385f7b23a4f98be7024cdfbe 5d427f68473ad46f47e721f6c7dd89b4a83c6f99 65c8acdb46222061b8648df64d2d9c892c018ee1 67916b62b16b8d2b728a54419eed084c492256ac 6a04f49ce22649c44f0c4cbd9564e4f4ce4364fe 6a9267aa7b75a83312a2e8e726d10789e6c452af 6dcb05afb5d1596bdf300ec28133b78aa07e687a 6df68f51dd0597704efe087366e3d7a7e7c58bbf 6f36b0bf480e22d45f393f2a32f1ea8a155081a2 6ff5b4429c9ba7e91cd22452afad061d03f974ef 73f73709aee9a78dfaff35398e827c11e4466ea3 7418dc281219a5e0b66235ac63757d6b78f699c6 7716e5c5fd029dd76bd010aa65a9d47e56aee53e 7905a8f2a063115843cdd27acdf32989a1495d69 7d718a34caf5ebd930d4203eee08c3fc4cdc6156 7daf4c13f0ba8ada63d6c1852111e060847b9dcf 88cc14765ee867b2ff80fad988b4e457be964b2c 8a8fdc48f6c241f7f1df0286e22572c5af2a2ad4 8e9a1d039ece2d67e366b3773e044f09cb1a8bb3 8ea2258e30685f214b992f79619414a56a7146dc 8f2c7b583eb3072104665d8adaf6dca9eb467143 8f8ad48b3a4b2a326090f34d5476b161bc33addc 8fd70c105175f0eddb7aebd4684cfecb193c8bdd 8ff06201229f385783aceeda2216a6bee023b0d2 9065c29fc50d066d7f64d29c65a49f6c5b676d82 914ac805ac54abe031d89912d7afd0c5a421fdd5 93f1c553d53fee1ddaa260c9688e2d9960950c4c 93fa140edb2ed5b40f4951c633bffef44095eca1 9f55b475362dc0dc7b84bad6067abf782622089a 9f6500bdeae4cf9cf02dcaf04bbaacb4d5dd5656 a07eefa66e828c966284a568bbbaca9d0c63384f a85fd283b4fd372e41bcc017e04c665e23540054 adea7ddde2667b308971df154fd82025c0a8232c b32922ea6e6fcf93142005db98d0bd90eb781561 b619a47f911de6299f80ed949f847a746febcdba c4b9fb2f96320467b12ddc8aa6e67264d0852548 c6a023e9c626cfa6d7df9ff25dfc994fb908f318 cc3340529ed5d44012f417922bd858b815ecf643 cc3921f6b2544a167728afad7197ce76f3f83e2f d0e01dd4c2c7ee0c00a6337788db17baf0485666 d39cdbc06ecbff9b68555db8455d1cd6f528c944 d5c811449efb94e2e9283f7c2b6318f35c523a12 d9bfeb9d6876a10d2a6d06ddd5060ba608710003 df5f1985a9129a2f4bf19c00c4c74f42ac77e32e e1701ba87ace430684d15f941ca6196bf286cb29 e3c689906a88025f3effae1971cfe50cb93306d8 e69aae99deab4b786934683984f1fb288cf3667d e73b558a7221e88bac04f0688bc2759275aa2612 e7db415075701091af93e0f4514a997d97f535f4 ebc37e8027927628cc0257003c3411f33c406181 ec9898c7bac8713cd5a4338c81ba114c39cb9d93 ee20400c1b3e13e02bb707592a0aa882c25932e2 f57d5e5cfc9bb754798c6678c6bb5a676970aa16 f717f975abdcc42d8ff5e207ebcdb38ce90363ce fd727a97b7cbff429e1e3d72c8a41604bce8beb7 ffa86d4bc0d01291eda2dbc3db9007b14ec98508
Postgresql-Catversion: 202307071
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-debversion
Source: postgresql-debversion
Version: 1.2.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-16, libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.2.5)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-16-debversion_1.2.0-3.pgdg26.04+1_amd64.deb
Size: 14412
SHA256: 7976ae07c1c5cb7dff8b99f43380a4346c9a0ccf9b0ce6d4568d1d46797e1bc1
SHA1: 10e71097f94c7a6fd10004d17ce47bdceeebf377
MD5sum: b71a65064da5e712836f2460f719ba5d
Description: Debian version number type for PostgreSQL
 Debian version numbers, used to version Debian binary and source
 packages, have a defined format, including specifications for how
 versions should be compared in order to sort them.  This package
 implements a "debversion" type to represent Debian version numbers
 within the PostgreSQL database.  This also includes operators for
 version comparison and index operator classes for creating indexes on
 the debversion type.
 .
 Version comparison uses the algorithm used by the Debian package
 manager, dpkg, using the implementation from libapt-pkg.  This means
 that columns in tables using the debversion type may be sorted and
 compared correctly using the same logic as "dpkg --compare-versions".
 It is also possible to create indexes on these columns.
 .
 postgresql-debversion implements the following features:
 .
  * The "debversion" type (internally derived from the "text" type)
  * A full set of operators for version comparison (< <= = <> >= >)
    including commutator and negator optimisation hints
  * Operator classes for btree and hash indexes
  * The aggregate functions min() and max()
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-debversion-dbgsym
Package-Type: ddeb
Source: postgresql-debversion
Version: 1.2.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-16-debversion (= 1.2.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-16-debversion-dbgsym_1.2.0-3.pgdg26.04+1_amd64.deb
Size: 21036
SHA256: 7910cc23ba8569bc3ada63f9b31c8eaf2caefce68626e0b20fd5daf3535d8119
SHA1: 9204801ad3c733e9ca551cbd91964b72ecf3e0e7
MD5sum: cb6f6570903a67d6118f9abd54a7ba38
Description: debug symbols for postgresql-16-debversion
Build-Ids: 6e6c9b32d7aa8b4926268b756ed853a57c5e6f86
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-decoderbufs
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-16, libc6 (>= 2.14), libprotobuf-c1 (>= 1.0.0)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs_3.4.0-1.pgdg26.04+1_amd64.deb
Size: 39360
SHA256: 772881b5139a573f09010658693d46da6c9f8daa35781c4a98529d17b4fa6555
SHA1: 4bfbe4a2166358479a0a1cacd6b4b717e01bb268
MD5sum: be8e70c98a2b7e9db4f5d5edca169c3c
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-decoderbufs-dbgsym
Package-Type: ddeb
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-16-decoderbufs (= 3.4.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs-dbgsym_3.4.0-1.pgdg26.04+1_amd64.deb
Size: 52728
SHA256: 843f186d37840efa5a34342340c123af909872a4aa9d24d6c9b4970d26ca76bd
SHA1: 7525c71ba4783661c3ef27ab2f33b246ad5cf8af
MD5sum: eb80caa0bad80df3986c306185a88cec
Description: debug symbols for postgresql-16-decoderbufs
Build-Ids: 4c20c9968ba61a976c23b991772562a0f4ae9d8b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-dirtyread
Source: pg-dirtyread
Version: 2.7-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-16-dirtyread_2.7-3.pgdg26.04+1_amd64.deb
Size: 21616
SHA256: 520e2988e8e90f844d9a92decb1011ad170a4ab050a3298d223899b8a8253531
SHA1: 437c525de0a34c49018504599dfaaf0fc1cf6396
MD5sum: f96e1f8be522d0f48d8527a5c075f607
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-dirtyread-dbgsym
Package-Type: ddeb
Source: pg-dirtyread
Version: 2.7-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-16-dirtyread (= 2.7-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-16-dirtyread-dbgsym_2.7-3.pgdg26.04+1_amd64.deb
Size: 34452
SHA256: 5e59888bc72f06256fd052649922a39dcd5827be895d447416019a362aac9489
SHA1: 9c80f913afa64cf4756e60ecb923bd9c3abdcc74
MD5sum: 991606ae8a22e6ea2e5c7772ecb131e6
Description: debug symbols for postgresql-16-dirtyread
Build-Ids: 9e4ae6a24954e01ae5a0a60aa381c61a749170d4
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-extra-window-functions
Source: extra-window-functions
Version: 1.0-7.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-16, libc6 (>= 2.4)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-16-extra-window-functions_1.0-7.pgdg26.04+1_amd64.deb
Size: 16220
SHA256: dc083b12c19cd53eb4e56120450ae89805f1f02ab663617acaa6013d05e38a15
SHA1: e2b19d03b0a31d0c2d67ee0e0ee6e39f5a27b518
MD5sum: 5c7a11b59b30ac51e948df510cad4893
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-extra-window-functions-dbgsym
Package-Type: ddeb
Source: extra-window-functions
Version: 1.0-7.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-16-extra-window-functions (= 1.0-7.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-16-extra-window-functions-dbgsym_1.0-7.pgdg26.04+1_amd64.deb
Size: 10020
SHA256: 51b020280e5f0061a28cc63ca0a8026d49f45ce6036b8f5d0f66d3339501f5b1
SHA1: 01bd5b48fcab15265073f544436cb28fdfbf0c07
MD5sum: 67cf07ba2e7affdb9a0eaf2979241336
Description: debug symbols for postgresql-16-extra-window-functions
Build-Ids: c83c3e013a434ffb23a91faa81dd7a478b57737f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-16
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-16-first-last-agg_0.1.4-4-gd63ea3b-9.pgdg26.04+1_amd64.deb
Size: 8764
SHA256: de6d37165179675699180ebd2137236c8c8195a23eaf7c5934cf351d373a2a44
SHA1: 3ca075e37457cea2be01c2623bf5e9e542dc1901
MD5sum: 2ab4994fad131414e0048fc3fe388a6c
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-first-last-agg-dbgsym
Package-Type: ddeb
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21
Depends: postgresql-16-first-last-agg (= 0.1.4-4-gd63ea3b-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-16-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-9.pgdg26.04+1_amd64.deb
Size: 4264
SHA256: 5151aa53c4cf389c9f7f38f7a5dc20cb7dae0f3408bcf79afcab2b5eb184c80f
SHA1: f72cc1272969dec98587341a9f62c4b929d1543b
MD5sum: 32ffd887aa25a6b8f5016edfb05710fb
Description: debug symbols for postgresql-16-first-last-agg
Build-Ids: ce898d39e7b9152c9301f5edb19b0265bcc62850
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-h3
Source: h3-pg
Version: 4.2.3-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-16, libc6 (>= 2.4), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-16-h3_4.2.3-3.pgdg26.04+1_amd64.deb
Size: 50596
SHA256: d6f7ea8b324c7847166a7618d38d6f48cff30e5ac706ea29ca139f4b9af23372
SHA1: 96f21bccbcbbde32bb2c349c1494b3c21a88a980
MD5sum: 3e1f43acf2ef6760a4e30c14488f8e49
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 16 extension.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-h3-dbgsym
Package-Type: ddeb
Source: h3-pg
Version: 4.2.3-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-16-h3 (= 4.2.3-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-16-h3-dbgsym_4.2.3-3.pgdg26.04+1_amd64.deb
Size: 113848
SHA256: 597d6e8150f263381e564ebe2d2f454d214fcd6089953512053e55ebd1078a27
SHA1: 98ff3c3b34468ef5ed96a293c3d80a3503f76dfa
MD5sum: 076cfc1c654a68a5cf49cfead6ba305b
Description: debug symbols for postgresql-16-h3
Build-Ids: 7bd4fb89d460a95c9450b66fb7ca4f270024ed05 b262009a8adee1d1ce52eecdc655428618537a2e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-hll
Source: postgresql-hll
Version: 2.19-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-16-hll_2.19-2.pgdg26.04+1_amd64.deb
Size: 76864
SHA256: 280745e6fe2a154f932b6703f74024770b10dfab38b88dbc4a68b3d5354cc430
SHA1: f36050343a40a6c944ee31033c81799cd6fd2e0e
MD5sum: 637fecaca7fca3e96e4ed277694e0646
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-hll-dbgsym
Package-Type: ddeb
Source: postgresql-hll
Version: 2.19-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-16-hll (= 2.19-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-16-hll-dbgsym_2.19-2.pgdg26.04+1_amd64.deb
Size: 96584
SHA256: 68d7ca0852e2f3443024474a9a69d9800916e00881653de035314e7236278b43
SHA1: 066cf70a3e644ae42d58b20cdb69f86682842dbd
MD5sum: 43b9d93f502ccc48a3f8eaf4c3ed4157
Description: debug symbols for postgresql-16-hll
Build-Ids: 6450ea5259520cff35ceb5f00b1cd3f6ce77e473
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-http
Source: pgsql-http
Version: 1.7.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-16, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-16-http_1.7.0-3.pgdg26.04+1_amd64.deb
Size: 52752
SHA256: 76c557ba70823d45aec114f3938b77f81ba004cefa0db99c7327a2236a1522c1
SHA1: 4b2074a166e767faefa796c224622b4636b2207d
MD5sum: 4644bf4b87400bdaf846ad5e5ba519e4
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-http-dbgsym
Package-Type: ddeb
Source: pgsql-http
Version: 1.7.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-16-http (= 1.7.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-16-http-dbgsym_1.7.0-3.pgdg26.04+1_amd64.deb
Size: 62724
SHA256: fcdfe885d90f33a72ab0a1ad3aab4e6099236b7f0b46bf1d366a9235fb824886
SHA1: 4ea9c9507a8d20c55723c2d87cf8b0ec6e47cbb3
MD5sum: f0d1550fa0039de5186ab2cc714cfc71
Description: debug symbols for postgresql-16-http
Build-Ids: d6ab6a7d4bdaacf2caa1ca0efdd1894241a29c5c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-hypopg
Source: hypopg
Version: 1.4.2-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-16-hypopg_1.4.2-2.pgdg26.04+1_amd64.deb
Size: 58300
SHA256: 285ba2a305fe5d5334589728b8fa955a3b21cbfea18a83f4a5b8c101668825cd
SHA1: 11b6184aa2cc64bf3f0ed2c50f69073211ce70b8
MD5sum: 5b54a75b9bab1cc16a7212f3e832182a
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-hypopg-dbgsym
Package-Type: ddeb
Source: hypopg
Version: 1.4.2-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-16-hypopg (= 1.4.2-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-16-hypopg-dbgsym_1.4.2-2.pgdg26.04+1_amd64.deb
Size: 95224
SHA256: 5d93241eebddcfca410ff1120f03a8251662cf9793e97ee9da4110f0edff2aa8
SHA1: ec02d6c05e6737b1c702afcbf3eb5ce2b70df4ac
MD5sum: 627a0bdf6cf2fc86d7bb09bf7c35a962
Description: debug symbols for postgresql-16-hypopg
Build-Ids: 80777f0a09cc3a2db5c84e70a99d902e337cf5a9
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-16, libc6 (>= 2.14), libicu78 (>= 78.1-1~)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext_1.10.0-3.pgdg26.04+1_amd64.deb
Size: 96464
SHA256: 683d212f84726719d9878a6dcc4b7dcab435bce14fce91d02b771b7d06464c0f
SHA1: cd25d03e114616026dabe992aec9ace7374eb44a
MD5sum: bbc192d9aa6345722fe7e85344a5fae9
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-icu-ext-dbgsym
Package-Type: ddeb
Source: icu-ext
Version: 1.10.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-16-icu-ext (= 1.10.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext-dbgsym_1.10.0-3.pgdg26.04+1_amd64.deb
Size: 103168
SHA256: dba0a0d166164d54ed38b37a9cf24bcba33c54ea488139f5d9adc97a24100b57
SHA1: 9c322ad840cd2ae7e16471320b24d8e086bf38ac
MD5sum: b38f9f83536239bab4279b223482b8b0
Description: debug symbols for postgresql-16-icu-ext
Build-Ids: 938b97ba678058e2bc9c47b77f11cb3b287b7df6
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-ip4r
Source: ip4r
Version: 2.4.2-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 513
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-16-ip4r_2.4.2-4.pgdg26.04+1_amd64.deb
Size: 179180
SHA256: e4993b2ca60195cd22c2337f45f909ce4d754835a6ea8be8174433485ad697d8
SHA1: fa2efa900efb2cc9ec42d342ffd53e101f7f0050
MD5sum: 45ec74cb81eb203cee24ec14b904f7c2
Description: IPv4 and IPv6 types for PostgreSQL 16
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.2-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 300
Depends: postgresql-16-ip4r (= 2.4.2-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-16-ip4r-dbgsym_2.4.2-4.pgdg26.04+1_amd64.deb
Size: 215496
SHA256: e4f7b7bc7faec94a67076a7eb538381c9c43b0b677e7374555a2e9ccc8609936
SHA1: a9f97f02467c07e04fb7fcb30e2eca436cb99c67
MD5sum: 32eef2a585482a52afb8d33f92b443a8
Description: debug symbols for postgresql-16-ip4r
Build-Ids: 8f0232e9bb2f1cf3b93b746ab23acddf57c88ea1
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-jsquery
Source: jsquery
Version: 1.2-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 289
Depends: postgresql-16, libc6 (>= 2.14)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-16-jsquery_1.2-3.pgdg26.04+1_amd64.deb
Size: 124212
SHA256: 4cfb18c3d23c3bf1f2a306d406b2883a4af7402a244d59069b8de5b6fd6ceec1
SHA1: ba3041124cadfea34821f7c93ddf475fdba7176b
MD5sum: f079f05556cebc9a076093f1c876201d
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-jsquery-dbgsym
Package-Type: ddeb
Source: jsquery
Version: 1.2-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 161
Depends: postgresql-16-jsquery (= 1.2-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-16-jsquery-dbgsym_1.2-3.pgdg26.04+1_amd64.deb
Size: 113404
SHA256: e9f0af2e57089d359800e09a0cf09998969eddac76b3bd116dffc782e6e51b92
SHA1: 1886571ac5f34ee060c101109210923922d2962e
MD5sum: 6fdfc250ee4064d81fa543a24924b73d
Description: debug symbols for postgresql-16-jsquery
Build-Ids: 6c9d8f57fa891665bc8d4743416138e0cf769c00
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-londiste-sql
Source: londiste-sql
Version: 3.8-7.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-16-pgq-node, postgresql-16
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-16-londiste-sql_3.8-7.pgdg26.04+1_all.deb
Size: 20820
SHA256: 43d9d3764cb8a4f3c4e41a7136e81882652beb761eec3e8c109a812d9b025359
SHA1: 8460eb39c328de328fb1b92149ae16307e79f677
MD5sum: 887f392e6113524756cc6dfbe253fe5e
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-mimeo
Source: mimeo
Version: 1.5.1-20.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4468
Depends: postgresql-contrib-16, postgresql-16
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-16-mimeo_1.5.1-20.pgdg26.04+1_all.deb
Size: 110220
SHA256: 6e2b082a6b5ca02133d4fd26af2896147b707e1589df6b16ca9d4c631619cbd9
SHA1: 405ae1bc227a96529fb2894f971a4a6b6d86ad4a
MD5sum: abeffcfbe7a65db6a2ec8e8b9b0acb86
Description: specialized, per-table replication between PostgreSQL instances
 Mimeo is a PostgreSQL extension that provides specialized, per-table
 replication between PostgreSQL instances. It currently provides snapshot
 (whole table copy), incremental (based on an incrementing timestamp or id),
 and DML (inserts, updates and deletes) replication methods.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-mobilitydb
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3208
Depends: postgresql-16-postgis-3, postgresql-16, libc6 (>= 2.14), libgeos-c1t64 (>= 3.10.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-16-mobilitydb_1.3.0~alpha-3.pgdg26.04+1_amd64.deb
Size: 627740
SHA256: ed7b5fc47ffe119a65f65e8851e6bafb2ad454f1bc181bdacf87721cc63807cc
SHA1: 986e6a0076d59cac657348febd6cbeffaffad079
MD5sum: 635ed71a1d6b9e94f108972507575673
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-mobilitydb-dbgsym
Package-Type: ddeb
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2733
Depends: postgresql-16-mobilitydb (= 1.3.0~alpha-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-16-mobilitydb-dbgsym_1.3.0~alpha-3.pgdg26.04+1_amd64.deb
Size: 2082496
SHA256: 9013e440ac63bae183a0fd6d3f4e4c16847bd28b83494107a39cbe9e4acc0059
SHA1: 77e07aa0c7c29e9f6e28cf7d88e029087f153658
MD5sum: 3c7213faa00e3470fc2f3421e7cf1c20
Description: debug symbols for postgresql-16-mobilitydb
Build-Ids: e2c32ac3c1ad1e3f6eb37efbcdbe3d9b1f889b88
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 287
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-16-mysql-fdw_2.9.3-2.pgdg26.04+1_amd64.deb
Size: 125240
SHA256: ee5d96ad20f6d60442cbc61748c265a4a730c1078e06a325804fa6f0152650a6
SHA1: 28ba6fe83e0f682c58f36c8a9b267881bb91e1b4
MD5sum: 0326645136469fcf847bcf80028aed8c
Description: Postgres 16 Foreign Data Wrapper for MySQL
 postgresql-mysql-fdw is a PostgreSQL extension implementing a Foreign Data
 Wrapper (FDW) to access MySQL data from PostgreSQL.
 .
 This package is for PostgreSQL 16.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-mysql-fdw-dbgsym
Package-Type: ddeb
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-16-mysql-fdw (= 2.9.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-16-mysql-fdw-dbgsym_2.9.3-2.pgdg26.04+1_amd64.deb
Size: 165068
SHA256: fad7f2a15dca4f4d6a60e08407eabf6f24b71d4ec552f5e97c9bca5e6a7f0dfc
SHA1: e04ba212c09d501b60c8fffdc529e29918e1fb9d
MD5sum: b28827a31c34af033169feb384d02bd5
Description: debug symbols for postgresql-16-mysql-fdw
Build-Ids: 94974ca5b3aac782651a35eede33384886297863
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-numeral
Source: postgresql-numeral
Version: 1.3-8.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 242
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-16-numeral_1.3-8.pgdg26.04+1_amd64.deb
Size: 75700
SHA256: c262d164b2f336135ec1d50b9adef4d868cd3c46ea4017fe2a86803e7d09da40
SHA1: 47b6f742c3080ef76c466b25fedd98f2cc138191
MD5sum: 538cb074181ea582484f264567bc5d92
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-numeral-dbgsym
Package-Type: ddeb
Source: postgresql-numeral
Version: 1.3-8.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 91
Depends: postgresql-16-numeral (= 1.3-8.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-16-numeral-dbgsym_1.3-8.pgdg26.04+1_amd64.deb
Size: 48488
SHA256: 0c3100f882d72f61b7344e3a71fbe92938936df3b3c754f40656be196f54e042
SHA1: fe77fd9e127233101cf4cc5076a43332bc906277
MD5sum: 0c1751beddd5cbe3d795120428bec86b
Description: debug symbols for postgresql-16-numeral
Build-Ids: 1534802d918ab824510f20f3db97bc21105b4bc7
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 245
Depends: postgresql-16, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw_1.1.7-2.pgdg26.04+1_amd64.deb
Size: 91224
SHA256: 1e2aa33d7f788f878253ef5c2fb010014341494eb2ce764f4c35b713a0c6d142
SHA1: 731ce10ab7c2d4d0d55f11fa1ee8b62f53007696
MD5sum: 5c7f20e6975ba4342f172ee95f3120e1
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-ogr-fdw-dbgsym
Package-Type: ddeb
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 208
Depends: postgresql-16-ogr-fdw (= 1.1.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw-dbgsym_1.1.7-2.pgdg26.04+1_amd64.deb
Size: 145488
SHA256: d6a2473b7ee83ddee8ea185f140954a1c7cc10cd035c2bf183e69f598a3df6e1
SHA1: 963c06cd7c68ba6f964fc3a58f8c32fe79a50571
MD5sum: ead3211461a5a53d5e3742424f486957
Description: debug symbols for postgresql-16-ogr-fdw
Build-Ids: 318ec58ddd0bf1500388b7f1195dea3a3f0398e0 4d60aafafd280288ed158518d51173b3bfbad0b0
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: oracle-libs, postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-16-oracle-fdw_2.8.0-2.pgdg26.04+1_amd64.deb
Size: 76272
SHA256: a30269db1d0aacb0cf69943cb1ce93b5709fe31559619419aef62328fcdc1647
SHA1: 35d5e7b30217952dbc6dcdcf8105ad9e13196d5d
MD5sum: 7976ac678e1232a01c3bcf05a3b6d4a8
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-oracle-fdw-dbgsym
Package-Type: ddeb
Source: oracle-fdw
Version: 2.8.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 286
Depends: postgresql-16-oracle-fdw (= 2.8.0-2.pgdg26.04+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-16-oracle-fdw-dbgsym_2.8.0-2.pgdg26.04+1_amd64.deb
Size: 203768
SHA256: f748153443f8f5f21536f4abeaca39fa7a41501dc8922ed94336917b9a01a0cf
SHA1: 5c7351358563c2b9297b3ef109f7941b47228290
MD5sum: 5c03482009e71eb86ad83f743787644e
Description: debug symbols for postgresql-16-oracle-fdw
Build-Ids: fad5842c05ba070a3109e972726d2f22224811ac
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.16.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1138
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.16.3-1.pgdg26.04+1_amd64.deb
Size: 366780
SHA256: 032818f0b43de3c9cbad2e132730adb12e7dfe8460fd3b998c82c8f11bb98341
SHA1: 2207f25d245f859c43fa5c10a769bbf1cdc19dcd
MD5sum: e9cd44f85d55d9f3796209c2aae56bff
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 468
Depends: postgresql-16-orafce (= 4.16.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.16.3-1.pgdg26.04+1_amd64.deb
Size: 319048
SHA256: 9552da4f99b302bc4977f5cc9a318a93e5b6540d0c3bb6274a04f24f8f3df7df
SHA1: edb6fbfed66402f9dd34c0cd062edd6cedb3e87b
MD5sum: 0edce0066087f9013d9a342228345c10
Description: debug symbols for postgresql-16-orafce
Build-Ids: 4bc08280155eda9ae186f0f2de023c607e89ff9c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-partman
Source: pg-partman
Version: 5.4.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7712
Depends: python3, python3-psycopg2, postgresql-16, libc6 (>= 2.4)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-16-partman_5.4.0-1.pgdg26.04+1_amd64.deb
Size: 234352
SHA256: 7e6ad7ec1a512b1cec7aadfbd2876ff51bab8d80636fbccf1dce0d9bd99a54f2
SHA1: 9a09157461d178a8314758cd92d5ce140cf75c28
MD5sum: 4f67ff8abf28ce632f421b45347df4e9
Description: PostgreSQL Partition Manager
 pg_partman is a PostgreSQL extension to create and manage both time-based and
 serial-based table partition sets. Sub-partitioning is also supported. Child
 table & trigger function creation is all managed by the extension itself.
 Tables with existing data can also have their data partitioned in easily
 managed smaller batches. Optional retention policy can automatically drop
 partitions no longer needed. A background worker (BGW) process is included to
 automatically run partition maintenance without the need of an external
 scheduler (cron, etc) in most cases.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-partman-dbgsym
Package-Type: ddeb
Source: pg-partman
Version: 5.4.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-16-partman (= 5.4.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-16-partman-dbgsym_5.4.0-1.pgdg26.04+1_amd64.deb
Size: 42876
SHA256: a240e831acacc3b3effe85b6ffa5867631b5fcbe1a634ffb15038bacf1dc3032
SHA1: cda20c47e58bc3dfc8912f9c162a4e3270259046
MD5sum: 8958c0a7f0adbf88e7ddbb32ea9970ee
Description: debug symbols for postgresql-16-partman
Build-Ids: cbdc33f26326dd5d8ee13f1a9f70c785f4fd3bef
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-periods
Source: postgresql-periods
Version: 1.2.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 546
Depends: postgresql-contrib-16, postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-16-periods_1.2.3-2.pgdg26.04+1_amd64.deb
Size: 47080
SHA256: 15f739bb80da560c2009cfa51cc705280dff927f528d0594e917ed00018e0061
SHA1: 34049dae7073549340c2e3c47a49fa74245e12d1
MD5sum: 6b2d001c8e59f4e75354b2593a2c700a
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-periods-dbgsym
Package-Type: ddeb
Source: postgresql-periods
Version: 1.2.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: postgresql-16-periods (= 1.2.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-16-periods-dbgsym_1.2.3-2.pgdg26.04+1_amd64.deb
Size: 40760
SHA256: 10ee1ebb758eed565f39e464145d38e198ebd5dc1d0ddf3e3e8c2054957caced
SHA1: 5be813c4a6dbf3acd11f918536d0e11ee6470cdd
MD5sum: 7d0bad109dbae86bafb039c1c62db10a
Description: debug symbols for postgresql-16-periods
Build-Ids: 7865c78d645b17465d902774670cf2d80ba399b4
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-16, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-16-pg-catcheck_1.6.0-2.pgdg26.04+1_amd64.deb
Size: 36624
SHA256: 4495de3bc28575f448cb797b6ab2e17d83e96062bc1b57560fbbf4b1f9a004f9
SHA1: c94b4e710a6876334d78ffd9fd1d7a908b5cd9c0
MD5sum: 26855f5370d8fcfaa4183e66b291553c
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-catcheck-dbgsym
Package-Type: ddeb
Source: pg-catcheck
Version: 1.6.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-16-pg-catcheck (= 1.6.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-16-pg-catcheck-dbgsym_1.6.0-2.pgdg26.04+1_amd64.deb
Size: 41020
SHA256: 0e4df0b124d3ac4a2466cdfc4c4477dfc8f53f348ca40486c4c4fa6a3e4ab7f6
SHA1: a2d147cf50641172688de4e540a4a7ddf7e5290c
MD5sum: 90445540cc436b97a4ba4ab591d004eb
Description: debug symbols for postgresql-16-pg-catcheck
Build-Ids: 0c380a801c0eb172365ec5b2ca13a40f49cacff5
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-checksums
Source: pg-checksums
Version: 1.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-16, libc6 (>= 2.38)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-16-pg-checksums_1.3-2.pgdg26.04+1_amd64.deb
Size: 35896
SHA256: e4ef460afd931b6a21b5329b19462a502ed43507c819d6637bf225829b4d5cf8
SHA1: 2167218d3751cb6fb6e9f9f0bfc292ce7446a9fd
MD5sum: 9c48211971c142ce5857c93f3a9ec992
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-checksums-dbgsym
Package-Type: ddeb
Source: pg-checksums
Version: 1.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-16-pg-checksums (= 1.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-16-pg-checksums-dbgsym_1.3-2.pgdg26.04+1_amd64.deb
Size: 22000
SHA256: ed2fa74079b3eb085fff186d3e84fc18b31a278ad9f0009a24cd2703c69b9d05
SHA1: 1892a5f60444b171ab96fb96b0374ec1da8d199a
MD5sum: 3dc657fe193abdba1dd572fb9b8f847c
Description: debug symbols for postgresql-16-pg-checksums
Build-Ids: d57a9758742bb3b062a7bcda081da75398686f5f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-crash
Source: pg-crash
Version: 0.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 42
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-16-pg-crash_0.3-2.pgdg26.04+1_amd64.deb
Size: 13348
SHA256: 9443c2945a094421caaa0c5d454ba04a6446a5affc98902ff96e961069ead323
SHA1: cf69a91f0e5e0e6bc52074dae138e2ef420f98b4
MD5sum: e990444c0f75aa9959a8f5397fe2e6d3
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-crash-dbgsym
Package-Type: ddeb
Source: pg-crash
Version: 0.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-16-pg-crash (= 0.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-16-pg-crash-dbgsym_0.3-2.pgdg26.04+1_amd64.deb
Size: 15748
SHA256: 35ccabda00d553bd24f0078970ece842275446d7593760d2da82caf2f9f4f717
SHA1: 3433f00279750373936132b7a6c3e426f5baea42
MD5sum: f8082e847493e87e98a6bb1318990d62
Description: debug symbols for postgresql-16-pg-crash
Build-Ids: 1591f660ce3a7320c5f6c588b25a10b8478c431a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-16, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-16-pg-failover-slots_1.2.0-1.pgdg26.04+1_amd64.deb
Size: 40020
SHA256: cff460382183b2f8b21852a7fe6bd73276ac357c76cabc1fef6c910e4dd75ea1
SHA1: 27743fe9e7b082b4ccd6f22633c34f67448d893b
MD5sum: 0a10da5b75c19970ce320b4e6b9fe249
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-failover-slots-dbgsym
Package-Type: ddeb
Source: pg-failover-slots
Version: 1.2.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-16-pg-failover-slots (= 1.2.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-16-pg-failover-slots-dbgsym_1.2.0-1.pgdg26.04+1_amd64.deb
Size: 43528
SHA256: 6b899cc9cda843e77005e04da81b09b221c3be3d5e95fa8fb13d8f2062c03ac8
SHA1: 5fff2d4f96b327ecc2a15ca7c5830cf3c1ea93a5
MD5sum: b260ec6fcf792f54acbd4d0f49f2e350
Description: debug symbols for postgresql-16-pg-failover-slots
Build-Ids: 1c6f7fe5d0b15aa56f74a784a04d6da74dd87d8c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-gvm
Source: pg-gvm
Version: 22.6.11-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-16, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm_22.6.11-2.pgdg26.04+1_amd64.deb
Size: 20156
SHA256: 9f0109f209f483db8950a64bc977b114c37b0e10f15b6efbcbbdca265480ef67
SHA1: 4a991bf7da449881af2b498be99e0d0f2cad90ee
MD5sum: 5ae673cf07a7afea06080b0459770eaf
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.11-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-16-pg-gvm (= 22.6.11-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm-dbgsym_22.6.11-2.pgdg26.04+1_amd64.deb
Size: 28836
SHA256: 54114a0b6b6d570e708b02243511ef8a98a6fbab06804533afefb00f4e2ce8f9
SHA1: 448e92fa70e32f195c3843092252cd0817640641
MD5sum: 201057d0c93312f9490f0f4a1a8af551
Description: debug symbols for postgresql-16-pg-gvm
Build-Ids: 73f1f9ba85691f48896182bd9704c2628d890345
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-hint-plan
Source: pg-hint-plan-16
Version: 1.6.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 253
Depends: postgresql-16, libc6 (>= 2.14)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-16/postgresql-16-pg-hint-plan_1.6.2-1.pgdg26.04+1_amd64.deb
Size: 105744
SHA256: a175e44ac4ae540896e6f6bff7a8adaa7f4a6374b7b1d7725ad47289166851d1
SHA1: 1cad7fb1ce0201cb4896ce27ef9485eb84ed8211
MD5sum: 8f772efa77d5b828b4c6d0d6d932fed0
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-hint-plan-dbgsym
Package-Type: ddeb
Source: pg-hint-plan-16
Version: 1.6.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-16-pg-hint-plan (= 1.6.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-16/postgresql-16-pg-hint-plan-dbgsym_1.6.2-1.pgdg26.04+1_amd64.deb
Size: 123648
SHA256: ba670d377a309a2032fb7fbc35eddb1476cd2683039db72928a20716f19a4a41
SHA1: 06981b0eca8d64d368b233ccedeba359dc7ad5ed
MD5sum: 3d72aad17047a0467fbceb88b7641cd8
Description: debug symbols for postgresql-16-pg-hint-plan
Build-Ids: 13fe6016d2bfb207581012d50be5156303464069
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-ivm
Source: pg-ivm
Version: 1.13-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-16, libc6 (>= 2.4)
Homepage: https://github.com/sraoss/pg_ivm
Priority: optional
Section: database
Filename: pool/main/p/pg-ivm/postgresql-16-pg-ivm_1.13-1.pgdg26.04+1_amd64.deb
Size: 119840
SHA256: d6e2501c9150c980514b6b1650cf80b0dd6ca3ebc1fe4f311eefbe0d3e3217ff
SHA1: 7688fb6bb1526bb50f7d30e8a31e5855143c8d15
MD5sum: 2d766ad6056aa9dd3a4ffc3c2b423671
Description: Incremental View Maintenance (IVM) extension for PostgreSQL
 pg_ivm is a PostgreSQL extension for Incremental View Maintenance (IVM). IVM
 is a way to make materialized views up-to-date in which only incremental
 changes are computed and applied on views rather than recomputing the contents
 from scratch as `REFRESH MATERIALIZED VIEW` does. IVM can update materialized
 views more efficiently than recomputation when only small parts of the view
 are changed.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-ivm-dbgsym
Package-Type: ddeb
Source: pg-ivm
Version: 1.13-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 217
Depends: postgresql-16-pg-ivm (= 1.13-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-ivm/postgresql-16-pg-ivm-dbgsym_1.13-1.pgdg26.04+1_amd64.deb
Size: 170124
SHA256: bc13fa69814d9b9330822fa601c21fb95cf625c08f775a0541ae1c065aaffdac
SHA1: f578db546376b1224b3fed6c73d7d3805c387e33
MD5sum: b466c4d1febecf2cc6180a31af063b40
Description: debug symbols for postgresql-16-pg-ivm
Build-Ids: b7dcf3883ff8c8ea000652614776f9cf35a285af
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-permissions
Source: pg-permissions
Version: 1.4-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-16
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-16-pg-permissions_1.4-2.pgdg26.04+1_all.deb
Size: 8272
SHA256: af7a166c0631773d1e7e4d18322147af522301344d47d032f2f532211cf42455
SHA1: 6b6e47dfa58c996d246be4526888da99ea1d2a81
MD5sum: 26a3838bda9a9b5a509a187f95f19a4b
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-pwhash
Source: pg-pwhash
Version: 1.0-2.pgdg26.04+3
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-16, libargon2-1 (>= 0~20171227), libc6 (>= 2.14), libcrypt1 (>= 1:4.1.0), libscrypt0 (>= 1), libssl3t64 (>= 3.2.0)
Homepage: https://github.com/cybertec-postgresql/pg_pwhash
Priority: optional
Section: database
Filename: pool/main/p/pg-pwhash/postgresql-16-pg-pwhash_1.0-2.pgdg26.04+3_amd64.deb
Size: 58348
SHA256: b280c2d6834802507113198328c24f066b3900fb7acbda117878e72702bed005
SHA1: aee846ecbee1999523c961d80ff05282c5fd0ac7
MD5sum: 693b411b94e75af19beabaa08c38b922
Description: Advanced password hashing methods for PostgreSQL
 The extension pg_pwhash provides advanced password hashing methods based on
 adaptive implementations.
 .
 Supported password hashing algorithms:
  * Argon2 based on RFC 9106 ($argon2$ and variants)
  * scrypt ($scrypt$ and $7$)
  * yescrypt ($y$)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-pwhash-dbgsym
Package-Type: ddeb
Source: pg-pwhash
Version: 1.0-2.pgdg26.04+3
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-16-pg-pwhash (= 1.0-2.pgdg26.04+3)
Priority: optional
Section: debug
Filename: pool/main/p/pg-pwhash/postgresql-16-pg-pwhash-dbgsym_1.0-2.pgdg26.04+3_amd64.deb
Size: 45376
SHA256: 23313938439dbfee4718437f908673f350b2396657d68e45375aa6fc1228863a
SHA1: 24ecd9203e7f5705b682392edfbd8ed3e7e8dc8d
MD5sum: 82ceef1e7879fa54ac74c70fad8f9e37
Description: debug symbols for postgresql-16-pg-pwhash
Build-Ids: c10c0ce2e0422d1e3eee8ce5e8550da03dd32a8b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-qualstats
Source: pg-qualstats
Version: 2.1.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 282
Depends: postgresql-16, libc6 (>= 2.14)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-16-pg-qualstats_2.1.3-1.pgdg26.04+1_amd64.deb
Size: 54916
SHA256: 63e6d49672050514e74ce16a60a6f429c5d0213a2a8d72104efc6e711e38cde4
SHA1: 39b36b24c693ba92031178b24c40772302156aaf
MD5sum: bceb22a7e9ea6fe573293b47de70d054
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-qualstats-dbgsym
Package-Type: ddeb
Source: pg-qualstats
Version: 2.1.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-16-pg-qualstats (= 2.1.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-16-pg-qualstats-dbgsym_2.1.3-1.pgdg26.04+1_amd64.deb
Size: 63092
SHA256: 6147ddd80bc6a69befe9c2242bb932ef9b9b3f3f959b4e1802126e112e19537a
SHA1: 4698ae227d82296e7dcb094f2beb43b87f6610ca
MD5sum: 0c0c3a889534b7cc06cf94605a48216c
Description: debug symbols for postgresql-16-pg-qualstats
Build-Ids: ac3fe18f0af4c9f9aa7f14b61c5bf3e4feb34439
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-rewrite
Source: pg-rewrite
Version: 2.0.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-16-pg-rewrite_2.0.0-2.pgdg26.04+1_amd64.deb
Size: 76392
SHA256: b448a24cc5bb57a07e10bb3bb433dbfa8603be2000f7b8dadecfbe741cc6639a
SHA1: e0bba3893fb47f862f21fe9a7b85a766207edf67
MD5sum: f84aa9307da512320dc649344c12228f
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-rewrite-dbgsym
Package-Type: ddeb
Source: pg-rewrite
Version: 2.0.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: postgresql-16-pg-rewrite (= 2.0.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-16-pg-rewrite-dbgsym_2.0.0-2.pgdg26.04+1_amd64.deb
Size: 118844
SHA256: 48a33369d62b17169d31ce025ffab01362e8d356571a43b70033efa4f8482b07
SHA1: 471cc927a77607f9294ac10dadeb7aa38eb43ff8
MD5sum: b78551a2f8863c22e7c4903e18b351fd
Description: debug symbols for postgresql-16-pg-rewrite
Build-Ids: 9ecf92a15ed1a6a1e66e8a7ea832584f8dfee0e4
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-rrule
Source: pg-rrule
Version: 0.3.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-16, libc6 (>= 2.14), libical3t64 (>= 3.0.0)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-16-pg-rrule_0.3.0-1.pgdg26.04+1_amd64.deb
Size: 24764
SHA256: 35c879d4111add1b3b5e39c7359f5081da5c0255df393240b1d894f907e188bb
SHA1: 7ae88becabc39d0927c68e23401aec663552ae54
MD5sum: 8363148858c13dfe31da02c06ddad6cf
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-rrule-dbgsym
Package-Type: ddeb
Source: pg-rrule
Version: 0.3.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-16-pg-rrule (= 0.3.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-16-pg-rrule-dbgsym_0.3.0-1.pgdg26.04+1_amd64.deb
Size: 23856
SHA256: dceb7d5c5c4f1ab627ee41d38ba808440e472356073e60e64b27d33a49a05fc1
SHA1: 189035d4784d8a8e0e15f18c6df8be3f630aa8f5
MD5sum: a0a07712b8e45bd616d03b8f620dcd7b
Description: debug symbols for postgresql-16-pg-rrule
Build-Ids: 61f4f9c0d8fbf5ac035954a064ee38849a4ca84f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-contrib-16, postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-16-pg-stat-kcache_2.3.1-1.pgdg26.04+1_amd64.deb
Size: 35964
SHA256: 567cff290ca6412836864de7d5e433b809f3a577c92c8136eba87c0668c68125
SHA1: 882051391e21057ebd25fbc4295d88911c0fe8c9
MD5sum: 389aac8b27acc0e4b1a2f3aa9ce427bc
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-stat-kcache-dbgsym
Package-Type: ddeb
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-16-pg-stat-kcache (= 2.3.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-16-pg-stat-kcache-dbgsym_2.3.1-1.pgdg26.04+1_amd64.deb
Size: 42812
SHA256: 919182beec41c74c99cd085c4fc3385a1815e5e033a0642457cf9b94f44d03ca
SHA1: ebdeba75f488b44c0e918cd8af99a9334013b789
MD5sum: 8a499294a68423ba1baf2de856db04cb
Description: debug symbols for postgresql-16-pg-stat-kcache
Build-Ids: d0bf8531e51de38618f71dfa7cea11689f05a69b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-5.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-16
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-16-pg-track-settings_2.1.2-5.pgdg26.04+1_all.deb
Size: 9280
SHA256: b9fb272a0bf3f169eb6b509dddd84a4e9e880006ffad5e4c132346c0ac6ea9ff
SHA1: 62db2e06adf61d99b4e7cbc907b1c0ebc79875fc
MD5sum: ca887688277f4305fe2ff159e3816fe4
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-uuidv7
Source: pg-uuidv7
Version: 1.7.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-16, libc6 (>= 2.17)
Homepage: https://github.com/fboulnois/pg_uuidv7
Priority: optional
Section: database
Filename: pool/main/p/pg-uuidv7/postgresql-16-pg-uuidv7_1.7.0-1.pgdg26.04+1_amd64.deb
Size: 12940
SHA256: 47cb010d17644ffb887265308671ed908cdae0a4a8f6fa8f1c3103b8483960c2
SHA1: 4adf7a76ad58a8623e3ae5ac341bdf01fe1b53f6
MD5sum: fa1da47a3f00baa8fc9e96819a21d4f6
Description: Extension providing UUIDv7 data type
 pg_uuidv7 is an extension which provides a UUID v7 data type, in
 particular for PostgreSQL releases before 18 that do not have a
 builtin uuidv7 data type.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-uuidv7-dbgsym
Package-Type: ddeb
Source: pg-uuidv7
Version: 1.7.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-16-pg-uuidv7 (= 1.7.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-uuidv7/postgresql-16-pg-uuidv7-dbgsym_1.7.0-1.pgdg26.04+1_amd64.deb
Size: 7612
SHA256: eef6876a964f1cf7e9550a1e5a1112c7cce686daa7b1eb21e35b0bccc0e63b71
SHA1: 120a3d659c95c2fe0dae2dde1b004a11d805855f
MD5sum: 4667590945424207bba1a5622d6a3e18
Description: debug symbols for postgresql-16-pg-uuidv7
Build-Ids: 08c1da6771a6a823a7dee4dcb08c64b9c35238f2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-16, libc6 (>= 2.4)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-16-pg-wait-sampling_1.1.9-2.pgdg26.04+1_amd64.deb
Size: 39224
SHA256: 3d441a076a304ba2c5da48ce0d1375d8bdb65999fcefe8adedccc06051fc9caf
SHA1: 00dcf3f5a656f075c0ae568552e485bf8e50f11c
MD5sum: f90516c9b51de937763f611b908140ea
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pg-wait-sampling-dbgsym
Package-Type: ddeb
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-16-pg-wait-sampling (= 1.1.9-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-16-pg-wait-sampling-dbgsym_1.1.9-2.pgdg26.04+1_amd64.deb
Size: 56132
SHA256: 4719d9b11e51f8213ff74457a24fda753081e26b3d11c803e062b744a42bfee1
SHA1: 7c06782be517a9e6a54d3eeab77d9c4b92b41efe
MD5sum: f2872d0831b6d75f81e05f276947ba69
Description: debug symbols for postgresql-16-pg-wait-sampling
Build-Ids: 6b0e4918779d38e81a0a15520607875b2f22dce7
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgaudit
Source: pgaudit-16
Version: 16.1-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-16, libc6 (>= 2.4)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-16/postgresql-16-pgaudit_16.1-2.pgdg26.04+1_amd64.deb
Size: 46584
SHA256: 75b40f95735ea23c225bd0d8d3769c33e950c981ea06eca92ea5e3d7c8754487
SHA1: 4ada9b06345986d7a0b070e14236a319aa95ffb0
MD5sum: 369b2023754c1513de51a0c6520af35f
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgaudit-dbgsym
Package-Type: ddeb
Source: pgaudit-16
Version: 16.1-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-16-pgaudit (= 16.1-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-16/postgresql-16-pgaudit-dbgsym_16.1-2.pgdg26.04+1_amd64.deb
Size: 56080
SHA256: 0b50e17948f1a3859bae8cdb94fafb95f885cb894ce48671ff8e50aa2db36416
SHA1: 8828323e40236539937ac28efe11fbc21237d8f2
MD5sum: d64c91c1069b9e2e9a122525001ec3c5
Description: debug symbols for postgresql-16-pgaudit
Build-Ids: 3a9ad76b950f60ad219c9b584605d9fae7bdf56d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-16-pgaudit, postgresql-16, libc6 (>= 2.34)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.7.6-1.pgdg26.04+1_amd64.deb
Size: 50032
SHA256: 2bd65d1a84666467051aa19cc457be705bbfb7267c88f47f9b0c144ab1c7331d
SHA1: ea811515c3e0a419f57dbf70063f1a9d2ef40b09
MD5sum: dc87e1ff58dfea07e5f7345fde67082f
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-16-pgauditlogtofile (= 1.7.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.7.6-1.pgdg26.04+1_amd64.deb
Size: 40868
SHA256: 5a12b598fb8c4a35f6f83e3ef54740b2d9c857681d8084773feb71e745557781
SHA1: 14ecf2a838da4795f623385d971f20d07d20f648
MD5sum: ee0449e05181e17e85edb0e64575a36d
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: 1e6cfeb6471ed1805104a8e0916089acdc517a9a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgextwlist
Source: pgextwlist
Version: 1.19-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-16, libc6 (>= 2.33)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-16-pgextwlist_1.19-2.pgdg26.04+1_amd64.deb
Size: 29900
SHA256: cfb6783134f765ae81f7b2025607c0121f79138635cfa6bd1822c8f18833279b
SHA1: 8ae2fd0f12694c2968adcaa5d17962cafa981250
MD5sum: 03dfe8553c29aba928996780aa7400c2
Description: PostgreSQL Extension Whitelisting
 This extension implements extension whitelisting, and will actively prevent
 users from installing extensions not in the provided list. Also, this
 extension implements a form of sudo facility in that the whitelisted
 extensions will get installed as if superuser. Privileges are dropped before
 handing the control back to the user.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgextwlist-dbgsym
Package-Type: ddeb
Source: pgextwlist
Version: 1.19-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-16-pgextwlist (= 1.19-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-16-pgextwlist-dbgsym_1.19-2.pgdg26.04+1_amd64.deb
Size: 56296
SHA256: 1759be564f79d604a715f5997612088deb751a1aca43f8d9c8384471a7c5ecf9
SHA1: ed2d45899ba5d08743e6c6638f6458f5767afa2d
MD5sum: 631c82b6c308917c03a885fe881d3d9d
Description: debug symbols for postgresql-16-pgextwlist
Build-Ids: 1fb50998134250b338a8f7ec8f2d64c0cab931aa
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgfaceting
Source: pgfaceting
Version: 0.2.0-5.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-16-roaringbitmap, postgresql-16
Homepage: https://github.com/cybertec-postgresql/pgfaceting
Priority: optional
Section: database
Filename: pool/main/p/pgfaceting/postgresql-16-pgfaceting_0.2.0-5.pgdg26.04+1_all.deb
Size: 9896
SHA256: 71f7d108e1722634b932ba84d5c46cf3a4be58bd76d323cb1dc92301d9286697
SHA1: 9e77e33d78f0c6fba49a17185086ebfc687e8278
MD5sum: a756ba67436d344e26af640ad4be4de7
Description: Faceted query acceleration for PostgreSQL using roaring bitmaps
 PostgreSQL extension to quickly calculate facet counts using inverted indexes
 built with roaring bitmaps. Requires pg_roaringbitmap to be installed.
 .
 Faceting means counting number occurrences of each value in a result set for a
 set of attributes. Typical example of faceting is a web shop where you can see
 how many items are remaining after filtering your search by red, green or
 blue, and how many when filtering by size small, medium or large.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgfincore
Source: pgfincore
Version: 1.3.1-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-16, libc6 (>= 2.34)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-16-pgfincore_1.3.1-3.pgdg26.04+1_amd64.deb
Size: 27332
SHA256: f67b038484403c6e09465982aa361efb7e60d5d7004ebdd2d555f6e11eea2659
SHA1: 8bc394776358530b772b5b31f997ee67db796e31
MD5sum: aeca91737dfe40b6c1e52548bd910e5c
Description: set of PostgreSQL functions to manage blocks in memory
 Those functions let you know which and how many disk block from a relation
 are in the page cache of the operating system, and eventually write the
 result to a file. Then using this file, it is possible to restore the page
 cache state for each block of the relation.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgfincore-dbgsym
Package-Type: ddeb
Source: pgfincore
Version: 1.3.1-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-16-pgfincore (= 1.3.1-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-16-pgfincore-dbgsym_1.3.1-3.pgdg26.04+1_amd64.deb
Size: 44828
SHA256: 5577bd2180a53345c02d4910490bf8c140f50d65a4d28d3c96c5e0b92139f6e5
SHA1: 706bfdb6dfb4be9f3cc3a391f2fecbd3a432bd90
MD5sum: a0b4b97a6ac80b781fe934bebfa2d4bb
Description: debug symbols for postgresql-16-pgfincore
Build-Ids: 983aa2316159e9e36f8995dbf7b0182559482582
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pglogical
Source: pglogical
Version: 2.4.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1117
Depends: postgresql-16, libc6 (>= 2.38), libpq5 (>= 9.1~)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-16-pglogical_2.4.6-1.pgdg26.04+1_amd64.deb
Size: 349496
SHA256: 61eb38db2ebddf3582db89554ab125f9facee2477ba33f865f9e6b5b332d4147
SHA1: 97c24fa781b082caeccbb59bc474ab0a28ed0957
MD5sum: 5b24d4323b67ea8060000caf3874b39b
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pglogical-dbgsym
Package-Type: ddeb
Source: pglogical
Version: 2.4.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 634
Depends: postgresql-16-pglogical (= 2.4.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-16-pglogical-dbgsym_2.4.6-1.pgdg26.04+1_amd64.deb
Size: 452124
SHA256: 3617659045e199ef2e5e88daeb93e020988424c70a13b870800ba884cba293bd
SHA1: 31ab1607a0f82175b79ee755f88ddfc5beeef7d0
MD5sum: fecedfb7d5ec0fb5751b075d6a31987f
Description: debug symbols for postgresql-16-pglogical
Build-Ids: 01a5781bc869d7473ff19c24ec2a83ffb73e2934 1ee58cd2453fcd76487bddbf9c4f986d8794e1bc c81cff09eadad327a0c95bce943178f2f4b337b1
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgmemcache
Source: pgmemcache
Version: 2.3.0-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-16, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-16-pgmemcache_2.3.0-15.pgdg26.04+1_amd64.deb
Size: 46248
SHA256: 43f0a8a798644a5eaf2baf782388e85497c3c582fa47a50b395ca4e68fa94df3
SHA1: 9c64851cd55af38c3275ead4c6b31812c964b619
MD5sum: 6d35e7ea8661c89876eee88d173a93ae
Description: PostgreSQL interface to memcached
 pgmemcache is an extension for PostgreSQL that provides an API to
 memcached through user-defined functions.
 .
 memcached is a high-performance, distributed memory object caching
 system, generic in nature, but originally intended for use in
 speeding up dynamic web applications by alleviating database load.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgmemcache-dbgsym
Package-Type: ddeb
Source: pgmemcache
Version: 2.3.0-15.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-16-pgmemcache (= 2.3.0-15.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-16-pgmemcache-dbgsym_2.3.0-15.pgdg26.04+1_amd64.deb
Size: 51572
SHA256: b29f3d0bc444fee8fe839256aa3c3f8e98f8045332882124043c4af182ae33d5
SHA1: a25534a6eba4da93e5c8ab4fe2fe76686bebfcef
MD5sum: 34f9295ad80328e84341fa2c8bc23e83
Description: debug symbols for postgresql-16-pgmemcache
Build-Ids: 52fb50cb4cd44734edefbd6c15e078613575deeb
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgmp
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: postgresql-16, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-16-pgmp_1.0.5-4.pgdg26.04+1_amd64.deb
Size: 103596
SHA256: df33a9554d4f587deb059fe9dd44ec3d69b354eec98737f034f78865f47c7a6d
SHA1: b69ce5b4f6059f859a3e6f85f5542d98d21add91
MD5sum: 068fd575ce34fe16d726cc9436af65b9
Description: arbitrary precision integers and rationals for PostgreSQL 16
 pgmp is a PostgreSQL extension to add the GMP data types and functions
 directly into the database.
 .
 The extension adds the types mpz (arbitrary size integers) and mpq (arbitrary
 precision rationals) to PostgreSQL and exposes to the database all the
 functions available in the GMP library for these data types, allowing:
 .
  * higher performance arithmetic on integers respect to the numeric data type
  * a rational data type for absolute precision storage and arithmetic
  * using specialized functions to deal with prime numbers, random numbers,
    factorization directly into the database.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgmp-dbgsym
Package-Type: ddeb
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: postgresql-16-pgmp (= 1.0.5-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-16-pgmp-dbgsym_1.0.5-4.pgdg26.04+1_amd64.deb
Size: 96072
SHA256: fffb20f031a83ee0131efe0ffec655ec39c2e363ca0d30d0c599213b856d17ff
SHA1: c50d7710510912843e1f6fd1f8eb3792a7c3c59c
MD5sum: 5284b3f05d9a0d6711a680160d45ed39
Description: debug symbols for postgresql-16-pgmp
Build-Ids: af7fec4040b621bdd09cdc984d6e5287123ca09c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgnodemx
Source: pgnodemx
Version: 1.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-16-pgnodemx_1.7-2.pgdg26.04+1_amd64.deb
Size: 83436
SHA256: faaaabf980fe8f26aadf0f405fae8811bf20407adabd14aba9b037b6e5bccc9d
SHA1: a7576c2e3541d2d62777c45f6fd96d39315f1e34
MD5sum: 481e0113148067733a08102bb08327a5
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgnodemx-dbgsym
Package-Type: ddeb
Source: pgnodemx
Version: 1.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: postgresql-16-pgnodemx (= 1.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-16-pgnodemx-dbgsym_1.7-2.pgdg26.04+1_amd64.deb
Size: 81632
SHA256: 1c5ef260dd0f622dd1b475b52d31a463b43098168024d950ac232404ff9ccaf7
SHA1: 7c210533752514ca33779ef9955fde7998741e56
MD5sum: dc5eea057c674bf5f0f78881e4db5d27
Description: debug symbols for postgresql-16-pgnodemx
Build-Ids: e20095ff0a7beafbd0987cc2df095099ffd438b7
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgpcre
Source: pgpcre
Version: 0.20190509-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-16, libc6 (>= 2.14), libpcre2-8-0 (>= 10.22)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-16-pgpcre_0.20190509-9.pgdg26.04+1_amd64.deb
Size: 18544
SHA256: ab52efc392fcd4cad5555d75fbc4f52726f6d4402c5ce2e6f5cc1673e3b30e76
SHA1: 10d7788275d488a539e2c56500dd46842fbc23db
MD5sum: 8fc42819bd4cf7b493093f52dec96e58
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgpcre-dbgsym
Package-Type: ddeb
Source: pgpcre
Version: 0.20190509-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-16-pgpcre (= 0.20190509-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-16-pgpcre-dbgsym_0.20190509-9.pgdg26.04+1_amd64.deb
Size: 17400
SHA256: 209bc9d387b5d1ee3b45ce2b404cee8039edf0db025ca2da9aa69e18883f0c70
SHA1: ca678e1b2335118e94f5f224e652f30dc8a750c1
MD5sum: 9faa921d94f0c35802a73f09e02e7301
Description: debug symbols for postgresql-16-pgpcre
Build-Ids: 96a35db8de053137ac5fc5e6e8682b5de00df9f7
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgpool2
Source: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: libpgpool2 (>= 4.7.0-1.pgdg26.04+1), postgresql-16, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 159784
SHA256: 72e2628e266d4afb6474357038bcef10bd3b5e4f3e4eac33e664fc4de15b1c2e
SHA1: 91c73add9bb571c458b154d8feafff9f6d0c10d7
MD5sum: ba138b3fcf497b18d1c9e517a4dcdea0
Description: connection pool server and replication proxy for PostgreSQL - modules
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client.  This package contains support modules for
 the PostgreSQL 16 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgpool2-dbgsym
Package-Type: ddeb
Source: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-16-pgpool2 (= 4.7.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2-dbgsym_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 60704
SHA256: d6cca05f2765307cabdfbbe9347d2d515fc2723bc90fe1200a92a44a251eb105
SHA1: d90f65a15e912126899a1417d40f64f254241c8d
MD5sum: 7872142d493d0f9b20fbea990071e26d
Description: debug symbols for postgresql-16-pgpool2
Build-Ids: 0125ae65f691cc850d9d98f30a6d03c9b5f014e8 9cfd32590b3bdbe38e8780f4dea2a8409986a025 daeeed302298cbe93572130e730ecb2384675b30
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgq-node
Source: pgq-node
Version: 3.5-8.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 539
Depends: postgresql-16, postgresql-16-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-16-pgq-node_3.5-8.pgdg26.04+1_all.deb
Size: 12948
SHA256: 54025515c8b804edadb63d5d472383371d7155fde90452002a76725a62ef7ad8
SHA1: 847bf917f9a21d92ce4088f32a07f5d2ee25dee3
MD5sum: 87a222246dd22c01018feca8526db699
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgq3
Source: pgq
Version: 3.5.1-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2233
Depends: pgqd, postgresql-16, libc6 (>= 2.4)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-16-pgq3_3.5.1-2.pgdg26.04+1_amd64.deb
Size: 125660
SHA256: f84ee7e27bc9d75a71e9ce99fed7b3d736908302a1e40a2ee128296d0362520c
SHA1: 1d55867b7125f77abf4f8a4073d1908757609246
MD5sum: d51a6eb4fd75a0c821923e76c52701cd
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgq3-dbgsym
Package-Type: ddeb
Source: pgq
Version: 3.5.1-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-16-pgq3 (= 3.5.1-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-16-pgq3-dbgsym_3.5.1-2.pgdg26.04+1_amd64.deb
Size: 84980
SHA256: 0729a99fae85043fa2e2dcc382c5faabf949fa481ecf5b495ba5679f3e7c3c2b
SHA1: 8e998c655a30bb1b8e114de1b5838da114ba8c68
MD5sum: 575bc2c614192f3314d02b1a294eca76
Description: debug symbols for postgresql-16-pgq3
Build-Ids: 50f74f41b2a05d602ab52a25000cbaa72f9c19fa a4ddef0794e3a673e3d94a60818cf13b181ab642
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgrouting
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2197
Depends: postgresql-16-pgrouting-scripts (>= 4.0.1-1.pgdg26.04+1), postgresql-16, postgresql-16-postgis, postgresql-16-postgis-scripts, libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting_4.0.1-1.pgdg26.04+1_amd64.deb
Size: 656512
SHA256: e87e0e147cacef5a5fed8b54a78f55390d28b1ce24ce3d4502afef6f3ae7c603
SHA1: 3eb648dab1d0668c323e7a1c218ed3f236f06e82
MD5sum: 59f8e33caeee7855862eca115d41f94a
Description: Routing functionality support for PostgreSQL/PostGIS
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package supports PostgreSQL 16.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgrouting-dbgsym
Package-Type: ddeb
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 14258
Depends: postgresql-16-pgrouting (= 4.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-dbgsym_4.0.1-1.pgdg26.04+1_amd64.deb
Size: 13783796
SHA256: 6120e2fc44b83c70972d0a5db03044d9f0779c8b2059c0a234152f02ba730814
SHA1: 0da32953c60ec171361781a489d6a5506b7befc5
MD5sum: d29dfc86849d8f04f93ebbe79d47717a
Description: debug symbols for postgresql-16-pgrouting
Build-Ids: 5fdd7665fd1ceab6b8c6e5b36e4b9ddf88ff706b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgrouting-scripts
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3948
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-16-pgrouting-scripts_4.0.1-1.pgdg26.04+1_all.deb
Size: 53088
SHA256: 71b4e4ee34a46f28958281daeef0e06398f5525e961a40debdabc13ac12e6160
SHA1: 2922bac35f786b015bb5569252bd9c07c6fff48a
MD5sum: 82ff99e84ebb0cc43e9e3d3347f16e22
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 16.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgsentinel
Source: pgsentinel
Version: 1.4.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-contrib-16, postgresql-16, libc6 (>= 2.14)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-16-pgsentinel_1.4.0-1.pgdg26.04+1_amd64.deb
Size: 45964
SHA256: aa5bdb2cebe24728c986f72b0fcf493e47487c311b84cd20afd66a10458e2d7b
SHA1: 0e60c553f562887b851653e9f1f29c0669cf8976
MD5sum: 1560e6decbbcd7608f1fcb4c3df37010
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgsentinel-dbgsym
Package-Type: ddeb
Source: pgsentinel
Version: 1.4.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-16-pgsentinel (= 1.4.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-16-pgsentinel-dbgsym_1.4.0-1.pgdg26.04+1_amd64.deb
Size: 75252
SHA256: d8c4d56de496a9726d47814b9f80914635da84f7b1bc2babb2a8be5b7bbabd9f
SHA1: e48612d569e818768b76084688a94c0e35e22536
MD5sum: 0b0dbcb71877502b45af7474213b2a84
Description: debug symbols for postgresql-16-pgsentinel
Build-Ids: 8bf1657753ec5a08aacbaa37d3eabbe2e896fec8
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgsphere
Source: pgsphere
Version: 1.5.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1601
Depends: postgresql-16, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Breaks: postgresql-16-jit-llvm (<< 21)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere_1.5.2-1.pgdg26.04+1_amd64.deb
Size: 414696
SHA256: 0c3cfef3ce6461f7348e148e8724e4d6b7fa052b047018619a04f575a9a5991b
SHA1: 04bafea42d1ab75e34d435b20698c7ac7a7874ba
MD5sum: 0eaae2dea0df2044ff75e5fde138db5c
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgsphere-dbgsym
Package-Type: ddeb
Source: pgsphere
Version: 1.5.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 612
Depends: postgresql-16-pgsphere (= 1.5.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-16-pgsphere-dbgsym_1.5.2-1.pgdg26.04+1_amd64.deb
Size: 466256
SHA256: 0a1ded29c8e0bcf1dfeb250ca8adfc55f454950fd546ec58e7622e320a95b013
SHA1: 5b4757c4189b94a8f24261d41a8e545dcbc598f5
MD5sum: bad4630113777636f24167a004fcce0f
Description: debug symbols for postgresql-16-pgsphere
Build-Ids: d75b84624c1d7d6bdb3e7a7d614a2050901104e1
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgtap
Source: pgtap
Version: 1.3.4-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-16
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-16-pgtap_1.3.4-1.pgdg26.04+1_all.deb
Size: 45972
SHA256: 9b5aa10f96af1c2367e461632066d4dbe61b16628012c5c47349ce3ef8d93fd5
SHA1: 349046aaf917b852873c478686cec380f37b11fe
MD5sum: 3c72bb80e229529a43288cff2b15a541
Description: Unit testing framework extension for PostgreSQL 16
 pgTAP is a suite of database functions that make it easy to write
 TAP-emitting unit tests in psql scripts suitable for harvesting,
 analysis, and reporting by a TAP harness, such as those used in Perl
 and PHP applications.
 .
 TAP is the Test Anything Protocol (http://testanything.org/).
 .
 This package contains the extension for PostgreSQL 16.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgtt
Source: pgtt
Version: 4.4-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-16, libc6 (>= 2.4)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-16-pgtt_4.4-2.pgdg26.04+1_amd64.deb
Size: 54148
SHA256: 5447ecc200448658fa41494f8efda0b602886678c344b5087fe43252cc5dec63
SHA1: 990144a359b5b5a759effb2b8c34eb0a2506f4fe
MD5sum: b7f68fac2f8ebd2ce05a8fdfa16b9294
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgtt-dbgsym
Package-Type: ddeb
Source: pgtt
Version: 4.4-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-16-pgtt (= 4.4-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-16-pgtt-dbgsym_4.4-2.pgdg26.04+1_amd64.deb
Size: 79596
SHA256: dd43c0b9846624c731795ce5bdc94bc47e5d48ffc41abe6a54bd28b79f7e4609
SHA1: ebf98452c8187e849107843d96c42ff7c5289fc8
MD5sum: ad7a5168b8f29208d3d76e3041697c89
Description: debug symbols for postgresql-16-pgtt
Build-Ids: 1fdd5083a1a9f6eea94f5f35c69595c445d4d612
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgvector
Source: pgvector
Version: 0.8.1-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 690
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-16-pgvector_0.8.1-2.pgdg26.04+1_amd64.deb
Size: 256500
SHA256: bbca84d30ebf71128dadc05b4751c8fe8ce5dcfcfeed0fb182e94f768aa7e96a
SHA1: 6a1811a9011f115a02a178b294998e497bf3b418
MD5sum: 779bae279a62351bf440b159650cc6ab
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pgvector-dbgsym
Package-Type: ddeb
Source: pgvector
Version: 0.8.1-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 418
Depends: postgresql-16-pgvector (= 0.8.1-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-16-pgvector-dbgsym_0.8.1-2.pgdg26.04+1_amd64.deb
Size: 333828
SHA256: 129daf24f74ac61ac9c0b3b05ada57481669b4a7f1ada1c5ed0f72ef0a96eca6
SHA1: 9eaf20e060bd59ddffffd2b8bd8e58dea95640e4
MD5sum: 02026632bf0211282359a45cfab79064
Description: debug symbols for postgresql-16-pgvector
Build-Ids: 440f97c72751a66ed96dcf9f4813728ccf65fffa
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pldebugger
Source: pldebugger
Version: 1:1.9-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-16, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-16-pldebugger_1.9-1.pgdg26.04+1_amd64.deb
Size: 72132
SHA256: 635268e2354d13c0a0c8944f750c53eec2b13e1aa50d355d60c644af73d3fbd1
SHA1: ea9dca7f20258ac98fdecd471abc8d2b993f2a4e
MD5sum: f0beb7580920cb87fba2e0aeb40118c8
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pldebugger-dbgsym
Package-Type: ddeb
Source: pldebugger
Version: 1:1.9-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-16-pldebugger (= 1:1.9-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-16-pldebugger-dbgsym_1.9-1.pgdg26.04+1_amd64.deb
Size: 105236
SHA256: 1b4b526b2bf8fdb18a0b624d8905cf75e376928615906f6c93251518d62c0926
SHA1: 15dd411f54058847612116b9869c33de05b29cdc
MD5sum: 9fd6b0b39155b6a753df577ab1c18793
Description: debug symbols for postgresql-16-pldebugger
Build-Ids: 1fda9b88eef74580d02c4413f0e10c01d3cd96cb
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pljs
Source: pljs
Version: 1.0.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1038
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-16-pljs_1.0.5-1.pgdg26.04+1_amd64.deb
Size: 438988
SHA256: ff5b7d92c30920698d16bf45eabe0572e8eae5b41bfb1ef36954b0382ba88ee2
SHA1: 7295be53ae99a6766fa9522cfa0f73774743531d
MD5sum: 7ad5f9439537bb39804a470b888d5b15
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pljs-dbgsym
Package-Type: ddeb
Source: pljs
Version: 1.0.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1641
Depends: postgresql-16-pljs (= 1.0.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-16-pljs-dbgsym_1.0.5-1.pgdg26.04+1_amd64.deb
Size: 1413184
SHA256: a0ad69a0c551096817e210cf78f9d5bc27453862d5e0aac12cfad3c8b8967e73
SHA1: e819d27ca2219839bf1cdc63b742f6c6fedde9e9
MD5sum: a8006f31c4aa64ac5f30476afee335b6
Description: debug symbols for postgresql-16-pljs
Build-Ids: d6d3c500667527ee9275fa03a4a6375a33a6d4db
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pllua
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 854
Depends: postgresql-contrib-16, postgresql-16, libc6 (>= 2.38), liblua5.3-0
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-16-pllua_2.0.12-7.pgdg26.04+1_amd64.deb
Size: 353124
SHA256: 26845a673a1259da0a8496daff4312858988766d69b57cc0066b80b6beda2da6
SHA1: e7b72dcae6af8de8fcf2d41bcaa8738f4b1956ad
MD5sum: 7bab2d55b224d9c371d073aa4cdbf12b
Description: Lua procedural language for PostgreSQL 16
 PL/Lua is an implementation of Lua as a loadable procedural language for
 PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers
 written in the Lua programming language.
 .
 It brings the power and simplicity of Lua to PostgreSQL, including:
 small memory footprint, simple syntax, lexical scoping, functions as
 first-class values, and coroutines for non-preemptive threading.
 .
 This package is based on pllua-ng.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-pllua-dbgsym
Package-Type: ddeb
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 468
Depends: postgresql-16-pllua (= 1:2.0.12-7.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-16-pllua-dbgsym_2.0.12-7.pgdg26.04+1_amd64.deb
Size: 342972
SHA256: babd490318098a1044837c90e99422ec0d09cd57af249ceb2f796c4bcbc1f4f7
SHA1: 8632d307544563fe3359fd28c801a034fa8be191
MD5sum: dc9a312f682081321c82cb8caf9a3552
Description: debug symbols for postgresql-16-pllua
Build-Ids: 4d48f7d7599d1190ac6fd4adb5f6181cdb218771 ccb51550b7e75dd71f1c894a33879de79fa009f0
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.8.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 662
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.8.8-1.pgdg26.04+1_amd64.deb
Size: 297512
SHA256: 29a4bd673da3e72f6eb82d9b021e2c3396833eebea1a2452e09e1fab71b74c4f
SHA1: 0d3f0bc70519b690670f239a3e045bccf4493a83
MD5sum: 7c8707ad9411c6b2cb06cde628f16b4f
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-plpgsql-check-dbgsym
Package-Type: ddeb
Source: plpgsql-check
Version: 2.8.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: postgresql-16-plpgsql-check (= 2.8.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.8.8-1.pgdg26.04+1_amd64.deb
Size: 335488
SHA256: c463473870c7ac61b07dd4c19f3dc4c57c339b3882158127e06944e7f1c9fed0
SHA1: 5ecb480e1f9976b9f837048da15cb5a1651a9353
MD5sum: c0e62c27d73a713df6d5a03d761c354d
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: ff7b0cc9b5957003ee65d03e773a5a290803f4c2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-plprofiler
Source: plprofiler
Version: 4.2.5-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-16, libc6 (>= 2.17)
Recommends: plprofiler
Breaks: postgresql-16-jit-llvm (<< 21)
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-16-plprofiler_4.2.5-4.pgdg26.04+1_amd64.deb
Size: 45908
SHA256: 13b7dc7239ec93a949767ccf6436c1fb5afebd041250e8979b16f427d515d8e2
SHA1: 6132951faab913194c04f37c34241eff44b3d2a4
MD5sum: f2924aed378fd7f1502c959e5fda519e
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-plprofiler-dbgsym
Package-Type: ddeb
Source: plprofiler
Version: 4.2.5-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: postgresql-16-plprofiler (= 4.2.5-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-16-plprofiler-dbgsym_4.2.5-4.pgdg26.04+1_amd64.deb
Size: 70284
SHA256: 9f038488e7de78057673daa58c5f45c532d1880189ad5161aa9aed94671bdf7d
SHA1: c41d018df50ca34ebbb66ea018b4cc2e18224ff5
MD5sum: 0117be22e192624a1e8625a756a228f3
Description: debug symbols for postgresql-16-plprofiler
Build-Ids: 088d3dd3f76aab8995871a83800e76ecd0c07357
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-plproxy
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 294
Depends: postgresql-16, libc6 (>= 2.38), libpq5
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-16-plproxy_2.11.0-13.pgdg26.04+1_amd64.deb
Size: 134052
SHA256: 7d3121e99f2f96939c224acf2d690d1a0464c14c5cb3726d8c855a53c1cd1020
SHA1: 5f932a08ef4604799711727064cbcba525c40cdf
MD5sum: 27e041dad66a37b17c18134e9813301d
Description: database partitioning system for PostgreSQL 16
 PL/Proxy is a database partitioning system implemented as a PL language. Main
 idea is that proxy functions are created with same signature as the remote
 functions to be called, so only destination info needs to be specified inside
 proxy function bodies.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-plproxy-dbgsym
Package-Type: ddeb
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-16-plproxy (= 2.11.0-13.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-16-plproxy-dbgsym_2.11.0-13.pgdg26.04+1_amd64.deb
Size: 132008
SHA256: 98819b797e41543d5c9555bafaa05c24f350e9105737e920c61abd93cc6debc3
SHA1: 7ebcb7e8b1ed32cd28bd68921ffb1e857de96d4e
MD5sum: ac8a153760e0f1193c90e58df16dccb1
Description: debug symbols for postgresql-16-plproxy
Build-Ids: 3b56295be0c3d503151b057d184e99b05c782e8d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-plr
Source: plr
Version: 1:8.4.8.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: r-base-core (>= 2.10), postgresql-16, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-16-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-16-plr_8.4.8.2-1.pgdg26.04+1_amd64.deb
Size: 128600
SHA256: cef98fb53345788bf1d341aab571496fb44f2783848736124d89033c2fee57e8
SHA1: f52caba17189baac6ec522859677b31bde57f956
MD5sum: b2f8679b3e346814bd1db87c4922bd82
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-16-plr (= 1:8.4.8.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-16-plr-dbgsym_8.4.8.2-1.pgdg26.04+1_amd64.deb
Size: 140804
SHA256: b3ce1c272b88c88305cbf86b08b4e99d5250f203c448095317ec263f299188a0
SHA1: 99af3d12e09d45c240bb8b53d6432fabce0e6679
MD5sum: 48aad3c7c5a2b9202e1035b6184f1b04
Description: debug symbols for postgresql-16-plr
Build-Ids: 5a4234c14978333914cf382c9a5d9acd96a20ed6
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-plsh
Source: postgresql-plsh
Version: 1.20220917-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/petere/plsh
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-16-plsh_1.20220917-4.pgdg26.04+1_amd64.deb
Size: 28396
SHA256: 28ac0abc71ead2af13d206f1187c6dc8f42fc8b74685663f9cf2176acc7050b5
SHA1: b387cdb0042edb5f8a28daaba96215831bfccefa
MD5sum: 362e0419e9ed5230a8e8cacc72b3eb35
Description: PL/sh procedural language for PostgreSQL 16
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in a shell of his choice.  You need this package
 if you have any PostgreSQL 16 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-plsh-dbgsym
Package-Type: ddeb
Source: postgresql-plsh
Version: 1.20220917-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-16-plsh (= 1.20220917-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-16-plsh-dbgsym_1.20220917-4.pgdg26.04+1_amd64.deb
Size: 49160
SHA256: 6cd78d17eb4edd2b474510aea6aa526c42ea612ff0c846605403156d37c97160
SHA1: 359943c3246bb0d803f2fc7f703abcc019bc8f50
MD5sum: 410a5f1673fa3c7d54ad9cdc4ce8f65e
Description: debug symbols for postgresql-16-plsh
Build-Ids: a333c360e1b86ebbe376c2e11e2874d14d7823d4
Timestamp: 2026-02-12 22:34:45+00

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

Package: postgresql-16-pointcloud-dbgsym
Package-Type: ddeb
Source: pgpointcloud
Version: 1.2.5-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-16-pointcloud (= 1.2.5-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-16-pointcloud-dbgsym_1.2.5-3.pgdg26.04+1_amd64.deb
Size: 191568
SHA256: 13932a6ac80d4b00f62c248dbac013a2be6101a7973e125f9b8879e62124a6e6
SHA1: 3c67812124534d217d18b17fcba8b11c0fbcb169
MD5sum: 2e237cbc0f676cc13658c4006727cf5d
Description: debug symbols for postgresql-16-pointcloud
Build-Ids: 82507c5265fef7f8fddf91abda60d961b759812b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-postgis-3
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9945
Depends: postgresql-16, postgresql-16-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-16-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3_3.6.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 3608392
SHA256: ecf15451c10e88349a00da71dde78f01ae036ae18a01656c8d899daa71d0e107
SHA1: 04c3140a24ebbc7d14d40a74eacd0c2f85a3b5e1
MD5sum: e8705a3b51b0ba4870c4425ba1f47b3d
Description: Geographic objects support for PostgreSQL 16
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-postgis-3-dbgsym
Package-Type: ddeb
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5272
Depends: postgresql-16-postgis-3 (= 3.6.2+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-16-postgis-3-dbgsym_3.6.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 4132428
SHA256: 184cf244c8505fa73cdc2a8406ce576f61aeadb974548d892abc0520e149cfe6
SHA1: db3f3e113a152e8b57119cff12bafee402418707
MD5sum: e2fa970264ef2271226021aa7408d200
Description: debug symbols for postgresql-16-postgis-3
Build-Ids: 20542b9693980e973ec4a6370f0c7f6fd3d82b6a 315fb3e78ea592c6f287f33843c6cfdcf284dcd7 5ebb2720ab448315395083d1ac58ec1679723772 7f3cb4dc12c80145f9670e0061fc1dcb431758dc ecb55184eb67f5881c2eb7923e2b05703f6f97ad
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-postgis-3-scripts
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38990
Recommends: postgresql-16-postgis-3
Provides: postgresql-16-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3-scripts_3.6.2+dfsg-1.pgdg26.04+1_all.deb
Size: 1296320
SHA256: 27fabe97415ff9ea54c44433a44ace30f30d00c8279c7e7b0e3e07370f5fb662
SHA1: b6cf7d2c4748d6198b1ad11557b80b89df0a8c2c
MD5sum: 8d8ecf5bf2563803fa175d58c64b410e
Description: Geographic objects support for PostgreSQL 16 -- SQL scripts
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This package contains the SQL scripts for installing PostGIS in a PostgreSQL
 16 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-powa
Source: powa-archivist
Version: 5.1.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1924
Depends: postgresql-contrib-16, postgresql-16, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Breaks: postgresql-16-jit-llvm (<< 21)
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-16-powa_5.1.1-1.pgdg26.04+1_amd64.deb
Size: 60420
SHA256: f57e829ba11a79af701fd974d1ccab0650448adbfc1c1b49e024012ee87d3525
SHA1: 0ebc5031dd347d65c467404ab5b5462bff649a09
MD5sum: d1adf4bdee7a04b6a338cc2d21b82928
Description: PostgreSQL Workload Analyzer -- PostgreSQL 16 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-powa-dbgsym
Package-Type: ddeb
Source: powa-archivist
Version: 5.1.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-16-powa (= 5.1.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-16-powa-dbgsym_5.1.1-1.pgdg26.04+1_amd64.deb
Size: 38316
SHA256: 9036aeac30065fe5740962ef16fa8fb1dd33f2b6b0dc7f422ba133d203d3e189
SHA1: ab1ff2dad85ea86b0dfefde79d4874c467ad31e6
MD5sum: f151b1eebda1aebae50229958220617b
Description: debug symbols for postgresql-16-powa
Build-Ids: 5f640dc5ef6ad5034c4c5e6a9cac1a7ea3a5f841
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-prefix
Source: prefix
Version: 1.2.10-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-16, libc6 (>= 2.14)
Breaks: postgresql-16-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-16-prefix_1.2.10-4.pgdg26.04+1_amd64.deb
Size: 41496
SHA256: d8e1d6de790f44ed3a09dacc5b3fdb8cd0f12c61ab2cca1bbe6e1718e6a1a93b
SHA1: a63d48f52e87dca8426fc7f59d7357c6a27ec0ab
MD5sum: 109eb46c2ce76f6b4173cc35d842faf9
Description: Prefix Range module for PostgreSQL
 This PostgreSQL module provides the prefix_range datatype, allowing to
 index searches such as finding the longest prefix matching a telephone
 number, having prefixes in a table and telephone number as a parameter:
 .
  select * from prefixes where prefix @> '0100091234';
 .
 The prefix column has to be of type prefix_range, and any text field
 can get indexed by the provided GiST opclass.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-prefix-dbgsym
Package-Type: ddeb
Source: prefix
Version: 1.2.10-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-16-prefix (= 1.2.10-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-16-prefix-dbgsym_1.2.10-4.pgdg26.04+1_amd64.deb
Size: 49648
SHA256: b0e54c700107a37769bf587d9158522b3d924bb9973d28f25ab6a230c37873b8
SHA1: 581aee52b38fefb29599039fda5f996f51ab1890
MD5sum: 55c9747cfa15b762d9f7061bd8629a7e
Description: debug symbols for postgresql-16-prefix
Build-Ids: d64dc479522949fcb4912c897e1d971ab6897d6c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-preprepare
Source: preprepare
Version: 0.9-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-16, libc6 (>= 2.4)
Breaks: postgresql-16-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-16-preprepare_0.9-10.pgdg26.04+1_amd64.deb
Size: 16892
SHA256: bfa10c2ada421065d432ce5af0b82693e08c5c25f62adfce12e498565a6abd85
SHA1: e43952da3df2dc0d3eb4be285d8e2236ed541360
MD5sum: 9763f16f0f549b470ef852850ef81417
Description: pre prepare your PostgreSQL statements server side
 The pre_prepare module for PostgreSQL aims to prepare all your statements as
 soon as possible and in a way that allows client queries not to bother at all
 and just call EXECUTE.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-preprepare-dbgsym
Package-Type: ddeb
Source: preprepare
Version: 0.9-10.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-16-preprepare (= 0.9-10.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-16-preprepare-dbgsym_0.9-10.pgdg26.04+1_amd64.deb
Size: 17904
SHA256: b4afbdd534e8aa35d1450bcbae8974c535f1501ef753be9d0054773abbeba0cb
SHA1: 9b49582c7d74aa674f8b697e647532480c708fea
MD5sum: 4639da2c4852d8b0f3924c9f726bfb1a
Description: debug symbols for postgresql-16-preprepare
Build-Ids: 55a321a32e15ba49d3978d18b45e7f096013e7e6
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-prioritize
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-16, libc6 (>= 2.2.5)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-16-prioritize_1.0.4-13.pgdg26.04+1_amd64.deb
Size: 12244
SHA256: 3ebee643dc4d914fe5f9cfc47b30c5d2ab398bc3a2fc1fb5ddcb12164b68657a
SHA1: cd47b684b65816877ef3ca8c2ee127b10cff3ca6
MD5sum: 60944338500ee08ecbb86f3a02206ba8
Description: Get and set the nice priorities of PostgreSQL backends
 This module implements an interface to getpriority() and setpriority() for
 PostgreSQL backends, callable from SQL functions. Essentially, this module
 allows users to `renice' their backends.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-prioritize-dbgsym
Package-Type: ddeb
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-16-prioritize (= 1.0.4-13.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-16-prioritize-dbgsym_1.0.4-13.pgdg26.04+1_amd64.deb
Size: 13764
SHA256: f322d8db100124790787a07f7a992eee802b37f9baa06db47999176d6d5a4eee
SHA1: 600aa2eec4a5197bde58e1e6e46df306b3042e83
MD5sum: d8954924e50521db2323902f51d4c875
Description: debug symbols for postgresql-16-prioritize
Build-Ids: 9f4b94834fe86b35f3598999dec24efffeadaf2f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-q3c
Source: postgresql-q3c
Version: 2.0.1-6.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3495
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-16-q3c_2.0.1-6.pgdg26.04+1_amd64.deb
Size: 163436
SHA256: ac8a65bdeed843232b1e1e9f4752bcf31031b06c05a06d569430ac97e936686d
SHA1: 0b2b48c5ef9916d84165f9fa350ee4855c2889bf
MD5sum: 3958fa922df9b49c2bdd2e90718bae94
Description: PostgreSQL 16 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-q3c-dbgsym
Package-Type: ddeb
Source: postgresql-q3c
Version: 2.0.1-6.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-16-q3c (= 2.0.1-6.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-16-q3c-dbgsym_2.0.1-6.pgdg26.04+1_amd64.deb
Size: 112268
SHA256: b40a346496fdacaa70982e510b5927a5080c51dee4cb86f647d92fb4eca8358b
SHA1: 4dfe2373d609157057705b301f4bbe85330361a5
MD5sum: e4b6890c6e29e7981d0e0f7e9cd07450
Description: debug symbols for postgresql-16-q3c
Build-Ids: 199fc50b96054660c29cc935e23ac53b1fd992a3
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-rational
Source: pg-rational
Version: 0.0.2-8.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-16-rational_0.0.2-8.pgdg26.04+1_amd64.deb
Size: 24640
SHA256: 652cc0505ab992f67e063e1ec7a9f4ae393dbe349e9c2526c34003583cb19eec
SHA1: 2610ed2fefef74e571114baf0d6a7b113b78ddef
MD5sum: c15de3b133e9b966171358123c5faca6
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-rational-dbgsym
Package-Type: ddeb
Source: pg-rational
Version: 0.0.2-8.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-16-rational (= 0.0.2-8.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-16-rational-dbgsym_0.0.2-8.pgdg26.04+1_amd64.deb
Size: 23264
SHA256: 10579b3a8a2542df44f6c86d527732d5fe5b66bc92cd4d79e8295f75414101d0
SHA1: 2fcc85305cb358637dea81d08e5ff84c0e5251ab
MD5sum: 6472c9d356bc0b80654efbf946cf67d2
Description: debug symbols for postgresql-16-rational
Build-Ids: e404e04fd63e2d6ee3f568cc750ec53e6ca1c615
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-repack
Source: pg-repack
Version: 1.5.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-16, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-16-repack_1.5.3-1.pgdg26.04+1_amd64.deb
Size: 101876
SHA256: e3a8381a66e3e183f34cdef95140e8efb04e37c3488c65214495affcdac962a4
SHA1: 0c4cf30d1171e898be658b9808d881e5adaf8958
MD5sum: 8e085eda53f08380e2dc92e7bc9dc415
Description: reorganize tables in PostgreSQL databases with minimal locks
 pg_repack is a PostgreSQL extension which lets you remove bloat from tables
 and indexes, and optionally restore the physical order of clustered indexes.
 Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive
 lock on the processed tables during processing. pg_repack is efficient to
 boot, with performance comparable to using CLUSTER directly.
 .
 This package contains the pg_repack program and the server extension for
 PostgreSQL 16.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-repack-dbgsym
Package-Type: ddeb
Source: pg-repack
Version: 1.5.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-16-repack (= 1.5.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-16-repack-dbgsym_1.5.3-1.pgdg26.04+1_amd64.deb
Size: 125420
SHA256: fb27bb1a2e76fd8f0a5ac02816713bf80e7240dc7fb82d2787c2d05940dafb2d
SHA1: 550dfa645822ba533ebed838de38990acb15495b
MD5sum: 4ed5636449f378357ab93134813d8ca6
Description: debug symbols for postgresql-16-repack
Build-Ids: 22b99e6784b028ecf71b67f5041a7768a03f6ac3 e2c55adb40fd3406c31328f7a3252c92f40d65b2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg26.04+1
Architecture: amd64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 915
Depends: repmgr-common (>= 5.5.0+debpgdg-3.pgdg26.04+1), postgresql-16, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-16-repmgr_5.5.0+debpgdg-3.pgdg26.04+1_amd64.deb
Size: 236812
SHA256: 98f28341d558ac2f2ae1270757a17f8a673ba11fc0b60ef7804fddb0f5f39e06
SHA1: 32e6e8f42db0dfbfb3eaa9886be695235e647b96
MD5sum: 614591b08ac0cd44ac8e7cc42f663508
Description: replication manager for PostgreSQL 16
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 16.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-repmgr-dbgsym
Package-Type: ddeb
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 950
Depends: postgresql-16-repmgr (= 5.5.0+debpgdg-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-16-repmgr-dbgsym_5.5.0+debpgdg-3.pgdg26.04+1_amd64.deb
Size: 558580
SHA256: 8e652aa10a57ac9e2c439a6c8fb549c4fe6a34b36130ee3a0c613af7060b36fc
SHA1: 4c4f1c207b9a20c28f36ad7c6bae72776cad3637
MD5sum: a79bc25a388cb63dd39645ea8cc6522f
Description: debug symbols for postgresql-16-repmgr
Build-Ids: 027003078dc43e6cee6f091929051f3b964fea8f 3fa9b04ca6373a2785447dc6742674833905aa7f d18cd8c3865e8e92fce7fe68c4caec06dbc873ea
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-roaringbitmap
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 961
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-16-roaringbitmap_1.1.0-1.pgdg26.04+1_amd64.deb
Size: 415472
SHA256: 96216f659e4e3c23eedead017d4a7d8f2bbdfbb95b2f3acb56872883c1b7bb56
SHA1: 9048b491b1d9ce22822e3158c435c66e449ebd86
MD5sum: 0886320c0f38a2a8c46778c5bf6f9754
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-roaringbitmap-dbgsym
Package-Type: ddeb
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 572
Depends: postgresql-16-roaringbitmap (= 1.1.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-16-roaringbitmap-dbgsym_1.1.0-1.pgdg26.04+1_amd64.deb
Size: 469448
SHA256: 0a2fc1f79dde44858a3c8e02ef1d8d9bc4e5277426ad6fd7a0b2993edeff6e10
SHA1: c8c20900dde4e70b925e421e23e06e2775ec3140
MD5sum: 85ba8097f520f3534ff2de5ae8f70b3b
Description: debug symbols for postgresql-16-roaringbitmap
Build-Ids: e5cdf033c090f043f7d8093af7bfeefe0e0319a3
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-rum
Source: postgresql-rum
Version: 1.3.15-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 626
Depends: postgresql-16, libc6 (>= 2.29)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-16-rum_1.3.15-1.pgdg26.04+1_amd64.deb
Size: 238416
SHA256: 2dfcbc22274523ad146b2783b942d04fa10ee5901f4ff552cb01b97d69f42c45
SHA1: 2b6db75423184e0cd29376f3ca53060ba34239ff
MD5sum: 9e8382892e0d7badc0d150728c618172
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-rum-dbgsym
Package-Type: ddeb
Source: postgresql-rum
Version: 1.3.15-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 379
Depends: postgresql-16-rum (= 1.3.15-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-16-rum-dbgsym_1.3.15-1.pgdg26.04+1_amd64.deb
Size: 296512
SHA256: 24482d7e7166e7ff9b2dc6985aa807508679c55928492b6412f64c580ecddac1
SHA1: 9c9971b680bbdf30586bf317ff0c8e80163af6b4
MD5sum: 0498e95c5b58a245e6ee203976d5cdb2
Description: debug symbols for postgresql-16-rum
Build-Ids: 923f5547981c963be574542e728f1adb315c06e4
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-semver
Source: postgresql-semver
Version: 0.41.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-16-semver_0.41.0-1.pgdg26.04+1_amd64.deb
Size: 39316
SHA256: 861d67a30d9c1a1997306785ad06d88f35e86708543a2ab64f3ceacec7196a5c
SHA1: 605412f119e305afc62393939d82c3b7396c95f6
MD5sum: b79e8cd3456ee9e96802bdeefbbf2a93
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-semver-dbgsym
Package-Type: ddeb
Source: postgresql-semver
Version: 0.41.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-16-semver (= 0.41.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-16-semver-dbgsym_0.41.0-1.pgdg26.04+1_amd64.deb
Size: 23564
SHA256: a4f49e50475ef08ac17b510aec4078b6379b361683c7dfbe39ade4dac6cb4ac3
SHA1: 3ae2a9e6836ca381d2496c73240871d321a0f428
MD5sum: 5f39ac1c1628932422ccf16b5c2aeede
Description: debug symbols for postgresql-16-semver
Build-Ids: efc7f1c0638be531133d195aa86cb32c39c3c53e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-set-user
Source: postgresql-set-user
Version: 4.2.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-16, libc6 (>= 2.4)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-16-set-user_4.2.0-1.pgdg26.04+1_amd64.deb
Size: 35312
SHA256: b0d0741f072a27446575c7748a24d0dd16d1c3259fab75277406ad2eb2df0b09
SHA1: 1566f1df755c3524c16cbf48a63b8a0f27324b4c
MD5sum: 60533a947068ce49861adf540426d8b2
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-set-user-dbgsym
Package-Type: ddeb
Source: postgresql-set-user
Version: 4.2.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-16-set-user (= 4.2.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-16-set-user-dbgsym_4.2.0-1.pgdg26.04+1_amd64.deb
Size: 48640
SHA256: 57081e4c29d6ad270d80d882ef19b7fef2f00c7e22f031e6972f898b5b8af65e
SHA1: 1d9367878bb94778d336b7274649e4155644c0fa
MD5sum: 81ba71f261af4749b2d9e25bf9280d38
Description: debug symbols for postgresql-16-set-user
Build-Ids: d9c56d856d7efe66d5874de217a4c56cdd3701ea
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-show-plans
Source: pg-show-plans
Version: 2.1.7-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-16, libc6 (>= 2.14)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans_2.1.7-1.pgdg26.04+1_amd64.deb
Size: 23940
SHA256: ed5dde682db6173191ea78c4ab97958db43412fbd5cd6e49c925c54762ed3c94
SHA1: 0b604d1576588856446e8a111043677eafeee3c1
MD5sum: 5a83b1171e4378761baeddc3a6d6dadd
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-show-plans-dbgsym
Package-Type: ddeb
Source: pg-show-plans
Version: 2.1.7-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-16-show-plans (= 2.1.7-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans-dbgsym_2.1.7-1.pgdg26.04+1_amd64.deb
Size: 37892
SHA256: b180809deaf03b74ccf443c0374ceff71b6ae61650d7ccae0bf4e4bfd9c96d2f
SHA1: d07f0ba56a78a7cee1d7a274001880151e28254e
MD5sum: 8fcf7e6fddad423f7462ad9d86216ba7
Description: debug symbols for postgresql-16-show-plans
Build-Ids: dddf18f8c0d6bf54bfd0d2c3d24ac3a4cd0ab2e1
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-similarity
Source: pg-similarity
Version: 1.0-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: postgresql-16, libc6 (>= 2.3.4)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-16-similarity_1.0-9.pgdg26.04+1_amd64.deb
Size: 98572
SHA256: 9eff614d76aec883ef84692797f7cb1ba55fcffbd11bb94fae9c02910a20e35b
SHA1: 6d712d7863a0f6d0dd252fabb30330f224b1e337
MD5sum: cb3141312cc95537e6d782c0472d1370
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-similarity-dbgsym
Package-Type: ddeb
Source: pg-similarity
Version: 1.0-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-16-similarity (= 1.0-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-16-similarity-dbgsym_1.0-9.pgdg26.04+1_amd64.deb
Size: 72784
SHA256: 35566040d09cd617d14afb3e0ef0bbfb9e63ca2cb0f75e263835c98fb7f5e49d
SHA1: 41c036c890ea1bc85e3f614f2681d17004777a2b
MD5sum: 898775dec7416b849c550b01e68554ec
Description: debug symbols for postgresql-16-similarity
Build-Ids: 35cbf65b16f5d0feb594b984b1740060fa0fe928
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-snakeoil
Source: pg-snakeoil
Version: 1.4-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-16, libc6 (>= 2.4), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-16-snakeoil_1.4-3.pgdg26.04+1_amd64.deb
Size: 17428
SHA256: 8295dcfbd10db760601d370038b7c22bf256ec4f4f0e82143e89972d3b37a0fe
SHA1: 9775bc0defb3762bf81cef56f471dabf392f2ef8
MD5sum: b067162cf367fd7decda0b2abcfc5739
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-snakeoil-dbgsym
Package-Type: ddeb
Source: pg-snakeoil
Version: 1.4-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-16-snakeoil (= 1.4-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-16-snakeoil-dbgsym_1.4-3.pgdg26.04+1_amd64.deb
Size: 16216
SHA256: 90090e5e31f18208b53103731519d7d57d21eaf29915727eff773b573893399e
SHA1: 9dcfbbb76bbc96c7cd9a65e8169c23bb5fbf5347
MD5sum: f1d570473704296847e5f2752537f1f1
Description: debug symbols for postgresql-16-snakeoil
Build-Ids: d3285a88c954a777114b759e1aa6432fb2f7723d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-squeeze
Source: pg-squeeze
Version: 1.9.1-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 295
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-16-squeeze_1.9.1-3.pgdg26.04+1_amd64.deb
Size: 116344
SHA256: 5726d9c90647bd58c32c4741888f3b9eef1fc423e24342948c38922892004dc1
SHA1: d080c00f06af70453a65f4a296aae0150b34ed0b
MD5sum: dc63809c725133d263a231194fdbc2b9
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-squeeze-dbgsym
Package-Type: ddeb
Source: pg-squeeze
Version: 1.9.1-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-16-squeeze (= 1.9.1-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-16-squeeze-dbgsym_1.9.1-3.pgdg26.04+1_amd64.deb
Size: 150100
SHA256: 8d43d70a31a33300255ee99ad2ce2e0702f39d1cb40779c28af99158bc4156bd
SHA1: 4089c432cac0c25b1a18353e82e05e32d6aa5821
MD5sum: a3d8f1b4316453e11365457108aa0bc6
Description: debug symbols for postgresql-16-squeeze
Build-Ids: 41338c26f2c285a5a54b2cfc0fb4ccf3c5535fb0
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-statviz
Source: pg-statviz
Version: 0.9-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-16
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-16-statviz_0.9-1.pgdg26.04+1_all.deb
Size: 11436
SHA256: e1243a26cbe177d27febc8136db6bdf37680cb617c0e780f68b96a4c99a90788
SHA1: 8d31715e23fe762c1e5a6f4af4a58e0a991c1b09
MD5sum: 90460fb8f8391cd0576f33a00043b651
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-tablelog
Source: tablelog
Version: 0.6.4-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-16-tablelog_0.6.4-4.pgdg26.04+1_amd64.deb
Size: 45496
SHA256: 2a3bc94901d6a84b74f6294a2e51944e703584129808c064a0a18252b1b57454
SHA1: a62320327c65125ebd26a770ad2e47667293ab8d
MD5sum: 4c8fe5bdd4f9b33e94aa743aa791e7b8
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-tablelog-dbgsym
Package-Type: ddeb
Source: tablelog
Version: 0.6.4-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-16-tablelog (= 0.6.4-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-16-tablelog-dbgsym_0.6.4-4.pgdg26.04+1_amd64.deb
Size: 51576
SHA256: 760148751676783de52ab6b84ab4584268986afdf9264397d7d00764fabd10c6
SHA1: 439bd8435fabd5f3f37cf115a52447bd1d7c61ec
MD5sum: 0e72e2d68ba730793cb2432c8afa900a
Description: debug symbols for postgresql-16-tablelog
Build-Ids: 69168e6635159abfd2891a07211f6a625a8b7aea
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-tdigest
Source: tdigest
Version: 1.4.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-16-tdigest_1.4.3-2.pgdg26.04+1_amd64.deb
Size: 58604
SHA256: 9b38f919e9bef0dbe0c60c4beaac59b12f2ad502a64e05f54656577f35e69e17
SHA1: 217588267e70831940cd07720489082c15a6cee1
MD5sum: 7095736c16fefca3ffa6d09cc49c4112
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-tdigest-dbgsym
Package-Type: ddeb
Source: tdigest
Version: 1.4.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-16-tdigest (= 1.4.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-16-tdigest-dbgsym_1.4.3-2.pgdg26.04+1_amd64.deb
Size: 56800
SHA256: bc13f17979c4c9c3739d87913528a6e3efcbe377aee3a44ff79a9ffebb19aa22
SHA1: 620890bb331330e1b2b0b34250f9382d5dd90e8c
MD5sum: 834711408173960ac35e4dc028b31c24
Description: debug symbols for postgresql-16-tdigest
Build-Ids: 66d2a0990d4e598e353aa97f7662228636c708b8
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-tds-fdw
Source: tds-fdw
Version: 2.0.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: postgresql-16, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-16-tds-fdw_2.0.5-1.pgdg26.04+1_amd64.deb
Size: 110872
SHA256: 8172c64ef41c63c99372774a39b72ce31f82b26e7063d7419825783dff22e213
SHA1: 6f0482a309eef8c407fb035f9e3c6a3ea95104f6
MD5sum: da71c663a9c0fa15c392c7a44bf042e0
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-tds-fdw-dbgsym
Package-Type: ddeb
Source: tds-fdw
Version: 2.0.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-16-tds-fdw (= 2.0.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-16-tds-fdw-dbgsym_2.0.5-1.pgdg26.04+1_amd64.deb
Size: 142108
SHA256: c110c88a05d16af0e2137bc488a0fa77031d301672d3f9fdd74036ce942f1ec2
SHA1: 60e9516824a0d494944d0102619690747ef9aebf
MD5sum: f6027e980c1315f63e578a8f259a407c
Description: debug symbols for postgresql-16-tds-fdw
Build-Ids: ae10e46fc56e1e21ec077f575e3dc3d8144ea9ec
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.25.0+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13623
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.25.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 325064
SHA256: 81df3ec03a9065d41e84cc1ca620d3165f4610cbfbf2c9435a8f814eecac36e8
SHA1: 01149464a36083cd1eb6ce2e2b3e896546e5955e
MD5sum: 922431268139f82c0d1266d5648989a3
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.25.0+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1604
Depends: postgresql-16-timescaledb (= 2.25.0+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.25.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1198572
SHA256: d1cdd6e3b554000e3ca69c531eed7c56b23bb59916d7f8054b1f4c5c8201c188
SHA1: c51632c685beeab2db20bfab1ca7b9ae5cf45c04
MD5sum: 11793790be179abaaca410544dcd5922
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 3c1b3c33b6ba3c6448dbed68fb1b06edb940e94c aa942259fc7fc10503012609dbb2aba23c55d20f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-toastinfo
Source: toastinfo
Version: 1.5-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-16
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-16-toastinfo_1.5-3.pgdg26.04+1_amd64.deb
Size: 13164
SHA256: 41a56c6fc63c89c0704a05a0ab8d456cfa0d792ecd01989a118ab3a39383f478
SHA1: 197b595d629093bf050a05d9db20025d6984ee27
MD5sum: 755cf1f801e75b7ff585fe2370d13d46
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-toastinfo-dbgsym
Package-Type: ddeb
Source: toastinfo
Version: 1.5-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-16-toastinfo (= 1.5-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-16-toastinfo-dbgsym_1.5-3.pgdg26.04+1_amd64.deb
Size: 12124
SHA256: 84cc89ad04557b6351616676048e3d023075ac08aa113234b018bc3a9aaa96f8
SHA1: 031272ba632779327bf2e8ad879813d68578dfb7
MD5sum: 08557083c2a23be22039210082efb49b
Description: debug symbols for postgresql-16-toastinfo
Build-Ids: 6fd8f7907e2524ac4e8f8c4002eed83ce259adb9
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-unit
Source: postgresql-unit
Version: 7.10-2.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 675
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-16-unit_7.10-2.pgdg26.04+1_amd64.deb
Size: 161404
SHA256: c2591b6e5e4deb7fdfbc3085325d19a1367e30ffe3625d695407adbf2b2a783b
SHA1: 50e07cf416d7a867142934ec8f7e32e0003349ee
MD5sum: ddb1279564bff90f82dd15315ed6eadd
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-unit-dbgsym
Package-Type: ddeb
Source: postgresql-unit
Version: 7.10-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 113
Depends: postgresql-16-unit (= 7.10-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-16-unit-dbgsym_7.10-2.pgdg26.04+1_amd64.deb
Size: 66972
SHA256: 8d84aab4b9474d88785877081ec415592df5c501abe22619ea619816a25e6d28
SHA1: 7b0e5fb1280936daeff14a7877ad36f279ed7756
MD5sum: ea85234213f371f524cbd67c87a28777
Description: debug symbols for postgresql-16-unit
Build-Ids: 67a845e3c45e6c049391de4427d6f1944d9f11b0
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-wal2json
Source: wal2json
Version: 2.6-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-16-wal2json_2.6-3.pgdg26.04+1_amd64.deb
Size: 57168
SHA256: 8606f0644c256b8f9e3de90c00a02ddd1a350644e64074b75239ee7469785f1d
SHA1: 0a263342d6d0cea9f3bfcf95ace7a6aeb32567c2
MD5sum: 5b79e2c15d91f4d5db737527d655cdf7
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-16-wal2json-dbgsym
Package-Type: ddeb
Source: wal2json
Version: 2.6-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-16-wal2json (= 2.6-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-16-wal2json-dbgsym_2.6-3.pgdg26.04+1_amd64.deb
Size: 75020
SHA256: 9d78c571bf0fff7b8ba2c24226816e8c46809e608b38c9f2f3d68e29bfa035b9
SHA1: 99432cc3dc7e72501b5b0bdc5f83b3e6235f665c
MD5sum: 3c5e1466fa8a9fef9c8574c913fd23b8
Description: debug symbols for postgresql-16-wal2json
Build-Ids: 96f896e6ca053cba9dd38dd54bbf94556a1cc0d5
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17
Version: 17.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57551
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 21), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-17_17.8-1.pgdg26.04+1_amd64.deb
Size: 16925996
SHA256: 85c977a2a12d7181f54ae7e947d411ccc2b8c3a89e26545f015b86f507b51463
SHA1: 4109160c60c017dff683998b7b5026d8c3aaf3de
MD5sum: 3658977594e733de1a1cb79285a5fdcc
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-age
Version: 1.7.0~rc0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1847
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17-age/postgresql-17-age_1.7.0~rc0-1.pgdg26.04+1_amd64.deb
Size: 695544
SHA256: 72ed2fab5af6ac48a475f0c05974b06299b1d774112755b4003faed61f22b850
SHA1: f2766763a6aafbf9a3fd54389bd03f7ae0826742
MD5sum: ff4c0610ba5129f1ab75af9885a663ec
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 17.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-age-dbgsym
Package-Type: ddeb
Source: postgresql-17-age
Version: 1.7.0~rc0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1162
Depends: postgresql-17-age (= 1.7.0~rc0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17-age/postgresql-17-age-dbgsym_1.7.0~rc0-1.pgdg26.04+1_amd64.deb
Size: 846668
SHA256: b006425672843ee01b56295bc15e5c7a1399de83e6f7eb0cb3371ecee753e862
SHA1: df3f2a147b600bd710d3c37a1291fdfd63bcbad8
MD5sum: 7b437621d5030589da91c5837d2d1665
Description: debug symbols for postgresql-17-age
Build-Ids: dca4268efa9846288163efd85525d6dc4a0cf905
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-asn1oid
Source: pgsql-asn1oid
Version: 1.6-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-17, libc6 (>= 2.14)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-17-asn1oid_1.6-3.pgdg26.04+1_amd64.deb
Size: 13296
SHA256: 7fe2137270b0d58bb656e1fea1cc7992d9853cbad53d5975e19ce1e0ee57d48d
SHA1: 04a60d0afb41b3de484e27fbfce8b3e91c49dd2c
MD5sum: 7482f8cb1203366358715509cb8cc2e2
Description: ASN.1 OID data type for PostgreSQL
 This plugin provides the necessary support functions to store ASN.1 OIDs in
 a PostgreSQL database.
 .
 This package has been compiled for PostgreSQL 17.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-asn1oid-dbgsym
Package-Type: ddeb
Source: pgsql-asn1oid
Version: 1.6-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-17-asn1oid (= 1.6-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-17-asn1oid-dbgsym_1.6-3.pgdg26.04+1_amd64.deb
Size: 10340
SHA256: 29a234992e5ff70c9262c0cd487bce0781daeb62c9eeca204311f36e40265132
SHA1: 209e5ee1404bfa470e5651b56646ec7cfc668f4f
MD5sum: be76d28981eec330bb06463249ce4e6d
Description: debug symbols for postgresql-17-asn1oid
Build-Ids: fde30172f9b165c23eadb9daf0a97fc3dd157d6f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-auto-failover
Source: pg-auto-failover
Version: 2.2-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1114
Depends: pg-auto-failover-cli (>= 2.2-3.pgdg26.04+1), postgresql-17, libc6 (>= 2.38), libpq5
Breaks: postgresql-17-jit-llvm (<< 21)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-17-auto-failover_2.2-3.pgdg26.04+1_amd64.deb
Size: 375740
SHA256: 981354325619cc72f5f05031775161c00b07e1a86414da15b828ea095ab6fdb8
SHA1: f6df42b15ab8120752fc5862c2ed92a380706ce5
MD5sum: 7bdecf62f3440695037f3fb76f61325b
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-auto-failover-dbgsym
Package-Type: ddeb
Source: pg-auto-failover
Version: 2.2-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-17-auto-failover (= 2.2-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-17-auto-failover-dbgsym_2.2-3.pgdg26.04+1_amd64.deb
Size: 189964
SHA256: 7c066c79b47d0caac5d5f0d5a1ab72e9a848e2e6d5df5a3c2c2f1188a8d9900d
SHA1: 09eb4c3bb7768ac24f92519081423013f7fad03e
MD5sum: e11bbbf838718f1e1d293db51f1fe2c1
Description: debug symbols for postgresql-17-auto-failover
Build-Ids: dc1377400311fde1faab775ec27336565883082a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-2.pgdg26.04+1
Architecture: amd64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 45
Depends: postgresql-17, libc6 (>= 2.10)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-17-bgw-replstatus_1.0.8-2.pgdg26.04+1_amd64.deb
Size: 15004
SHA256: 9d732fc57698a1d6f3e5b26171c6b56894eae5bf777cd71b6d0ffa5f172b07d3
SHA1: af67bae32d6f62e3ecdc741e3365b75018af1423
MD5sum: a01bba7c11666267fd8c62216b89dca5
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-bgw-replstatus-dbgsym
Package-Type: ddeb
Source: bgw-replstatus
Version: 1.0.8-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 29
Depends: postgresql-17-bgw-replstatus (= 1.0.8-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-17-bgw-replstatus-dbgsym_1.0.8-2.pgdg26.04+1_amd64.deb
Size: 9464
SHA256: 83d7a82af330269eba94faf3fd5c2f75a3f30fc9b3457a89e0b790a46ba5bb10
SHA1: 842784244e2553fe50e20dac8d08a2dc8531f74c
MD5sum: a027a6bacfaf5714b33804cf6eb8bebb
Description: debug symbols for postgresql-17-bgw-replstatus
Build-Ids: 4c2f883650d189b32cc0ff7128416195e7541d56
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-credcheck
Source: credcheck
Version: 4.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-17, libc6 (>= 2.4)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-17-credcheck_4.5-1.pgdg26.04+1_amd64.deb
Size: 69284
SHA256: 8fddda166084ea9576a13799d4152fa8530a82fa977a765473e321b276c21df1
SHA1: 8b02a89222f4a90b058ad6cf885fe2e8e7956f09
MD5sum: 1a27cbf9b520beb16b700a5ec78e68ce
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-credcheck-dbgsym
Package-Type: ddeb
Source: credcheck
Version: 4.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-17-credcheck (= 4.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-17-credcheck-dbgsym_4.5-1.pgdg26.04+1_amd64.deb
Size: 82820
SHA256: 1f87cb2c6e7d39980c796139694169351c1ca20ff819ae286df8f959267317b1
SHA1: 6e2de67ae914e133007f8b2963ff141d6e04a4b3
MD5sum: 7988863d5d0195fee452d1f72d531f2a
Description: debug symbols for postgresql-17-credcheck
Build-Ids: 1dea11c4a3c8a33a93fe48b8103929299b53f729
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-cron
Source: pg-cron
Version: 1.6.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-17, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-17-cron_1.6.7-2.pgdg26.04+1_amd64.deb
Size: 88712
SHA256: c7301978b81e5a533da7c7e8670db5a476d2c48bc7844ff5a00f3243a784086d
SHA1: 0474f9760f50fb64d7557cb38a5972078d039dc0
MD5sum: 2c28a8ae590f85db89a929aa13d87d41
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-cron-dbgsym
Package-Type: ddeb
Source: pg-cron
Version: 1.6.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: postgresql-17-cron (= 1.6.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-17-cron-dbgsym_1.6.7-2.pgdg26.04+1_amd64.deb
Size: 123600
SHA256: 8941b496341cb4240d42243ec50529df81934f8fc86cff5ad0aa9df188fec228
SHA1: 142f3e7e3e4403bdf8ea8d46410ec346daa60950
MD5sum: 2f0a1a61b339052d559ad68e098477cc
Description: debug symbols for postgresql-17-cron
Build-Ids: e0bb2b376d9ead2f6c2c6e5fe96227716994ec27
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30913
Depends: postgresql-17 (= 17.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-17-dbgsym_17.8-1.pgdg26.04+1_amd64.deb
Size: 21487340
SHA256: fa19d2ae75dd3716809b0dfca41d88580d348295df5f4aa843dfd4356fa87a26
SHA1: fce1b1f48ed43328919d1a3bcda57c9f0f735153
MD5sum: 14cda477a935a26fe4edba3c667b4e0c
Description: debug symbols for postgresql-17
Build-Ids: 00c55b653492eb990d448c4ffe153802d79b1d49 00c7ba27f6b955a049e9ebc267beb8d27669fe20 00e92a28a094090ff3e07fed122754c155f17979 03deddd2862a898d5c9b58f978747128991a70a7 0688fb101f5bc7827e8eb890ebe418d7a0dc92d9 079d424a93ee5d1e2a3e7ac734a9d97262c5b3d6 08c968d20b610c0c8fc15c8c41ab6961cd75e0c6 09fa3ddf8a2ecfb567b0ca25a4e2aaa7655fe77e 0a69260e92f50a8563a2e1ce3c1524527978b286 0e5a66b62eb6bfb8a6aff27db7ceb2c2655c790f 11b55a36fc6b0d3869bfea80d699c5d8d01cd1f6 1353128573ac8799be1c7bfad928b3406b1e6413 154129c7994b0146a87f43629ef76b41b76274d2 176e45415b652cf0541ed490370e975e0626c954 1a10517ed99c78104fa4af9968552b352a860eba 1dde34fd8ce375c5f010ccbde44fee1c20af5457 1f481093520e1c7ff52f0264c522fd6320168a81 1f722f025128e48525716e696a95380f2958fb1b 22764df2d4ae56f177fd07c248433c31997b5179 235a5cb5fe4c3e720cdc1d6e79cd29ea1a89f814 23c5554f7527420de82ed49de1f3ba3186d6c786 29329e218c4511225f638442a3959d3e0575cf35 29e5e458b96bdc28cb52fe88720889080edf849b 30d1da93a3ab941d8b2477caaf61ad7e0581738e 33f7f209465b44cd2a83262024da46bf8dcdc15b 347350507f365f544d927c5d9109f80959058d22 41526686a6d5af9c0697f3bead3793919b672c60 4422c4812ab4789f688f2501692c150e4fa274d4 49efa6bacddeb44433c57ac7fb8af0a5c4ecbe35 4e0e77938d56076d7e0736af0448c8b96b85ba0b 4e73d39ea435320b03b7d953b3a6b3907709f864 4febbc37b77611bc1c2fcd433991f879144d5939 51e4f3f51bba44cf450c1cda166b17357934332e 547203daf2303b2ef84417980513690cf2c61a61 57829ca510edcf1aeb44eb50bd2d952705519045 5f9b3b1b36b8f65d8a0d7e123512fd94ab93f9be 60cdb0e34da64eb5b0855b762e49f6aff270c8a3 623b2676cf51811d378ca3074036d131ad591a06 62cc7488cb416fdf269f43501b2624c1d5536f9d 632bc1d47cc2ae8df16f400b346a02d4378c382f 682855923d1f43faf286f897aa8246a0fbd947bd 688228c00554cc96671f40690eb0cd0710b892db 697ab17930d3c4c975e05ce1f6ebb85239c6721b 6a439ca6652ba9aad126764f8bc7e4907fa79ca4 6a971d78dd1f400644a75e9222782bba8c1014c3 6c5ffc5110c50b3d3d71fad4d68870596b8e2edb 6d0bf9cc602d2ce8c6a9d755f560a6f1263a0a74 6df6210b7e4045da2d388fc2c9d97d65502f342f 78cb322ef769986c7af937841fa8d3d90f93773c 811d64878d560cff9323149b49de9d6f87b5968b 82e0c1359c8a42576b553765676fd56ea6864a43 84ba7c287a7b112398d7106072dd7c21c416692c 88c13d2795c996e4a3d50e2d81478308d1d52a42 8937cdca728489039a92014af94337b8c435d6ff 8b20d8035a2471535165432bb2eaf97231c1ec40 8e1d3ad41eac1826bb0c6ff168be9e5eb33d8177 8f922f1ffba1747282a5cd0c4a2660e80a20f743 923af388e6a4226cc5488e4abc52825db738827b 95ebf5bf6c0d1bacd5392fa40b463993e727b92a 98abe1f1a708681dd576dc0fdca3ffcab47ae019 9970cd705d6266665a3e400a671eb23df60b2d21 9a8f10945a821f98c86d35a430bf7d48aef4889d 9bda4c40cce3432b215d12eaeab1d684cd423104 9d112771bf3d8f9686949f59e2e5a08e76ea4f5f a2ca0636b6be4c84ddd9a21c017625a3e304bdf4 a8e584b54728b51984468ed599bb37c4574e18f5 ad4c969fa3cca5a09d44c37739ab711e7484e4ef ae8a6f64b8295b24461f52374ea4d35469e5be7a b437ed0537426ef53ca52cc91db89455c326eadf b63bf504ac9d0d5c86c02b6d600c3b695d972704 b667e45d6886bd3546647142a242115d24ff5dd0 bf904ee5f1a81a0c0d3aa49c3e93a44acc7e1533 c0350fa5008af39b8ee0402d76358338b8d36f37 c1021a8c1542de82fdf952a52e4f6981ff0e77af c1ee2344d5b274e76020fa31d374f612f0f5bbec c2d4d4a629a688081573ca1cee3da84f79e06033 c3aaa171ce0d7b7584815cd6400127b67f171fd8 c83dd7fbeca1a5d4d06fdc23c4a8215bd4cc75ce cf3e2312fd5b4da947a2888580fbc295b1e6c639 d0474027aa20191dc64ea2a3af40f2dc998ffc10 d1231689309eabcb7ed00f1cf250c5a1d1e7d9a6 d40d0df39af4ecce8fc90fe92fbdec3495b1197e d53c06a8cc7663ee443467f4c84d498b6ca7124e dc8cbf03b66092002694b47432bf3f46e377b3bb dcd71a83a746d8226ead80b0070bb8ee5b0cedc0 de94749424d3295cf85cdf109e74e7d7b7ff4a5d df78f816fd23a4ef5a1844ab7b57b060f216aade dfd553344deada34600b08db9668b92c35f8f6a2 e646c208ffe0fe1962dd7aae810e792fb8e70565 e71648932ceba479783ef456f2eafc0add4defa7 e968fdfd0e3366b47af2b9e4571fce39147417c1 e9e2dd950372957bcd1899cc6d2979410cfeaca8 f33b61135cdb0febce546e6316471871fa541dbc f3711f7f60c45abe6ce6d0aabdbc29e5847efa18 f3db706f1aad8d45f6403c98ed21b5bd33216f6c fc78959dd9cb373bfdb38923c5f1614436fac225
Postgresql-Catversion: 202406281-1700
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-debversion
Source: postgresql-debversion
Version: 1.2.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-17, libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.2.5)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-17-debversion_1.2.0-3.pgdg26.04+1_amd64.deb
Size: 14420
SHA256: c72c11341b23953c3914163774d19aaf3cb84ee215f90cf708eeaf3725029d13
SHA1: 05a9c798ef38e67d827cb4978faf171ce1c96511
MD5sum: 3a1032b8dba02bd7da03bba1fc6eebe9
Description: Debian version number type for PostgreSQL
 Debian version numbers, used to version Debian binary and source
 packages, have a defined format, including specifications for how
 versions should be compared in order to sort them.  This package
 implements a "debversion" type to represent Debian version numbers
 within the PostgreSQL database.  This also includes operators for
 version comparison and index operator classes for creating indexes on
 the debversion type.
 .
 Version comparison uses the algorithm used by the Debian package
 manager, dpkg, using the implementation from libapt-pkg.  This means
 that columns in tables using the debversion type may be sorted and
 compared correctly using the same logic as "dpkg --compare-versions".
 It is also possible to create indexes on these columns.
 .
 postgresql-debversion implements the following features:
 .
  * The "debversion" type (internally derived from the "text" type)
  * A full set of operators for version comparison (< <= = <> >= >)
    including commutator and negator optimisation hints
  * Operator classes for btree and hash indexes
  * The aggregate functions min() and max()
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-debversion-dbgsym
Package-Type: ddeb
Source: postgresql-debversion
Version: 1.2.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-17-debversion (= 1.2.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-17-debversion-dbgsym_1.2.0-3.pgdg26.04+1_amd64.deb
Size: 21268
SHA256: 589936cc1fb312acacd79c9d02715170d4fb1f8401ee5a895020241649c59a05
SHA1: 7a3181081af726daba10225809416b8da96aff77
MD5sum: ec8fc93c5fd5d3bb73752ea2ddddf78a
Description: debug symbols for postgresql-17-debversion
Build-Ids: d813c16d2d5f8962ad4d9f73f4d8736c09bd9ede
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-decoderbufs
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-17, libc6 (>= 2.14), libprotobuf-c1 (>= 1.0.0)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs_3.4.0-1.pgdg26.04+1_amd64.deb
Size: 39384
SHA256: 67e73321fd4597397d48c588a51c1e1e31945519a2a4e9e4d54aebddec930ab7
SHA1: 6994b2e7bf538ae0f8f70317b8b4d981d322c990
MD5sum: 31a295e889ce46455e6b863cd204c2b7
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-decoderbufs-dbgsym
Package-Type: ddeb
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-17-decoderbufs (= 3.4.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs-dbgsym_3.4.0-1.pgdg26.04+1_amd64.deb
Size: 56272
SHA256: c3fc49dce45cd56c85c947eab7a8b1f13598282b4a57acdc83e1bd5f9c7ad627
SHA1: dd66fc48a10b4a1133e7fef7b3d7e094a5b99145
MD5sum: 8a862bb93b1ea42aca369228dad3bc7f
Description: debug symbols for postgresql-17-decoderbufs
Build-Ids: c9945bf04ec82afb6be084fa5932537e222bb1da
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-dirtyread
Source: pg-dirtyread
Version: 2.7-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-17-dirtyread_2.7-3.pgdg26.04+1_amd64.deb
Size: 21644
SHA256: 7e7503d0704ac9479242f884eb72d6b2d1eeb54e7831f0ed5c6ce45e29fbba57
SHA1: fa9e7a379366937935350e735ae3ed50af718e4a
MD5sum: 9e9102788e9c7df0ece0a5526fe3c34c
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-dirtyread-dbgsym
Package-Type: ddeb
Source: pg-dirtyread
Version: 2.7-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-17-dirtyread (= 2.7-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-17-dirtyread-dbgsym_2.7-3.pgdg26.04+1_amd64.deb
Size: 37984
SHA256: aba178d5832d0eb7450dd83051da426a02e276d4895e6225c738feaf096595d8
SHA1: 97ce9420878077f2dd569cb814a9141f04ff5663
MD5sum: 0fe21b803cf808fe5802f18a373807d6
Description: debug symbols for postgresql-17-dirtyread
Build-Ids: de8c4784501623a3ec9dd0e06693a4033a7c35c8
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-extra-window-functions
Source: extra-window-functions
Version: 1.0-7.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-17, libc6 (>= 2.4)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-17-extra-window-functions_1.0-7.pgdg26.04+1_amd64.deb
Size: 16228
SHA256: 91c717dd2fcd566d595d6c6c3cfb542fcf3812f1343734b21239b5c462885252
SHA1: 677c622f5e1325751daa120815b8715a653f6578
MD5sum: 04589ca05928e3001a32c99ea3eb7c11
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-extra-window-functions-dbgsym
Package-Type: ddeb
Source: extra-window-functions
Version: 1.0-7.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-17-extra-window-functions (= 1.0-7.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-17-extra-window-functions-dbgsym_1.0-7.pgdg26.04+1_amd64.deb
Size: 10008
SHA256: 8f940661e2d211659196d150bf556187d99d59d362007f7fdddcf948c18af25c
SHA1: 23dfc04afdffa1449990fb479fd958ba3a150e62
MD5sum: a8fbe1465f37a2ae3aa040940cbe1331
Description: debug symbols for postgresql-17-extra-window-functions
Build-Ids: c890238444cff130da3164995152b39664669416
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-17
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-17-first-last-agg_0.1.4-4-gd63ea3b-9.pgdg26.04+1_amd64.deb
Size: 8756
SHA256: a66602de3c09549330979a3468838effac20b9630090a2d99c8c89863bf15f98
SHA1: a4d19217df43bcc0ff87961ac6f12df3aa3ab6b4
MD5sum: ad0fd7f6b4bce2fe95470d71127847a7
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-first-last-agg-dbgsym
Package-Type: ddeb
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21
Depends: postgresql-17-first-last-agg (= 0.1.4-4-gd63ea3b-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-17-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-9.pgdg26.04+1_amd64.deb
Size: 4268
SHA256: ea24fdd22881eeb6b6aea5f35b1287e22d8dc940aef50b195469a793b3914c5a
SHA1: 7a352df177a55d5603080c9bc4103b73da1ee7ef
MD5sum: 8e75a0853a1d40dedbe38229c7ed2a27
Description: debug symbols for postgresql-17-first-last-agg
Build-Ids: f4731d94f09428c11a1f01144ba04dab16e6bae3
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-h3
Source: h3-pg
Version: 4.2.3-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-17, libc6 (>= 2.4), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-17-h3_4.2.3-3.pgdg26.04+1_amd64.deb
Size: 50604
SHA256: 1abab8f24e793377ded4c203bf48550a3d85b66ff0ed8ba4fa982397213a78ed
SHA1: e3cfd18b712979dc3c5fa7122deb6784d1ce220e
MD5sum: 9c60b2e5af9f9dfb03d7e8b333008375
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 17 extension.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-h3-dbgsym
Package-Type: ddeb
Source: h3-pg
Version: 4.2.3-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-17-h3 (= 4.2.3-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-17-h3-dbgsym_4.2.3-3.pgdg26.04+1_amd64.deb
Size: 114904
SHA256: e1d8018faa5c0a95b70fea752103bd71aede0d205d1445e540de681143c55a5d
SHA1: bf9b827730f6fbedca5e74b4f5ed7f0c3d625219
MD5sum: b73e748171047fdfe3005efa25c022c8
Description: debug symbols for postgresql-17-h3
Build-Ids: 39c54b44944d51cfc0ab9b1bb082a04576e029ca e5a09d0cd1d996af141e2372381a4255c6f9fa94
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-hll
Source: postgresql-hll
Version: 2.19-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-17-hll_2.19-2.pgdg26.04+1_amd64.deb
Size: 76828
SHA256: 9c572b4eebc5b42ca6afccf4cd843cf11471b2ebd054e598c34b139c549c6aaa
SHA1: a598ddd06d9e0ce7f6e78f5df8dbe50fc3867139
MD5sum: 6778e0258094390ffa070dbc1cd86e7b
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-hll-dbgsym
Package-Type: ddeb
Source: postgresql-hll
Version: 2.19-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 139
Depends: postgresql-17-hll (= 2.19-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-17-hll-dbgsym_2.19-2.pgdg26.04+1_amd64.deb
Size: 100800
SHA256: 69fff34a07116b36fb4486ea0f652734a349b7579d07535d38283401202fa0de
SHA1: d030b0d60644cf2e3316b027716f137b3902df67
MD5sum: a0326c006b73c0d1dc62b8ea54cce583
Description: debug symbols for postgresql-17-hll
Build-Ids: 7b8a5cb548cce7d95c9ca5118bb5e2f5497b7abe
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-http
Source: pgsql-http
Version: 1.7.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-17, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-17-http_1.7.0-3.pgdg26.04+1_amd64.deb
Size: 52764
SHA256: 04454fe138958822e3b0f6f7b3c71a208933ae5ab465907c4bcc3276dae87653
SHA1: dbaf971d4afb32a0e52d565f4836c9befce2a09d
MD5sum: 7d7c1c6d614ff2a1e8da5bb607e4aba5
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-http-dbgsym
Package-Type: ddeb
Source: pgsql-http
Version: 1.7.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-17-http (= 1.7.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-17-http-dbgsym_1.7.0-3.pgdg26.04+1_amd64.deb
Size: 63708
SHA256: a221a460c9c9eb954bd7f5c93b76a3558cdecdeea54265510b9d2b20efbdb491
SHA1: c3ea956ec1af0ad5d66b63ec48ba0b9a85937dba
MD5sum: 95e2e4d15c18cc108d4c4a2bbd32958a
Description: debug symbols for postgresql-17-http
Build-Ids: b3743099c2373beafba4bec0a133474c4c07380c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-hypopg
Source: hypopg
Version: 1.4.2-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-17-hypopg_1.4.2-2.pgdg26.04+1_amd64.deb
Size: 58092
SHA256: b901e070c2445af7c809ac7e710ae4944b845678668fff7e846e37058bf49212
SHA1: 5659e226d29751642d4a7d561d74bf9791586111
MD5sum: aac9e7651cd39295c07375bc26e37cbb
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-hypopg-dbgsym
Package-Type: ddeb
Source: hypopg
Version: 1.4.2-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-17-hypopg (= 1.4.2-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-17-hypopg-dbgsym_1.4.2-2.pgdg26.04+1_amd64.deb
Size: 96672
SHA256: 3659c8b28b85fb904e06074dec316c8f146d8648b586782c7cbe88109189e7f3
SHA1: 9aaf914b4820bad63e63a65284da67ad51a8f18e
MD5sum: 69c9071864adb3c98d73b20d66e51b17
Description: debug symbols for postgresql-17-hypopg
Build-Ids: 2d5338a705c173a3d77471cacad1953b624822bd
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-17, libc6 (>= 2.14), libicu78 (>= 78.1-1~)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-17-icu-ext_1.10.0-3.pgdg26.04+1_amd64.deb
Size: 96384
SHA256: fdef2513ea9af2d1bc663b5fe7fcda777d0a72e44c259d438fe21456855a9aca
SHA1: 2a01c06194cb0337c8df26f72846a3d494a151c2
MD5sum: 4c902cd600f4a51a31c1ca9b0ad55db0
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-icu-ext-dbgsym
Package-Type: ddeb
Source: icu-ext
Version: 1.10.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-17-icu-ext (= 1.10.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-17-icu-ext-dbgsym_1.10.0-3.pgdg26.04+1_amd64.deb
Size: 103788
SHA256: 669af4e73c2a81e2de784f9b14e9b7630f5e12aaab17a66eb2b398efdfda947e
SHA1: 4a7a8fc20f08aa53f9d4096a7b6ccaf719e72938
MD5sum: 0733af4083c03df175062f58cc3f5c99
Description: debug symbols for postgresql-17-icu-ext
Build-Ids: 33eafbe8c85246a9444b82cbeb839c9633de6e96
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-ip4r
Source: ip4r
Version: 2.4.2-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 513
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-17-ip4r_2.4.2-4.pgdg26.04+1_amd64.deb
Size: 178760
SHA256: 0e18ae77f7f92128732a287b62a3f5964b8675cd144866bea1f9bb8c36bc9dc9
SHA1: 99fb4a6d255febc847a9d59df26304b68245208d
MD5sum: 72d56b86f3f7a10157b361fafa1edaa2
Description: IPv4 and IPv6 types for PostgreSQL 17
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.2-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: postgresql-17-ip4r (= 2.4.2-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-17-ip4r-dbgsym_2.4.2-4.pgdg26.04+1_amd64.deb
Size: 216120
SHA256: 2d0a901e8d65674bd970c384175720a0cec998c4a6797a5c52871de6557324b7
SHA1: 49a5321fe593f856b84c2da49b84bf2c6db8b7dd
MD5sum: d351a6573a5e6e0600ea529795466a88
Description: debug symbols for postgresql-17-ip4r
Build-Ids: 1426aa03166e345ad0dd5e59fd82d8477704c480
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-jsquery
Source: jsquery
Version: 1.2-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 289
Depends: postgresql-17, libc6 (>= 2.14)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-17-jsquery_1.2-3.pgdg26.04+1_amd64.deb
Size: 124628
SHA256: 9f61f609f59e86c9c4102a08d5ead058d78d9cfd3504ab4dbd16961b602be4eb
SHA1: 98ccc52465a5ebb1a106c8c399e9dc804ca1c458
MD5sum: 21bfa7c50685e3bd993295f094635eba
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-jsquery-dbgsym
Package-Type: ddeb
Source: jsquery
Version: 1.2-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-17-jsquery (= 1.2-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-17-jsquery-dbgsym_1.2-3.pgdg26.04+1_amd64.deb
Size: 114640
SHA256: 2dd7a601f19b8140b8f473e698b99cc0bc84fe09dad91e19d0e2b6421914da93
SHA1: 4dfe6f39f601954fbaf84eb2400a4b9eeb04e05d
MD5sum: cb3df5319827ebeea577f2ab9ce8b10b
Description: debug symbols for postgresql-17-jsquery
Build-Ids: cda5adeb38ef2931ae33f7f0dd05e3f57f4ea58d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-londiste-sql
Source: londiste-sql
Version: 3.8-7.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-17-pgq-node, postgresql-17
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-17-londiste-sql_3.8-7.pgdg26.04+1_all.deb
Size: 20828
SHA256: 4104673f35be54ee7812818506ffd6a5052c23bd1c7376b928dd02e43485344d
SHA1: cb31976193e924a48998e9bab5382d25b8bc67a3
MD5sum: 724710123cb80d5154193f969e4fc5ba
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-mimeo
Source: mimeo
Version: 1.5.1-20.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4468
Depends: postgresql-contrib-17, postgresql-17
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-17-mimeo_1.5.1-20.pgdg26.04+1_all.deb
Size: 110272
SHA256: 07edc3e0a76fca5cd1f9b54ed22184a40eb47342980d8e95209493f3efb7cd51
SHA1: c104da22c836f908d9bcb31696834936ca83f3e9
MD5sum: 8f8f885762b9bff236976bba2c680b62
Description: specialized, per-table replication between PostgreSQL instances
 Mimeo is a PostgreSQL extension that provides specialized, per-table
 replication between PostgreSQL instances. It currently provides snapshot
 (whole table copy), incremental (based on an incrementing timestamp or id),
 and DML (inserts, updates and deletes) replication methods.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-mobilitydb
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3208
Depends: postgresql-17-postgis-3, postgresql-17, libc6 (>= 2.14), libgeos-c1t64 (>= 3.10.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-17-mobilitydb_1.3.0~alpha-3.pgdg26.04+1_amd64.deb
Size: 627716
SHA256: 8445691aeafb9a2b821c5290791ec76cf9765b2cc73a44c6043882cc7deda115
SHA1: f9110ec181dd6e37532f84ce17ab40193949ebb3
MD5sum: f00e1c0823822a32ab4782df72acb3a2
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-mobilitydb-dbgsym
Package-Type: ddeb
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2740
Depends: postgresql-17-mobilitydb (= 1.3.0~alpha-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-17-mobilitydb-dbgsym_1.3.0~alpha-3.pgdg26.04+1_amd64.deb
Size: 2089952
SHA256: 70862716679d0b7ffdd6b9e0ed8373bc4f8781ecc7d9239ff46d09664538ee62
SHA1: 78416cc0c4d54f4ecffed4f32fdd84c255d1317c
MD5sum: 2da06000c6918781741cdeebfa5dd5cf
Description: debug symbols for postgresql-17-mobilitydb
Build-Ids: 54127cfc9d2006b4479fe3bbffb6ee05fc0e58f8
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 287
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-17-mysql-fdw_2.9.3-2.pgdg26.04+1_amd64.deb
Size: 125296
SHA256: 00b68d0a152c2d37339e76e720907b2150dbea8e092b554da1b8f81d5ec61392
SHA1: 4fb9822e60e2fa9b546b16b490cdf666d6d96937
MD5sum: 3096140568bbceb77083e9c5d40233bb
Description: Postgres 17 Foreign Data Wrapper for MySQL
 postgresql-mysql-fdw is a PostgreSQL extension implementing a Foreign Data
 Wrapper (FDW) to access MySQL data from PostgreSQL.
 .
 This package is for PostgreSQL 17.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-mysql-fdw-dbgsym
Package-Type: ddeb
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-17-mysql-fdw (= 2.9.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-17-mysql-fdw-dbgsym_2.9.3-2.pgdg26.04+1_amd64.deb
Size: 168012
SHA256: 9fcc5758b547e856544b5ee178a1182e47ae75fa00a04b158c37def4e127df2d
SHA1: 49535b23b1ceaee9ee412af2eefc8b85c1713148
MD5sum: 11bf140b9901661014219767182b34bc
Description: debug symbols for postgresql-17-mysql-fdw
Build-Ids: 4458952f7285d7989ee8a5ddac1a43e619454601
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-numeral
Source: postgresql-numeral
Version: 1.3-8.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 242
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-17-numeral_1.3-8.pgdg26.04+1_amd64.deb
Size: 75664
SHA256: 09480db3ff90254aa11954421e6c0352ee44a1c3ba4199da796d454475224096
SHA1: a868e2bb18fcf86e101d2ea6d634b290d22067c8
MD5sum: 163fea55a1a744251543184e22dc4abe
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-numeral-dbgsym
Package-Type: ddeb
Source: postgresql-numeral
Version: 1.3-8.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 91
Depends: postgresql-17-numeral (= 1.3-8.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-17-numeral-dbgsym_1.3-8.pgdg26.04+1_amd64.deb
Size: 48504
SHA256: 4f3060b6eaa72d6ee57f501712d05761806c4c479bd0a6cc73f4bc03e83b1b80
SHA1: 133e420ea9c41598e51aef16e68c256c0802560d
MD5sum: 0550a2e28baf07d5d25a55c6806683e9
Description: debug symbols for postgresql-17-numeral
Build-Ids: 084fff62ae25241da3aae5661c39250802d47da5
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 245
Depends: postgresql-17, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw_1.1.7-2.pgdg26.04+1_amd64.deb
Size: 91192
SHA256: 7dd405ddbdbf66a81efa75dedaa5c0b4ea6e58fbcbd4a5702b24ca0c16a83e3e
SHA1: b238b023eec96890ee20fa360328b92f49a93ef8
MD5sum: b1595252b9a85647aa524a3ff5683373
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-ogr-fdw-dbgsym
Package-Type: ddeb
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 210
Depends: postgresql-17-ogr-fdw (= 1.1.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw-dbgsym_1.1.7-2.pgdg26.04+1_amd64.deb
Size: 147240
SHA256: ab73a6a49d6ca9e437ae5018c4cc234252d087ddca801ec0c2f34f6177b980da
SHA1: 6f706f526b04f3f106c5be2936ea462a786cb38c
MD5sum: eadea45a7e1c505e0d92b72b0d3b65ca
Description: debug symbols for postgresql-17-ogr-fdw
Build-Ids: 0cd157f3947b3116bbc0d2935aa12ab50553f5d8 9b0fa6f363d21596620c7dcd55bdc510ed722b6b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: oracle-libs, postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-17-oracle-fdw_2.8.0-2.pgdg26.04+1_amd64.deb
Size: 76224
SHA256: 29a4d62cf1dccbb5155a11c1ee047b7839482f2698147c2a76b0e4d65d3d9a93
SHA1: 6c3dbc3d9d96a8b2d3d5ad4ea47b74cdddd533d4
MD5sum: 1e48d0aa881167180f4e4698e2bf0059
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-oracle-fdw-dbgsym
Package-Type: ddeb
Source: oracle-fdw
Version: 2.8.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 287
Depends: postgresql-17-oracle-fdw (= 2.8.0-2.pgdg26.04+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-17-oracle-fdw-dbgsym_2.8.0-2.pgdg26.04+1_amd64.deb
Size: 205276
SHA256: d965cdc1c100d7c44a1321dc09f3ae43d85f1571de532c740111308beba4ba27
SHA1: 5d0466ed962aed87f1d296759462b8c0ba9ca878
MD5sum: a6ea1ef0a0c884ca0016044568e7d475
Description: debug symbols for postgresql-17-oracle-fdw
Build-Ids: a9a270cb25767e9d874b84eff9e68445b2fcde87
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-orafce
Source: orafce
Version: 4.16.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1138
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-17-orafce_4.16.3-1.pgdg26.04+1_amd64.deb
Size: 366560
SHA256: 5d18088f24a27cd5866701a6bd984f3152b8a9e78b5d6908684765ab1b302c33
SHA1: c6b0d85a9d8bd12c4dce20d7acfc894bf4c29edd
MD5sum: 258bfb791233de0e797eecff7cb1da3b
Description: Oracle support functions for PostgreSQL 17
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 474
Depends: postgresql-17-orafce (= 4.16.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-17-orafce-dbgsym_4.16.3-1.pgdg26.04+1_amd64.deb
Size: 322640
SHA256: d3fe2040e63cc450dc831f05feb9a686335df07066f7ba605d25aede15ec85ef
SHA1: e1ff902c2502e9b5841d13a7ad32b35b00d90013
MD5sum: 78c6a6e296847061d8a259ce395d3d7f
Description: debug symbols for postgresql-17-orafce
Build-Ids: ce15a1708a9cdc2f69ce9408e356d73ca0f079d6
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-partman
Source: pg-partman
Version: 5.4.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7712
Depends: python3, python3-psycopg2, postgresql-17, libc6 (>= 2.4)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-17-partman_5.4.0-1.pgdg26.04+1_amd64.deb
Size: 234444
SHA256: 8e764eb487251f9566f5a8e5f138657af6263395615a627a5ec582e04b8e1da0
SHA1: 11c1bce8eeadf628231619b51e7574fe0980f36f
MD5sum: 45899ab22be58ebc254d76c81aca2691
Description: PostgreSQL Partition Manager
 pg_partman is a PostgreSQL extension to create and manage both time-based and
 serial-based table partition sets. Sub-partitioning is also supported. Child
 table & trigger function creation is all managed by the extension itself.
 Tables with existing data can also have their data partitioned in easily
 managed smaller batches. Optional retention policy can automatically drop
 partitions no longer needed. A background worker (BGW) process is included to
 automatically run partition maintenance without the need of an external
 scheduler (cron, etc) in most cases.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-partman-dbgsym
Package-Type: ddeb
Source: pg-partman
Version: 5.4.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-17-partman (= 5.4.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-17-partman-dbgsym_5.4.0-1.pgdg26.04+1_amd64.deb
Size: 46444
SHA256: 3a47ade73920bace04ef5d6dd5e29b34162e7868b787664bdf0775758f620525
SHA1: 141f8d91802cfe1a23a7cb1eb635498196e9c5de
MD5sum: d7fad5f4f465278e91d799b217997eff
Description: debug symbols for postgresql-17-partman
Build-Ids: a359662e44fcc5bf73b0e0de8afb762bb1ef1854
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-periods
Source: postgresql-periods
Version: 1.2.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 546
Depends: postgresql-contrib-17, postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-17-periods_1.2.3-2.pgdg26.04+1_amd64.deb
Size: 47072
SHA256: 82502b7fa592122d5a6b8d3e7efea1884baf707ec4edb30a9cbe4e1eaa566204
SHA1: c9bbc71184016525d7ae943152e1ef4d935aa530
MD5sum: 978f0577deee255941019e316a9d3917
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-periods-dbgsym
Package-Type: ddeb
Source: postgresql-periods
Version: 1.2.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-17-periods (= 1.2.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-17-periods-dbgsym_1.2.3-2.pgdg26.04+1_amd64.deb
Size: 44092
SHA256: ac114816a747e63b7e9c526e81785062e78f7a63cf5e40588b1b1f8eb2976a4f
SHA1: bbd584d135aecc9ed44b352eec660c4280c053a9
MD5sum: 4679803496851418982898f613949b8e
Description: debug symbols for postgresql-17-periods
Build-Ids: 481b059c00dc25aa17ccd7cadb93ff4b8978d9ed
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-17, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-17-pg-catcheck_1.6.0-2.pgdg26.04+1_amd64.deb
Size: 36508
SHA256: e3aa0d317e1669fc831d514687a110eb29dfb01255da9620cfb0e68c782a5754
SHA1: 8f7d0d18cc54ac06158c69c700ba2a3c9f229935
MD5sum: 3f67790e49e763cad9dae4be76184752
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-catcheck-dbgsym
Package-Type: ddeb
Source: pg-catcheck
Version: 1.6.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-17-pg-catcheck (= 1.6.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-17-pg-catcheck-dbgsym_1.6.0-2.pgdg26.04+1_amd64.deb
Size: 41060
SHA256: 7d5718536e47d384f5ebba2615097caa79706fb24b176eca5da334da1ffc774c
SHA1: 70245aff6b2970ca1bb7b9de9091a8712126fed9
MD5sum: 486bdd1fe17eb6f2ba43291462592280
Description: debug symbols for postgresql-17-pg-catcheck
Build-Ids: 61485190067ba575b12426780b4ebcfcc9a78441
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-checksums
Source: pg-checksums
Version: 1.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-17, libc6 (>= 2.38)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-17-pg-checksums_1.3-2.pgdg26.04+1_amd64.deb
Size: 37884
SHA256: 1737fc571188c32d19be997aee0e4283e93a098993e3bf9c7431956b24587fa5
SHA1: fc2249312c5a0811a95ef1a43fc548338d49ab00
MD5sum: b7a05db2b9bf59bcea87eeae03e51115
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-checksums-dbgsym
Package-Type: ddeb
Source: pg-checksums
Version: 1.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-17-pg-checksums (= 1.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-17-pg-checksums-dbgsym_1.3-2.pgdg26.04+1_amd64.deb
Size: 22624
SHA256: 81d826c71c6ebaaed9abcc2a9e4d46dbe0d731e48c3545a582b1c333427e445e
SHA1: 337529772d1fc4b57e385765ad62a5417e2c2e9a
MD5sum: cdacf54c6dbb3c6d2c0ff8e3945b375b
Description: debug symbols for postgresql-17-pg-checksums
Build-Ids: 56ef4db127195e7739531aeab402b33a457e76df
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-crash
Source: pg-crash
Version: 0.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-17-pg-crash_0.3-2.pgdg26.04+1_amd64.deb
Size: 13408
SHA256: b09622fc62563ac73a5ebd3282aa2c07ab1f1ced137c77f2ad8a9158eead3d71
SHA1: 40b77ef0486a38225bb0588384101521a6361aa6
MD5sum: fb6089696b6ffb87594cffdc1c3ae423
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-crash-dbgsym
Package-Type: ddeb
Source: pg-crash
Version: 0.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-17-pg-crash (= 0.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-17-pg-crash-dbgsym_0.3-2.pgdg26.04+1_amd64.deb
Size: 16068
SHA256: 71250ff0717dd201203bc809dc9fa1f62d66a5495b1ac02267fd9feb99e3cb61
SHA1: 787d28eedd9dd334b29fc9be2809347081381e51
MD5sum: 8da18fa9d771a8d3cca519946c9b5a8b
Description: debug symbols for postgresql-17-pg-crash
Build-Ids: 2ecd111d1bca5d2da4c89f508e21be0f9bcd0fbc
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-17, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-17-pg-failover-slots_1.2.0-1.pgdg26.04+1_amd64.deb
Size: 40144
SHA256: 909b9472e661f99805df7b4a8b94be6b0c8e849bd9d235dc999e1e0d34c7f45b
SHA1: 4ffb35cc8470a9fbb02ecc066559191d1b0bb0ee
MD5sum: 4d841f7cd740a77160cbbadb584afbae
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-failover-slots-dbgsym
Package-Type: ddeb
Source: pg-failover-slots
Version: 1.2.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-17-pg-failover-slots (= 1.2.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-17-pg-failover-slots-dbgsym_1.2.0-1.pgdg26.04+1_amd64.deb
Size: 53220
SHA256: f840cad5704d7652d7f8606b1670c11302440786685c99eeaa5d1c529207766b
SHA1: f7cfb70e42c4c762bbc4e9ec3e706ec8133acf46
MD5sum: cdf91df5c54b410612ae29824b33bd69
Description: debug symbols for postgresql-17-pg-failover-slots
Build-Ids: 856fc7b0380e1de2f5d9c161f45c638d9e449613
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-gvm
Source: pg-gvm
Version: 22.6.11-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-17, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm_22.6.11-2.pgdg26.04+1_amd64.deb
Size: 20160
SHA256: 599a2f1732c69ad84ed5c194f7cebbe19cb91a02c04452cb63f8e156fb7ffec5
SHA1: 4867e91c81e426997fbba63c5ace89e1777374f8
MD5sum: 0d1f6d65e826ac2a220530219a622873
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.11-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-17-pg-gvm (= 22.6.11-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm-dbgsym_22.6.11-2.pgdg26.04+1_amd64.deb
Size: 29116
SHA256: 9a7c1e0b19402e0e52fdab67ffe795c221f1673fc5ba5d99b36a16643d627875
SHA1: c03c18690d79e4aca89cd2e2e2a789039596b395
MD5sum: 35f71ac859453d523bca86fcd4e0facc
Description: debug symbols for postgresql-17-pg-gvm
Build-Ids: 497c687e5529c13ef8ee675cfb1619b9bfaa0969
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-hint-plan
Source: pg-hint-plan-17
Version: 1.7.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 303
Depends: postgresql-17, libc6 (>= 2.14)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-17/postgresql-17-pg-hint-plan_1.7.1-1.pgdg26.04+1_amd64.deb
Size: 128204
SHA256: a4f2d727f3a75e8bdef7ad9b14431ec7545f3b81bd1ea65d67971cfc3bc3f6d6
SHA1: 61dccaa4bc2eb0b5ac4679c8af0faa768f4958a7
MD5sum: 80ea12625e7d70ece0434c85237e72e8
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-hint-plan-dbgsym
Package-Type: ddeb
Source: pg-hint-plan-17
Version: 1.7.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-17-pg-hint-plan (= 1.7.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-17/postgresql-17-pg-hint-plan-dbgsym_1.7.1-1.pgdg26.04+1_amd64.deb
Size: 134616
SHA256: ba6077bd1dea852a65791c58f825e214ecf5bda45f1567958f97a8bd8d958fc8
SHA1: fb35f36ed066bc7776f0065e179dffcb8a5b5bea
MD5sum: cbe9d4dad6e39032a2f1a294ab604fb1
Description: debug symbols for postgresql-17-pg-hint-plan
Build-Ids: 18b8a8d23fa2a7d57acb4b1d5ee555624598b1c5
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-ivm
Source: pg-ivm
Version: 1.13-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-17, libc6 (>= 2.4)
Homepage: https://github.com/sraoss/pg_ivm
Priority: optional
Section: database
Filename: pool/main/p/pg-ivm/postgresql-17-pg-ivm_1.13-1.pgdg26.04+1_amd64.deb
Size: 119636
SHA256: 54edbd262a229b5184b18f9f711e194332c611a9fc67d1d30c9fcdfd69ed6ae4
SHA1: 132090ce2903abbc3fe80cf6da5e7348e6bc7bf8
MD5sum: 5dbc4569c098c2ac65f4f6d83df96452
Description: Incremental View Maintenance (IVM) extension for PostgreSQL
 pg_ivm is a PostgreSQL extension for Incremental View Maintenance (IVM). IVM
 is a way to make materialized views up-to-date in which only incremental
 changes are computed and applied on views rather than recomputing the contents
 from scratch as `REFRESH MATERIALIZED VIEW` does. IVM can update materialized
 views more efficiently than recomputation when only small parts of the view
 are changed.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-ivm-dbgsym
Package-Type: ddeb
Source: pg-ivm
Version: 1.13-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-17-pg-ivm (= 1.13-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-ivm/postgresql-17-pg-ivm-dbgsym_1.13-1.pgdg26.04+1_amd64.deb
Size: 173896
SHA256: 576cb3c3b95060fc54e59d60edea0622493f40bfffa4badbef3b399f094b8e51
SHA1: 03a6f7bb5338dfde82ab143726000a84e18f7742
MD5sum: fa1ed58fbdfda1f27497ddf9bc3380e0
Description: debug symbols for postgresql-17-pg-ivm
Build-Ids: b9da022acad62f17545474b8c30ed260b8b6ab0e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-permissions
Source: pg-permissions
Version: 1.4-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-17
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-17-pg-permissions_1.4-2.pgdg26.04+1_all.deb
Size: 8272
SHA256: 4dad4ee5bd729a0346553cced5e10b8bb86b1eb643fd9e7cd608d63bd3a9d642
SHA1: 342a78291478d74320c4fd0bcf121af6372fd2ef
MD5sum: 05434e051d5e81ebdbe5524cdeb1b748
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-pwhash
Source: pg-pwhash
Version: 1.0-2.pgdg26.04+3
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-17, libargon2-1 (>= 0~20171227), libc6 (>= 2.14), libcrypt1 (>= 1:4.1.0), libscrypt0 (>= 1), libssl3t64 (>= 3.2.0)
Homepage: https://github.com/cybertec-postgresql/pg_pwhash
Priority: optional
Section: database
Filename: pool/main/p/pg-pwhash/postgresql-17-pg-pwhash_1.0-2.pgdg26.04+3_amd64.deb
Size: 58348
SHA256: 07c8dc59918e0b8f663acc50a69115c95e3f0c166e84b77b2613c43a38266e51
SHA1: 15d4d1ab360e56187a0dad4b56f701b83e2fd0b7
MD5sum: 5669935880e89a7c669a85928f7d55ef
Description: Advanced password hashing methods for PostgreSQL
 The extension pg_pwhash provides advanced password hashing methods based on
 adaptive implementations.
 .
 Supported password hashing algorithms:
  * Argon2 based on RFC 9106 ($argon2$ and variants)
  * scrypt ($scrypt$ and $7$)
  * yescrypt ($y$)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-pwhash-dbgsym
Package-Type: ddeb
Source: pg-pwhash
Version: 1.0-2.pgdg26.04+3
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-17-pg-pwhash (= 1.0-2.pgdg26.04+3)
Priority: optional
Section: debug
Filename: pool/main/p/pg-pwhash/postgresql-17-pg-pwhash-dbgsym_1.0-2.pgdg26.04+3_amd64.deb
Size: 45612
SHA256: 16f0e031efc550e2780265c7678ea26d17a68850f068988f4f9de69857839806
SHA1: 03fd406c25dbbebe7c252d4b438c0f91b118f547
MD5sum: 66cd25a8e0cee4f2414290794e69ec23
Description: debug symbols for postgresql-17-pg-pwhash
Build-Ids: a1ba4ad2c0dfa9cf9e877e899d9855f693e1b409
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-qualstats
Source: pg-qualstats
Version: 2.1.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 282
Depends: postgresql-17, libc6 (>= 2.14)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-17-pg-qualstats_2.1.3-1.pgdg26.04+1_amd64.deb
Size: 54844
SHA256: 7d6d9b0d466ceeaf9d29ae3f3f36787b58401f09b02335027a551abec28ae37c
SHA1: 22f18f11d12d6b124312759d44215770fc8c2572
MD5sum: fcc55ba0ee019cc1c548b581b2465526
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-qualstats-dbgsym
Package-Type: ddeb
Source: pg-qualstats
Version: 2.1.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 90
Depends: postgresql-17-pg-qualstats (= 2.1.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-17-pg-qualstats-dbgsym_2.1.3-1.pgdg26.04+1_amd64.deb
Size: 64104
SHA256: d9f37f8e110863ec72b192cdc662fdcfb32daabfda156fd23060dc60f8bd8f07
SHA1: 308242a5f25346b17a67dd9b38bfa4b8c6679c7b
MD5sum: 355e5d1e6b0deff3d25194cc75546551
Description: debug symbols for postgresql-17-pg-qualstats
Build-Ids: 617faceb1ba82794d2fe6acc774babca477fb8eb
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-rewrite
Source: pg-rewrite
Version: 2.0.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-17-pg-rewrite_2.0.0-2.pgdg26.04+1_amd64.deb
Size: 76012
SHA256: 0bd16cf878434a88e450fe9ec26c17b2ef6cea8e4c001f6ff569f9563b61c422
SHA1: ee8af52f64eb460922cc27534bd46a44721a3cd3
MD5sum: 683abebe4e8ede33dc4e5d56de866f87
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-rewrite-dbgsym
Package-Type: ddeb
Source: pg-rewrite
Version: 2.0.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: postgresql-17-pg-rewrite (= 2.0.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-17-pg-rewrite-dbgsym_2.0.0-2.pgdg26.04+1_amd64.deb
Size: 123560
SHA256: fcd1eb207c9642d74b525f7bbd81c7f0f842b4691e64cc98e3e1be006185f6f3
SHA1: 725d4b7e69783e8d79aca66d80199baf4d2d2478
MD5sum: ed8efcfa1931cb915c6b6dffeb03ff21
Description: debug symbols for postgresql-17-pg-rewrite
Build-Ids: 49b7f631e63290cda0fc5a05cb8f1010975a42f4
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-rrule
Source: pg-rrule
Version: 0.3.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-17, libc6 (>= 2.14), libical3t64 (>= 3.0.0)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-17-pg-rrule_0.3.0-1.pgdg26.04+1_amd64.deb
Size: 24772
SHA256: 6f68335f5b2809d6700226e2e1883fa6f73ab0fd379926f5d44aafd9083dde57
SHA1: 05406c2ecacbdc2cbf10c866bb270e443fb2c565
MD5sum: 01aadacbfd42ab98330b8dea07a215fa
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-rrule-dbgsym
Package-Type: ddeb
Source: pg-rrule
Version: 0.3.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-17-pg-rrule (= 0.3.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-17-pg-rrule-dbgsym_0.3.0-1.pgdg26.04+1_amd64.deb
Size: 24060
SHA256: 15dff5ae8ef35339e7a3c9df1c5a0d212b88da535511890ee5dfa223339ecda9
SHA1: 9b2464811d5efc075a9f956e559e0b5160b5a2a0
MD5sum: 8979faa3c6ff1760045cb69567342fa7
Description: debug symbols for postgresql-17-pg-rrule
Build-Ids: 0c1e9cab712241edde0050c0acd9df41553973ac
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-contrib-17, postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-17-pg-stat-kcache_2.3.1-1.pgdg26.04+1_amd64.deb
Size: 35988
SHA256: fc8ae7fb09efdfa35ac5cc7257f09190be4694f3994aa9984052ffda4532c72d
SHA1: 20cbc61c1f66e3243cb0502a96d54e9f06089b09
MD5sum: c55f2ede5c79e7ae6efcdd99efe1f236
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-stat-kcache-dbgsym
Package-Type: ddeb
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-17-pg-stat-kcache (= 2.3.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-17-pg-stat-kcache-dbgsym_2.3.1-1.pgdg26.04+1_amd64.deb
Size: 43752
SHA256: 1e4a4c13d1836f0b7d3c73267ae1fb570ec106473af61bb8d14f0071394429a9
SHA1: 62541b1034eba15cca5145b35c4f7fe51d787e5c
MD5sum: 6b8cbe6c97775a3940ade9fb153ba40a
Description: debug symbols for postgresql-17-pg-stat-kcache
Build-Ids: 0ee89174314074eee72812ad8cf6577ee142fb37
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-5.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-17
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-17-pg-track-settings_2.1.2-5.pgdg26.04+1_all.deb
Size: 9276
SHA256: f5c97688d6c5151ff2c0842978b3d820cd2800ee55985e0315012b9e0b267c93
SHA1: 315babbd7dc1a2b4993e26441bbad85a5dea595a
MD5sum: dd0b03f56bb07f9e489b5bad504bf8e1
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-uuidv7
Source: pg-uuidv7
Version: 1.7.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-17, libc6 (>= 2.17)
Homepage: https://github.com/fboulnois/pg_uuidv7
Priority: optional
Section: database
Filename: pool/main/p/pg-uuidv7/postgresql-17-pg-uuidv7_1.7.0-1.pgdg26.04+1_amd64.deb
Size: 12928
SHA256: 47e4e710a02419a8075497b90877e90524c8250f723116563d2f4d2a3fa274a3
SHA1: 3b10cb2273919fe4351ed4cd653c5b00de325e63
MD5sum: a93b801d54ab73f798bd7a1d58aba872
Description: Extension providing UUIDv7 data type
 pg_uuidv7 is an extension which provides a UUID v7 data type, in
 particular for PostgreSQL releases before 18 that do not have a
 builtin uuidv7 data type.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-uuidv7-dbgsym
Package-Type: ddeb
Source: pg-uuidv7
Version: 1.7.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-17-pg-uuidv7 (= 1.7.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-uuidv7/postgresql-17-pg-uuidv7-dbgsym_1.7.0-1.pgdg26.04+1_amd64.deb
Size: 7608
SHA256: 04e388354154facf05451f0578c0604559362fd6bcb98057c4a49c7968d85348
SHA1: 01c85996cfb6dea3a3b18e0854da9ecc9b9c81e6
MD5sum: 2d2a685d556ec025ddf5f3175ee6c2e8
Description: debug symbols for postgresql-17-pg-uuidv7
Build-Ids: 4ce5dcc58599625d6dcb6c725cee445601ea089b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-17, libc6 (>= 2.4)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-17-pg-wait-sampling_1.1.9-2.pgdg26.04+1_amd64.deb
Size: 39188
SHA256: aa57d3e120486be8cd30e42bea89c0d4657ca331f55c7afb6f0863adf129ca46
SHA1: 1b405f5cf7885b4b0a4939dd53019da2642b9e69
MD5sum: 80470979627968b2f90879bfd264efcd
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pg-wait-sampling-dbgsym
Package-Type: ddeb
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-17-pg-wait-sampling (= 1.1.9-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-17-pg-wait-sampling-dbgsym_1.1.9-2.pgdg26.04+1_amd64.deb
Size: 57108
SHA256: 055fa69d2a823a0ee80b7d44034643c50476d7d6f83c7d7a5d25e8d057ae5ee0
SHA1: 900675d860595181c3438085b836ec93ce4e6f83
MD5sum: e49e422b4cccc77fe61a29935fec13e8
Description: debug symbols for postgresql-17-pg-wait-sampling
Build-Ids: 134af520febe7156608cf790c3954ebfead72af8
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgaudit
Source: pgaudit-17
Version: 17.1-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-17, libc6 (>= 2.4)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-17/postgresql-17-pgaudit_17.1-2.pgdg26.04+1_amd64.deb
Size: 47316
SHA256: 8e7f452b40637b4d9179898a309b6347b1e3e51a987f1a3e3defd042fb4f00db
SHA1: b91fde0e7569d906be9f515556561a8fa2942f74
MD5sum: f021b98546cf48c95dbba9d1cda648e4
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgaudit-dbgsym
Package-Type: ddeb
Source: pgaudit-17
Version: 17.1-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-17-pgaudit (= 17.1-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-17/postgresql-17-pgaudit-dbgsym_17.1-2.pgdg26.04+1_amd64.deb
Size: 60540
SHA256: c596f5af5da54eb3c7bb33e66476fffb7d88af8392fd005ad52dc2e885dfec3b
SHA1: 0dd4283bf220109e1093ac66ee134b8af55b7cec
MD5sum: a59c8dc2f402afa74a6133ae959a0416
Description: debug symbols for postgresql-17-pgaudit
Build-Ids: 610d6727307d7aef6f50ba9ff1d6195cb295a32b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-17-pgaudit, postgresql-17, libc6 (>= 2.34)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile_1.7.6-1.pgdg26.04+1_amd64.deb
Size: 50124
SHA256: 8e73a93093a5ea5db5a16fc0eea1e4189383295f72f26c4b87654a3ed3c1e510
SHA1: ccdc11cfec61092fa1d4dc78afe6cf7803af386e
MD5sum: 9086b27ad5420b5be32b26f37e40a353
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-17-pgauditlogtofile (= 1.7.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile-dbgsym_1.7.6-1.pgdg26.04+1_amd64.deb
Size: 41088
SHA256: cd7d4fee3e41463b62c886e18c3e7bf401da4ffc3d45a8bf7c497d8e683502d4
SHA1: 6776b7f2ded9f02eed83f209656f92b997b5ff6b
MD5sum: e897d9bc3c889802b09c666619eddcf8
Description: debug symbols for postgresql-17-pgauditlogtofile
Build-Ids: 0c23ebea0e1d808dcd094071eab514fb76296b73
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgextwlist
Source: pgextwlist
Version: 1.19-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-17, libc6 (>= 2.33)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-17-pgextwlist_1.19-2.pgdg26.04+1_amd64.deb
Size: 29828
SHA256: 1c486abb707d92f3cc02aba9a5b297f97daac5d30624d1319f95d927b72f8297
SHA1: 76f7ba33ec140df6a55eddb7572e6e1895b915cd
MD5sum: 867807bd7c9a824fdca3567ef2031bd4
Description: PostgreSQL Extension Whitelisting
 This extension implements extension whitelisting, and will actively prevent
 users from installing extensions not in the provided list. Also, this
 extension implements a form of sudo facility in that the whitelisted
 extensions will get installed as if superuser. Privileges are dropped before
 handing the control back to the user.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgextwlist-dbgsym
Package-Type: ddeb
Source: pgextwlist
Version: 1.19-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-17-pgextwlist (= 1.19-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-17-pgextwlist-dbgsym_1.19-2.pgdg26.04+1_amd64.deb
Size: 59092
SHA256: c696d5af0ae507916f76e9ea0e74869894731b209c8210fbb43ff4caa8cc9d52
SHA1: d084c5734e14b5af34afb1757823dd754d7aeb51
MD5sum: ed977aa32250f171b83f9a0d9c441850
Description: debug symbols for postgresql-17-pgextwlist
Build-Ids: 4b2f133bfff1220aae1b4047a0360f98f2ed173a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgfaceting
Source: pgfaceting
Version: 0.2.0-5.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-17-roaringbitmap, postgresql-17
Homepage: https://github.com/cybertec-postgresql/pgfaceting
Priority: optional
Section: database
Filename: pool/main/p/pgfaceting/postgresql-17-pgfaceting_0.2.0-5.pgdg26.04+1_all.deb
Size: 9892
SHA256: 78300e0062bf4675e45ecc261cf62de4feeddac62192bfaf14b8cc3729ed0430
SHA1: 9a4143ec532127a1ef69f7028976948b3b9ee24e
MD5sum: 62f17260b791105f610fa73ca17263a8
Description: Faceted query acceleration for PostgreSQL using roaring bitmaps
 PostgreSQL extension to quickly calculate facet counts using inverted indexes
 built with roaring bitmaps. Requires pg_roaringbitmap to be installed.
 .
 Faceting means counting number occurrences of each value in a result set for a
 set of attributes. Typical example of faceting is a web shop where you can see
 how many items are remaining after filtering your search by red, green or
 blue, and how many when filtering by size small, medium or large.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgfincore
Source: pgfincore
Version: 1.3.1-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-17, libc6 (>= 2.34)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-17-pgfincore_1.3.1-3.pgdg26.04+1_amd64.deb
Size: 27336
SHA256: 2762d8477355d087e7c56aea4583f9ff6b761cf3114de9f6d2fd7a131faf6a04
SHA1: 16f71b787b06be7644ff7cbcff3737b44949027e
MD5sum: aaaaa155a2c3e761aa239d036fc16a0f
Description: set of PostgreSQL functions to manage blocks in memory
 Those functions let you know which and how many disk block from a relation
 are in the page cache of the operating system, and eventually write the
 result to a file. Then using this file, it is possible to restore the page
 cache state for each block of the relation.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgfincore-dbgsym
Package-Type: ddeb
Source: pgfincore
Version: 1.3.1-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-17-pgfincore (= 1.3.1-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-17-pgfincore-dbgsym_1.3.1-3.pgdg26.04+1_amd64.deb
Size: 48140
SHA256: c0d34551b993972d5c0becc73c064229a008d996c9e09273be964b4278acd585
SHA1: 57973ad376da3498becfda4522174b32a3f0966e
MD5sum: 599e0ae643d4c0b3227027e603cdcf6a
Description: debug symbols for postgresql-17-pgfincore
Build-Ids: 29f4e7e3bfd179f68d05c60ede2ef90402a7f7e8
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pglogical
Source: pglogical
Version: 2.4.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1117
Depends: postgresql-17, libc6 (>= 2.38), libpq5 (>= 9.1~)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-17-pglogical_2.4.6-1.pgdg26.04+1_amd64.deb
Size: 350504
SHA256: e61351e2f997fe38eb285ce479cebcbcd223feae4ccdcd93478574f75636c9e9
SHA1: 64026608ed280ec9de49dd263ba20cae38462659
MD5sum: 26500c564c7a669c5110c6a691edfe60
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pglogical-dbgsym
Package-Type: ddeb
Source: pglogical
Version: 2.4.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 641
Depends: postgresql-17-pglogical (= 2.4.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-17-pglogical-dbgsym_2.4.6-1.pgdg26.04+1_amd64.deb
Size: 457500
SHA256: ff883af61e12aaa37d0d82d4ded515ad5481460f188d349bc13b2dbcacf61623
SHA1: 23f23739400f23fa68009d5f7d0a46c928c3e979
MD5sum: 42b7a45ff45822fe48888c4c12def991
Description: debug symbols for postgresql-17-pglogical
Build-Ids: 3a65a13caa161eb61b94d0962bc8fd2b7d371299 9f90058af3cb4e595f7e70964077d6c92c185756 d3890f56bbc1b19b45054f2ec430b508ca51673b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgmemcache
Source: pgmemcache
Version: 2.3.0-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-17, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-17-pgmemcache_2.3.0-15.pgdg26.04+1_amd64.deb
Size: 46296
SHA256: ef8cafc0eafed849626b737067ab24f7045aa28f1f654dae15a5911b709e642b
SHA1: 37cef5120574078662ca74d63a0c3b1ed5d4fa98
MD5sum: b31a0742fea3cd9a280d56bb07d14c54
Description: PostgreSQL interface to memcached
 pgmemcache is an extension for PostgreSQL that provides an API to
 memcached through user-defined functions.
 .
 memcached is a high-performance, distributed memory object caching
 system, generic in nature, but originally intended for use in
 speeding up dynamic web applications by alleviating database load.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgmemcache-dbgsym
Package-Type: ddeb
Source: pgmemcache
Version: 2.3.0-15.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-17-pgmemcache (= 2.3.0-15.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-17-pgmemcache-dbgsym_2.3.0-15.pgdg26.04+1_amd64.deb
Size: 55032
SHA256: e2e55d6344b0c0d7794d34037aae79dadccac13647c71ae4d13f60259154f702
SHA1: a13831519967f265d36dcbc688a6c4f32c3b4f6f
MD5sum: 50e7438b53cde1c963a78be25aa879a4
Description: debug symbols for postgresql-17-pgmemcache
Build-Ids: b2dc950a1a6275c5e65c41c46d1ac145a7644d25
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgmp
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: postgresql-17, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-17-pgmp_1.0.5-4.pgdg26.04+1_amd64.deb
Size: 103756
SHA256: 0d613ba4787944da17866398e6cc68156236a3f4f2a82b8e8081f0608c7dbbb7
SHA1: 76d78e1c3458d8c655f3adea8e5742b163817063
MD5sum: b97d2bb520ffd7f260745b2901e022d2
Description: arbitrary precision integers and rationals for PostgreSQL 17
 pgmp is a PostgreSQL extension to add the GMP data types and functions
 directly into the database.
 .
 The extension adds the types mpz (arbitrary size integers) and mpq (arbitrary
 precision rationals) to PostgreSQL and exposes to the database all the
 functions available in the GMP library for these data types, allowing:
 .
  * higher performance arithmetic on integers respect to the numeric data type
  * a rational data type for absolute precision storage and arithmetic
  * using specialized functions to deal with prime numbers, random numbers,
    factorization directly into the database.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgmp-dbgsym
Package-Type: ddeb
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-17-pgmp (= 1.0.5-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-17-pgmp-dbgsym_1.0.5-4.pgdg26.04+1_amd64.deb
Size: 96288
SHA256: bd1a847aca8b56cb243c91faa1521f96a884fe210e398ee90141659a4de4bc22
SHA1: 2eed2f1515f0b2d988001fc3b1435924d0edb8f2
MD5sum: 2958661766dc9ff559f8c4a650e367ab
Description: debug symbols for postgresql-17-pgmp
Build-Ids: 3a45ec4c0f7164173f4e8fc44feae08f05c57bba
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgnodemx
Source: pgnodemx
Version: 1.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-17-pgnodemx_1.7-2.pgdg26.04+1_amd64.deb
Size: 83576
SHA256: e4b373d3796beb4ea7ce95ede25b9cdeb47cfcea6f2a2f82f1dfb7ad4317abfe
SHA1: 64a40b5c1b2e3b899f413429d4892dac3453622f
MD5sum: 9ec36ef333c4554e141c0aa9e12a1a5a
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgnodemx-dbgsym
Package-Type: ddeb
Source: pgnodemx
Version: 1.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-17-pgnodemx (= 1.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-17-pgnodemx-dbgsym_1.7-2.pgdg26.04+1_amd64.deb
Size: 82472
SHA256: 0b9f6d1bf771e12c7a53fc424af447db9ea3a63b0dff91edb299cc1001713fd3
SHA1: 7f943ffe6d5be918e3fa298c68123defd2aed269
MD5sum: 6cc1a26a67c529805c7a5db271f8cebb
Description: debug symbols for postgresql-17-pgnodemx
Build-Ids: 562ee3e8856983795369d6b1f82a1db29de880df
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgpcre
Source: pgpcre
Version: 0.20190509-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-17, libc6 (>= 2.14), libpcre2-8-0 (>= 10.22)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-17-pgpcre_0.20190509-9.pgdg26.04+1_amd64.deb
Size: 18548
SHA256: f5fa1c8e5c7f27f9852d503ea1f385a2212cc3daa2875fe0f2f328ab09671ecd
SHA1: 3df6ca4d5c749d1f445e8dde1f3f4ece931bd10d
MD5sum: 907198f6010a319cd3cf23f9fed84d34
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgpcre-dbgsym
Package-Type: ddeb
Source: pgpcre
Version: 0.20190509-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-17-pgpcre (= 0.20190509-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-17-pgpcre-dbgsym_0.20190509-9.pgdg26.04+1_amd64.deb
Size: 17596
SHA256: 78ce9dfeac048a9c08881fbd4d43a4ff3db1c3500da6fa286b4d3a14454ab474
SHA1: d004adb92e37def5f227d9ac39bb063b16b24bd4
MD5sum: e6dac9bc518f597229c2911b95fd9b13
Description: debug symbols for postgresql-17-pgpcre
Build-Ids: 91bab755a4ce5c443d7b232f9829f85177659b0d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgpool2
Source: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: libpgpool2 (>= 4.7.0-1.pgdg26.04+1), postgresql-17, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 159792
SHA256: bdbf789374e757213d3b99274e0ab7946ccb0f34587918e0735e2bb4745e34de
SHA1: 8dc77a451eda06b30534ee95c1c6ab31a4280b17
MD5sum: 062d2ab4afebadf9b124204bec4f0e82
Description: connection pool server and replication proxy for PostgreSQL - modules
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client.  This package contains support modules for
 the PostgreSQL 17 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgpool2-dbgsym
Package-Type: ddeb
Source: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-17-pgpool2 (= 4.7.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2-dbgsym_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 61720
SHA256: 10d27601e3633d7fd464f16d31958632a843c09d33f6f3b2dc11616d3c64e0d2
SHA1: 45ec2511ea2f9ea8dcfd486098924bcb6986f5d7
MD5sum: 6838438f53d4f2767985bfe2a99752d6
Description: debug symbols for postgresql-17-pgpool2
Build-Ids: 0950709d948cd159122be7027116b2cde271d95a 4d4c319c79f518b0d521d24addc4d3becfe7bdd6 6600444b9cb05360dbbedbcd19a133c40e954142
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgq-node
Source: pgq-node
Version: 3.5-8.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 539
Depends: postgresql-17, postgresql-17-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-17-pgq-node_3.5-8.pgdg26.04+1_all.deb
Size: 12952
SHA256: 07cee08fa037a9e51c9a265dca35063be0bb6d94c9a46018f619feadd60d3f65
SHA1: 630ed61208b0386d68827611dc034b4f339b27ac
MD5sum: 76de4ae94db955c8b899e93fc8b29d19
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgq3
Source: pgq
Version: 3.5.1-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2233
Depends: pgqd, postgresql-17, libc6 (>= 2.4)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-17-pgq3_3.5.1-2.pgdg26.04+1_amd64.deb
Size: 125584
SHA256: 48c2140bbdcfe7ba7e1997f5d0e8e621bad7073a2121c86c069493906fd86e68
SHA1: 06d912136ca741014d9270b957eea835305cf901
MD5sum: d4347732ef3a1afa2a8f0d69ffca1889
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgq3-dbgsym
Package-Type: ddeb
Source: pgq
Version: 3.5.1-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-17-pgq3 (= 3.5.1-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-17-pgq3-dbgsym_3.5.1-2.pgdg26.04+1_amd64.deb
Size: 87664
SHA256: 30395878ce1bf7fdad9135faef958d19ce007cfa5f181e66d87593838481cd2f
SHA1: 7cff6168cd79ce9bb41a0f2765377488a90d2da9
MD5sum: 1299df3b74d29a948054662963f7cdff
Description: debug symbols for postgresql-17-pgq3
Build-Ids: 55b636ceac0d208833cf0e4c9d8308b4c9bd1bdb 784a716ac024e4081463ec6d862e76177e31e310
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgrouting
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2197
Depends: postgresql-17-pgrouting-scripts (>= 4.0.1-1.pgdg26.04+1), postgresql-17, postgresql-17-postgis, postgresql-17-postgis-scripts, libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting_4.0.1-1.pgdg26.04+1_amd64.deb
Size: 656572
SHA256: 8e084bb1a06ea0a75a51880bc1f1ef4f77ebf396fca057ff6e5afce3320b3e6d
SHA1: b9a5b45d5ea8148a5545448eda6a6a2263e29a9a
MD5sum: e837b572d9195e905b69e5540fbccf9c
Description: Routing functionality support for PostgreSQL/PostGIS
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package supports PostgreSQL 17.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgrouting-dbgsym
Package-Type: ddeb
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 14266
Depends: postgresql-17-pgrouting (= 4.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-dbgsym_4.0.1-1.pgdg26.04+1_amd64.deb
Size: 13792324
SHA256: ef937f45ac44fe8fd7abaa06f2e2f5d92f970d48b33cc9999b08054270ff9d5d
SHA1: 87eef32e2e8cc1caaf32f0692920a8d48bf835cc
MD5sum: c7db11421fd91a8a3b5af0790cc7bc7c
Description: debug symbols for postgresql-17-pgrouting
Build-Ids: 4d5e07033980bcc0113a3fa6bc3ac1eaa6278551
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgrouting-scripts
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3948
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-17-pgrouting-scripts_4.0.1-1.pgdg26.04+1_all.deb
Size: 53064
SHA256: 4e6a9c1f4c57ab536fa9d95c1aa7f8d29e32e5cfb586355977c3c9cb6c395402
SHA1: bcc14e6567450bc8bb9f09b1c313d91b2b9d2bff
MD5sum: bc6fc6f2b2af22aa88fb600e14ebed67
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 17.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgsentinel
Source: pgsentinel
Version: 1.4.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-contrib-17, postgresql-17, libc6 (>= 2.14)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-17-pgsentinel_1.4.0-1.pgdg26.04+1_amd64.deb
Size: 46024
SHA256: 6608c0ad7b45c4ebcc344e46fc4072ddc8a34f77e8f73a97fabb3f92eaf8a720
SHA1: 1e1cd47a8db06d404e6739382476881aad7eec9b
MD5sum: 96b4844723e5f67a734e95a5843f60ce
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgsentinel-dbgsym
Package-Type: ddeb
Source: pgsentinel
Version: 1.4.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-17-pgsentinel (= 1.4.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-17-pgsentinel-dbgsym_1.4.0-1.pgdg26.04+1_amd64.deb
Size: 76500
SHA256: 85396ed557c1a9e187c2c94dc0f38a5ed485680067c745a8e5b89749c3a4a375
SHA1: ba063d127d8fe264e5c9a7f6698c5a84ebf445e5
MD5sum: f2429d7f077db000b715b33fccc6131b
Description: debug symbols for postgresql-17-pgsentinel
Build-Ids: 8f568298f44b5fa6508a581bfb726733e8bec924
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgsphere
Source: pgsphere
Version: 1.5.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1601
Depends: postgresql-17, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Breaks: postgresql-17-jit-llvm (<< 21)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-17-pgsphere_1.5.2-1.pgdg26.04+1_amd64.deb
Size: 413684
SHA256: acca8a2044bb25b8d3b6b6fff02b4822535093ac26787495afd2c448e710348e
SHA1: dafee21fd8f954f419e4cded978f13f134cc90ed
MD5sum: cbc6156f8baec0415e69aa4db4bc0be3
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgsphere-dbgsym
Package-Type: ddeb
Source: pgsphere
Version: 1.5.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 614
Depends: postgresql-17-pgsphere (= 1.5.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-17-pgsphere-dbgsym_1.5.2-1.pgdg26.04+1_amd64.deb
Size: 467784
SHA256: ec62291b749dd7be9dca1e19bc0c84d4d4e2224b1bf83aaf0fbecb2cc98c7b85
SHA1: 91d1451b3e87b5be220b55d1b354b1a24e2148c2
MD5sum: 7612f2b75303f8638473469ebbd39c4f
Description: debug symbols for postgresql-17-pgsphere
Build-Ids: 3c8f6b15b9eed1f5818ff73e8d58d7d9e7c9497d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgtap
Source: pgtap
Version: 1.3.4-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-17
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-17-pgtap_1.3.4-1.pgdg26.04+1_all.deb
Size: 45996
SHA256: a159a9c39cb627c4c1c6025a654a1ccd7b5535db6732156e3e3d15d09b02b5b2
SHA1: d5bbc9be8ef8a699a341237f53e704f47b769898
MD5sum: eee06eb114d474494b7ec1d8fe15de73
Description: Unit testing framework extension for PostgreSQL 17
 pgTAP is a suite of database functions that make it easy to write
 TAP-emitting unit tests in psql scripts suitable for harvesting,
 analysis, and reporting by a TAP harness, such as those used in Perl
 and PHP applications.
 .
 TAP is the Test Anything Protocol (http://testanything.org/).
 .
 This package contains the extension for PostgreSQL 17.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgtt
Source: pgtt
Version: 4.4-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-17, libc6 (>= 2.4)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-17-pgtt_4.4-2.pgdg26.04+1_amd64.deb
Size: 53932
SHA256: 01634b2d43b9a4183f3b22ac9589b749621ab6a9467e84da02637990a4f4e75f
SHA1: 243d288cd46c01d486141650746ebe65a6ad9a71
MD5sum: f63d665e0929188ad885fbd356857f78
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgtt-dbgsym
Package-Type: ddeb
Source: pgtt
Version: 4.4-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-17-pgtt (= 4.4-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-17-pgtt-dbgsym_4.4-2.pgdg26.04+1_amd64.deb
Size: 80812
SHA256: eb6b73ee651eea4414d95d76c8f655ab78fe05e84831875ceca1b2df0565894e
SHA1: 38321fbc9d89228ab3d6522ff4a7724f61f5b4ce
MD5sum: 7599ecc1af6979110620a76bf35326e5
Description: debug symbols for postgresql-17-pgtt
Build-Ids: f44a43d2cdd2b478c98ddda753c8f27e2016b97a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgvector
Source: pgvector
Version: 0.8.1-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 691
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-17-pgvector_0.8.1-2.pgdg26.04+1_amd64.deb
Size: 257024
SHA256: 9e3b6119fc7a9bede366be1077e3539e8792746444f1532ee744397ee28e999a
SHA1: 43d7b3cc8a4f16382fac52be997d01c6a21080fe
MD5sum: 86b7cd39b80a579141cc15782698c46d
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pgvector-dbgsym
Package-Type: ddeb
Source: pgvector
Version: 0.8.1-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 434
Depends: postgresql-17-pgvector (= 0.8.1-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-17-pgvector-dbgsym_0.8.1-2.pgdg26.04+1_amd64.deb
Size: 344952
SHA256: ba0fc72927d0b8f86a4fbe8c0c38edf4d9e527ed1dff91278a8fd46c3036048b
SHA1: 1eaebbdc484876324dc1688e1c5f14bb7725f282
MD5sum: a2610a79cc802d201aa0cb76a59e0cf0
Description: debug symbols for postgresql-17-pgvector
Build-Ids: 41e92ebb282c897dd137d9a9f842bafe563e65e2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pldebugger
Source: pldebugger
Version: 1:1.9-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-17, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-17-pldebugger_1.9-1.pgdg26.04+1_amd64.deb
Size: 72128
SHA256: abd8fbcb304b2c897f86d9cfac7147114a1a8befde081a2bed04fa237991c5f0
SHA1: b2ff2f644ef194ac4ed330bf0a33b394258be311
MD5sum: 929357ff9570dc1f659155a20abe3745
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pldebugger-dbgsym
Package-Type: ddeb
Source: pldebugger
Version: 1:1.9-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-17-pldebugger (= 1:1.9-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-17-pldebugger-dbgsym_1.9-1.pgdg26.04+1_amd64.deb
Size: 108964
SHA256: 1e56a7e703e0f0e58cdc956dc7a5bb3f4d48eba12ca22852ad0f75a995a2899b
SHA1: 1f0b2d66eb6b8f369b2df2af7a233af67caa5654
MD5sum: fb3ddc758223e6a8e12bdc737c95f984
Description: debug symbols for postgresql-17-pldebugger
Build-Ids: ab280b0f89aa859aef683fcc1934d3a4b9e198c4
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pljs
Source: pljs
Version: 1.0.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1038
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-17-pljs_1.0.5-1.pgdg26.04+1_amd64.deb
Size: 439160
SHA256: c0689031fc823358fdb1aad5908577f0d8707bd7da0017f09398dd2b1543d100
SHA1: edf423cde4bf4ba0ed3028da50d37a347254bd25
MD5sum: 105f317cec697709d8c44d4f623c0b7a
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pljs-dbgsym
Package-Type: ddeb
Source: pljs
Version: 1.0.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1645
Depends: postgresql-17-pljs (= 1.0.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-17-pljs-dbgsym_1.0.5-1.pgdg26.04+1_amd64.deb
Size: 1416988
SHA256: e3f9d19c73d3b19574d39341e7c5433cde556fdce2f9b3f701599453b17e6e6f
SHA1: 5ea2db9c3a607418db0b3ad0d356e7a243d6a742
MD5sum: 1965ddc2c29f62128517a281adc3f1ed
Description: debug symbols for postgresql-17-pljs
Build-Ids: 1285fdbeb76f0058d4101a8a363f30d87e52d5bd
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pllua
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 854
Depends: postgresql-contrib-17, postgresql-17, libc6 (>= 2.38), liblua5.3-0
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-17-pllua_2.0.12-7.pgdg26.04+1_amd64.deb
Size: 353016
SHA256: bb45245ba823387385c07e369d71cacb253649b7ce0772ea813a6ab5857b0fb1
SHA1: 4de2591eb3f15f4f458304b6586e3350669aee2e
MD5sum: d7be3749a4026cdd19a8dda4485db886
Description: Lua procedural language for PostgreSQL 17
 PL/Lua is an implementation of Lua as a loadable procedural language for
 PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers
 written in the Lua programming language.
 .
 It brings the power and simplicity of Lua to PostgreSQL, including:
 small memory footprint, simple syntax, lexical scoping, functions as
 first-class values, and coroutines for non-preemptive threading.
 .
 This package is based on pllua-ng.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-pllua-dbgsym
Package-Type: ddeb
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 473
Depends: postgresql-17-pllua (= 1:2.0.12-7.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-17-pllua-dbgsym_2.0.12-7.pgdg26.04+1_amd64.deb
Size: 348368
SHA256: 358ae0e8d73b7fac4dce2f52e278f4af81dd001032339e1ab619f82d101408f9
SHA1: 309524829701e1b25bc9f4904510a5edb79c3766
MD5sum: 9adf06a04c2b44ea51b7e4ac47f13192
Description: debug symbols for postgresql-17-pllua
Build-Ids: 5588f4157cfba34f0064a8c8f7f59155c81bdea0 aa390c539fedbbbcabc6126d91f4e17807ba401e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.8.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 662
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.8.8-1.pgdg26.04+1_amd64.deb
Size: 297236
SHA256: 1639aa2abf7b77f56f48ae8425c55dcef6279e0993750dd3938512f1ff8116cf
SHA1: 9f06ed97a92a664d44e8693b2b64e532af24d13e
MD5sum: 612a5e728403b1a8bf4fc78eeaa366c4
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-plpgsql-check-dbgsym
Package-Type: ddeb
Source: plpgsql-check
Version: 2.8.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 452
Depends: postgresql-17-plpgsql-check (= 2.8.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.8.8-1.pgdg26.04+1_amd64.deb
Size: 349508
SHA256: 36390c4a12630ad3d84736dcd111bc8cd6f6a3d944a17d364dd53cf1e8f9a21d
SHA1: 628e372228aa76ef334a2ce0e5e814fe68b19c77
MD5sum: f7a0b04a75004e09d8fa79b618e6999c
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: 215a9c0eb27c42e11885c7ea04b2b1e6eace74f0
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-plprofiler
Source: plprofiler
Version: 4.2.5-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-17, libc6 (>= 2.17)
Recommends: plprofiler
Breaks: postgresql-17-jit-llvm (<< 21)
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-17-plprofiler_4.2.5-4.pgdg26.04+1_amd64.deb
Size: 45860
SHA256: 79875e25f7e10fa371f1ce7ebe0e2a3df373ebf1bd70fc105e38267b8caeae44
SHA1: 1138872deff9d4ef2003b1f8680c4ee82c762c32
MD5sum: 30819e5119793d17526f558f91610bd8
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-plprofiler-dbgsym
Package-Type: ddeb
Source: plprofiler
Version: 4.2.5-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-17-plprofiler (= 4.2.5-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-17-plprofiler-dbgsym_4.2.5-4.pgdg26.04+1_amd64.deb
Size: 71124
SHA256: 37512964b2a379ba5fa3d6a1d53e05d1b030d39a5c4cfed387c44bfe848656bc
SHA1: 9b57bbb12558914f2b750a98683aa844f0a062a9
MD5sum: c00e49aca91bbdbd5f190ac9e6e381a4
Description: debug symbols for postgresql-17-plprofiler
Build-Ids: 3d5e9bc7d97f1fe11864ad35976dd8e33bccc121
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-plproxy
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 294
Depends: postgresql-17, libc6 (>= 2.38), libpq5
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-17-plproxy_2.11.0-13.pgdg26.04+1_amd64.deb
Size: 133984
SHA256: 9cd00bcf334c52655266406efe116861e68d885bb1bbf515ab166908ccfe8e2d
SHA1: 7fe300279e0a6225090814f0ef1d47a8dd308371
MD5sum: 81cdb44438e92dbc4cb392cf710fba23
Description: database partitioning system for PostgreSQL 17
 PL/Proxy is a database partitioning system implemented as a PL language. Main
 idea is that proxy functions are created with same signature as the remote
 functions to be called, so only destination info needs to be specified inside
 proxy function bodies.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-plproxy-dbgsym
Package-Type: ddeb
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-17-plproxy (= 2.11.0-13.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-17-plproxy-dbgsym_2.11.0-13.pgdg26.04+1_amd64.deb
Size: 133216
SHA256: 07920a6cd11af72afa5ea0afd0d69a4a3179cb5d30c833ba4f48e6c6e9f7c24c
SHA1: 3afd49b93432b396263951acf86b349326aac61d
MD5sum: b8a12650981ae4295610d6bbf2dbaf01
Description: debug symbols for postgresql-17-plproxy
Build-Ids: 8d90eda95231f7149107dedbee19c49f28188f2a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-plr
Source: plr
Version: 1:8.4.8.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: r-base-core (>= 2.10), postgresql-17, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-17-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-17-plr_8.4.8.2-1.pgdg26.04+1_amd64.deb
Size: 128848
SHA256: 6823c4c42a5176b89e6b24d2f95f880990582d03b7b24ae05de0c623f6eb78fa
SHA1: 0fc89d9e49008967dea1b70e397b420111421ab4
MD5sum: dee5dddebcb9819d8a705920ce334600
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-17-plr (= 1:8.4.8.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-17-plr-dbgsym_8.4.8.2-1.pgdg26.04+1_amd64.deb
Size: 152852
SHA256: 3a95d6c90e25d4817fa254326a095a73e721233ae17aab445fd73ddec6da3ebf
SHA1: 75c3edb0d51d775e56f8a7ba29b8af6ecf6f0e97
MD5sum: 2738310246a4a601bc3a063cb0a02df3
Description: debug symbols for postgresql-17-plr
Build-Ids: 13e22d41d1ca53e9f1b49b401d9ba44a86185ab5
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-plsh
Source: postgresql-plsh
Version: 1.20220917-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/petere/plsh
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-17-plsh_1.20220917-4.pgdg26.04+1_amd64.deb
Size: 28392
SHA256: dfd666def6fa7530def0197c247b7d25b42405377a0291624bf4fcf4e5df5ef0
SHA1: 6257bfb585922b88978d33b6e8e640db676e7e1e
MD5sum: f9e355132d73af3d6f10a2893b3e9b3e
Description: PL/sh procedural language for PostgreSQL 17
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in a shell of his choice.  You need this package
 if you have any PostgreSQL 17 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-plsh-dbgsym
Package-Type: ddeb
Source: postgresql-plsh
Version: 1.20220917-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-17-plsh (= 1.20220917-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-17-plsh-dbgsym_1.20220917-4.pgdg26.04+1_amd64.deb
Size: 52604
SHA256: 9c2ac90c756695f2ef4c3aee3750bf69a605eb6dd1ae808ed74d359da6442f0e
SHA1: 20d9429d5847b05815bf9bcc25cd4e1f750c4a10
MD5sum: 5e7c66377ada2640eac222d00fccd4dd
Description: debug symbols for postgresql-17-plsh
Build-Ids: a39e39e0b361ee557cd35d9cbab842db8f790055
Timestamp: 2026-02-12 22:34:45+00

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

Package: postgresql-17-pointcloud-dbgsym
Package-Type: ddeb
Source: pgpointcloud
Version: 1.2.5-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 276
Depends: postgresql-17-pointcloud (= 1.2.5-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-17-pointcloud-dbgsym_1.2.5-3.pgdg26.04+1_amd64.deb
Size: 192600
SHA256: 2891b9af905f16fbd0573d4e35938e6a756b3dcf41f29d0fc49c6c73553cc7e6
SHA1: 2ad0c4f750f191c9c941c0bb2381da1e6d95628e
MD5sum: b2c5d651c71d749b07ae52cc991756b6
Description: debug symbols for postgresql-17-pointcloud
Build-Ids: bf50c4fe7d44a572828f09108e3941bfb5b1b534
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-postgis-3
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10054
Depends: postgresql-17, postgresql-17-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-17-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3_3.6.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 3625360
SHA256: 547383d1b0f76896b289919cb1f4d2cf970fce08b528bd34e76596f769a88405
SHA1: 8e70218b57ca92923c5b35fed0a405484f0a715f
MD5sum: b17f70059d79154c4bffeafdd34695da
Description: Geographic objects support for PostgreSQL 17
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-postgis-3-dbgsym
Package-Type: ddeb
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5270
Depends: postgresql-17-postgis-3 (= 3.6.2+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-17-postgis-3-dbgsym_3.6.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 4130788
SHA256: c8cd108124ff4b6a5f0e1d84a70d51fedca4193bbf6ae90a738d9cd90803061e
SHA1: 62c54fab7901d31674dad8e3c6d30b176e455ef5
MD5sum: 8a15b0625858164f2110007febdf7f65
Description: debug symbols for postgresql-17-postgis-3
Build-Ids: 48a9278ee09e30eb4a8e1a6cc130fefa8f55eed3 7677e474546db48551d256700300dadddcaf8fea 7fd1d4135a2a8ef80f8e7079a7ed8ae1131010ca bc039ecefcc2471e0637729708c8e53867918f94 e1a316805f401ff4ad809bc6d9342b7ac637e656
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-postgis-3-scripts
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38990
Recommends: postgresql-17-postgis-3
Provides: postgresql-17-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3-scripts_3.6.2+dfsg-1.pgdg26.04+1_all.deb
Size: 1296412
SHA256: 591b3786ef3b186eb70b7773512dc73d826c3aedf2cae6f338978df2fc0acd7f
SHA1: 5a91dd55b8cb1d780bb718fdb73e7f5fc3bcbe42
MD5sum: 29ec88f559996a065a5a41f660ea0870
Description: Geographic objects support for PostgreSQL 17 -- SQL scripts
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This package contains the SQL scripts for installing PostGIS in a PostgreSQL
 17 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-powa
Source: powa-archivist
Version: 5.1.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1924
Depends: postgresql-contrib-17, postgresql-17, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Breaks: postgresql-17-jit-llvm (<< 21)
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-17-powa_5.1.1-1.pgdg26.04+1_amd64.deb
Size: 60388
SHA256: b56921b84902bcab4aa962a26ecfcff9de629ba4b6dab4e5441fdd589469d377
SHA1: 0f42d7bdcb97ece8009cf1e49e802adb77f0bd29
MD5sum: 1ceb79f31d9955a5768e0db8198c9fec
Description: PostgreSQL Workload Analyzer -- PostgreSQL 17 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-powa-dbgsym
Package-Type: ddeb
Source: powa-archivist
Version: 5.1.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-17-powa (= 5.1.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-17-powa-dbgsym_5.1.1-1.pgdg26.04+1_amd64.deb
Size: 41816
SHA256: ce2bec53205d53a210c9cb91496f0f2d66ad91f13fa920eaa7a7d9bcc928ff57
SHA1: 7005cdc5c14bb6e7506ea0f301e2df73a6a1f5f2
MD5sum: d2f5d91174621cc864c04d2cdb081666
Description: debug symbols for postgresql-17-powa
Build-Ids: 3a6a2088ba674e6ff198c9b859dd657f01e4baab
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-prefix
Source: prefix
Version: 1.2.10-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-17, libc6 (>= 2.14)
Breaks: postgresql-17-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-17-prefix_1.2.10-4.pgdg26.04+1_amd64.deb
Size: 41504
SHA256: c8ada1ce6e07398fda3a86cd9e2b7688f20fd3bc063576d056afe4dcc20f0a00
SHA1: 3fa25e7c56b03569d4a2a8cf55ba01db7b02b212
MD5sum: 2bea0feade69f401fa7ae642a73f6c88
Description: Prefix Range module for PostgreSQL
 This PostgreSQL module provides the prefix_range datatype, allowing to
 index searches such as finding the longest prefix matching a telephone
 number, having prefixes in a table and telephone number as a parameter:
 .
  select * from prefixes where prefix @> '0100091234';
 .
 The prefix column has to be of type prefix_range, and any text field
 can get indexed by the provided GiST opclass.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-prefix-dbgsym
Package-Type: ddeb
Source: prefix
Version: 1.2.10-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-17-prefix (= 1.2.10-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-17-prefix-dbgsym_1.2.10-4.pgdg26.04+1_amd64.deb
Size: 49884
SHA256: b58d5c1a43f66c5c9e9d9c36d2091374ed6a81279fbde2f4421156487192390f
SHA1: ac67feb56f910ba0ed35e0b9d038b944829bf123
MD5sum: b450a3076fa75929d1b6e4dcadb55374
Description: debug symbols for postgresql-17-prefix
Build-Ids: af3844c5a28eb1ad0aff33ae6add0e3293fbaa0b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-preprepare
Source: preprepare
Version: 0.9-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-17, libc6 (>= 2.4)
Breaks: postgresql-17-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-17-preprepare_0.9-10.pgdg26.04+1_amd64.deb
Size: 16880
SHA256: eee78b3fd0240218e07e77e1b7504eecfbfb211abfe6f63935056f03ff16dc40
SHA1: 461d88546699574d22336a90cba46c5268059cfb
MD5sum: 4e596b1b98eb5da5f211dc279867b2fa
Description: pre prepare your PostgreSQL statements server side
 The pre_prepare module for PostgreSQL aims to prepare all your statements as
 soon as possible and in a way that allows client queries not to bother at all
 and just call EXECUTE.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-preprepare-dbgsym
Package-Type: ddeb
Source: preprepare
Version: 0.9-10.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-17-preprepare (= 0.9-10.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-17-preprepare-dbgsym_0.9-10.pgdg26.04+1_amd64.deb
Size: 18220
SHA256: 0d0e4ce76071eda3d75e8e6c341f80d0e75aebbd28bee6d6905415a1b8a08368
SHA1: eed8c97683b12409a1fefb07ba5d0ee9d294654a
MD5sum: 6945c9ccb69fc9445927b2c6218be5be
Description: debug symbols for postgresql-17-preprepare
Build-Ids: d98acd34c71da0266a7aa17465fc909928162233
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-prioritize
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-17, libc6 (>= 2.2.5)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-17-prioritize_1.0.4-13.pgdg26.04+1_amd64.deb
Size: 12244
SHA256: 5389b64cca8f8dfba48b7aa2327a6bca7ee0db44468eb88fa131772cf5b9cfbc
SHA1: 48450c469a4e4ec62c914e5500f8040c7c04816f
MD5sum: 6c74ea8839cdf7f007f21e98ba4db39b
Description: Get and set the nice priorities of PostgreSQL backends
 This module implements an interface to getpriority() and setpriority() for
 PostgreSQL backends, callable from SQL functions. Essentially, this module
 allows users to `renice' their backends.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-prioritize-dbgsym
Package-Type: ddeb
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-17-prioritize (= 1.0.4-13.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-17-prioritize-dbgsym_1.0.4-13.pgdg26.04+1_amd64.deb
Size: 13992
SHA256: fc0b527b304468a1a2021608e02772707c880df8f4b3121102d6783338a0ad3c
SHA1: ee5d5292263f78f3d05c2d614af73a83ff7928f6
MD5sum: b0320fae1a0619fab66ce04456765fd6
Description: debug symbols for postgresql-17-prioritize
Build-Ids: 28b169fcf8342bc2d3e383bdd9089d5a132aef7b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-q3c
Source: postgresql-q3c
Version: 2.0.1-6.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3495
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-17-q3c_2.0.1-6.pgdg26.04+1_amd64.deb
Size: 168380
SHA256: f3d1eb217a2c3ecd9a83c34a7f17a93e923457ba0e0238d6970055b40d1827b0
SHA1: 16fbbb43c8851d79f731d3915b01793a71b1434f
MD5sum: 4e2f4562d7d65534b2541be85906d202
Description: PostgreSQL 17 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-q3c-dbgsym
Package-Type: ddeb
Source: postgresql-q3c
Version: 2.0.1-6.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-17-q3c (= 2.0.1-6.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-17-q3c-dbgsym_2.0.1-6.pgdg26.04+1_amd64.deb
Size: 116564
SHA256: 81a288c57f89d5e667e5a7506f6cb05a6dfe38d6919dae53e51200c6c4847308
SHA1: 522003e5ab8a642b007e96a7a59947e14bb0522a
MD5sum: 8239de7b95ac6371dfe2386cadf5caf5
Description: debug symbols for postgresql-17-q3c
Build-Ids: 619c6119525406f07c4ea51b7302a72aa5158bd9
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-rational
Source: pg-rational
Version: 0.0.2-8.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-17-rational_0.0.2-8.pgdg26.04+1_amd64.deb
Size: 24632
SHA256: f2778205971ff0873981a0b48e152f76ab5235a826144ae4c9d6236e11b99bd6
SHA1: 681ad98d30ce462505d2e7c4e30a01d82a8f9080
MD5sum: 189626e04596b1a205616b6e9524503a
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-rational-dbgsym
Package-Type: ddeb
Source: pg-rational
Version: 0.0.2-8.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-17-rational (= 0.0.2-8.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-17-rational-dbgsym_0.0.2-8.pgdg26.04+1_amd64.deb
Size: 23480
SHA256: e8165774965847973c16dee02be0f3ff60d9333d8f8113ce427aae7b01088060
SHA1: 965fd687bcafe8eb2c7b5a0ef578cf477727ae59
MD5sum: 479b79f09ade7f8910b7fc7120e9f5f5
Description: debug symbols for postgresql-17-rational
Build-Ids: 0066d34148f9f148bf73476a4bb7c9d60dbe3733
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-repack
Source: pg-repack
Version: 1.5.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-17, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-17-repack_1.5.3-1.pgdg26.04+1_amd64.deb
Size: 101816
SHA256: 6acb97beadf8146f1749e60c5f51ae264ee4d5a24757dfb554da649119d5ff7d
SHA1: 3f2326e6942870022697cbccfa52ab0377a890bf
MD5sum: 26f53f4d1b71c7f3d6cf6e8a73fed9ee
Description: reorganize tables in PostgreSQL databases with minimal locks
 pg_repack is a PostgreSQL extension which lets you remove bloat from tables
 and indexes, and optionally restore the physical order of clustered indexes.
 Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive
 lock on the processed tables during processing. pg_repack is efficient to
 boot, with performance comparable to using CLUSTER directly.
 .
 This package contains the pg_repack program and the server extension for
 PostgreSQL 17.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-repack-dbgsym
Package-Type: ddeb
Source: pg-repack
Version: 1.5.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-17-repack (= 1.5.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-17-repack-dbgsym_1.5.3-1.pgdg26.04+1_amd64.deb
Size: 128344
SHA256: a6538225662ddc79d05bfb209b8002f8a2a9e642eb72efda6ae80f73c5f4e43b
SHA1: 061aa5cbd45b71064ee699c8dae49664c6c62a3c
MD5sum: 35a7ee651654533b8e6ffb9fcb3bcb9f
Description: debug symbols for postgresql-17-repack
Build-Ids: af652fc75302f992ae856e4c7a9675096029859f dd39a8203794641bd54e05ac4bde97b05b6c93e4
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg26.04+1
Architecture: amd64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 919
Depends: repmgr-common (>= 5.5.0+debpgdg-3.pgdg26.04+1), postgresql-17, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-17-repmgr_5.5.0+debpgdg-3.pgdg26.04+1_amd64.deb
Size: 239688
SHA256: 26a998506c959b643210af4fdf1678a9f4c44f3906ace2ced9f0401f7c18bd62
SHA1: 7fa562e17da4db2220fc18efa4c8a67fdae1145b
MD5sum: ddc3cf79ba6e784711c55ca10a27f35c
Description: replication manager for PostgreSQL 17
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 17.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-repmgr-dbgsym
Package-Type: ddeb
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 954
Depends: postgresql-17-repmgr (= 5.5.0+debpgdg-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-17-repmgr-dbgsym_5.5.0+debpgdg-3.pgdg26.04+1_amd64.deb
Size: 559164
SHA256: 6222feef25e4fce290f4153028d4a5bf94713a6a4a5aa0810377dac171b84140
SHA1: dc63ddd96f05222f2131bb2ed4205cc899945a0f
MD5sum: 68d407a27e65fa623009db223aa0db0d
Description: debug symbols for postgresql-17-repmgr
Build-Ids: 32890a4357d69498668355d01f4b2742a373b36e 74511480852f181b1c13e98fc6bd4f79ac3328b1 f72c9995ec8d35c9d7ad166ee815e6efb99e1971
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-roaringbitmap
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 961
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-17-roaringbitmap_1.1.0-1.pgdg26.04+1_amd64.deb
Size: 415448
SHA256: 28fa7b28af82e89f399281928f5f3b52981536fff578df3a4688ebf33238b8cb
SHA1: 49686b84557a59269ef9ef675124eeb12c83b590
MD5sum: f8df531b2bbb747c8844335cd5ffe0aa
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-roaringbitmap-dbgsym
Package-Type: ddeb
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 573
Depends: postgresql-17-roaringbitmap (= 1.1.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-17-roaringbitmap-dbgsym_1.1.0-1.pgdg26.04+1_amd64.deb
Size: 470404
SHA256: dfa8b2f0f3275ff081e8b4f1fb51995f330442fc2251088c4167539dd23a791a
SHA1: f71ec44fb6edc4b6e43dff5dd8866d251577ca2d
MD5sum: c7895e714092e6709162e03fd8092936
Description: debug symbols for postgresql-17-roaringbitmap
Build-Ids: 2f32bc3b567141c709a21cd051cee1212e993b89
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-rum
Source: postgresql-rum
Version: 1.3.15-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 623
Depends: postgresql-17, libc6 (>= 2.29)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-17-rum_1.3.15-1.pgdg26.04+1_amd64.deb
Size: 238548
SHA256: a5be3f473c206363dac81ee49656bff195518db23f1eb20042f2cc963f047f19
SHA1: 2813ec63b546b0710f78f309a2f0390ace3873f6
MD5sum: 74817f070f7619422f0f411ba63cc328
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-rum-dbgsym
Package-Type: ddeb
Source: postgresql-rum
Version: 1.3.15-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 380
Depends: postgresql-17-rum (= 1.3.15-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-17-rum-dbgsym_1.3.15-1.pgdg26.04+1_amd64.deb
Size: 298472
SHA256: cd3c0e4963314e91ff25d81b93ccf0ed5a8bd8296736abfe5bd994b001018867
SHA1: 1ea25af0ada20277fb8d5dabad58baa1b6c02abf
MD5sum: 78e7b2e866b12527ce95cabe05fa9a9a
Description: debug symbols for postgresql-17-rum
Build-Ids: 710b2bc0a26b16aa0e029a2f5208ee6a343504f2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-semver
Source: postgresql-semver
Version: 0.41.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-17-semver_0.41.0-1.pgdg26.04+1_amd64.deb
Size: 39332
SHA256: 75dcbfab0d11a0cf88362335f2043d91cfccf2a53fd4c303a8796aa7863a5e61
SHA1: 69f14c39f134c7abb373df041ca2869f3d3abfb5
MD5sum: 65f3669b1b4dadfc4369820983d91de7
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-semver-dbgsym
Package-Type: ddeb
Source: postgresql-semver
Version: 0.41.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-17-semver (= 0.41.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-17-semver-dbgsym_0.41.0-1.pgdg26.04+1_amd64.deb
Size: 23776
SHA256: f0488062dd83b81de95a5343e7b3d86c2e205c16a70d91a12421180e523380e8
SHA1: 825a219fc961693221173b393a0842cd4d96ff48
MD5sum: 36710ee65d13a6434953562b85538e58
Description: debug symbols for postgresql-17-semver
Build-Ids: 18c54c9ebb43f7f30767fa2175a8cdc98e3c4429
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-set-user
Source: postgresql-set-user
Version: 4.2.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-17, libc6 (>= 2.4)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-17-set-user_4.2.0-1.pgdg26.04+1_amd64.deb
Size: 35340
SHA256: 608978557df22ae696597e2730920206fd59448ca5068309e52a983aae088a6e
SHA1: 89c1e33e822cec9d899baed948e2e7d158306906
MD5sum: 48a24d7d7b55d7dac8bc64d71818495c
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-set-user-dbgsym
Package-Type: ddeb
Source: postgresql-set-user
Version: 4.2.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-17-set-user (= 4.2.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-17-set-user-dbgsym_4.2.0-1.pgdg26.04+1_amd64.deb
Size: 51688
SHA256: 9c4dc693c1458196bc6dda294645080ac5294a82ffb0c81cb9a41454523cfe1f
SHA1: 07b1ef211ba4c2cb64aa5c40413b697ebf73418d
MD5sum: c84b463563869d163a78ff53d91dcf48
Description: debug symbols for postgresql-17-set-user
Build-Ids: c592ebccb2ba35b79dab0f77f2ca18d15ec40e09
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-show-plans
Source: pg-show-plans
Version: 2.1.7-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-17, libc6 (>= 2.14)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-17-show-plans_2.1.7-1.pgdg26.04+1_amd64.deb
Size: 23956
SHA256: 56de80fcdf21740bc742172622ee6fca44403f994a9095fba3340adf30ab96f7
SHA1: 30be712a26f3010289f1c7f4eb4ee0aace3bbd2c
MD5sum: 6efb379fcb4cb15a384d9863005293cf
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-show-plans-dbgsym
Package-Type: ddeb
Source: pg-show-plans
Version: 2.1.7-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-17-show-plans (= 2.1.7-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-17-show-plans-dbgsym_2.1.7-1.pgdg26.04+1_amd64.deb
Size: 38852
SHA256: 684cdb7eb028c1d08a0c4608766c09eb43546813ec43eb48249a98b094e735df
SHA1: 25e2a177cba60f90ecc33817e35023366ba71a71
MD5sum: 80455412de57e39e6f6f4d38a2a54f3e
Description: debug symbols for postgresql-17-show-plans
Build-Ids: 41bb3a3c674fb5702c07d4743f0aa9641a36f29c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-similarity
Source: pg-similarity
Version: 1.0-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: postgresql-17, libc6 (>= 2.3.4)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-17-similarity_1.0-9.pgdg26.04+1_amd64.deb
Size: 98524
SHA256: 5d045a0ee28eea2713792544ceb80aae55046b01a957747fea37ef496193cf60
SHA1: 5fee1b87a3a394fbb91a02bb1c141b520126691e
MD5sum: f30d7c651608341cd531e8ea261f8f05
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-similarity-dbgsym
Package-Type: ddeb
Source: pg-similarity
Version: 1.0-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-17-similarity (= 1.0-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-17-similarity-dbgsym_1.0-9.pgdg26.04+1_amd64.deb
Size: 73060
SHA256: 8ace37d95c38bf3ae4f25ee133fa3d1372f159c2ad90b80f48f346a1d11f4d53
SHA1: 1572a17b81ac1b03befed0de64fc8294dac4c0f4
MD5sum: 17877d0e747b39714c250be3f0a4152a
Description: debug symbols for postgresql-17-similarity
Build-Ids: fb59f988b4d0ecae22edb509c1352df26aac36af
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-snakeoil
Source: pg-snakeoil
Version: 1.4-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-17, libc6 (>= 2.4), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-17-snakeoil_1.4-3.pgdg26.04+1_amd64.deb
Size: 17404
SHA256: 298a5a62a2fdd3724dff79a8b098722e4548f8caf1302a2872ad8d8db3eda33d
SHA1: 3ca40aae8eb54e6267aa5058501c22654db2389a
MD5sum: b82b1decae11200703933ee9287fc376
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-snakeoil-dbgsym
Package-Type: ddeb
Source: pg-snakeoil
Version: 1.4-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-17-snakeoil (= 1.4-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-17-snakeoil-dbgsym_1.4-3.pgdg26.04+1_amd64.deb
Size: 16452
SHA256: aa04dc4684205b1dbdc32cda117de4c359e2d723c523283002d5bd10716c6728
SHA1: 2b1b21b71e52e3c1532b73060c3ccea1c110d3c6
MD5sum: 9a49617eb18068e63d0340c8ee2db33f
Description: debug symbols for postgresql-17-snakeoil
Build-Ids: e9cabe607c002cd61d30961aeb46b5df29efa0fd
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-squeeze
Source: pg-squeeze
Version: 1.9.1-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 295
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-17-squeeze_1.9.1-3.pgdg26.04+1_amd64.deb
Size: 116588
SHA256: 5b5fafc7f657cf04f249ad17d5926d0219fe7c420d3a5efafad6dc0f813c6298
SHA1: d7b848cc31e2f5064948dcd9e83939194302dd42
MD5sum: 30d1f569156bd98bff3521963aeb26b5
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-squeeze-dbgsym
Package-Type: ddeb
Source: pg-squeeze
Version: 1.9.1-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 206
Depends: postgresql-17-squeeze (= 1.9.1-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-17-squeeze-dbgsym_1.9.1-3.pgdg26.04+1_amd64.deb
Size: 156132
SHA256: d4208b042f7a232679c2d37aa5b01e22929fabfef18663338aa62f4df89bac0d
SHA1: 633221cbd3d0bd5f50666e0b23e788cb09b6ac97
MD5sum: fc5c2dae98531675ac0948cd182d8103
Description: debug symbols for postgresql-17-squeeze
Build-Ids: 98d2efe684d9048400cd481516efe582aba20e84
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-statviz
Source: pg-statviz
Version: 0.9-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-17
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-17-statviz_0.9-1.pgdg26.04+1_all.deb
Size: 11440
SHA256: 972bb8737bbfa7856a147fe28fda4b772e4df44b7133aa334d5da73d907c1d80
SHA1: 43414dced45520b7ba7837c9218d29e1e630fe30
MD5sum: 3df5f2cdf599526d02dff0db728c6972
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-tablelog
Source: tablelog
Version: 0.6.4-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-17-tablelog_0.6.4-4.pgdg26.04+1_amd64.deb
Size: 45520
SHA256: c41bfdec209e1459b1faae7096aaf1496a3c0693580fd7b5656ec794b54ff066
SHA1: 19d0293709c246a78efc2f72361517da03e9d47c
MD5sum: 33f817f3472d59953f25a6c94f0373ab
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-tablelog-dbgsym
Package-Type: ddeb
Source: tablelog
Version: 0.6.4-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-17-tablelog (= 0.6.4-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-17-tablelog-dbgsym_0.6.4-4.pgdg26.04+1_amd64.deb
Size: 55008
SHA256: fca797da2dfbd864110b585622df3e852b399e44fb7951bafba1f98336d1897e
SHA1: c1d7dd988ce651d4785493a63ae58e124d19faf8
MD5sum: 4a23e6d6e7b23284802341075508eb8d
Description: debug symbols for postgresql-17-tablelog
Build-Ids: 2623571c1b59e3cbc84215e95190cbd72c5b3428
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-tdigest
Source: tdigest
Version: 1.4.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-17-tdigest_1.4.3-2.pgdg26.04+1_amd64.deb
Size: 58616
SHA256: e6c5a5746f112b64ef6121f3a7fb942e09416ac349d3d9fb147fdc83f536360e
SHA1: a5643feaff43009863e223eae8677f47a9b51faa
MD5sum: 40bfd7508fcc62c16471fe5000141cc0
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-tdigest-dbgsym
Package-Type: ddeb
Source: tdigest
Version: 1.4.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-17-tdigest (= 1.4.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-17-tdigest-dbgsym_1.4.3-2.pgdg26.04+1_amd64.deb
Size: 57028
SHA256: 75383268491bcd8f7fb8ec31b70fe63208a447eee713e98a5f9295a60c26f1b1
SHA1: 2bef7a3ce3b1b629370481f707c80ccf10106cb6
MD5sum: 84d6a599aa8df9cebbf415a931382c34
Description: debug symbols for postgresql-17-tdigest
Build-Ids: a72e8ccbbe815d19ca4990f8bfb777eba02edcc8
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-tds-fdw
Source: tds-fdw
Version: 2.0.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: postgresql-17, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-17-tds-fdw_2.0.5-1.pgdg26.04+1_amd64.deb
Size: 110992
SHA256: 47466d4ac36d3d82ff286aa625605dbc0d7f95b61f833fa6790f418535fd9110
SHA1: ee7c745049f96c223ab0b9b8980ee41343137888
MD5sum: 96b5bac45b3e5b4d1c5611e6f00dec68
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-tds-fdw-dbgsym
Package-Type: ddeb
Source: tds-fdw
Version: 2.0.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-17-tds-fdw (= 2.0.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-17-tds-fdw-dbgsym_2.0.5-1.pgdg26.04+1_amd64.deb
Size: 145704
SHA256: 6b1b005ee0b706fc0e5d58a2175dece527a39bcfce7f00aee409fc7d52a96643
SHA1: 45bd77badbc3d14962d405bf39b50b9ef12cce3b
MD5sum: 1dbd430b1b888ce2f2e36b153ba85617
Description: debug symbols for postgresql-17-tds-fdw
Build-Ids: e91e0ffef3f95333b6bbf8fa4de18ef1fb63f4bb
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.25.0+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13619
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.25.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 325672
SHA256: bfc9f657d9fc21e3bcf743dd4c826249af6bc2320196c61e8345848b37cadf7f
SHA1: 8a6ea28610dd410fafded5b17eddc4823f119ed6
MD5sum: 19acef855f1b7bb5a4e45567771872d4
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.25.0+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1622
Depends: postgresql-17-timescaledb (= 2.25.0+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.25.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1214648
SHA256: 12bde88eadc9d216fc023a642db646f69eb1e746619ee5edc2ac277f8685b904
SHA1: 8729e451e72747e26fcdee170066d8ee636e4d7b
MD5sum: 60e450afb4ba570f1f527c26b5452c26
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: d8bb541d1460333146cea08ded583f5e748c9392 ebc52165b32f13814cf5d9a5709970e50e397d1f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-toastinfo
Source: toastinfo
Version: 1.5-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-17
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-17-toastinfo_1.5-3.pgdg26.04+1_amd64.deb
Size: 13164
SHA256: d1f5ed0342d04e3ce7a04a2caacb5dfd570198811aab4690068cb638c806b385
SHA1: 13cc10bde8d22a4ae016d92a75a9a6e6f1665325
MD5sum: ac9c8fc599854a34100d83275dbeec2e
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-toastinfo-dbgsym
Package-Type: ddeb
Source: toastinfo
Version: 1.5-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-17-toastinfo (= 1.5-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-17-toastinfo-dbgsym_1.5-3.pgdg26.04+1_amd64.deb
Size: 12348
SHA256: 2fbdfe16d62831a46c8d506161270c27b3c21d09943c015cb7012f931bd2441d
SHA1: e87d416a463586f1134aa30f786c06fa2ae10aa7
MD5sum: 4fed8bf37614d06129aca13ecd02da54
Description: debug symbols for postgresql-17-toastinfo
Build-Ids: 7c3f19c47aff724b13f32d5e3161fa25c99cbd96
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-unit
Source: postgresql-unit
Version: 7.10-2.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 675
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-17-unit_7.10-2.pgdg26.04+1_amd64.deb
Size: 161836
SHA256: 8521dbfe8a4f4ea4e4e681bcb7ad5d09de263e16b4f22e0805e334dbfb98ba45
SHA1: 8b64d2e2d8b4fab87ff0a45bb6a1e808edb89c2c
MD5sum: 5a0f98c9bd9571e3d22a7d15a3cef0d9
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-unit-dbgsym
Package-Type: ddeb
Source: postgresql-unit
Version: 7.10-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 114
Depends: postgresql-17-unit (= 7.10-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-17-unit-dbgsym_7.10-2.pgdg26.04+1_amd64.deb
Size: 67216
SHA256: 86dd75d0c97d437643598bb08b1ad7d6574f502ee5bddf922b6660da204cc2da
SHA1: 5addf84e0f85e506b88f5a04648bc936b0ca3071
MD5sum: 1a805501d6c54873c54489866e9b8364
Description: debug symbols for postgresql-17-unit
Build-Ids: 2e821efbadca137543b4e20e7db8cda5ce73a294
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-wal2json
Source: wal2json
Version: 2.6-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-17-wal2json_2.6-3.pgdg26.04+1_amd64.deb
Size: 56988
SHA256: 3549694d2be46f00adc63f2154050875ab9800a9d990c3cd421befbd9a69b9ce
SHA1: 9443a95fe2b87f7a21a3a1f1c2d573084b730a61
MD5sum: e00f8c2dfb4d69279dd9003d608e3d9a
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-17-wal2json-dbgsym
Package-Type: ddeb
Source: wal2json
Version: 2.6-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-17-wal2json (= 2.6-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-17-wal2json-dbgsym_2.6-3.pgdg26.04+1_amd64.deb
Size: 77776
SHA256: a16756b9dc6ca99ff43994e140390b90fbab806dc8c9afdf7b97afb202933f9b
SHA1: 79d93ccce6f263ec60480b63b9b89fa15277cc41
MD5sum: b85bb420f32bce293e2960a13f38dcae
Description: debug symbols for postgresql-17-wal2json
Build-Ids: 39d21dba2e3d2d8f7e27c6cd6b5fcf816f9ba3d5
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18
Version: 18.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35802
Depends: locales | locales-all, postgresql-client-18 (= 18.2-1.pgdg26.04+1), postgresql-common (>= 275~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), liblz4-1 (>= 0.0~r130), libnuma1 (>= 2.0.11), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, liburing2 (>= 2.5), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: postgresql-18-jit, sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-contrib-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-18_18.2-1.pgdg26.04+1_amd64.deb
Size: 7645304
SHA256: 6d34e981c737eebbea2e1e349b1708667dc366c10e7b43e835661f8411a5e2f7
SHA1: a6ffd77e8e16e0d5229a6ff662bc37f12d9347c5
MD5sum: 8d6b2f654872e7ef4c263382153f5eae
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 18.
Postgresql-Catversion: 202506291-1800
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-age
Version: 1.7.0~rc0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1847
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/apache/age
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18-age/postgresql-18-age_1.7.0~rc0-1.pgdg26.04+1_amd64.deb
Size: 696752
SHA256: ec98bee9ddd0f43db8171a134f3d55990ba9c362f945d947b6236a02458543dd
SHA1: 42bcbe8fda516995dd1239183f3eaaf8ccf368fd
MD5sum: fa40844d626b08629feeeb52eb22ef4e
Description: Graph database optimized for fast analysis and real-time data processing
 Apache AGE is an extension for PostgreSQL that enables users to leverage a
 graph database on top of the existing relational databases. AGE is an acronym
 for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model
 database fork of PostgreSQL. The basic principle of the project is to create a
 single storage that handles both the relational and graph data model so that
 the users can use the standard ANSI SQL along with openCypher, one of the most
 popular graph query languages today.
 .
 This package contains Apache AGE for PostgreSQL 18.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-age-dbgsym
Package-Type: ddeb
Source: postgresql-18-age
Version: 1.7.0~rc0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1175
Depends: postgresql-18-age (= 1.7.0~rc0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18-age/postgresql-18-age-dbgsym_1.7.0~rc0-1.pgdg26.04+1_amd64.deb
Size: 858260
SHA256: ca9685dc91a6b01345469a9b0dfe98fc63e431df229f8c3981241fa512a76a30
SHA1: d433bf1543fd6ff752cb725334efdb3128039c59
MD5sum: 8459c0d30b8b73bde90ea1e36b15448d
Description: debug symbols for postgresql-18-age
Build-Ids: f0a30ba5239def40fafdc390e84e171a9e712705
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-asn1oid
Source: pgsql-asn1oid
Version: 1.6-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-18, libc6 (>= 2.14)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-18-asn1oid_1.6-3.pgdg26.04+1_amd64.deb
Size: 13304
SHA256: bc8b316ce3157d034d6d150bc954a26b8721dbb6142990fcaf2d7be677fbe0a8
SHA1: b7a0d032b256717ab45baa659326920b8ff3d47a
MD5sum: fab160b0ee3be8eaa7679c6e26ece99d
Description: ASN.1 OID data type for PostgreSQL
 This plugin provides the necessary support functions to store ASN.1 OIDs in
 a PostgreSQL database.
 .
 This package has been compiled for PostgreSQL 18.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-asn1oid-dbgsym
Package-Type: ddeb
Source: pgsql-asn1oid
Version: 1.6-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-18-asn1oid (= 1.6-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-18-asn1oid-dbgsym_1.6-3.pgdg26.04+1_amd64.deb
Size: 10428
SHA256: b53490a8bcd20e450436ab7fe3e4592211194dbf219951cc5af7ad3ae5eedc0e
SHA1: 1d99382ae00ebfc383250a9cbb2559214a4c9a7c
MD5sum: 02da8cfb9774b912d90d3532c05ef42d
Description: debug symbols for postgresql-18-asn1oid
Build-Ids: aa6e4063a2636c53510788d3ac1475afbfe14584
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-auto-failover
Source: pg-auto-failover
Version: 2.2-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1125
Depends: pg-auto-failover-cli (>= 2.2-3.pgdg26.04+1), postgresql-18, libc6 (>= 2.38), libpq5
Breaks: postgresql-18-jit-llvm (<< 21)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-18-auto-failover_2.2-3.pgdg26.04+1_amd64.deb
Size: 377524
SHA256: de3223b33494fb6d09b482ba85872c06155c9e4fdca044f87ac03b58103529df
SHA1: 5339eb9bb687de8e38fb70ee8885f925592f93f9
MD5sum: 6ebe87d191d2a23b7922e57546e627a9
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-auto-failover-dbgsym
Package-Type: ddeb
Source: pg-auto-failover
Version: 2.2-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: postgresql-18-auto-failover (= 2.2-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-18-auto-failover-dbgsym_2.2-3.pgdg26.04+1_amd64.deb
Size: 194192
SHA256: 758c5837fb68d351eb36f18a14296a4880b4ab95e39ad7574d4c89055cb1eb48
SHA1: d7d0b375ddfb2027df88a96c08a2e4aecfd603d7
MD5sum: 890f677d2d4d289df12b62e0bfacc513
Description: debug symbols for postgresql-18-auto-failover
Build-Ids: ca8c76656c89d40a8ef938993821613608d95b6b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-2.pgdg26.04+1
Architecture: amd64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 45
Depends: postgresql-18, libc6 (>= 2.10)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-18-bgw-replstatus_1.0.8-2.pgdg26.04+1_amd64.deb
Size: 15032
SHA256: d4e18d09804e0f5f2d61718ce1d76920f488cb0d91426ce6ac516ba3a0743378
SHA1: f43b4788eccf944af8494504ee5dfb65c709e122
MD5sum: 29408afcba8edcae0b6dcebb8c3f9b95
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-bgw-replstatus-dbgsym
Package-Type: ddeb
Source: bgw-replstatus
Version: 1.0.8-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 29
Depends: postgresql-18-bgw-replstatus (= 1.0.8-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-18-bgw-replstatus-dbgsym_1.0.8-2.pgdg26.04+1_amd64.deb
Size: 9668
SHA256: 806a5295adaf2dc754d68e265d28de36a843e159a4c51a1dce9c276d2918b92b
SHA1: 0cdad94fc96fac971164c82c58292f255510862f
MD5sum: e6f80f48c766c174dcab94c2136dec32
Description: debug symbols for postgresql-18-bgw-replstatus
Build-Ids: 2ba469d6394d0a854c11010535f45a54038d3c72
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-credcheck
Source: credcheck
Version: 4.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-18, libc6 (>= 2.4)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-18-credcheck_4.5-1.pgdg26.04+1_amd64.deb
Size: 69232
SHA256: 16e20c477f9813581d1e18ed1d1b89ccb3e7e42ccc75cc6fb100c4e35e984864
SHA1: 75070c55b33eb714e63cc8afc9d37a06f307dffe
MD5sum: 61ab23a035210fedbe547788ef6127ee
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-credcheck-dbgsym
Package-Type: ddeb
Source: credcheck
Version: 4.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-18-credcheck (= 4.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-18-credcheck-dbgsym_4.5-1.pgdg26.04+1_amd64.deb
Size: 84052
SHA256: 255d3a39ce937dcc2bf46b39207a436fd7643a55bfe869ad3c8edeb796ce0f31
SHA1: a2b71cc5353ce40e28c9043d988e07aba60a0610
MD5sum: ddb12317a0f97dc92f7e8e6cbe107bb7
Description: debug symbols for postgresql-18-credcheck
Build-Ids: c15a67bc9bbf921377cf76928c2cc90cabad153d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-cron
Source: pg-cron
Version: 1.6.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-18, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/pg_cron
Priority: optional
Section: database
Filename: pool/main/p/pg-cron/postgresql-18-cron_1.6.7-2.pgdg26.04+1_amd64.deb
Size: 88612
SHA256: eac4020526f764e147685db471db0ccb773aad946e10eb0d8db7693d13755005
SHA1: 0d69cf4f8e74f47ed2b066168d320119bf3d558c
MD5sum: 3ff6ab36511338311ff9eeee413fa5f3
Description: Run periodic jobs in PostgreSQL
 pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
 that runs inside the database as an extension. It uses the same syntax as
 regular cron, but it allows you to schedule PostgreSQL commands directly from
 the database. pg_cron can run multiple jobs in parallel, but it runs at most
 one instance of a job at a time. If a second run is supposed to start before
 the first one finishes, then the second run is queued and started as soon as
 the first run completes.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-cron-dbgsym
Package-Type: ddeb
Source: pg-cron
Version: 1.6.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 165
Depends: postgresql-18-cron (= 1.6.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-cron/postgresql-18-cron-dbgsym_1.6.7-2.pgdg26.04+1_amd64.deb
Size: 126364
SHA256: dbb79a54969f645f11bc324284fd1f0a564af8fc693e62d5accd6984537ba2ac
SHA1: 94ba795755b200006d9cd17df39f843ea5657100
MD5sum: bee8a1400525c15bba1658420addd2d9
Description: debug symbols for postgresql-18-cron
Build-Ids: 69964051e121995976677991d2f34e0692171069
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30965
Depends: postgresql-18 (= 18.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-18-dbgsym_18.2-1.pgdg26.04+1_amd64.deb
Size: 21376188
SHA256: d7d14462bbf3bcd86b16be2cc3e7d688fd9d4aaef9764a77ceccca53f6ddef7e
SHA1: 9b9749df8bdc24d0458e5ad3436d9f09cd99e3c0
MD5sum: 001eb66c115f7408db4b0c386d735fc3
Description: debug symbols for postgresql-18
Build-Ids: 022a11d2cd3363377821cebd46e91b6cd3c17ed8 02bec5b73a223de0d8d62863c2cc95060d71826e 05eb331e327728a8ef7399f7e7eb3717747e2a36 099b3e4b851227f5ba7c507ce04c913618c8f028 1159c3813a9dd1287e0df004766227c8828bd801 1163ecd5357b331fd5f9c06c70b2ad13792dc633 137fa1283085577faa579ffa1a96501c668d551d 1479dfd1dae1c9e8483bfedd51d4be7b201177ad 195006176b78230ab095e2f34e5e5759e6c75138 19a74e39709a0d908f1330fa86c2ab31a45d77bb 1c5b024efd0bf77729902792c6a2952ee5d3741b 1dff743577fa271b68104b406dc874760aa84803 266af0735c13cbee6f62b5a587a3299330627206 268f4f79b4447dd5b85b03083aa20d93b509c2c8 298ad37d6a9d5f5de11a890ace4290e034f3201d 30223267c454546f405b5886761e6f0bc0422fa6 365271110176f00ef27572f50105f4403d3591f8 36603af0a3974112c8238ec87804acadfd0f453a 370bb19fea9965d90c6ef24cd700f237f056758f 377d56459f27e1a2ca0a41c2d4be9964ca8a47fc 3c8063887da3955428e24453bbd902827fc62304 43bcce95d1d7d918d28096ad4a17e7d9a2e395f5 457485d84183f7ceea7c0e1af24b2d0fbdb4cc99 46f2bef576500f31f690a9cd298d25732fbc6f44 47113ae610fb163e0ddea08281264614fa93f4f0 487ddda36a0d31ab05834863539af55475674355 4be9c3a5181b0925785d16a8552c90f5dab82b13 4d670444357eec5f92dede069462f5f607194baa 5092e5f7397e78e8fa92284e78780f61606c995e 54e728f747eed2ae7e25365ba089fd6cf14f06e8 550bdc4b969f250e414f3bfe34a1b7a7c60dcf1d 55c31087a8338f93a9c3ebb47ad737e7ce567e92 5d5c8aef6af08bb48708f54e2fc23452b1f469d4 5e1727029b5e6f218a02059f223642bc8863fb87 62573629a41b8982663592a3453f2af53d844ea7 62637d51351821ca25795c2ba228a703eae795d5 6321f898a0ee40958b942a87d5106d6a1063cd0c 65432be2346d44bdba06b36ce451f401bf2f7549 65c997add73fda76208589482787612f0cb170a9 68f8506ad000a8694d05b8b1d5deb0df576cb5a6 69517fb7087a281f2bce28fd398308419a5038f1 6c6931f920f3925fcef57a291c6b590e58c4c629 6eeb97f7cb2de050b72050fd5e6570e72eda0d71 73d377880f2c207fb8b5af745781468db84165bb 77e2b3c9191e855a6fe14c3b1cb46b373d6d8697 7b47e25d7ad174a5b652c299286ee0a5b9646aa2 7c8d1957a03b695f213ac67e76229b6656afcf7c 80d55eabb1c8b76c9c6629efb1f102427c1d1cb3 8262044e8c13b69d4ab1a1f8c44e1389f8186025 837baeb1d456f4cbbee47e52412ac0b769bca573 84eab3da29f541483731a28b41103ae50d0df0e6 93c65c3bf2e1bcbaf5fc452595895d8dfcec5be6 997523298e6dbcaac6d3d2d0c035c6fcede4c28a 998f5a3e1cb5e0aca6affbe73c6f3ec6eaa27565 9a1d797dd530be6475ea4ded376561a20472cf48 a104b5373a0d27b0fe16171f9d950e8dedf9b01a a11613c6c913cf81631910994a0b61b9c4de5451 a567829ff8fd9d9273d1abc89d095cfa6fdb5f1b a830031de6f3b6702badfc2b1541296863e68db7 a94c0a967b740b93b281b34a469d4c0be0e1df8e aca59b7f275ed2bbb29517a203246b6067127031 adcb437fd81cfca4c99cbc18c2e35131e432d62a adce97cad554812baf139913df39d8526d08cf87 af3bb1003e2e28412c89bf4940d27203935e9b4e af575073ff767134bb312ac5d05a2d3733e65df0 b1cb50bc5073657978520ff0a5ea4c972281f0b8 b49b39f332f5f477181371b91600f086cf81aadd b9be27ed71bec51b35299db75115ad5d3f5fd9a1 bd1ec2053f0cd5b18f6c0248cd367479e24c3775 bf9ce11edcb2554973dff29c894fedf91684e972 bfb22a044011b0f19f1e896603c2c27621b4b2f3 c142c7e8f2e540e6af3a18f16910cf916af83d62 c8baeadcf0f368a45bfdde5b643cc5de926d5860 cb8020d2eafc3623fab550fd82255cce9f463484 ccec8958965b7978717112a8d640b6aa5ac029f6 cfd734a1d0361bd0c361fe979960695b25e14d25 d08c8921283996546e05664eb000569f0392d24d d1f2af96202380c949e0e6ac5a10b0e977135983 d43b62cd76d5f9aa8fe165836ee48523fba3fa33 d460c202f479b725a8e12aa5da91acafccb25408 d8acb920853ea5dbdfc631bfb3a142e0b504046b d90cea3eb362fa08286a36d125bab276fca1431c db03d095e65366967bbb838a323faee5038a5fb0 dc7e7a3d9f330d84a37fc27cb470026f7ebf2e2e dff5d620aaee0bf965626506ee91cdfd5d06d0b8 e1025ed13ff3f12e5e29d8fec8a698ba31729f85 e3e66ff3b706bbf14c7f45489a9af189571574cc eda7a875da58a6f55fc7e678dcf0dc5474cfe7f9 edfdc48be4f67ee4830ee8fc15442a00871332f1 f2017e5a73fd96959445312739a0931a412f139f f347efca3da392416e9c0ba234d6963d67545a88 f76f2e7c1ab6fdbf3638b7014954d554bd8fbec7 f82b323bd3319699fff9cf57d3da4ca7d051a378 f8cb1f49fc44ba66ce9a8a65387f162f0bf932d3 fb2c6b4e444d33499884ba4b3bd1b4e4a2482887 fcf8c5c5d1bba1a5c7105710d45c60a5a6da2293 fee9b259454d9d4ea38de7b0801af16b8a20751b
Postgresql-Catversion: 202506291-1800
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-debversion
Source: postgresql-debversion
Version: 1.2.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-18, libapt-pkg7.0 (>= 0.8.0), libc6 (>= 2.2.5)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-18-debversion_1.2.0-3.pgdg26.04+1_amd64.deb
Size: 14408
SHA256: cb5b801ad623125dd6c59e73da5e57ee2b7cd3ae87c22dbc1d724e0781bb14dd
SHA1: 549dd0d5224eb97f3e552c95b54818cc335d7cc5
MD5sum: d25aae3d108c1398b90da8c5ca57a5dc
Description: Debian version number type for PostgreSQL
 Debian version numbers, used to version Debian binary and source
 packages, have a defined format, including specifications for how
 versions should be compared in order to sort them.  This package
 implements a "debversion" type to represent Debian version numbers
 within the PostgreSQL database.  This also includes operators for
 version comparison and index operator classes for creating indexes on
 the debversion type.
 .
 Version comparison uses the algorithm used by the Debian package
 manager, dpkg, using the implementation from libapt-pkg.  This means
 that columns in tables using the debversion type may be sorted and
 compared correctly using the same logic as "dpkg --compare-versions".
 It is also possible to create indexes on these columns.
 .
 postgresql-debversion implements the following features:
 .
  * The "debversion" type (internally derived from the "text" type)
  * A full set of operators for version comparison (< <= = <> >= >)
    including commutator and negator optimisation hints
  * Operator classes for btree and hash indexes
  * The aggregate functions min() and max()
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-debversion-dbgsym
Package-Type: ddeb
Source: postgresql-debversion
Version: 1.2.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-18-debversion (= 1.2.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-18-debversion-dbgsym_1.2.0-3.pgdg26.04+1_amd64.deb
Size: 21348
SHA256: 2824934a2952ad0b65ceefcd23ee41d86c1013d77010bf7689d6a1d472fb7381
SHA1: dc2c0ff9e7b75a733b90aa3f2a52f6118e108b00
MD5sum: 4f416024dc9d971227e6d15f9345e362
Description: debug symbols for postgresql-18-debversion
Build-Ids: 11ef7e2efc8eb950a8239f973c2b6ae22a197fb0
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-decoderbufs
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-18, libc6 (>= 2.14), libprotobuf-c1 (>= 1.0.0)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-18-decoderbufs_3.4.0-1.pgdg26.04+1_amd64.deb
Size: 39384
SHA256: b16a6d30713933644931fa6c659fbf464040743d279cb10d79efce482d7018d5
SHA1: 6c9fa954f3ca5df6c9898aec6eae642425bbbc2a
MD5sum: 68e8f1d5f2c80c4cee39ce926464b71f
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-decoderbufs-dbgsym
Package-Type: ddeb
Source: postgres-decoderbufs
Version: 3.4.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-18-decoderbufs (= 3.4.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-18-decoderbufs-dbgsym_3.4.0-1.pgdg26.04+1_amd64.deb
Size: 57836
SHA256: 89f099bca3fba55e59c7f3734667d6155c0a455dfd5e4d54dff4085d53191abf
SHA1: 678ebf2305db2a950bb44fb779bc74d9450bf703
MD5sum: 3fd7e3a2c82cd03f39e0837280d00051
Description: debug symbols for postgresql-18-decoderbufs
Build-Ids: 50dc3b5bc1692ca5561e6ccdd3db4b559e1a394f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-dirtyread
Source: pg-dirtyread
Version: 2.7-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-18-dirtyread_2.7-3.pgdg26.04+1_amd64.deb
Size: 21796
SHA256: 811a49cc1f5f54631f3a7d8ae52e13e8ac0e5c87a275847d3a94bb6c88a9089d
SHA1: bffcb0e7cbd0f308864377c999051f2971ab82ee
MD5sum: bcf99d06e35ed537be1e41bdeb40ddc2
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-dirtyread-dbgsym
Package-Type: ddeb
Source: pg-dirtyread
Version: 2.7-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-18-dirtyread (= 2.7-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-18-dirtyread-dbgsym_2.7-3.pgdg26.04+1_amd64.deb
Size: 39780
SHA256: a157cf01df86de562eae7ed540a33fc3957d9544ac7eef1f334cd933f5fb0331
SHA1: 78a9d8d50794a884083aa699d7fcb79ffd24c317
MD5sum: 85ad1a0ecb2ed8d6a242f74e1d40d983
Description: debug symbols for postgresql-18-dirtyread
Build-Ids: ef0b2d35c0a37ff4891d8c74b310ee4205d4c2ca
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-extra-window-functions
Source: extra-window-functions
Version: 1.0-7.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-18, libc6 (>= 2.4)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-18-extra-window-functions_1.0-7.pgdg26.04+1_amd64.deb
Size: 16156
SHA256: 82b82ce90750392b1b465ad8436989e0f4f9f5d69cbd4d467db449a9ce8304f5
SHA1: 6c3360f28b6bc367ccc1e4553a306ac382d8813a
MD5sum: 19c4aa757e579ab54a04c26bc9264fdc
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-extra-window-functions-dbgsym
Package-Type: ddeb
Source: extra-window-functions
Version: 1.0-7.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-18-extra-window-functions (= 1.0-7.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-18-extra-window-functions-dbgsym_1.0-7.pgdg26.04+1_amd64.deb
Size: 10092
SHA256: 8725352af57f7c92e8f2889513b571770f6a257054c202d8bae405961d0d9170
SHA1: f08190303921909ea48d475d15ca40b1b9b9176c
MD5sum: b5b6c88bd656ebf1d809287dfb2c78f7
Description: debug symbols for postgresql-18-extra-window-functions
Build-Ids: 2a51c4649006406c25eca6bb2a61ed7a0d25962f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-first-last-agg
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-18
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/wulczer/first_last_agg
Priority: optional
Section: database
Filename: pool/main/f/first-last-agg/postgresql-18-first-last-agg_0.1.4-4-gd63ea3b-9.pgdg26.04+1_amd64.deb
Size: 8752
SHA256: 029f20430a3c7ccbb99ec7067872a9c017b29980b3fd011cdae0f54b6a6047fe
SHA1: 3ef2054cfa9afd9eaead010581eaaa9f071434a9
MD5sum: 8cc423fbea02650f44afcebda1d7ceb0
Description: PostgreSQL extension providing first and last aggregate functions
 first-last-agg is a simple extension providing two aggregate functions, last
 and first, operating on any element type and returning the last or the first
 value of the group.
 .
 Since by default the ordering inside groups created by a GROUP BY expression
 is not defined, it is advisable to use an ORDER BY clause inside the aggregate
 expression (see the aggregate function syntax).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-first-last-agg-dbgsym
Package-Type: ddeb
Source: first-last-agg
Version: 0.1.4-4-gd63ea3b-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21
Depends: postgresql-18-first-last-agg (= 0.1.4-4-gd63ea3b-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/f/first-last-agg/postgresql-18-first-last-agg-dbgsym_0.1.4-4-gd63ea3b-9.pgdg26.04+1_amd64.deb
Size: 4284
SHA256: a261d88a5d5d27fe87032734d2f972ba008ee2b2aac3c78c6f08ff127ceedb2c
SHA1: 580f0f155c9916b5ed340fda72061105adce6cc4
MD5sum: 72db19c605de080c0200278c16f2ac44
Description: debug symbols for postgresql-18-first-last-agg
Build-Ids: fb8fe9e2a2b3f352a64f1dd804f482a0ee06cbc0
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-h3
Source: h3-pg
Version: 4.2.3-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-18, libc6 (>= 2.4), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-18-h3_4.2.3-3.pgdg26.04+1_amd64.deb
Size: 50596
SHA256: 1ac4726db38eaff445a7aadeb17c7f8aa67deb8bf6915693571aae1bd9746d18
SHA1: 5393be7e302065a4c384121880476f36a008823d
MD5sum: 0180ef0d05b8b44ca60804bc690a32ae
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 18 extension.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-h3-dbgsym
Package-Type: ddeb
Source: h3-pg
Version: 4.2.3-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-18-h3 (= 4.2.3-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-18-h3-dbgsym_4.2.3-3.pgdg26.04+1_amd64.deb
Size: 114632
SHA256: f14ef04b590b99a56c2b7cf7cfdacc545e4170409d162b1ce2dc1745315ae2bc
SHA1: 377b9745cb1d4a4aa4aae5100d01c35f9855e07b
MD5sum: 6f8a5b8ea0a0a971e307a67452457fa3
Description: debug symbols for postgresql-18-h3
Build-Ids: 4eba384e0592f7c628c026e684abdfc65a20022c 63b904ac99f058250bda99440a6a24968dd2ed54
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-hll
Source: postgresql-hll
Version: 2.19-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-18-hll_2.19-2.pgdg26.04+1_amd64.deb
Size: 76884
SHA256: a9fa4369257775788f95f3d6957f55ac2cc045ef501cc21c68aeafd93d010933
SHA1: 3e3f32e310578ed2a00931a51c3dddc163ad0090
MD5sum: 0ecb65607642e746758eefaf4173906b
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-hll-dbgsym
Package-Type: ddeb
Source: postgresql-hll
Version: 2.19-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-18-hll (= 2.19-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-18-hll-dbgsym_2.19-2.pgdg26.04+1_amd64.deb
Size: 101680
SHA256: 692f43174b904b850b03fdc41a8e215428072dde05b8c83a4ecd3753eaf4caf8
SHA1: af037c3b3156c52f5f4286cf5617d6ee494fbb09
MD5sum: f2d54abf2964f278d85c86f87fd7810d
Description: debug symbols for postgresql-18-hll
Build-Ids: c85e98f86b819d8d253f469bcf293de28baf47ea
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-http
Source: pgsql-http
Version: 1.7.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-18, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-18-http_1.7.0-3.pgdg26.04+1_amd64.deb
Size: 52460
SHA256: 42527b0c82ad0d6ba1dbc331f19ba0f618585f0d4f1425c7f9584d838d673d90
SHA1: 8cb9df7049a1110698a0ed540a2437caf9872bbd
MD5sum: 90df74e2a80b83d7fa87cd7651bba990
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-http-dbgsym
Package-Type: ddeb
Source: pgsql-http
Version: 1.7.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-18-http (= 1.7.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-18-http-dbgsym_1.7.0-3.pgdg26.04+1_amd64.deb
Size: 64284
SHA256: 51d7ba403a304f824a422d89c80a99a62873a984e660c9565461077b403d0db6
SHA1: fb37871b3ebe1877931230273deb90fc351172e8
MD5sum: 1046e4d7244bbd3d5ef7c8486121a32e
Description: debug symbols for postgresql-18-http
Build-Ids: 1b23b4dc462f5a8752350b676932cddb4121af72
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-hypopg
Source: hypopg
Version: 1.4.2-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://hypopg.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/h/hypopg/postgresql-18-hypopg_1.4.2-2.pgdg26.04+1_amd64.deb
Size: 58096
SHA256: b2b5dc757565678134c874dcfa4afe49d930bc50c19c0b82580b068b33173c86
SHA1: bfda5672888c677ced4a39851861144f5ea52045
MD5sum: 3e8d3f66853217595172f9c4c36045cd
Description: PostgreSQL extension adding support for hypothetical indexes.
 An hypothetical, or virtual, index is an index that doesn't really exists, and
 thus doesn't cost CPU, disk or any resource to create.  They're useful to know
 if specific indexes can increase performance for problematic queries, since
 you can know if PostgreSQL will use these indexes or not without having to
 spend resources to create them.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-hypopg-dbgsym
Package-Type: ddeb
Source: hypopg
Version: 1.4.2-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-18-hypopg (= 1.4.2-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/hypopg/postgresql-18-hypopg-dbgsym_1.4.2-2.pgdg26.04+1_amd64.deb
Size: 97096
SHA256: 3d4961811233e6ed7cc0db9863bb37f98e9d8a2ee7fd713baaff8c9271c3afd5
SHA1: 32b3c4b39211576fc8ceb2b0649bab5f67622e5a
MD5sum: abbe4eed72d79bed1e5f5d70670ee39d
Description: debug symbols for postgresql-18-hypopg
Build-Ids: 68aababeceeb2f8e12ccc39cc8fe24acb0195a11
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-icu-ext
Source: icu-ext
Version: 1.10.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-18, libc6 (>= 2.14), libicu78 (>= 78.1-1~)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-18-icu-ext_1.10.0-3.pgdg26.04+1_amd64.deb
Size: 96384
SHA256: 895324bc459b9773234d9e8538df55b5525f08e20988c90eb248f956ae5aff3e
SHA1: 4666b401b7c2729e2860be5e9fa5bfbc2d4c2fc1
MD5sum: cd7a486cf035ebfd0d855f7804f4b32c
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-icu-ext-dbgsym
Package-Type: ddeb
Source: icu-ext
Version: 1.10.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-18-icu-ext (= 1.10.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-18-icu-ext-dbgsym_1.10.0-3.pgdg26.04+1_amd64.deb
Size: 104172
SHA256: 2a78521862552674d11d58b0128e5fcf79774957f026b5e7e3970d49cb2d1a22
SHA1: ce1c7187f5a4ecd30baf8d99530b4519d7429c93
MD5sum: 76328684fc95e4ad75dc2d43dcea8858
Description: debug symbols for postgresql-18-icu-ext
Build-Ids: 18e8e655a51e317c99dbd8fceadac93f360e817e
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-ip4r
Source: ip4r
Version: 2.4.2-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 513
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-18-ip4r_2.4.2-4.pgdg26.04+1_amd64.deb
Size: 178656
SHA256: 515c12dfe192f4ec33a151f69070e6bed6e2374377019864c5901ccd7c371237
SHA1: f25119a0f9c2bdc91627f588acac078906484fca
MD5sum: 8ce593b68aa9b20d34652b8a728dc861
Description: IPv4 and IPv6 types for PostgreSQL 18
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.2-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: postgresql-18-ip4r (= 2.4.2-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-18-ip4r-dbgsym_2.4.2-4.pgdg26.04+1_amd64.deb
Size: 216384
SHA256: 2cf7859143a40db418786e48437d363c24ccb56660fb1333e13e6f80a06d7cee
SHA1: e600bf997dacc5928e4281bc4fbacd60bddadef8
MD5sum: 124cb2d6efc4fe7f6d5695aa0ac767be
Description: debug symbols for postgresql-18-ip4r
Build-Ids: b9bc240cc42e8652042cc1dbe34ed92dd1bc056c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-jit
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23744
Depends: postgresql-18 (= 18.2-1.pgdg26.04+1), libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libllvm21 (>= 1:21.1.0), libstdc++6 (>= 5.2)
Provides: postgresql-18-jit-llvm (= 21)
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-18-jit_18.2-1.pgdg26.04+1_amd64.deb
Size: 9849436
SHA256: 5f720e326a7729ac22c67911445449b070b68aebd52a8fcea759e39524d8af24
SHA1: 8789a62b29c17947ca213832d2fb50fd3c6c8e1f
MD5sum: b4fc031c8a037d6d0082830aa13bc238
Description: LLVM JIT support for PostgreSQL 18
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides LLVM-based query JITing for PostgreSQL 18.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-jit-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1382
Depends: postgresql-18-jit (= 18.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-18-jit-dbgsym_18.2-1.pgdg26.04+1_amd64.deb
Size: 1343948
SHA256: 5a5940edb82c53072438ed61618c0c7240e47366939659c02f87ec1920188f16
SHA1: 69fc60ed80a1b063dcad84465ee7d96cbd2ae1f7
MD5sum: 78b43b9eceb20c80bdc82e97a2e89515
Description: debug symbols for postgresql-18-jit
Build-Ids: ff641148e4759227e1dad56d4655d33d0f497a95
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-jsquery
Source: jsquery
Version: 1.2-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 289
Depends: postgresql-18, libc6 (>= 2.14)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/postgrespro/jsquery
Priority: optional
Section: database
Filename: pool/main/j/jsquery/postgresql-18-jsquery_1.2-3.pgdg26.04+1_amd64.deb
Size: 124472
SHA256: d912615501a94bf9615cd5d117c5500167dd0ac3777ec3431ba4852f5adc9fd2
SHA1: c22ed1d2de2ff777001434de8ded4e22fabd5cf7
MD5sum: f29a9f60e9bdf709ddaf19d394272471
Description: PostgreSQL JSON query language with GIN indexing support
 JsQuery provides additional functionality for the PostgreSQL jsonb datatype,
 such as a simple and effective way to search in nested objects and arrays, and
 more comparison operators with index support. It does this by implementing a
 specialized search syntax, the @@ operator, and the jsquery type for search
 strings.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-jsquery-dbgsym
Package-Type: ddeb
Source: jsquery
Version: 1.2-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 163
Depends: postgresql-18-jsquery (= 1.2-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/j/jsquery/postgresql-18-jsquery-dbgsym_1.2-3.pgdg26.04+1_amd64.deb
Size: 115052
SHA256: 9e4ade209d9394cb16e7be626464b723df7cd070d5ce995a78dae0d4d132f7e3
SHA1: 8671271e617c3a4d821e2b10d75553cfa2e1bb5f
MD5sum: 98436c4f06f34262a13d86f1196a6a6a
Description: debug symbols for postgresql-18-jsquery
Build-Ids: c54322423009cd63be9ab63c77a4a4db0c4f08d9
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-londiste-sql
Source: londiste-sql
Version: 3.8-7.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-18-pgq-node, postgresql-18
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-18-londiste-sql_3.8-7.pgdg26.04+1_all.deb
Size: 20808
SHA256: 4de297309543a5c5a37183d59698694f2492e6c0e7ab887e9e306e388b60aec3
SHA1: 93867cbea6580d14b4ee5186df536227957674fd
MD5sum: 424f2e47f1809e864ab18654c78f06f1
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-mimeo
Source: mimeo
Version: 1.5.1-20.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4468
Depends: postgresql-contrib-18, postgresql-18
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-18-mimeo_1.5.1-20.pgdg26.04+1_all.deb
Size: 110216
SHA256: 56429df2cb331ea857f8ee518f2250962e420cf5285b58b25370265cfbdbefd2
SHA1: 67591c9d755065a63d99f5f7d2c2590a0c1ea9b5
MD5sum: 979d69e92b865a43136499107da0798a
Description: specialized, per-table replication between PostgreSQL instances
 Mimeo is a PostgreSQL extension that provides specialized, per-table
 replication between PostgreSQL instances. It currently provides snapshot
 (whole table copy), incremental (based on an incrementing timestamp or id),
 and DML (inserts, updates and deletes) replication methods.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-mobilitydb
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3208
Depends: postgresql-18-postgis-3, postgresql-18, libc6 (>= 2.14), libgeos-c1t64 (>= 3.10.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-18-mobilitydb_1.3.0~alpha-3.pgdg26.04+1_amd64.deb
Size: 628088
SHA256: a531fffa35b1ca22947914dafb523943ef3c674cf4df643901ef98f4c3d03f07
SHA1: 4f1969cdd181ddf758f0ce12d38ca59b62d98739
MD5sum: c7029518bd57bb55b4c0030009d3ac2b
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-mobilitydb-dbgsym
Package-Type: ddeb
Source: mobilitydb
Version: 1.3.0~alpha-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2742
Depends: postgresql-18-mobilitydb (= 1.3.0~alpha-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-18-mobilitydb-dbgsym_1.3.0~alpha-3.pgdg26.04+1_amd64.deb
Size: 2091916
SHA256: df7e8bff0b4b649c2ef02ac997aa23c5d10f279ff27f31afcece372bd2ba7b14
SHA1: 688b0a5cf42c1bc888fe3f9ceb0d20439a8973d2
MD5sum: 9a273bdc9a683685c0b1045146f4b11f
Description: debug symbols for postgresql-18-mobilitydb
Build-Ids: fbde548e904b0359a6728b3dabe94d6f2a2f8887
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-mysql-fdw
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 287
Depends: default-libmysqlclient-dev | libmysqlclient-dev, postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/EnterpriseDB/mysql_fdw
Priority: optional
Section: database
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-18-mysql-fdw_2.9.3-2.pgdg26.04+1_amd64.deb
Size: 125636
SHA256: 708184cad4f1256b6ff16ae4293d753e85b54d82cbc5efa97197542337403f66
SHA1: 9a04a03ace2eb67e7f87e0b01098a821f3e5fbab
MD5sum: f7b6885bc271bf4249d206165a1df4d5
Description: Postgres 18 Foreign Data Wrapper for MySQL
 postgresql-mysql-fdw is a PostgreSQL extension implementing a Foreign Data
 Wrapper (FDW) to access MySQL data from PostgreSQL.
 .
 This package is for PostgreSQL 18.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-mysql-fdw-dbgsym
Package-Type: ddeb
Source: postgresql-mysql-fdw
Version: 2.9.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 219
Depends: postgresql-18-mysql-fdw (= 2.9.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-mysql-fdw/postgresql-18-mysql-fdw-dbgsym_2.9.3-2.pgdg26.04+1_amd64.deb
Size: 171020
SHA256: 2addb62d2ba98bb05d43f36fd832e5fa81fb57be979aa55f0fd89196bc464577
SHA1: 2b58a5af20985a3a84a5e29b892f8f46b40411f8
MD5sum: 8fc2c43aa3188d4c209accbc7ff10dec
Description: debug symbols for postgresql-18-mysql-fdw
Build-Ids: d201ef464c946aefa93f46af2a574e1aa0c61270
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-numeral
Source: postgresql-numeral
Version: 1.3-8.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 242
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-18-numeral_1.3-8.pgdg26.04+1_amd64.deb
Size: 75484
SHA256: 90dc641683a9fcdd370258fca9186d592a3c2bc530dab7e70b5a6772c927eb77
SHA1: bdc773c445da3c7ab55ccd06bd020630321ca0b5
MD5sum: 90d41d55086771cb291d5f4fd9d33a4b
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-numeral-dbgsym
Package-Type: ddeb
Source: postgresql-numeral
Version: 1.3-8.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 91
Depends: postgresql-18-numeral (= 1.3-8.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-18-numeral-dbgsym_1.3-8.pgdg26.04+1_amd64.deb
Size: 48448
SHA256: 44c3e2f7144a0ffa2f77cc550df32e0f35eed00b4ff445e283fa5ce67cfe89bd
SHA1: 94a4a9c8d80360b4656a1b9396f46655927e9a0b
MD5sum: 9957d40ca52292b4c26d9d18ecc518d5
Description: debug symbols for postgresql-18-numeral
Build-Ids: 569375c6a1086e5e406a19ab72094ad9cb64ff68
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 245
Depends: postgresql-18, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-18-ogr-fdw_1.1.7-2.pgdg26.04+1_amd64.deb
Size: 91040
SHA256: e9929eabfd4ffe8b2d40f680f04907f8230eafde39a55dda87eebca01c07d12d
SHA1: 52874bf205fc4e7b4afb4a9293ae8773bdc30bad
MD5sum: 9afe82af9b57baf5151e397c21a0071e
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-ogr-fdw-dbgsym
Package-Type: ddeb
Source: pgsql-ogr-fdw
Version: 1.1.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 212
Depends: postgresql-18-ogr-fdw (= 1.1.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-18-ogr-fdw-dbgsym_1.1.7-2.pgdg26.04+1_amd64.deb
Size: 149252
SHA256: 44e2fc3b3086edf6066051bf44fa19721394136cc355e8dd847d637d7b9fd7e9
SHA1: 82d5adb1442832b84f24a7de0b076c72cd00bc7f
MD5sum: 6f6265bacb90132d82bf093001d60e91
Description: debug symbols for postgresql-18-ogr-fdw
Build-Ids: 42f42998f61aef4f026eb79cf1313bc6d06ade28 a09ad6689c06ef5a2f62a1caf8c36a705be39c30
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-oracle-fdw
Source: oracle-fdw
Version: 2.8.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: oracle-libs, postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/laurenz/oracle_fdw
Priority: optional
Section: contrib/database
Filename: pool/main/o/oracle-fdw/postgresql-18-oracle-fdw_2.8.0-2.pgdg26.04+1_amd64.deb
Size: 76256
SHA256: 96ac17a65f264de21cc23de97bcb12c68d416fd79605455030faaefdff255301
SHA1: a9dbcd89a0d59945e20a0a5c96420bdec6ed9ebd
MD5sum: b1af0fb246666fe037b180bdc62a1cf5
Description: PostgreSQL Foreign Data Wrapper for Oracle
 oracle_fdw is a PostgreSQL extension that provides a Foreign Data Wrapper for
 easy and efficient access to Oracle databases, including pushdown of WHERE
 conditions and required columns as well as comprehensive EXPLAIN support.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-oracle-fdw-dbgsym
Package-Type: ddeb
Source: oracle-fdw
Version: 2.8.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: postgresql-18-oracle-fdw (= 2.8.0-2.pgdg26.04+1)
Priority: optional
Section: contrib/debug
Filename: pool/main/o/oracle-fdw/postgresql-18-oracle-fdw-dbgsym_2.8.0-2.pgdg26.04+1_amd64.deb
Size: 207632
SHA256: d3f98f5452f14a27588a4cdf6de8e1de064b48a640c7841d98651479644b5b3a
SHA1: 873bb9b070ad39bcefd6d07eb57c98a0c2955496
MD5sum: 3a4420a8d4a28bc5ce69ed11a11b307c
Description: debug symbols for postgresql-18-oracle-fdw
Build-Ids: 19aab61f86ecae0fb7e3995e1a17817946260fd2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-orafce
Source: orafce
Version: 4.16.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1138
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-18-orafce_4.16.3-1.pgdg26.04+1_amd64.deb
Size: 367420
SHA256: d6ece6955300b1d71be1ae570dd524c3ae25931e8472c5c6934f01beb9d89976
SHA1: d0e03b415e9a7312f8360fe0248259a8a918dd91
MD5sum: 65bdc3601d0ea172b052a67eb525b890
Description: Oracle support functions for PostgreSQL 18
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 475
Depends: postgresql-18-orafce (= 4.16.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-18-orafce-dbgsym_4.16.3-1.pgdg26.04+1_amd64.deb
Size: 325448
SHA256: 1fd91020217e9e4904cd71ba1d160159ea72a78066e8970f458e0838319d4b05
SHA1: 6fa7072eda04369c96048040e549e5faec04a9ac
MD5sum: c793523d359e875b8281419afd6c552e
Description: debug symbols for postgresql-18-orafce
Build-Ids: e0e4afe7d986cf8b5756c3b11a5b90c6b9e76079
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-partman
Source: pg-partman
Version: 5.4.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7712
Depends: python3, python3-psycopg2, postgresql-18, libc6 (>= 2.4)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-18-partman_5.4.0-1.pgdg26.04+1_amd64.deb
Size: 234468
SHA256: 244b070da54b8455daccfbd568dfefb67e66e7ad79706ac783eea92831d23226
SHA1: ae37314fdf316bfda288533e07142624ea6229fd
MD5sum: 887ab8e3b86687f0e50a8747b5c1767a
Description: PostgreSQL Partition Manager
 pg_partman is a PostgreSQL extension to create and manage both time-based and
 serial-based table partition sets. Sub-partitioning is also supported. Child
 table & trigger function creation is all managed by the extension itself.
 Tables with existing data can also have their data partitioned in easily
 managed smaller batches. Optional retention policy can automatically drop
 partitions no longer needed. A background worker (BGW) process is included to
 automatically run partition maintenance without the need of an external
 scheduler (cron, etc) in most cases.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-partman-dbgsym
Package-Type: ddeb
Source: pg-partman
Version: 5.4.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-18-partman (= 5.4.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-18-partman-dbgsym_5.4.0-1.pgdg26.04+1_amd64.deb
Size: 47468
SHA256: 77ce17df6c505b0d8d7dcad84086d801d91945c6018a85e24df7270eb48dc629
SHA1: ec1c8b8f4042ba4ace7cf6e58d992c318191257e
MD5sum: cd4188e27795a08ae06f3175981e863e
Description: debug symbols for postgresql-18-partman
Build-Ids: a68ace7d3f540dcda27a9fa726933c3956953cf0
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-periods
Source: postgresql-periods
Version: 1.2.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 546
Depends: postgresql-contrib-18, postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-18-periods_1.2.3-2.pgdg26.04+1_amd64.deb
Size: 47120
SHA256: 08fc24fef21c5b911d53b694d6a61b6a39e9df5b0f4ee03f81d8b35722796b3a
SHA1: f44f4be90b446ade26f9600835b05b28c6e198ce
MD5sum: a8aa64a8663fc4b88d98d688b6f8904e
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-periods-dbgsym
Package-Type: ddeb
Source: postgresql-periods
Version: 1.2.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-18-periods (= 1.2.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-18-periods-dbgsym_1.2.3-2.pgdg26.04+1_amd64.deb
Size: 45604
SHA256: d81b2f2a5939fda366a75dc286a8854428810287bd4c1c31b9141857e23ed8b6
SHA1: da5cb829a4152af7b5dae301d2d36a43611882da
MD5sum: e29e209eb20d9b3487ad31fe9ee26c20
Description: debug symbols for postgresql-18-periods
Build-Ids: 017df51d87ef299a2db8c0f02a49b293677c2a60
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-18, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-18-pg-catcheck_1.6.0-2.pgdg26.04+1_amd64.deb
Size: 36360
SHA256: a2e26986670995e1e84c725c9580760cd970810f73a74e88483fbbc1d9276566
SHA1: a5669f8a038b92d70c8c69357181e6804b200bde
MD5sum: 3d076f74fe9e2e1973a605d8ff3b7498
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-catcheck-dbgsym
Package-Type: ddeb
Source: pg-catcheck
Version: 1.6.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-18-pg-catcheck (= 1.6.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-18-pg-catcheck-dbgsym_1.6.0-2.pgdg26.04+1_amd64.deb
Size: 40904
SHA256: 4f983cd89056204b303e5fb178fa3d59686039e705e643c9f275340f964f3622
SHA1: b0a49aa49b38996f65bd00bd096b72c482118a2d
MD5sum: 2bf106b7e206b1fb4a2f2812992b15c2
Description: debug symbols for postgresql-18-pg-catcheck
Build-Ids: 8c76766a6673ee61225047e2e8dad45717981308
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-checksums
Source: pg-checksums
Version: 1.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-18, libc6 (>= 2.38)
Recommends: pg-checksums-doc
Homepage: https://github.com/credativ/pg_checksums
Priority: optional
Section: database
Filename: pool/main/p/pg-checksums/postgresql-18-pg-checksums_1.3-2.pgdg26.04+1_amd64.deb
Size: 38244
SHA256: a9b7a60e42c14b23f83f6a3c74caf3cd01f49bb19f21b5c0a184b3a7712e157e
SHA1: 735e89c451cd4bb19f045c59e6e580fed23f7b6d
MD5sum: 1f0b5a366d77fdea3a2be7af41893cf8
Description: Activate/deactivate/verify PostgreSQL data checksums
 Data checksums allow the PostgreSQL database server to identify I/O failures
 when reading data from storage. The checksums stored in the page header of
 each data page are compared to the computed checksum of the read data.
 .
 Data checksums need to be activated at instance creation time, all current
 versions of PostgreSQL including v11 do not allow activating (or deactivating)
 checksums afterwards.
 .
 pg_checksums_ext can activate or deactivate data checksums as long at the
 database cluster is shutdown cleanly. Activating checksums requires all
 database blocks to be read and all page headers to be updated, so can take a
 long time on a large database. Deactivating checksums only requires the
 cluster control file to be updated so is quick.
 .
 In addition, pg_checksums_ext can verify the checksums in an online cluster.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-checksums-dbgsym
Package-Type: ddeb
Source: pg-checksums
Version: 1.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-18-pg-checksums (= 1.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-checksums/postgresql-18-pg-checksums-dbgsym_1.3-2.pgdg26.04+1_amd64.deb
Size: 22700
SHA256: bf406c9e10d0acc1a4a4409668fae7abeab986004137655a08d1bed9ffdb81b6
SHA1: 520ef3ffdc5374b174717fb27814ab71c8472eb7
MD5sum: 4c87e6ef741f72cb79af6681c07c13c2
Description: debug symbols for postgresql-18-pg-checksums
Build-Ids: 35be72efe93d50360702298dd85cb7b17b65b553
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-crash
Source: pg-crash
Version: 0.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-18-pg-crash_0.3-2.pgdg26.04+1_amd64.deb
Size: 13356
SHA256: c84fb527a440cbe403ab5802486d00ace881aafe807b08ecc0a901ac76e44ac6
SHA1: 95431eee4e73400bc09fbcacd827e033dc7e880c
MD5sum: ae9332b12ff976b76bccecc82a9004db
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-crash-dbgsym
Package-Type: ddeb
Source: pg-crash
Version: 0.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35
Depends: postgresql-18-pg-crash (= 0.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-18-pg-crash-dbgsym_0.3-2.pgdg26.04+1_amd64.deb
Size: 16296
SHA256: c8a3df49bd66ac5a0afd2c0b2f5be6d5c2c5292fa26fb9433ca75ea86a1b8ef8
SHA1: ea25690b442c0e11480ca03f80a4221df2224b06
MD5sum: d2cc95d1d278f6c8764fc0ab56788d0c
Description: debug symbols for postgresql-18-pg-crash
Build-Ids: ad2b17d7907d1e7e97d84e620d5f761137f3326f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-18, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-18-pg-failover-slots_1.2.0-1.pgdg26.04+1_amd64.deb
Size: 40100
SHA256: 81ae66394e650b393857f69c86c812715dd5709c5b392d90419fc43953b80f20
SHA1: 6ba429ce2d8add53ee725417f1357872bdbde872
MD5sum: ae29f493fb771aadaf86b26c43cc386e
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-failover-slots-dbgsym
Package-Type: ddeb
Source: pg-failover-slots
Version: 1.2.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-18-pg-failover-slots (= 1.2.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-18-pg-failover-slots-dbgsym_1.2.0-1.pgdg26.04+1_amd64.deb
Size: 54364
SHA256: 87205c326bd752270decc0d8704c4187e9cc1db4ec43197d4a8d749de6671abd
SHA1: e0062450a6fd9a83496d3a48b8217ce083b11125
MD5sum: 9e9605dfad3fdacbdc79fcbf760e620a
Description: debug symbols for postgresql-18-pg-failover-slots
Build-Ids: 09b1e3d0be358240933b178d7c6db95c2c2bb2f5
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-gvm
Source: pg-gvm
Version: 22.6.11-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-18, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-18-pg-gvm_22.6.11-2.pgdg26.04+1_amd64.deb
Size: 20152
SHA256: 4a46e53d28b5a20e1436f85c91d069990ab67cb587d445167f21c43d3e578704
SHA1: 499d647d275d29b411fc192080bb9d8265660b8a
MD5sum: 66ad5320fca711976adb0a736d160387
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.11-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-18-pg-gvm (= 22.6.11-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-18-pg-gvm-dbgsym_22.6.11-2.pgdg26.04+1_amd64.deb
Size: 29072
SHA256: 20d697a9b71c7cc1111bf47c67c8ead59a49c57839fe4f40e51a96f4fda4fa6e
SHA1: 0092a7ee077681f05248082b5d854519f26798a4
MD5sum: 1ea4d3a22e68de55026e6412e460a0fe
Description: debug symbols for postgresql-18-pg-gvm
Build-Ids: 117db4db27c1c15c3e20ff230daf7dba4a42aff6
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-hint-plan
Source: pg-hint-plan-18
Version: 1.8.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 316
Depends: postgresql-18, libc6 (>= 2.14)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/ossc-db/pg_hint_plan
Priority: optional
Section: database
Filename: pool/main/p/pg-hint-plan-18/postgresql-18-pg-hint-plan_1.8.0-3.pgdg26.04+1_amd64.deb
Size: 133256
SHA256: da05f04b83634e99a037c20fa71181b12fdce7017d56b05451c13d8d8cc11b6d
SHA1: a9726d60edb6a9388980b10118b8d3b799c03b49
MD5sum: 177d2e2f93e7575b49a4fdbd2a5308d3
Description: support for optimizer hints in PostgreSQL
 PostgreSQL uses a cost-based optimizer that uses data statistics, not static
 rules. The planner (optimizer) estimates costs of each possible execution
 plans for a SQL statement, then executes the plan with the lowest cost. The
 planner does its best to select the best execution plan, but it is far from
 perfect, since it may not count some data properties, like correlation between
 columns.
 .
 pg_hint_plan makes it possible to tweak PostgreSQL execution plans using
 so-called "hints" in SQL comments, like /*+ SeqScan(a) */.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-hint-plan-dbgsym
Package-Type: ddeb
Source: pg-hint-plan-18
Version: 1.8.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 189
Depends: postgresql-18-pg-hint-plan (= 1.8.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-hint-plan-18/postgresql-18-pg-hint-plan-dbgsym_1.8.0-3.pgdg26.04+1_amd64.deb
Size: 140440
SHA256: e4bd95e6d7db3027e176da52a518071968c2bc408fa36e802ac9b9c444a54b5d
SHA1: c30961f7f44eb7af09bc2814a5d487ddcf033eb0
MD5sum: b5db0db9712a1a9fef242416f18ae672
Description: debug symbols for postgresql-18-pg-hint-plan
Build-Ids: ada781017483e0e357dff76dd38d10c33443149c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-ivm
Source: pg-ivm
Version: 1.13-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-18, libc6 (>= 2.4)
Homepage: https://github.com/sraoss/pg_ivm
Priority: optional
Section: database
Filename: pool/main/p/pg-ivm/postgresql-18-pg-ivm_1.13-1.pgdg26.04+1_amd64.deb
Size: 119932
SHA256: a4ee3faa4065614ba9ce071722943de07e164b7088ae18608c76693d2a95a87d
SHA1: 6f87850edfc54ebe92dcaf475d769a46dfc450ad
MD5sum: bf97cc710ecc32f09f655a748ad2bada
Description: Incremental View Maintenance (IVM) extension for PostgreSQL
 pg_ivm is a PostgreSQL extension for Incremental View Maintenance (IVM). IVM
 is a way to make materialized views up-to-date in which only incremental
 changes are computed and applied on views rather than recomputing the contents
 from scratch as `REFRESH MATERIALIZED VIEW` does. IVM can update materialized
 views more efficiently than recomputation when only small parts of the view
 are changed.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-ivm-dbgsym
Package-Type: ddeb
Source: pg-ivm
Version: 1.13-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-18-pg-ivm (= 1.13-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-ivm/postgresql-18-pg-ivm-dbgsym_1.13-1.pgdg26.04+1_amd64.deb
Size: 177696
SHA256: 1eda75a97f9bd174c045a76a0abded051303c6dc3e3bed8f90150d44abfacbb2
SHA1: 9d46bf9ab4f5eb9923bc8779e5e5643692e27067
MD5sum: 0f93193477a0c3e9e499e831854c913b
Description: debug symbols for postgresql-18-pg-ivm
Build-Ids: 6294980121f3c6e07d00f23a97d4824e3060da7a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-permissions
Source: pg-permissions
Version: 1.4-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-18
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-18-pg-permissions_1.4-2.pgdg26.04+1_all.deb
Size: 8268
SHA256: f4d6213472c7c1c7f6426308cb50202b2c6c8bce554d34beb96c86a809b8de6f
SHA1: 3875d244a7fcd01bfeb551ed3a930c1095929292
MD5sum: f2b145255477aafa36991396d6c9fad6
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-pwhash
Source: pg-pwhash
Version: 1.0-2.pgdg26.04+3
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-18, libargon2-1 (>= 0~20171227), libc6 (>= 2.14), libcrypt1 (>= 1:4.1.0), libscrypt0 (>= 1), libssl3t64 (>= 3.2.0)
Homepage: https://github.com/cybertec-postgresql/pg_pwhash
Priority: optional
Section: database
Filename: pool/main/p/pg-pwhash/postgresql-18-pg-pwhash_1.0-2.pgdg26.04+3_amd64.deb
Size: 58304
SHA256: 266312261914cb1301cf4a457a3b10b4276932f0003de3d109d2a18dc1143143
SHA1: 67892b26966014d0c91ce9027a1e89d63a127c8b
MD5sum: d00925a3ee38f27cc863c412598fa5ee
Description: Advanced password hashing methods for PostgreSQL
 The extension pg_pwhash provides advanced password hashing methods based on
 adaptive implementations.
 .
 Supported password hashing algorithms:
  * Argon2 based on RFC 9106 ($argon2$ and variants)
  * scrypt ($scrypt$ and $7$)
  * yescrypt ($y$)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-pwhash-dbgsym
Package-Type: ddeb
Source: pg-pwhash
Version: 1.0-2.pgdg26.04+3
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-18-pg-pwhash (= 1.0-2.pgdg26.04+3)
Priority: optional
Section: debug
Filename: pool/main/p/pg-pwhash/postgresql-18-pg-pwhash-dbgsym_1.0-2.pgdg26.04+3_amd64.deb
Size: 45940
SHA256: 2a14b3a0003b5b9b91d787e1efbb0eb3386f4210d1505c96123a58f81d24c0c9
SHA1: 30fdbd2f4a69160af5e2a25924846cbef1f337de
MD5sum: 8715f160043b86f2caeb76b23e1f8d31
Description: debug symbols for postgresql-18-pg-pwhash
Build-Ids: 5f36b1a52d798c175b000fbc7807e690e99962c2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-qualstats
Source: pg-qualstats
Version: 2.1.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 282
Depends: postgresql-18, libc6 (>= 2.14)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-qualstats/postgresql-18-pg-qualstats_2.1.3-1.pgdg26.04+1_amd64.deb
Size: 54780
SHA256: 4a2012cc7e4af9d96a8c8aa7db6f38ecffda5e3ab433a799669e7bf35e6e2c8f
SHA1: 3d00200555df3ba6352f66300a7fad209ac25ec2
MD5sum: 2c5ddf3385901202110a8d9087a4a777
Description: PostgreSQL extension to gather statistics about predicates.
 This extensions tracks WHERE clauses predicates and JOIN predicates.
 Statistics will report whether the predicate was evaluated as an index scan or
 not, how many time the expression appeared, how many times the operator was
 executed and how filtering the expression is.  If pg_stat_statements is
 enabled, it can also track to which statements the predicate belongs.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-qualstats-dbgsym
Package-Type: ddeb
Source: pg-qualstats
Version: 2.1.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-18-pg-qualstats (= 2.1.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-qualstats/postgresql-18-pg-qualstats-dbgsym_2.1.3-1.pgdg26.04+1_amd64.deb
Size: 64588
SHA256: 13f52bd7e280896dc315a58056bbc3e2ed06f3f1e951c4a6e572b71cc2c91526
SHA1: 01dccb1b10f407719b431841d0b168cb5636fe48
MD5sum: 23e211d148ddb3646ff9e0de463c7dec
Description: debug symbols for postgresql-18-pg-qualstats
Build-Ids: fe190031475367ef618b75051572cacee3a42e57
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-rewrite
Source: pg-rewrite
Version: 2.0.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-18-pg-rewrite_2.0.0-2.pgdg26.04+1_amd64.deb
Size: 76808
SHA256: 58fec92c678af9610ab7f7f638edae34e489d5166afa57eb5242f06f2ec001df
SHA1: 8cd054adc1c797fb17e2471b78ca7c400e36f11b
MD5sum: ad2d5aaa3243bb1b09713353f19664e8
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-rewrite-dbgsym
Package-Type: ddeb
Source: pg-rewrite
Version: 2.0.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-18-pg-rewrite (= 2.0.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-18-pg-rewrite-dbgsym_2.0.0-2.pgdg26.04+1_amd64.deb
Size: 125856
SHA256: 1e6cce45a2da82ee6ec97b2152eebd829a0b2aecc8ef60a710d0160c624dee45
SHA1: 890ba3a41e4f739079e40a466b3baa5506682f40
MD5sum: 4bb240792d67ad1d1d5b2931211c7343
Description: debug symbols for postgresql-18-pg-rewrite
Build-Ids: 0a50724cd84be06938ade33551afa751c1826db9
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-rrule
Source: pg-rrule
Version: 0.3.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-18, libc6 (>= 2.14), libical3t64 (>= 3.0.0)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-18-pg-rrule_0.3.0-1.pgdg26.04+1_amd64.deb
Size: 24692
SHA256: a528f09351783c3d1c0d45dc967ca64ce649a5687e139fa709bd3507530380f8
SHA1: fd8c6c09dbb25037d7d2808b3858bd575f11b854
MD5sum: 33db9a5ecaae50eb60bf04848026d730
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-rrule-dbgsym
Package-Type: ddeb
Source: pg-rrule
Version: 0.3.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-18-pg-rrule (= 0.3.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-18-pg-rrule-dbgsym_0.3.0-1.pgdg26.04+1_amd64.deb
Size: 24264
SHA256: 56bd9dbd4527af169669ad659331262b438e6fd4a7cf5b847b48a9abee28645e
SHA1: ce6c87f1b57385f6f84fc6a96bfa3a207c03401a
MD5sum: bc323368c1e16bd7357e41fe41cc2ede
Description: debug symbols for postgresql-18-pg-rrule
Build-Ids: 15dfebd24484720dc0a298038ee88c836f5a8bba
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-stat-kcache
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-contrib-18, postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-kcache/postgresql-18-pg-stat-kcache_2.3.1-1.pgdg26.04+1_amd64.deb
Size: 35956
SHA256: 06f5d1d32eaa17b7bb517787ba0a0e4ee28b7ec8f5733d921ab8b063f9cac4d7
SHA1: 2e41b48b4bd67ea82485649df967aa2a72831791
MD5sum: 988d9df45979ef470a87fd0fe6fe52c3
Description: PostgreSQL extension to gather per-query kernel statistics.
 Statistics gathered are reads and writes done out of the operating system
 cache, user and system CPU usage, context switches and all the other
 meaningful metrics returned by getrusage(2).  All those counters are
 aggregated per postgres role, database and normalized query identifier.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-stat-kcache-dbgsym
Package-Type: ddeb
Source: pg-stat-kcache
Version: 2.3.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-18-pg-stat-kcache (= 2.3.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-kcache/postgresql-18-pg-stat-kcache-dbgsym_2.3.1-1.pgdg26.04+1_amd64.deb
Size: 44132
SHA256: 1cd217f8b00beea3ab76ee482ea4954085bbbf9abbf72cd29a296a32d2f9f2c5
SHA1: 900f243e778d70b4b57432e3178601ffe01c935e
MD5sum: ea0e3f1ed940eb45c87eac3cbb314d41
Description: debug symbols for postgresql-18-pg-stat-kcache
Build-Ids: 313bb9866067932061e65c5a7f457eb6d3b7d30a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-stat-plans
Source: pg-stat-plans
Version: 2.0.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-18, libc6 (>= 2.14), libzstd1 (>= 1.5.5)
Homepage: https://github.com/pganalyze/pg_stat_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-plans/postgresql-18-pg-stat-plans_2.0.0-1.pgdg26.04+1_amd64.deb
Size: 82180
SHA256: 100b8e798167236fde4503fc262febccd9c5fcb4f37d1c4c778dc72a2e72a9f7
SHA1: 43cf0d7beecda2f00905f180c3c57b1da5ce6034
MD5sum: 1756f13c020c6c79ca9c834153f48c50
Description: Track per-plan call counts, execution times and EXPLAIN texts in PostgreSQL
 pg_stat_plans is designed for low overhead tracking of aggregate plan
 statistics in Postgres, by relying on hashing the plan tree with a plan ID
 calculation. It aims to help identify plan regressions, and get an example
 plan for each Postgres query run, slow and fast. Additionally, it allows
 showing the plan for a currently running query.
 .
 Plan texts are stored in shared memory for efficiency reasons (instead of a
 local file), with support for zstd compression to compress large plan texts.
 .
 Plans have the same plan IDs when they have the same "plan shape", which
 intends to match EXPLAIN (COSTS OFF). This extension is optimized for tracking
 changes in plan shape, but does not aim to track execution statistics for
 plans, like auto_explain can do for outliers.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-stat-plans-dbgsym
Package-Type: ddeb
Source: pg-stat-plans
Version: 2.0.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-18-pg-stat-plans (= 2.0.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-plans/postgresql-18-pg-stat-plans-dbgsym_2.0.0-1.pgdg26.04+1_amd64.deb
Size: 170952
SHA256: 395bdd63be7546fb9f000ac4a0971744069c215b27fc639ee6e8fcda22ed5cbe
SHA1: da246b2c3c27e276daada9d5a5b8b0f3bd7a2a8a
MD5sum: 5a16765300683b26d9e2232fe8405730
Description: debug symbols for postgresql-18-pg-stat-plans
Build-Ids: 2c370c6171dcf3098fbbeefc8949f5a8fea5e97f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-5.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-18
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-18-pg-track-settings_2.1.2-5.pgdg26.04+1_all.deb
Size: 9272
SHA256: 54169303159df1fa47bafd108ed6ae9971dbb9c4740b101bc43268c176a57925
SHA1: 6d904e3cc1532e981fe1d81461e9611f420ae189
MD5sum: e573b000de988fe1b8a46b905a633af6
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-uuidv7
Source: pg-uuidv7
Version: 1.7.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-18, libc6 (>= 2.17)
Homepage: https://github.com/fboulnois/pg_uuidv7
Priority: optional
Section: database
Filename: pool/main/p/pg-uuidv7/postgresql-18-pg-uuidv7_1.7.0-1.pgdg26.04+1_amd64.deb
Size: 12948
SHA256: 9b0a4e63741587d274fbcbdd87fdc821b46c8df93e152f2d045167f5854ba961
SHA1: 1ca44de23576efa871bdfe36c8f134d9c02e861e
MD5sum: 0d36543bf0360a939b91eb55c866d46f
Description: Extension providing UUIDv7 data type
 pg_uuidv7 is an extension which provides a UUID v7 data type, in
 particular for PostgreSQL releases before 18 that do not have a
 builtin uuidv7 data type.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-uuidv7-dbgsym
Package-Type: ddeb
Source: pg-uuidv7
Version: 1.7.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-18-pg-uuidv7 (= 1.7.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-uuidv7/postgresql-18-pg-uuidv7-dbgsym_1.7.0-1.pgdg26.04+1_amd64.deb
Size: 7648
SHA256: 4ed7f8cbac80f2970995abb7e0c4ecf90023c19cdceba663d04a0f16a5a89df8
SHA1: e4327e54cd42f7388e9736a52b9096d4e0fac26d
MD5sum: 7612e88997d8748114a20248c96ae8a3
Description: debug symbols for postgresql-18-pg-uuidv7
Build-Ids: 477dbfc1430f400c14ffd0e47d09584e8afd6960
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-wait-sampling
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-18, libc6 (>= 2.4)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/postgrespro/pg_wait_sampling
Priority: optional
Section: database
Filename: pool/main/p/pg-wait-sampling/postgresql-18-pg-wait-sampling_1.1.9-2.pgdg26.04+1_amd64.deb
Size: 39128
SHA256: eba67ea919ceee401f7bdaa2512fc0454096dc022a2110c8161f11d6a86d9e44
SHA1: c00b1a38141989df0ea035caff7e018c0c0737cc
MD5sum: 265b2bb96b05cbaa595c444d715ab86a
Description: Extension providing statistics about PostgreSQL wait events
 pg_wait-sampling is an extension which provides functions for detailed
 per backend and per query wait events statistics.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pg-wait-sampling-dbgsym
Package-Type: ddeb
Source: pg-wait-sampling
Version: 1.1.9-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-18-pg-wait-sampling (= 1.1.9-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-wait-sampling/postgresql-18-pg-wait-sampling-dbgsym_1.1.9-2.pgdg26.04+1_amd64.deb
Size: 57780
SHA256: 7d489b06933c76a9ed2b94a376c137ad87b584d619b541e786e162a493efd6a2
SHA1: 89a61599d1975f6d899c85ab6d476f0cf87225b6
MD5sum: 8d42d1e2eae66eb2496be937b6efb9b7
Description: debug symbols for postgresql-18-pg-wait-sampling
Build-Ids: 5767b825ec6681b5f2db87c1f3858b7abbd0780b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgaudit
Source: pgaudit-18
Version: 18.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-18, libc6 (>= 2.4)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-18/postgresql-18-pgaudit_18.0-2.pgdg26.04+1_amd64.deb
Size: 48208
SHA256: 848eeaf50da2303eafc52835279ed9bdc211b12e48d73578c2abbe97827d35e6
SHA1: da4957c27ec218a91a79337f7e5bf490b1a5fb18
MD5sum: 93b9930a585cfa70ded7c1be59a86711
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgaudit-dbgsym
Package-Type: ddeb
Source: pgaudit-18
Version: 18.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-18-pgaudit (= 18.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-18/postgresql-18-pgaudit-dbgsym_18.0-2.pgdg26.04+1_amd64.deb
Size: 62532
SHA256: 52f84cdf6c827874e16d4c0c6b10c90240a21a7af3be40f1af54e807446bcb32
SHA1: 874ea045a6e960155e087558d794bd45347a9e30
MD5sum: b76580c7379a32a324343700e9634ec3
Description: debug symbols for postgresql-18-pgaudit
Build-Ids: af8e42043bc53ff7ebe8e21e8b05d07b9dbf9bad
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-18-pgaudit, postgresql-18, libc6 (>= 2.34)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile_1.7.6-1.pgdg26.04+1_amd64.deb
Size: 50184
SHA256: dd64ec87929a1ea4ab885d8cbc7f328bfda9319d3c2ff33a8f6b18ecb0c2daed
SHA1: b2a0c984ee027179603d04a9bd59a7471fb941a1
MD5sum: 9600a6e32def8617744ebc046213906a
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.7.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-18-pgauditlogtofile (= 1.7.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile-dbgsym_1.7.6-1.pgdg26.04+1_amd64.deb
Size: 41444
SHA256: 3755bd255815bec6ea8992dc30b860df9e1dd50bfae16b9c73238c3fd1b3f536
SHA1: 5047dd9092d90a8fc9b4ce6441155a9878ace7f0
MD5sum: 0bd8750659894a64fb347f4128e68b72
Description: debug symbols for postgresql-18-pgauditlogtofile
Build-Ids: fd95cdb06f895e7d14cf4a616a7a98424a53a6fd
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgextwlist
Source: pgextwlist
Version: 1.19-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-18, libc6 (>= 2.33)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-18-pgextwlist_1.19-2.pgdg26.04+1_amd64.deb
Size: 29840
SHA256: 71ee1d3a279d236ee84acdb97394eee8ba7d6b5555aeddb049dec8d677e1f967
SHA1: 2c6caf11bba9bf5d3b58db398441df8984b4ea46
MD5sum: 9578e09499997ab9b346902c86bebaaf
Description: PostgreSQL Extension Whitelisting
 This extension implements extension whitelisting, and will actively prevent
 users from installing extensions not in the provided list. Also, this
 extension implements a form of sudo facility in that the whitelisted
 extensions will get installed as if superuser. Privileges are dropped before
 handing the control back to the user.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgextwlist-dbgsym
Package-Type: ddeb
Source: pgextwlist
Version: 1.19-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-18-pgextwlist (= 1.19-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-18-pgextwlist-dbgsym_1.19-2.pgdg26.04+1_amd64.deb
Size: 60384
SHA256: 431e06b20b7f8b40c741b8854d98340bd0d103ff1a2e911ea96ff647b5d25e13
SHA1: 3b9df8409b0b9cdf506609e5f814464c58f0da29
MD5sum: 02206c7df792879a252ba05b91c60696
Description: debug symbols for postgresql-18-pgextwlist
Build-Ids: 17ba51a499c4fbf13cd142fe8d5d091f9db8e574
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgfaceting
Source: pgfaceting
Version: 0.2.0-5.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-18-roaringbitmap, postgresql-18
Homepage: https://github.com/cybertec-postgresql/pgfaceting
Priority: optional
Section: database
Filename: pool/main/p/pgfaceting/postgresql-18-pgfaceting_0.2.0-5.pgdg26.04+1_all.deb
Size: 9892
SHA256: 0369fe5c7343db2c65b2a5e61ba719c1e5e1e7cdad7e0822a474608181398611
SHA1: 7ec1a3180b98c8695a2643e356bb6ec0531d429f
MD5sum: 515880d9c8dcfff535083d8cf6fc61e9
Description: Faceted query acceleration for PostgreSQL using roaring bitmaps
 PostgreSQL extension to quickly calculate facet counts using inverted indexes
 built with roaring bitmaps. Requires pg_roaringbitmap to be installed.
 .
 Faceting means counting number occurrences of each value in a result set for a
 set of attributes. Typical example of faceting is a web shop where you can see
 how many items are remaining after filtering your search by red, green or
 blue, and how many when filtering by size small, medium or large.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgfincore
Source: pgfincore
Version: 1.3.1-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-18, libc6 (>= 2.34)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: http://villemain.org/projects/pgfincore
Priority: optional
Section: database
Filename: pool/main/p/pgfincore/postgresql-18-pgfincore_1.3.1-3.pgdg26.04+1_amd64.deb
Size: 27516
SHA256: 123b57b6e19c0d2f5472ffc86f1a6b5abc7ff97ca067537808b684a677c3dfcd
SHA1: 31165639ebc5e162d1106cb9f8263d84d75e0ac7
MD5sum: 0f1201e501d174a31bd347fce22ac37e
Description: set of PostgreSQL functions to manage blocks in memory
 Those functions let you know which and how many disk block from a relation
 are in the page cache of the operating system, and eventually write the
 result to a file. Then using this file, it is possible to restore the page
 cache state for each block of the relation.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgfincore-dbgsym
Package-Type: ddeb
Source: pgfincore
Version: 1.3.1-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-18-pgfincore (= 1.3.1-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgfincore/postgresql-18-pgfincore-dbgsym_1.3.1-3.pgdg26.04+1_amd64.deb
Size: 49128
SHA256: 42b30ddbd8069a2bdde8fbe33881e5ac325e94e1c514226c976d71abfc06cdd8
SHA1: 1a7889d32352d994f438f767d8188c6b0b3464ae
MD5sum: 82a3342e2506e61774b6e8d5377fab40
Description: debug symbols for postgresql-18-pgfincore
Build-Ids: 45449bf47c06d05730f3fd7b30169694345fdefa
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pglogical
Source: pglogical
Version: 2.4.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1117
Depends: postgresql-18, libc6 (>= 2.38), libpq5 (>= 9.1~)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-18-pglogical_2.4.6-1.pgdg26.04+1_amd64.deb
Size: 350704
SHA256: 6d2d9bc84c8732e7d0528f4eff2eff8c6a9a6b58e9fe2d48f7e0b84b149709b7
SHA1: c9f583d22c4037f6a393e0cb232ef39f19fcd345
MD5sum: a6232ad972a9eefeade3473473f3fb99
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pglogical-dbgsym
Package-Type: ddeb
Source: pglogical
Version: 2.4.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 652
Depends: postgresql-18-pglogical (= 2.4.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-18-pglogical-dbgsym_2.4.6-1.pgdg26.04+1_amd64.deb
Size: 467092
SHA256: 606634f7b5964ed69841baa1de4e5adfcfb269f9a74380bc37c7de95f9c16dd6
SHA1: 038a79fd9144e4ecf6b73a7411b2c90d0978b52e
MD5sum: 19e4ff5acebee0831e47b399a736d980
Description: debug symbols for postgresql-18-pglogical
Build-Ids: 38a5daf4f2dea33d13329295ead57ca968039a9e 8b3a568159c598a35fc25bbdd2f212367c6749ad e9d0da253c711e2a1e9d1fb95abca34795ade07d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgmemcache
Source: pgmemcache
Version: 2.3.0-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-18, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-18-pgmemcache_2.3.0-15.pgdg26.04+1_amd64.deb
Size: 46268
SHA256: 7e0fd802886231859bffb6c1df78da49f2deba3854d009da43837b97c285d7bb
SHA1: a72edbd9a040cc94e797f079ec20f34541bf1ab1
MD5sum: d016ffb02bafb3f10a3a16a5352f4ea9
Description: PostgreSQL interface to memcached
 pgmemcache is an extension for PostgreSQL that provides an API to
 memcached through user-defined functions.
 .
 memcached is a high-performance, distributed memory object caching
 system, generic in nature, but originally intended for use in
 speeding up dynamic web applications by alleviating database load.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgmemcache-dbgsym
Package-Type: ddeb
Source: pgmemcache
Version: 2.3.0-15.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-18-pgmemcache (= 2.3.0-15.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-18-pgmemcache-dbgsym_2.3.0-15.pgdg26.04+1_amd64.deb
Size: 55732
SHA256: a55f1bc3e4d11f676a38138b2d4ce02676546b6dcfd521eb83d3fe4108244296
SHA1: 3134c3528b10e150a83cafce871fa4a1a9358fdf
MD5sum: 242124a94bbb79dd8105c9d5f7da4d8d
Description: debug symbols for postgresql-18-pgmemcache
Build-Ids: 0038c10f67bc289028fa265fd3ab23a229192a52
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgmp
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 375
Depends: postgresql-18, libc6 (>= 2.38), libgmp10 (>= 2:6.3.0+dfsg)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/dvarrazzo/pgmp
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pgmp/postgresql-18-pgmp_1.0.5-4.pgdg26.04+1_amd64.deb
Size: 103740
SHA256: 1212398c2c7a9e96f7935eb8c715277dbc82db14173312acadcbda6c0a78cfb8
SHA1: fdb1c13f3bf2fac64c1ed52dc66e5e6c6748f4d2
MD5sum: bcc6bf133ff6b74201eed0bbd5d378c6
Description: arbitrary precision integers and rationals for PostgreSQL 18
 pgmp is a PostgreSQL extension to add the GMP data types and functions
 directly into the database.
 .
 The extension adds the types mpz (arbitrary size integers) and mpq (arbitrary
 precision rationals) to PostgreSQL and exposes to the database all the
 functions available in the GMP library for these data types, allowing:
 .
  * higher performance arithmetic on integers respect to the numeric data type
  * a rational data type for absolute precision storage and arithmetic
  * using specialized functions to deal with prime numbers, random numbers,
    factorization directly into the database.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgmp-dbgsym
Package-Type: ddeb
Source: postgresql-pgmp
Version: 1.0.5-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: postgresql-18-pgmp (= 1.0.5-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pgmp/postgresql-18-pgmp-dbgsym_1.0.5-4.pgdg26.04+1_amd64.deb
Size: 96136
SHA256: ee538dc0e76a5c8989406b88002d10f05aa0a6712cf401e8073d585ce99c961b
SHA1: c0cb2c0c492b6afc6166e5a8e735e84038792e3f
MD5sum: 935b94445ddb26507ce77782cfb2500a
Description: debug symbols for postgresql-18-pgmp
Build-Ids: 5049a5ce56160bd508429e97592ba73b62c8a928
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgnodemx
Source: pgnodemx
Version: 1.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/CrunchyData/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-18-pgnodemx_1.7-2.pgdg26.04+1_amd64.deb
Size: 83568
SHA256: 9394ef96844a1683fc961bfaa159f4ff7cdfa11a55c81fc05d4f0d0222cf3a1c
SHA1: 8771c492b5d78f5b82772d1657699a49a0766ba5
MD5sum: 8c48412a357d532f5b90af79a5af0556
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgnodemx-dbgsym
Package-Type: ddeb
Source: pgnodemx
Version: 1.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-18-pgnodemx (= 1.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-18-pgnodemx-dbgsym_1.7-2.pgdg26.04+1_amd64.deb
Size: 83808
SHA256: d6c98cf3b8f7486f7edcda47f1570476eb7257893af81cc11c03c3715e08c044
SHA1: 1c401135c32a755881d60e79ce81aee7a9e9382c
MD5sum: d83a7d4b6289e905ef045198345c027a
Description: debug symbols for postgresql-18-pgnodemx
Build-Ids: 865a59f28b29ca78c526bd0f902aebd559f1f849
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgpcre
Source: pgpcre
Version: 0.20190509-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-18, libc6 (>= 2.14), libpcre2-8-0 (>= 10.22)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-18-pgpcre_0.20190509-9.pgdg26.04+1_amd64.deb
Size: 18516
SHA256: eef21ee64086615a9b8fceb827bd68747a391a57042194a8d62e550a81cad20d
SHA1: 48efc7e143b5294dbf2230c534186e10cbc574fa
MD5sum: 4fb6e3412deef0609d3c45452f3f09de
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgpcre-dbgsym
Package-Type: ddeb
Source: pgpcre
Version: 0.20190509-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-18-pgpcre (= 0.20190509-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-18-pgpcre-dbgsym_0.20190509-9.pgdg26.04+1_amd64.deb
Size: 17748
SHA256: ac572900865befa1834a7c90eb1a801e737bd4b2d407565cdf7d845cd7d1cc59
SHA1: a3f737b1708f6d872afe6929a727102d2cbdbe49
MD5sum: 6f44f0bab46516712851f94102dfde3d
Description: debug symbols for postgresql-18-pgpcre
Build-Ids: 2240db2e928e4d139cd7a85235e9c1c80438a830
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgpool2
Source: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: libpgpool2 (>= 4.7.0-1.pgdg26.04+1), postgresql-18, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-18-pgpool2_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 159884
SHA256: 528c9bc9ca4bf7c3c3cf6ca2a6be3a388c21a236c9ccead924e5016ffcba1480
SHA1: f629342050d458505448cf71f7bbbc28174f4576
MD5sum: 3f4822424a166b0ce4e8bd234eeeaff5
Description: connection pool server and replication proxy for PostgreSQL - modules
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client.  This package contains support modules for
 the PostgreSQL 18 server:
 .
  * pgpool_adm
  * pgpool_recovery (PostgreSQL 9.1 and above)
  * pgpool_regclass (PostgreSQL 9.1 and above)
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgpool2-dbgsym
Package-Type: ddeb
Source: pgpool2
Version: 4.7.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-18-pgpool2 (= 4.7.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-18-pgpool2-dbgsym_4.7.0-1.pgdg26.04+1_amd64.deb
Size: 62164
SHA256: 3ab6c682d436aad4e32605b03bfb793210fcdb1e8feaac64032678eb9de12463
SHA1: 0cfa7a0608fea0c8f3f843e1b159ce136a62a6b1
MD5sum: 08b03741ca004803cafc3294b95105b0
Description: debug symbols for postgresql-18-pgpool2
Build-Ids: 6a8f7c07a6a8d03af13df66d87ba503beaf0a5f9 a095f4c37b78019da38e203bd368bd8d5770ea9a db78c04813659ee5c4c742562feeff0bfa0f1a6c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgq-node
Source: pgq-node
Version: 3.5-8.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 539
Depends: postgresql-18, postgresql-18-pgq3
Priority: optional
Section: database
Filename: pool/main/p/pgq-node/postgresql-18-pgq-node_3.5-8.pgdg26.04+1_all.deb
Size: 12940
SHA256: 2b7c54461dd1a5e7e9f50d2e98e1ecd560fca807f67701190ef6fa6ab1daa9ec
SHA1: 5495063303071dcac9cf513d743699950310b366
MD5sum: 72bae58ba609693d5a1fd47648609c70
Description: Cascaded queueing on top of PgQ
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the pgq_node PostgreSQL extension that provides queue
 node registration and coordination for cascaded queueing.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgq3
Source: pgq
Version: 3.5.1-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2233
Depends: pgqd, postgresql-18, libc6 (>= 2.4)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/pgq/pgq
Priority: optional
Section: database
Filename: pool/main/p/pgq/postgresql-18-pgq3_3.5.1-2.pgdg26.04+1_amd64.deb
Size: 125748
SHA256: 80cbf66f6ae6b6a139c02c40c1316caf91cc439a441798bdeeb0ea2c5af8785b
SHA1: b2f20af5c42ab61c1fc608027457bbeabd2fb408
MD5sum: 9c4e68ed03d3c9f5c3cab4140dc4a913
Description: Generic queue for PostgreSQL
 This extension provides generic queues for PostgreSQL.
 .
 It allows multiple queues in one database, each queue can
 be consumed by multiple consumers.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgq3-dbgsym
Package-Type: ddeb
Source: pgq
Version: 3.5.1-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-18-pgq3 (= 3.5.1-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgq/postgresql-18-pgq3-dbgsym_3.5.1-2.pgdg26.04+1_amd64.deb
Size: 90712
SHA256: 89b0c15be761dbf5b5f9de9aec558298b51b2974862c7efc62160ce03dc509d6
SHA1: dc7c7248788e7c0509608958ab0ef5176463c7cc
MD5sum: 1f0ff3c7a507efc1ed1e048b3f8df03e
Description: debug symbols for postgresql-18-pgq3
Build-Ids: 695a9acb8b06f290dbb818727ba72db6d2fa95cb f754397883a5624b6bee0b67530282cdcee4a603
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgrouting
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2197
Depends: postgresql-18-pgrouting-scripts (>= 4.0.1-1.pgdg26.04+1), postgresql-18, postgresql-18-postgis, postgresql-18-postgis-scripts, libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-18-pgrouting_4.0.1-1.pgdg26.04+1_amd64.deb
Size: 656384
SHA256: 8cfcbcf0b14e25367fc02bafe3565ba556886e029ee61436f648ec058f264f17
SHA1: e92b872e6756ee2c9c4a2b02af5115bd099d8362
MD5sum: de42b6b4da624acdd8f343c587b696bf
Description: Routing functionality support for PostgreSQL/PostGIS
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package supports PostgreSQL 18.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgrouting-dbgsym
Package-Type: ddeb
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 14267
Depends: postgresql-18-pgrouting (= 4.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-18-pgrouting-dbgsym_4.0.1-1.pgdg26.04+1_amd64.deb
Size: 13793300
SHA256: 3f94a18a07d4da74f47d72480cbba83704bb64c41788ea2deee01f04b46555a3
SHA1: 1a24e7036e1ffd353120c6138f5ccefa9d68b8a2
MD5sum: 2e863ec7151714fd7bac63ed6645bdab
Description: debug symbols for postgresql-18-pgrouting
Build-Ids: 5e1a992abcd85155e82b0e74a15ae77aae520d1c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgrouting-scripts
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3948
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-18-pgrouting-scripts_4.0.1-1.pgdg26.04+1_all.deb
Size: 53064
SHA256: e116a84f88a1d1bb6722a90eb1606355092751811bd8deb299cd2775613b8e39
SHA1: 93dc71f97ec80f7527204215dd8f7a034e1aa407
MD5sum: 929f57447de6ad2c1afe69e5b4388b01
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 18.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgsentinel
Source: pgsentinel
Version: 1.4.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-contrib-18, postgresql-18, libc6 (>= 2.14)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-18-pgsentinel_1.4.0-1.pgdg26.04+1_amd64.deb
Size: 45908
SHA256: d5c3d31540aff68da875b791f14f1d784dcb66d287cff7add92058ac9950a1f0
SHA1: 0e6d0f4cc7f11385de0c5b6c8f74a59b2fee0d20
MD5sum: cf9075eccb654d94cf96b18dee430793
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgsentinel-dbgsym
Package-Type: ddeb
Source: pgsentinel
Version: 1.4.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-18-pgsentinel (= 1.4.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-18-pgsentinel-dbgsym_1.4.0-1.pgdg26.04+1_amd64.deb
Size: 78048
SHA256: d7b2e42c65195633b06b414d36f7f952c1b605273083bf73420972fae8552476
SHA1: e0682c5d7e2f6c35f73652eb7a48d970d52d91b4
MD5sum: 9cb1464547a337d9eb77ce9e397c38b2
Description: debug symbols for postgresql-18-pgsentinel
Build-Ids: c759f152c16e6ea1b0cadf86b3d4e9b67d9681d5
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgsphere
Source: pgsphere
Version: 1.5.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1601
Depends: postgresql-18, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libhealpix-cxx4 (>= 3.83.0), libstdc++6 (>= 13.1)
Breaks: postgresql-18-jit-llvm (<< 21)
Provides: postgresql-pgsphere
Homepage: https://pgsphere.github.io/
Priority: optional
Section: database
Filename: pool/main/p/pgsphere/postgresql-18-pgsphere_1.5.2-1.pgdg26.04+1_amd64.deb
Size: 413664
SHA256: 4a30483fa7832dd644db649db3eb14b2421acf0df84058dcbaba1c280aff3eeb
SHA1: 81881913a4d3c01b82a3c9286968983be51df66d
MD5sum: 267c335dda51e862a81b3d98225b4125
Description: Spherical data types for PostgreSQL
 PgSphere, an extension for PostgreSQL, aims at providing uniform
 access to spherical data. It allows for a fast search and analysis for
 objects with spherical attributes in geographical, astronomical, or
 other applications using PostgreSQL.
 .
 By using an SQL interface, PgSphere's users can conveniently manage
 data of geographical objects around the world and astronomical data
 collections like star and other catalogues.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgsphere-dbgsym
Package-Type: ddeb
Source: pgsphere
Version: 1.5.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 614
Depends: postgresql-18-pgsphere (= 1.5.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsphere/postgresql-18-pgsphere-dbgsym_1.5.2-1.pgdg26.04+1_amd64.deb
Size: 468624
SHA256: b9a82a2ed97afcaa6861cb6ddf23740e8c4a33a02cacb2c9406ea873edecbbe6
SHA1: 98a59ed6c49e0df232d9f47ff0d5da38af1d8cb1
MD5sum: d9347d17a80075e40a6880a969a1a780
Description: debug symbols for postgresql-18-pgsphere
Build-Ids: bde11b690d9505d16cecc4a0fb2a44e4051608fc
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgtap
Source: pgtap
Version: 1.3.4-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1795
Depends: postgresql-18
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-18-pgtap_1.3.4-1.pgdg26.04+1_all.deb
Size: 45984
SHA256: 0277ebe6b61db7f4f7cafbb8de0f1c24de3c36539d682e4b115bdb9f1c4fb860
SHA1: c86c18d5961be37359a224c6894c086bbd2484cc
MD5sum: af1c9a9ad418ed3e25b9720e2c541466
Description: Unit testing framework extension for PostgreSQL 18
 pgTAP is a suite of database functions that make it easy to write
 TAP-emitting unit tests in psql scripts suitable for harvesting,
 analysis, and reporting by a TAP harness, such as those used in Perl
 and PHP applications.
 .
 TAP is the Test Anything Protocol (http://testanything.org/).
 .
 This package contains the extension for PostgreSQL 18.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgtt
Source: pgtt
Version: 4.4-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-18, libc6 (>= 2.4)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/darold/pgtt/
Priority: optional
Section: database
Filename: pool/main/p/pgtt/postgresql-18-pgtt_4.4-2.pgdg26.04+1_amd64.deb
Size: 53980
SHA256: 720a1c4fcfaffc849b64117db57a3a57f8451c2eba44604125cd44e5c7fa4687
SHA1: ca1e19127f64cb3427c9d071a9a40c7a86ba1779
MD5sum: 28e6ac31f0d2443552bc0b54b331b549
Description: PostgreSQL Global Temporary Tables
 pgtt is a PostgreSQL extension to create, manage and use Oracle-style Global
 Temporary Tables.
 .
 The objective of this extension is to provide Global Temporary Tables to
 PostgreSQL waiting for an in-core implementation. The main interest of this
 extension is to mimic the Oracle behavior with GTT when you can not or do not
 want to rewrite the application code when migrating to PostgreSQL.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgtt-dbgsym
Package-Type: ddeb
Source: pgtt
Version: 4.4-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-18-pgtt (= 4.4-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgtt/postgresql-18-pgtt-dbgsym_4.4-2.pgdg26.04+1_amd64.deb
Size: 82140
SHA256: e206112abbc5d6a58284892bf6d5f03c730e96503c29d978d5c58352289b91a1
SHA1: 8b24fc301f9369a970f6408b3c385ef84f93cdf1
MD5sum: 7b78875e8602b5c4f2575cfb7cf30da4
Description: debug symbols for postgresql-18-pgtt
Build-Ids: 8feda4844c2e090777765db05fee93d3cd4643ef
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgvector
Source: pgvector
Version: 0.8.1-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 691
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-18-pgvector_0.8.1-2.pgdg26.04+1_amd64.deb
Size: 257092
SHA256: 77a61d7620130b0944213e3d0ff7a9d1b814f288c23e5c3f99fbf1516a37ccab
SHA1: 6eb888261ccdb1dc8e6ae5e93e84f6f5a1ee163f
MD5sum: 78dd0720ab8244efc665f6318039e8b1
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pgvector-dbgsym
Package-Type: ddeb
Source: pgvector
Version: 0.8.1-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 436
Depends: postgresql-18-pgvector (= 0.8.1-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-18-pgvector-dbgsym_0.8.1-2.pgdg26.04+1_amd64.deb
Size: 348444
SHA256: eac0a83725b8cf8baa10d3e543b728ced05ba6e5f5c53bbb90f0860b6e09f453
SHA1: d88863cf7269ad433f0674443e57bf6f02aa6d88
MD5sum: 27e5201beebe540b6db9641a420effa8
Description: debug symbols for postgresql-18-pgvector
Build-Ids: 5d381d250b3fc15f42eb70a105bfa29708b5f30b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pldebugger
Source: pldebugger
Version: 1:1.9-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-18, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-18-pldebugger_1.9-1.pgdg26.04+1_amd64.deb
Size: 72036
SHA256: 9b1a3a46592b5e96603960a8a7645a5af40976cbaa26beda1a109284781dcd9b
SHA1: 3be25d69870236cf7cbc50a91e6a5dda718bfbca
MD5sum: c4b96c18ce9b5485992762725fb52b06
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pldebugger-dbgsym
Package-Type: ddeb
Source: pldebugger
Version: 1:1.9-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-18-pldebugger (= 1:1.9-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-18-pldebugger-dbgsym_1.9-1.pgdg26.04+1_amd64.deb
Size: 111944
SHA256: b5e997a4641bc2916f598ad445164b6c08ccf30f1546abae7c91e87d75705da6
SHA1: 06284b2ad78337372f02d4bc9e6f65ef30217d34
MD5sum: c290b584fcf1aec31568af5d88a37b39
Description: debug symbols for postgresql-18-pldebugger
Build-Ids: 505e4c5331adccee112f6a328538d7184b33ac65
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pljs
Source: pljs
Version: 1.0.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1042
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/plv8/pljs
Priority: optional
Section: database
Filename: pool/main/p/pljs/postgresql-18-pljs_1.0.5-1.pgdg26.04+1_amd64.deb
Size: 439512
SHA256: 19c8fed6ff044fac378aaee544eb5e41cb25ea5279ff9774d14c6bef2eb647c5
SHA1: 4edde5e1a1ea4635921e26795e4a4ccd7a245b38
MD5sum: 971fa5cf2561f60e68c1186466066c39
Description: Javascript Language Plugin for PostgreSQL
 PLJS is a trusted JavaScript Language Extension for PostgreSQL.
 It is compact, lightweight, and fast.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pljs-dbgsym
Package-Type: ddeb
Source: pljs
Version: 1.0.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1648
Depends: postgresql-18-pljs (= 1.0.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pljs/postgresql-18-pljs-dbgsym_1.0.5-1.pgdg26.04+1_amd64.deb
Size: 1420936
SHA256: 9d7062beba2ca892d8279a66d5972b95b3ac360eeb638ac38b7850ab706a2041
SHA1: 0121f97110434d526e5eade231f88db9be0ce2af
MD5sum: d689d5c389c0807bf475068225684024
Description: debug symbols for postgresql-18-pljs
Build-Ids: 3d9f91c01ad7f70741622bdd1d7ea54aeddfea53
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pllua
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 854
Depends: postgresql-contrib-18, postgresql-18, libc6 (>= 2.38), liblua5.3-0
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/pllua/pllua
Priority: optional
Section: database
Filename: pool/main/p/postgresql-pllua/postgresql-18-pllua_2.0.12-7.pgdg26.04+1_amd64.deb
Size: 353420
SHA256: c8dfb5fa691746ca46482211940063ab578f82fac6bd577bb98fb0b4b6cff519
SHA1: 0ac0edde91000cd7941e2a4e514039e64b885cd2
MD5sum: cc42db89a3c5bb7eb0ed3a1966eb39a5
Description: Lua procedural language for PostgreSQL 18
 PL/Lua is an implementation of Lua as a loadable procedural language for
 PostgreSQL: with PL/Lua you can use PostgreSQL functions and triggers
 written in the Lua programming language.
 .
 It brings the power and simplicity of Lua to PostgreSQL, including:
 small memory footprint, simple syntax, lexical scoping, functions as
 first-class values, and coroutines for non-preemptive threading.
 .
 This package is based on pllua-ng.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-pllua-dbgsym
Package-Type: ddeb
Source: postgresql-pllua
Version: 1:2.0.12-7.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 478
Depends: postgresql-18-pllua (= 1:2.0.12-7.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-pllua/postgresql-18-pllua-dbgsym_2.0.12-7.pgdg26.04+1_amd64.deb
Size: 352672
SHA256: 54d999b3b01ccd29dfbac5d2490247194d71f9de606d03552541878627a04fda
SHA1: 4a31cb7b29c9e949059c1031eb3e7d00d1634d09
MD5sum: cec0cfec8ff6d8661332cb1cd2733f2c
Description: debug symbols for postgresql-18-pllua
Build-Ids: 2d406cbb9fae973059a209631b9a97a6336bfe2d a2f0d56b6d0202de7af0916b19ebbb568aa56343
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-plpgsql-check
Source: plpgsql-check
Version: 2.8.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 663
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check_2.8.8-1.pgdg26.04+1_amd64.deb
Size: 297436
SHA256: 3e734bf8cbcca7441cd7ffcbaac04c0c87592ae6c47bfdff6df475bff6c79bf6
SHA1: 9c8fec9473534c4a95604eec4d309b778790b398
MD5sum: 89b73ce40fb92057601ffb05eaa8cc14
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-plpgsql-check-dbgsym
Package-Type: ddeb
Source: plpgsql-check
Version: 2.8.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 448
Depends: postgresql-18-plpgsql-check (= 2.8.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check-dbgsym_2.8.8-1.pgdg26.04+1_amd64.deb
Size: 348380
SHA256: 55dabcafc3c7146a01b80cadc3a29075f563304a2ca1b4652cdbbac9bc746cf5
SHA1: 5859fa9ea31fdaae728a08f4834b764601094a6f
MD5sum: 14fc2b87c79ca45065c45cbcaa51e77d
Description: debug symbols for postgresql-18-plpgsql-check
Build-Ids: 5474fb8b42fc7e948cb663184416b1567643fa18
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-plprofiler
Source: plprofiler
Version: 4.2.5-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: postgresql-18, libc6 (>= 2.17)
Recommends: plprofiler
Breaks: postgresql-18-jit-llvm (<< 21)
Provides: postgresql-plprofiler
Homepage: https://github.com/bigsql/plprofiler
Priority: optional
Section: database
Filename: pool/main/p/plprofiler/postgresql-18-plprofiler_4.2.5-4.pgdg26.04+1_amd64.deb
Size: 45928
SHA256: eb2a28753ffd0ec64bbc8e2a58f50a7d1308db2aebed5e0b2124bd1310c535aa
SHA1: e75dc2da9e7c7a8d561255d6da871174fcc15f5b
MD5sum: 8d84a8e462bb9f1194f72fd1c5659506
Description: PostgreSQL PL/pgSQL functions performance profiler
 The plprofiler is an extension for the PostgreSQL database system to create
 performance profiles of PL/pgSQL functions and stored procedures. The included
 external Python class and command line utility can be used to easily control
 the extension, run arbitrary SQL commands (invoking PL/pgSQL functions), save
 and manage the resulting performance datasets and create HTML reports from
 them.
 .
 This package contains the PostgreSQL server extension.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-plprofiler-dbgsym
Package-Type: ddeb
Source: plprofiler
Version: 4.2.5-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-18-plprofiler (= 4.2.5-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plprofiler/postgresql-18-plprofiler-dbgsym_4.2.5-4.pgdg26.04+1_amd64.deb
Size: 72536
SHA256: b92b202326f730630810555407e0d952d597dd83d99d5044c3d1c33d8976c02e
SHA1: bc7a736f7eb18ddbb14a2e100d1a23a916f0c861
MD5sum: 75f373432afdeb7f6b1e075dc9e6c846
Description: debug symbols for postgresql-18-plprofiler
Build-Ids: 6ae720e296acb4c57d2262f0e4a4a5ac6672d55f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-plproxy
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 294
Depends: postgresql-18, libc6 (>= 2.38), libpq5
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://plproxy.github.io/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plproxy/postgresql-18-plproxy_2.11.0-13.pgdg26.04+1_amd64.deb
Size: 133960
SHA256: 96b82fc8334c5c568651ce73804469065ca7ef3e4f99d0f1973555733ce93dc5
SHA1: 171a8b0793275594e961a8213e33c128ed3d1ee4
MD5sum: f05db5c5da8de2d4d0f936af05186f77
Description: database partitioning system for PostgreSQL 18
 PL/Proxy is a database partitioning system implemented as a PL language. Main
 idea is that proxy functions are created with same signature as the remote
 functions to be called, so only destination info needs to be specified inside
 proxy function bodies.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-plproxy-dbgsym
Package-Type: ddeb
Source: postgresql-plproxy
Version: 2.11.0-13.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-18-plproxy (= 2.11.0-13.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plproxy/postgresql-18-plproxy-dbgsym_2.11.0-13.pgdg26.04+1_amd64.deb
Size: 135576
SHA256: f4135c4b1df0e1c538789505422e4989b4e99bb05548a984eecebf0981c042e9
SHA1: c660b0fdc7e11a16fad228170a26133bd23acb35
MD5sum: e1de8b1259178b8fbbd4bfbcad9c76bd
Description: debug symbols for postgresql-18-plproxy
Build-Ids: f138eebd5d6280d19cba87d85ca84ed27c45008c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-plr
Source: plr
Version: 1:8.4.8.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: r-base-core (>= 2.10), postgresql-18, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-18-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-18-plr_8.4.8.2-1.pgdg26.04+1_amd64.deb
Size: 128980
SHA256: b589ea637ccfb2b3576befa7afa22ed9bfaa46c21e7cc8c2d0cbe97f6e65b8b0
SHA1: 945735bdc5e9a60625349b4fd0118ee8d379337f
MD5sum: c9c05fdb4bfad0773c047521a620a7c9
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-18-plr (= 1:8.4.8.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-18-plr-dbgsym_8.4.8.2-1.pgdg26.04+1_amd64.deb
Size: 157960
SHA256: 22133d07af6a5cb1feb929e4f1a16b0a401620b4ed3e4ac2a9c8ba38f43a83ae
SHA1: cea3380be33b47d41de2ebf6cabc3b6611db500e
MD5sum: 58d50c5c91038aff91638474ad03fa90
Description: debug symbols for postgresql-18-plr
Build-Ids: 333b5a589d2a02553b53dde007fd0f89633fbba8
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-plsh
Source: postgresql-plsh
Version: 1.20220917-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/petere/plsh
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-18-plsh_1.20220917-4.pgdg26.04+1_amd64.deb
Size: 28476
SHA256: 51576880f8d80eb92c09ba4da2df2d352ef6aac2ff94f375620d42a544dac4e5
SHA1: 5366c379b5ea93b84a9ceb538545ecd49ea2e0cb
MD5sum: 741bc90d083e0c8f6da9d8a412489d7b
Description: PL/sh procedural language for PostgreSQL 18
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in a shell of his choice.  You need this package
 if you have any PostgreSQL 18 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-plsh-dbgsym
Package-Type: ddeb
Source: postgresql-plsh
Version: 1.20220917-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-18-plsh (= 1.20220917-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-18-plsh-dbgsym_1.20220917-4.pgdg26.04+1_amd64.deb
Size: 54484
SHA256: a604a9bc07583efe67ec3a1db1c2abba0d6bbd4dc3a54551e1904c3e9511ef8d
SHA1: 9b76b93294fa5ce21e7bec3cabc90827f7a7b255
MD5sum: 53fb248baaa4f3f734aab4f04f3ea264
Description: debug symbols for postgresql-18-plsh
Build-Ids: 91ce454d60c581a929c662721eaa7c0034c91b7e
Timestamp: 2026-02-12 22:34:45+00

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

Package: postgresql-18-pointcloud-dbgsym
Package-Type: ddeb
Source: pgpointcloud
Version: 1.2.5-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 277
Depends: postgresql-18-pointcloud (= 1.2.5-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpointcloud/postgresql-18-pointcloud-dbgsym_1.2.5-3.pgdg26.04+1_amd64.deb
Size: 193092
SHA256: ece5f7aa3fe7a6091a9296c795f71bd6f6e767609bbca1c87fa93c344f9440c1
SHA1: 75faf2e95ed863f1812a38bccd7e791abc9e3d01
MD5sum: 09656d145a692ee5e615e69282ed0615
Description: debug symbols for postgresql-18-pointcloud
Build-Ids: a132011179e7538856bafb035f294458853ad0c3
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-postgis-3
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10084
Depends: postgresql-18, postgresql-18-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-18-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3_3.6.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 3630688
SHA256: 359f443ac226ae89e5a343ede6a7cf1f60e16376df3ac1e6171aeee3635908bc
SHA1: fb576a63c105cbf4d76f55cbd111a58d972256c9
MD5sum: 041f084ed3fc2bc27b86b9657d22fad0
Description: Geographic objects support for PostgreSQL 18
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-postgis-3-dbgsym
Package-Type: ddeb
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5273
Depends: postgresql-18-postgis-3 (= 3.6.2+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-18-postgis-3-dbgsym_3.6.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 4133456
SHA256: 0205643daefbc5f86a5f4d0658a0d3769131dd9f64b0e3e7bed1e8d8231db72d
SHA1: 04a40c628a995b2f8d8c8f98a106010e416952a8
MD5sum: 811a8c2824efefda733bc7ca1c72eea6
Description: debug symbols for postgresql-18-postgis-3
Build-Ids: 18541c019ded0ed4cdc56ff8020ffc095ed38a96 27ce798c51f1ef6a5ea64363eba5f65ce41afea6 5c638485a3ba0f250db7a46ae41d8712a8e98153 8dce9fd3d1bf664222db6babb74128148758fc76 bceeb97b279ee51f4a556e61a4634440641f6c9b
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-postgis-3-scripts
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38990
Recommends: postgresql-18-postgis-3
Provides: postgresql-18-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3-scripts_3.6.2+dfsg-1.pgdg26.04+1_all.deb
Size: 1296224
SHA256: fe00f510113a9f3a95479ef987553fb62f8efc1c6941a6d74dbf6faf057b2ad3
SHA1: e2df579da9786bcdf69e47db7c12c344505578e1
MD5sum: 4fbf29ab04f77769cea06835331c1dd8
Description: Geographic objects support for PostgreSQL 18 -- SQL scripts
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This package contains the SQL scripts for installing PostGIS in a PostgreSQL
 18 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-powa
Source: powa-archivist
Version: 5.1.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1924
Depends: postgresql-contrib-18, postgresql-18, libc6 (>= 2.17)
Suggests: powa-collector, powa-web
Breaks: postgresql-18-jit-llvm (<< 21)
Provides: postgresql-powa
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/powa-archivist/postgresql-18-powa_5.1.1-1.pgdg26.04+1_amd64.deb
Size: 60344
SHA256: a46944f5d8d8c8105b4adc972da8559adc9eab9ce995000712f7ca2a47740364
SHA1: 05b036f5058d2b17494fad5038e21371ed68ab4b
MD5sum: 8f0616112f2557e8cd1b0757e75cc3fc
Description: PostgreSQL Workload Analyzer -- PostgreSQL 18 extension
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers. This package contains the core extension of the PoWA project, the
 archivist.
 .
 Related packages:
  * powa-web: web frontend
  * powa-collector: collector daemon for remote snapshots
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-powa-dbgsym
Package-Type: ddeb
Source: powa-archivist
Version: 5.1.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-18-powa (= 5.1.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/powa-archivist/postgresql-18-powa-dbgsym_5.1.1-1.pgdg26.04+1_amd64.deb
Size: 42828
SHA256: a013427db9093e6fe5a40aa0493ef7cb934c2eb05242d339d0ff99e0a9a0894b
SHA1: 25b3a3d91744d700acb81ef3b704699856ea6cc7
MD5sum: f22b2c4f0474f4755eed0d6816f32277
Description: debug symbols for postgresql-18-powa
Build-Ids: 8b4a1ba5f6262ac97134deaf126e6caa4a9986b1
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-prefix
Source: prefix
Version: 1.2.10-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-18, libc6 (>= 2.14)
Breaks: postgresql-18-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-18-prefix_1.2.10-4.pgdg26.04+1_amd64.deb
Size: 41372
SHA256: ef08a87dd15ce20d56fdf96ac3456fd926e7f9fa4870d6b03e43883626ff8dcf
SHA1: 15364edfc91bd2b2cb5c78162725bdd4b8531964
MD5sum: aafd55757152b1f8a06442b735c631ab
Description: Prefix Range module for PostgreSQL
 This PostgreSQL module provides the prefix_range datatype, allowing to
 index searches such as finding the longest prefix matching a telephone
 number, having prefixes in a table and telephone number as a parameter:
 .
  select * from prefixes where prefix @> '0100091234';
 .
 The prefix column has to be of type prefix_range, and any text field
 can get indexed by the provided GiST opclass.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-prefix-dbgsym
Package-Type: ddeb
Source: prefix
Version: 1.2.10-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-18-prefix (= 1.2.10-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-18-prefix-dbgsym_1.2.10-4.pgdg26.04+1_amd64.deb
Size: 50020
SHA256: 8e072c0c317ae6d16cd82652b7b6022fe95d53fb776f8291fb4ca2ff1191bbf4
SHA1: c3976f11b334916e437e0e0dcd41bdea9c26c80e
MD5sum: 37c7715f0bce7a61ebd7ce24cd903e48
Description: debug symbols for postgresql-18-prefix
Build-Ids: d076c3fc74e374a7317120563eb8f6442ce1c680
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-preprepare
Source: preprepare
Version: 0.9-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-18, libc6 (>= 2.4)
Breaks: postgresql-18-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-18-preprepare_0.9-10.pgdg26.04+1_amd64.deb
Size: 16928
SHA256: e0696ad784c3a3ffecb1c75c4d5354f6cfde257c418a793d0c494a96e72dc61b
SHA1: 7c045324233c9cc9324617c3c168def7b3bca5f5
MD5sum: f914dda487cb60a2aa169af47c55dd77
Description: pre prepare your PostgreSQL statements server side
 The pre_prepare module for PostgreSQL aims to prepare all your statements as
 soon as possible and in a way that allows client queries not to bother at all
 and just call EXECUTE.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-preprepare-dbgsym
Package-Type: ddeb
Source: preprepare
Version: 0.9-10.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-18-preprepare (= 0.9-10.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-18-preprepare-dbgsym_0.9-10.pgdg26.04+1_amd64.deb
Size: 18184
SHA256: 3ef946ead3571bb9ef2b1f157e2eac6d38f0476bfdc1deb7be5675ab9aacea6e
SHA1: 430ae67bb37c56f0a0638b7da909cb4bd761e47f
MD5sum: 891b23cab0e4c1fa8096cf0e22e5edc8
Description: debug symbols for postgresql-18-preprepare
Build-Ids: 55d2b10eacf206794518122966dc92694cee3dea
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-prioritize
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-18, libc6 (>= 2.2.5)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: http://pgxn.org/dist/prioritize/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-prioritize/postgresql-18-prioritize_1.0.4-13.pgdg26.04+1_amd64.deb
Size: 12260
SHA256: 94be456c0f2d0cf1cc893fc76fece5cb145afbb79b0105466dd4b68d5457a214
SHA1: 4b8c491d87609a5058d27b37c00761440d240a0c
MD5sum: d2d0a02c206011768b74d1611e1394f3
Description: Get and set the nice priorities of PostgreSQL backends
 This module implements an interface to getpriority() and setpriority() for
 PostgreSQL backends, callable from SQL functions. Essentially, this module
 allows users to `renice' their backends.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-prioritize-dbgsym
Package-Type: ddeb
Source: postgresql-prioritize
Version: 1.0.4-13.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-18-prioritize (= 1.0.4-13.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-prioritize/postgresql-18-prioritize-dbgsym_1.0.4-13.pgdg26.04+1_amd64.deb
Size: 14264
SHA256: 3f122a6a9fb71ce237c37af4f0b0b6d7e718903de20f65b46195fecb486268a7
SHA1: e2823509e3551508edb10a624c1ec29100cfb721
MD5sum: 116125ee710eb29085319e7751d414a2
Description: debug symbols for postgresql-18-prioritize
Build-Ids: c56e8fbea79cdbbfc89697be02d527a3e5015e52
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-q3c
Source: postgresql-q3c
Version: 2.0.1-6.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3495
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-18-q3c_2.0.1-6.pgdg26.04+1_amd64.deb
Size: 161444
SHA256: 7a55c1bf2fa106c89ab9b44495b799c7daf3fca889fa678a5361bc4e24dd40e7
SHA1: e6e88e5f7fc4f7551eed6edef6dae78fddc0b6ea
MD5sum: 9868fd96c461a734558810bbb09090ed
Description: PostgreSQL 18 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-q3c-dbgsym
Package-Type: ddeb
Source: postgresql-q3c
Version: 2.0.1-6.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-18-q3c (= 2.0.1-6.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-18-q3c-dbgsym_2.0.1-6.pgdg26.04+1_amd64.deb
Size: 117460
SHA256: ce3af93c63d1eb2da3f2220daa2419df3fc7d77711983b99d63b04752fd6586a
SHA1: 96b88ec11ad6f0e0bb07e431468294b4e33a01ba
MD5sum: 87d995507e35ae092ab892300c68f0bd
Description: debug symbols for postgresql-18-q3c
Build-Ids: 4f95d31b1bd705793ffae567c6b2714dfe8d17b2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-rational
Source: pg-rational
Version: 0.0.2-8.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-18-rational_0.0.2-8.pgdg26.04+1_amd64.deb
Size: 24600
SHA256: 7edd5f0880105b31bd831d1eafc31eb1a37446a87b5a8b74ce8965521008de0e
SHA1: 26089b401ad7f5afb35a7101b1b3d1ef0a937158
MD5sum: ba5de4b9d3f2dbf519ca1d9529e37fb6
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-rational-dbgsym
Package-Type: ddeb
Source: pg-rational
Version: 0.0.2-8.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-18-rational (= 0.0.2-8.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-18-rational-dbgsym_0.0.2-8.pgdg26.04+1_amd64.deb
Size: 23744
SHA256: b43b7b8d8d0dad3a19cdd6653279f8009a56f74916374030b5694872428e0bda
SHA1: bfacf92db1299e74ecccbd9dd413e0ba429d68df
MD5sum: 813ba612d02fdf1370df75079d88cd89
Description: debug symbols for postgresql-18-rational
Build-Ids: 53a528afbdd5dff60bd8350165a98dbd9906fbf3
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-repack
Source: pg-repack
Version: 1.5.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-18, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-18-repack_1.5.3-1.pgdg26.04+1_amd64.deb
Size: 101748
SHA256: 93a3e3ddc2380877d0d3d36b8c07f552e97fd1ebaa6b2bc0e34ec6795488e874
SHA1: 1c16cd7b55ce75a48998b9408c82263a74903a15
MD5sum: 5fdcbfe27f295160aedfc7038107913c
Description: reorganize tables in PostgreSQL databases with minimal locks
 pg_repack is a PostgreSQL extension which lets you remove bloat from tables
 and indexes, and optionally restore the physical order of clustered indexes.
 Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive
 lock on the processed tables during processing. pg_repack is efficient to
 boot, with performance comparable to using CLUSTER directly.
 .
 This package contains the pg_repack program and the server extension for
 PostgreSQL 18.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-repack-dbgsym
Package-Type: ddeb
Source: pg-repack
Version: 1.5.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-18-repack (= 1.5.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-18-repack-dbgsym_1.5.3-1.pgdg26.04+1_amd64.deb
Size: 129608
SHA256: 84e2bb2f57138d399f7cf454856743754e5b61fa7c31be9dc3bc11adc7889940
SHA1: f6068bb53d1423f986e78a083e2767f2f4065d60
MD5sum: c35caef2c723e304eab94d3a6c25abcd
Description: debug symbols for postgresql-18-repack
Build-Ids: 1a3f2f5075850b7eff1b2b776f1b9b022a8a74d0 7182eebc52e500a72137eda7112b0e5c58054e8a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-repmgr
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg26.04+1
Architecture: amd64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 919
Depends: repmgr-common (>= 5.5.0+debpgdg-3.pgdg26.04+1), postgresql-18, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2), libjson-c5 (>= 0.15), libpq5 (>= 9.3~)
Suggests: rsync
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/postgresql-18-repmgr_5.5.0+debpgdg-3.pgdg26.04+1_amd64.deb
Size: 239328
SHA256: 7c57e4ec90cf98163906cfd8d6c29a0d7ef8686b8a6d32ff6504597b7744c13a
SHA1: 677ea538c06778cf1cf31ecd5115d1eab3bad238
MD5sum: 121e64579cf67645ffc38749c5a368cf
Description: replication manager for PostgreSQL 18
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr for PostgreSQL 18.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-repmgr-dbgsym
Package-Type: ddeb
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 954
Depends: postgresql-18-repmgr (= 5.5.0+debpgdg-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/r/repmgr/postgresql-18-repmgr-dbgsym_5.5.0+debpgdg-3.pgdg26.04+1_amd64.deb
Size: 559352
SHA256: a3e3ba9defa9a9d7c827fceed1573e32b87bf80d3f21b8af2333ccf9012cdf62
SHA1: 68914fd799093e502d8f9b4fd7ee81e45cd61189
MD5sum: 87957b0b0c4ebec9b031e8771552722a
Description: debug symbols for postgresql-18-repmgr
Build-Ids: 01eba51914cb078a9eb781f3501d6b515f66db9a 62a642b667de511ab757bb49d8c9beeb931890bb f40c1ac1e1f9ed33b1e71021831e5b0722385e91
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-roaringbitmap
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 961
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/ChenHuajun/pg_roaringbitmap
Priority: optional
Section: database
Filename: pool/main/p/pg-roaringbitmap/postgresql-18-roaringbitmap_1.1.0-1.pgdg26.04+1_amd64.deb
Size: 415772
SHA256: a52038d3ae59923050d77733a14652b3e0ce9ba6d62c059c0c06fca0aa23b144
SHA1: 1eb60e055136750ffaf9bfcc2c227ea7d2a569b1
MD5sum: 26e97e0cdf6e2e1bfa9abe7a901cb019
Description: RoaringBitmap extension for PostgreSQL
 Roaring bitmaps are compressed bitmaps which tend to outperform conventional
 compressed bitmaps such as WAH, EWAH or Concise. In some instances, roaring
 bitmaps can be hundreds of times faster and they often offer significantly
 better compression. They can even be faster than uncompressed bitmaps.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-roaringbitmap-dbgsym
Package-Type: ddeb
Source: pg-roaringbitmap
Version: 1.1.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 573
Depends: postgresql-18-roaringbitmap (= 1.1.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-roaringbitmap/postgresql-18-roaringbitmap-dbgsym_1.1.0-1.pgdg26.04+1_amd64.deb
Size: 470456
SHA256: 9f62022630535fc03f05e25725104217af83a54aabe5eab67c006dc6d1c71022
SHA1: 91c77065a77131a8bc320adf188528ffef8b7fe4
MD5sum: addb39ca0bbdc4ff1a744e0a5215e6af
Description: debug symbols for postgresql-18-roaringbitmap
Build-Ids: d3d21ba483552d79d05fd66d630c50f0610574d6
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-rum
Source: postgresql-rum
Version: 1.3.15-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 618
Depends: postgresql-18, libc6 (>= 2.29)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/postgrespro/rum
Priority: optional
Section: database
Filename: pool/main/p/postgresql-rum/postgresql-18-rum_1.3.15-1.pgdg26.04+1_amd64.deb
Size: 238104
SHA256: fa5df688db4068e4746adc73a1d0ee9484b34034f1a7a7a6ab18becec15e3afa
SHA1: 538580be9ffdbedb5061878721c27c3a092fcc4a
MD5sum: 9c2e4ec5c5959a4f24098176029ddaaa
Description: PostgreSQL RUM access method
 This PostgreSQL extension provides the RUM access method, an inverted index
 with additional information in posting lists.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-rum-dbgsym
Package-Type: ddeb
Source: postgresql-rum
Version: 1.3.15-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 397
Depends: postgresql-18-rum (= 1.3.15-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-rum/postgresql-18-rum-dbgsym_1.3.15-1.pgdg26.04+1_amd64.deb
Size: 312460
SHA256: 6b8a2051c3c44e76875353475a7a6b1cfec0d4b30ceafda94118d62b5aec0bea
SHA1: 37e7bfde6debe8bea592749bebbe55fe3ba72c65
MD5sum: 4f3010118a19eba933fd64a26bda4552
Description: debug symbols for postgresql-18-rum
Build-Ids: 3ccc0c91ef3bf1bc77beaa400b0578a9af15739c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-semver
Source: postgresql-semver
Version: 0.41.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-18-semver_0.41.0-1.pgdg26.04+1_amd64.deb
Size: 39464
SHA256: a63338a3af14da2fa18c48c1b3a9c264f529b6af7a11649b0b76f5300ed8f5a7
SHA1: 0b18b07ec86de79becddaecccf45eafe802f3221
MD5sum: 6c084600d93e1f7cdafba7414564f2dd
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-semver-dbgsym
Package-Type: ddeb
Source: postgresql-semver
Version: 0.41.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-18-semver (= 0.41.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-18-semver-dbgsym_0.41.0-1.pgdg26.04+1_amd64.deb
Size: 24000
SHA256: 7409b518a80ad4fe663cf0c04c58e14fba6410bc1ff3e64058599a6f0325bf38
SHA1: fc450edcca50f3573aa7a48f7917b1acbd7345d4
MD5sum: 4f961082a0902adebc8a184055d19de3
Description: debug symbols for postgresql-18-semver
Build-Ids: 4e57afc5d8cdf38a056e56f347febf0786a5eb4c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-set-user
Source: postgresql-set-user
Version: 4.2.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-18, libc6 (>= 2.4)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-18-set-user_4.2.0-1.pgdg26.04+1_amd64.deb
Size: 35268
SHA256: eae124fc18669add479ae146d7ec815652017068f3e061a9c76585a01cce97b6
SHA1: 6fbd4e01229c2e44f8dcfca19fa054702c415a86
MD5sum: 82ec35fe11df0bbfaa2e0a82c8800b43
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-set-user-dbgsym
Package-Type: ddeb
Source: postgresql-set-user
Version: 4.2.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-18-set-user (= 4.2.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-18-set-user-dbgsym_4.2.0-1.pgdg26.04+1_amd64.deb
Size: 52888
SHA256: 0e9227bf0d883285011bbed28dc2e1ae5b737f8cdd4fa3c3b8b204bafe22250b
SHA1: b2f0ac63ee7d6ace0e76928d111a9a05bfcdc7d7
MD5sum: be0331047b55e7e5d47ecbffb7888226
Description: debug symbols for postgresql-18-set-user
Build-Ids: b458362d3e8afda8d7d734b05126b6bc79d56c2a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-show-plans
Source: pg-show-plans
Version: 2.1.7-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-18, libc6 (>= 2.14)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-18-show-plans_2.1.7-1.pgdg26.04+1_amd64.deb
Size: 23900
SHA256: 9f5e472693ba652943855f48628334565620bfc3a0d6ff2bb9858fb3ef159231
SHA1: 9ad8474e8d49f51f040c1066a7dbb499ae589936
MD5sum: 5e8f709a7be4b143382c8441e1ed2825
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-show-plans-dbgsym
Package-Type: ddeb
Source: pg-show-plans
Version: 2.1.7-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-18-show-plans (= 2.1.7-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-18-show-plans-dbgsym_2.1.7-1.pgdg26.04+1_amd64.deb
Size: 39388
SHA256: a573fd2eccf77a2e6d12e13831d3d935cdd84a878a5ac78ecd0e8783c13617b7
SHA1: ec866609b12b923f4e3b65c27285f5b914f9d398
MD5sum: 9ac3384789d3eaa288fb35bc11380062
Description: debug symbols for postgresql-18-show-plans
Build-Ids: 216ef7d14fa575065698ab17aabb4028947c1655
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-similarity
Source: pg-similarity
Version: 1.0-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 318
Depends: postgresql-18, libc6 (>= 2.3.4)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/eulerto/pg_similarity
Priority: optional
Section: database
Filename: pool/main/p/pg-similarity/postgresql-18-similarity_1.0-9.pgdg26.04+1_amd64.deb
Size: 98600
SHA256: 328b6b38a9d2f86b9bf4e45d1d3af429fccaffc4dafde5ec3151d51c17b80368
SHA1: 1d1e44d0657fb75f4aa9dbe8451f78b32a104b2f
MD5sum: 1a1715baec789714f6630bf8fd61362e
Description: PostgreSQL similarity functions extension
 pg_similarity is an extension to support similarity queries on PostgreSQL.
 The extension consists of:
 .
  * Functions implementing similarity algorithms available in the literature.
    These functions can be used as UDFs and are the base for implementing
    the similarity operators;
  * Operators defined on top of the similarity functions. They use similarity
    functions to obtain the similarity threshold and compare its value to a
    user-defined threshold to decide if it is a match or not;
  * Session variables storing similarity function parameters.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-similarity-dbgsym
Package-Type: ddeb
Source: pg-similarity
Version: 1.0-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-18-similarity (= 1.0-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-similarity/postgresql-18-similarity-dbgsym_1.0-9.pgdg26.04+1_amd64.deb
Size: 73400
SHA256: 92f18b3ca4526ea4f696dda53c1b84b7a5e0b7c28c60fd9ad97ffb815565236b
SHA1: cb3a5222c012a996f8aae8d178a234dbb2cc6cd6
MD5sum: fc99d84f7bfce0f37389c9f781f0bffc
Description: debug symbols for postgresql-18-similarity
Build-Ids: 23abf338306bb5462597ea9578e2b2cb7e623568
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-snakeoil
Source: pg-snakeoil
Version: 1.4-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-18, libc6 (>= 2.4), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-18-snakeoil_1.4-3.pgdg26.04+1_amd64.deb
Size: 17344
SHA256: cd1575e2d036ba0162bf46c9532a03c5d2cb68bafb984990de49af7991c25764
SHA1: 0517124cf9e67126817b738ee9c1d2b95855877f
MD5sum: d6b2cb2fcabee94cb10e1473b58f80fe
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-snakeoil-dbgsym
Package-Type: ddeb
Source: pg-snakeoil
Version: 1.4-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-18-snakeoil (= 1.4-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-18-snakeoil-dbgsym_1.4-3.pgdg26.04+1_amd64.deb
Size: 16568
SHA256: d08d0abbd6b204409163c08ca3c5f74e4614efe8cdbe8d6b8a219296d480bec8
SHA1: 838cbab181fca494b26ae7391809ea610d16dfd2
MD5sum: 552a03b05233cf8842490b627ae8b1e4
Description: debug symbols for postgresql-18-snakeoil
Build-Ids: b5958df2bee60e32c82e8df7d6c21ae693192cc3
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-squeeze
Source: pg-squeeze
Version: 1.9.1-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://www.cybertec-postgresql.com/products/pg_squeeze/
Priority: optional
Section: database
Filename: pool/main/p/pg-squeeze/postgresql-18-squeeze_1.9.1-3.pgdg26.04+1_amd64.deb
Size: 116628
SHA256: c0300b0a13c205f5afd2410e76387a8214f3dcfc7b29190f76b3b110a81b603b
SHA1: 110943b4af30434e97a73aff83e514e160934d38
MD5sum: 2450ad95d7942b5b615f3f9aab0c80af
Description: PostgreSQL extension for automatic bloat cleanup
 The pg_squeeze PostgreSQL extension removes unused space from a table and
 optionally sorts tuples according to particular index, as if the CLUSTER
 command was executed concurrently with regular reads/writes.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-squeeze-dbgsym
Package-Type: ddeb
Source: pg-squeeze
Version: 1.9.1-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-18-squeeze (= 1.9.1-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-squeeze/postgresql-18-squeeze-dbgsym_1.9.1-3.pgdg26.04+1_amd64.deb
Size: 159792
SHA256: cee866bf8d9bf4d5af83c240ab6cb6aea0d505632cd1d50d5096b0eba0e3e2bb
SHA1: 5979595c4aaf22bc414ba4da79eb4dcc644b42b1
MD5sum: 1dcf134a593aa671f80396922fc54155
Description: debug symbols for postgresql-18-squeeze
Build-Ids: 30fe38f3468340d2d8c2b40a3ed2ce476f4656a2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-statviz
Source: pg-statviz
Version: 0.9-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-18
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-18-statviz_0.9-1.pgdg26.04+1_all.deb
Size: 11428
SHA256: 54be6dd4be8853f57db7f65c1bd16e4fd3b710926b98f8b1b7b7f9803038543b
SHA1: 991db9d1110e87277b9037e7f957f3d2a42378cc
MD5sum: 7f263d0d9f2d66648df4e0b2a07c0a60
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-tablelog
Source: tablelog
Version: 0.6.4-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-18-tablelog_0.6.4-4.pgdg26.04+1_amd64.deb
Size: 45524
SHA256: 8b306c20aa3bd7252e70ab1983c1103fe1d54f443f495bf56b57b3ab563921e4
SHA1: e00c86454fba840febbc35705fe7e1c5c41ea3e8
MD5sum: 91354124166f67495c3039ac6613dd76
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-tablelog-dbgsym
Package-Type: ddeb
Source: tablelog
Version: 0.6.4-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 84
Depends: postgresql-18-tablelog (= 0.6.4-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-18-tablelog-dbgsym_0.6.4-4.pgdg26.04+1_amd64.deb
Size: 56624
SHA256: dd56a9bddb06b924925839d65f6e380ca2419ba4c3e506fd389efb1ed96a6242
SHA1: 44dd81746dd90146cb4c6652607f562f6cc239f6
MD5sum: 6085cd40bdb39b35fb6ca30bfd1dea08
Description: debug symbols for postgresql-18-tablelog
Build-Ids: aeaae4cc48ffa54251525894bd566d2c29a23438
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-tdigest
Source: tdigest
Version: 1.4.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/tvondra/tdigest
Priority: optional
Section: database
Filename: pool/main/t/tdigest/postgresql-18-tdigest_1.4.3-2.pgdg26.04+1_amd64.deb
Size: 58632
SHA256: 2ab33bf882edadfeb57aed6aa7b28c68183f0de24dd9d5fd685878db63138beb
SHA1: 0079f8876d5237f3bcfd89e1ea810dabab9dfa6b
MD5sum: 89c2e8d5dbc62a2bcae30eb8c67c2d79
Description: t-digest algorithm for on-line accumulation of rank-based statistics
 This PostgreSQL extension implements t-digest, a data structure for on-line
 accumulation of rank-based statistics such as quantiles and trimmed means.
 The algorithm is also very friendly to parallel programs.
 .
 The accuracy of estimates produced by t-digests can be orders of magnitude more
 accurate than those produced by previous digest algorithms in spite of the fact
 that t-digests are much more compact when stored on disk.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-tdigest-dbgsym
Package-Type: ddeb
Source: tdigest
Version: 1.4.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-18-tdigest (= 1.4.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tdigest/postgresql-18-tdigest-dbgsym_1.4.3-2.pgdg26.04+1_amd64.deb
Size: 57316
SHA256: 7983fe5a64e55f605586d761cb7e6e7de8352805ce767df3bdb458babd4cd0d9
SHA1: 4b6a38b0a293cf83c89f40515b14c1182c768fdc
MD5sum: 05a49b33b274f9e26f0be1028169200d
Description: debug symbols for postgresql-18-tdigest
Build-Ids: bb1ab6ad229d7ff4f8d8dd93058c1f22d3b1a0fe
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-tds-fdw
Source: tds-fdw
Version: 2.0.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: postgresql-18, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-18-tds-fdw_2.0.5-1.pgdg26.04+1_amd64.deb
Size: 111408
SHA256: 23ac0b129ef8795affa82c2fb19bb002bc6cc1dd654fa503b52d0faaa8a26e70
SHA1: 3b5850b2d0f06e0949968d16658d9282954ff847
MD5sum: 41f3cf01673b104d11e758330f526e6a
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-tds-fdw-dbgsym
Package-Type: ddeb
Source: tds-fdw
Version: 2.0.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-18-tds-fdw (= 2.0.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-18-tds-fdw-dbgsym_2.0.5-1.pgdg26.04+1_amd64.deb
Size: 148488
SHA256: d666a61077120182082ebf2d7b8edcb30d1f6dedf70f83c9982590e5a768595c
SHA1: 794d0f55fabb3b041fe5309ebbf528ed3a92986d
MD5sum: 6e6e5e078a70de6c8a8479f7ef00d55d
Description: debug symbols for postgresql-18-tds-fdw
Build-Ids: 1685585f0361b845ced5fc16a7d97e9de82cdfa4
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.25.0+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13627
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.25.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 325348
SHA256: 60128f54cf0ae1dd8936e136b4f2a0a7161745a21af07c9c2621f9681a24ad1a
SHA1: 435b8adab324b785d3322f9807277c5613110884
MD5sum: 7a64dfe2dc6c4227eea99d7b21416021
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.25.0+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1628
Depends: postgresql-18-timescaledb (= 2.25.0+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.25.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1220368
SHA256: 6881e684a8f5b89819eb3b001b1264c8d443204aa1cfdf3554d0732642a94fed
SHA1: 27d146473f32346247781e9eadf2c99538c23414
MD5sum: 939562ffeb53e06d060a2ec72c19b5bb
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 3a0aafdf2c2297ab213d8d50d1a10bb25835d325 c3701c334d5f0b85534e30ee996a736fa894dda2
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-toastinfo
Source: toastinfo
Version: 1.5-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-18
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-18-toastinfo_1.5-3.pgdg26.04+1_amd64.deb
Size: 13176
SHA256: 7d99688fa810856be730b05a4c27814148b62433b2306b09ec0119a9d817f816
SHA1: f1b4a825b1a590d835313ea575ed11967f4454a4
MD5sum: 55752a8310e778860583756312f0dced
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-toastinfo-dbgsym
Package-Type: ddeb
Source: toastinfo
Version: 1.5-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-18-toastinfo (= 1.5-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-18-toastinfo-dbgsym_1.5-3.pgdg26.04+1_amd64.deb
Size: 12532
SHA256: cf8f830d8922bdb186e1204f22bcb2c8750393fe47028a94a55a68e965c552c8
SHA1: 9107512d1433175df37017b4500653458bc910bc
MD5sum: 4c1720316dc93c891e3adff7fff66608
Description: debug symbols for postgresql-18-toastinfo
Build-Ids: 5f0b1348ca4f50e5249010b7990329ba77de5a95
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-unit
Source: postgresql-unit
Version: 7.10-2.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 675
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-18-unit_7.10-2.pgdg26.04+1_amd64.deb
Size: 161632
SHA256: 4cbae6ac09e1574bfcc892e79faae48a52992c3123693b507ecb209439beb20a
SHA1: 934f08ce917978dee2da7b2d7e1af7e1e3e563f7
MD5sum: 971e84551225d3b2f942a03db718f19c
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-unit-dbgsym
Package-Type: ddeb
Source: postgresql-unit
Version: 7.10-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 114
Depends: postgresql-18-unit (= 7.10-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-18-unit-dbgsym_7.10-2.pgdg26.04+1_amd64.deb
Size: 67184
SHA256: bbbc38e8f356081267b82f161ca9656407dc1cb964e22c3a611d7166b88869b1
SHA1: 7685e79383f521edd13dd4734b698b490d29f7b2
MD5sum: aacbd58e18e749e255bcf5785784132a
Description: debug symbols for postgresql-18-unit
Build-Ids: 39e81defc05d1a780d95312de5b9936a2ea3ebae
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-wal2json
Source: wal2json
Version: 2.6-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/eulerto/wal2json
Priority: optional
Section: database
Filename: pool/main/w/wal2json/postgresql-18-wal2json_2.6-3.pgdg26.04+1_amd64.deb
Size: 57124
SHA256: bff7d5cfcb1b7e34b8d46c2ffcfa84a9045683ca8da10f1ff7fe8f9e7cdeec96
SHA1: 2e5a95d56365f3c946f0bfa78918442a1ee5163b
MD5sum: a4c0aaa1d9ba6c9e9747c14c1ff76ad5
Description: PostgreSQL logical decoding JSON output plugin
 wal2json is an output plugin for PostgreSQL's logical decoding. The plugin has
 access to tuples produced by INSERT and UPDATE. Also, UPDATE/DELETE old row
 versions can be accessed depending on the configured replica identity. Changes
 can be consumed using the streaming protocol (logical replication slots) or by
 a special SQL API.
 .
 The wal2json output plugin produces a JSON object per transaction. All of the
 new/old tuples are available in the JSON object. Also, there are options to
 include properties such as transaction timestamp, schema-qualified, data
 types, and transaction ids.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-18-wal2json-dbgsym
Package-Type: ddeb
Source: wal2json
Version: 2.6-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-18-wal2json (= 2.6-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/w/wal2json/postgresql-18-wal2json-dbgsym_2.6-3.pgdg26.04+1_amd64.deb
Size: 79876
SHA256: e5136c6e861b247050b0811e816b912b58122c6a8e2aa719d84c02eb124e7e2d
SHA1: 73d9aa0e9cfd4177b5dc2b7061103c0c01036bce
MD5sum: 82b052916ddda63365692c2f29f385a5
Description: debug symbols for postgresql-18-wal2json
Build-Ids: ced9874936e23130325ffe8f66fc27b72d446433
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-8.2
Version: 8.2.23-14.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12576
Depends: libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libcrypt1 (>= 1:4.1.0), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 8.2.23), postgresql-client-8.2, postgresql-common (>= 115~), tzdata, ssl-cert, locales | locales-all
Suggests: oidentd | ident-server
Replaces: postgresql-contrib-8.2 (<< 9.1~beta1-3~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-8.2/postgresql-8.2_8.2.23-14.pgdg26.04+1_amd64.deb
Size: 2813448
SHA256: 9fb9552ae840023e72e118df7fec2d0e54021c408e9037aa427e5a7636a02977
SHA1: 0cdbd1e152acca1d7234536aa0cb021c9c85df71
MD5sum: 7b1b8ca79778ba22552872e113f193a8
Description: object-relational SQL database, version 8.2 server
 PostgreSQL is a fully featured object-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.
 .
 This package provides the database server for PostgreSQL 8.2. Servers
 for other major release versions can be installed simultaneously and
 are coordinated by the postgresql-common package. A package providing
 ident-server is needed if you want to authenticate remote connections
 with identd.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-8.2-dbg
Source: postgresql-8.2
Version: 8.2.23-14.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12256
Depends: postgresql-8.2 (= 8.2.23-14.pgdg26.04+1)
Replaces: postgresql-9.0-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-8.2/postgresql-8.2-dbg_8.2.23-14.pgdg26.04+1_amd64.deb
Size: 8292632
SHA256: 9ce370d078af25a7485373b7cbe8498137806034b657a2d632d25e6bc4127eb4
SHA1: cb2261dae9d489b591ab8ecaf8c38af58f4bbfee
MD5sum: d09e6201abd235bd14733c828e8746d0
Description: debug symbols for postgresql-8.2
 PostgreSQL is a fully featured object-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.
 .
 This package provides detached debugging symbols for PostgreSQL 8.2.
Build-Ids: 03d68f2b72120c2039a7d2326a1232b434109ead 0464ff481407e4f7bf66bf3a44d578d34562da39 04961b21f7dfa5f610092d0581eb32ff41d0f4e3 0617869c1205fec1c56c9fe2a5d90ffafcd8a295 08702ee4df156e833bc12a3772a383e33ef38130 0b0e7a8b8ed7824acee7549af87f8b6c36f9e896 11e53f446eb3638ffb30581bbfb95a0d968ba81b 1925eb5d2b511804d4d9d835aae86265a89a9322 1ae2b66918d3c0f6b892eaaa9b43232c01c264f9 1d8cfe8989ee5b6405be69a1ff56d1d873132897 2190cff5d3dbc006c0618e57515d22c5d9c8fa3a 2d66738d29d5bd1701413a78f73b44e6d408121f 328a915c6bc2d9dcfbe97aea9537ec16db6ae898 3352b9dd75953ae126da35b4b2d6cdaff1475f5e 36032874bdcaa4c013ec14502cabbeeb1cbb9a93 3913dbf2abfe82d89d8216bcfd125d1d3d4e1175 3b43f58841b5ee3f508dfbec36a1bea9ad82a40d 3b6913dd2c19011fbe6056e8ee1d07d9f71eb3e7 3bccf758732904eee71dbb912c21c253373c6aec 3ca3bb6bac160f9169d97ef00a7abe249b7419b1 3d7e13b3c8fcb5f7e8ab7b8ffd6aaeaf50004ce5 3e205a84eeb4dbd00b82f0491c77d20f6051030b 3f7cee45c6d3e6790ee3d1902fea7939773b4daf 3fb0a91d1f5984391473e15a94d2cc0e06647a8c 3ffe86d12e49e3161a537f0d9249b481655a7f82 41b795b37b9135ea505a301831356ca27b0d19c3 43831f275340db3911c07d1dd01357b63629956e 45eaf2e557c89f4b8ad561d1eca0ae148c704948 5018661ca13f3174c19e20a08d4b1c3d406f340b 548ad0669c3a5a69368415691d93dab06e91b18e 54ec4246ff0a83c4b26f09c587c3f9bdc56550f6 59e5ee93d7d61a370b767b3f74c30cd8323aa71a 5b4860aa37fccbc1ff8bf25349d7c79a857e5ab8 5f2cc04aee3fcea1d1903a748d161e839331501f 618f6103e107bc906444d872daf717233629956e 680a69958e63406509daebd1e844ec5a7d20a25f 6d79fecb4767192fc9933a9e664add45c32d4110 73d6af96df0fbaca5c88e46123d8f9bc75b1b19f 789a57224393a6055bc401b3fe2173b7f7d36738 7af7d8a1b1f234ba3a772be41b6c3402fd6d2c76 81c74782dec56e28df8e39c5f766b71d0c59826d 8691e4e3f9f76d718855d91aa61afa5d64935611 86e0719769cc615cb46fc1cdd0af520d1a4dd6de 89ea0dc6a12510f8c859c85b1e84c2bc54f92afb 8cdc0c6512f9bf86caaf6b7f455ff162a22ada59 8e9b379a281f840f8ac58145ffa846bf0d551974 90f45777e93c3a9b800bb2c1e6a0dea952120e0a 91f415b970e8a06e53bda8887daa11a08012cd31 91fefbb92670546388f0b33b3c105fca56ffc3ed 945f1122aa46f2630420121a8df7a9a74a366204 94a018135646d1f95522b102ba4428fb2c3b9954 9588604a70733c67507444c2316162b096d8a8cf 95a6759dbf085a5e914734b9d77ee76f05264d21 964b9f2b58893fd3b96bdf136d0e39b9d5f045cd 966e8c7b4ccafe58d08b722cc8d9c9102d5fc1cd 99a07a8defc8c54cfae9fb2547e66fee284f1558 9a24cfaf121715d788f025d833e0c07d9ce99a64 9bd5a1c4a67dccf073c6669bae88fc3ef710fc43 9cc987398b032b57b340e5c4ca2595689d014cb3 9f072c87e13d9bd72328ef2a01ebc649bc70fcfe a1e8a5be4138416def65e26531cc30f36b6e520d a5925bf645cb383764f86bda6d67800be2aa6f9a a9dd402b0247be0bb923a33648c74565f33284cf adee84d36e1f2a45e65b9f947a37067faa1c2443 aec8cb17fbf1e2e97af103e26b6483875bc3a3d3 b8e9cc6cfb7c524efae6a51922d029994fdf31ce bf0ed9d6d68edd52801fc7f77175cba5dac1c0b4 c12256d4feb4466914e0d87e0116663921c70f9d c16917b83b6466db4bca91f5c5582689f1a83b0c c531a0c7167cd58a6681a83938242422d8f5a149 d1c9c863b6b9b24392208245617a04f486f67004 d212a7549de95dd526b5c4999e5daa7ca36b56ac d644ae318d7f9f0cca1e5ed0f488f892d0374807 d74035e5ab175f069a1480def9340f353ed88b87 dc4e0ed720f30a391eb657f652504309ee954873 dd476853fc711f39bb92eb9cd31dc751d5f9f0c1 e0029ec43a2a52a85c222d435e3c065874b5f12b e2fc6f727b2770a137229b4d2751263f8e1e81e5 e738ceab42a7809894ceaba531aa5c4a641dd43b e9f5678a38ef4f61848292a8a4aac0b22c350dc8 f3bf9ee362e70a23e132b877cee3b0c3f34b06a7 f8963bac77e053450796954184059a71ac15927f ffa0e986c3434d874a2ccf38b80b8b3705aca67a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-8.3
Version: 8.3.23-11.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15206
Depends: libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 8.3~rc1-1~), libxml2-16 (>= 2.14.1), postgresql-client-8.3, postgresql-common (>= 130~), tzdata, ssl-cert, locales | locales-all
Suggests: oidentd | ident-server
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-8.3/postgresql-8.3_8.3.23-11.pgdg26.04+1_amd64.deb
Size: 3330464
SHA256: 90990ce82a12a37a3dc474e3a0f0026359dc63932f89846ae066ab600dc4028d
SHA1: 542382ec499ece479eb73c57a65955665d1841d0
MD5sum: 1dcc1f6226cf7ba3841eb75c9f8bdfd5
Description: object-relational SQL database, version 8.3 server
 PostgreSQL is a fully featured object-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.
 .
 This package provides the database server for PostgreSQL 8.3. Servers
 for other major release versions can be installed simultaneously and
 are coordinated by the postgresql-common package. A package providing
 ident-server is needed if you want to authenticate remote connections
 with identd.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-8.3-dbg
Source: postgresql-8.3
Version: 8.3.23-11.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13351
Depends: postgresql-8.3 (= 8.3.23-11.pgdg26.04+1)
Conflicts: postgresql-9.1-dbg, postgresql-dbg
Provides: postgresql-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-8.3/postgresql-8.3-dbg_8.3.23-11.pgdg26.04+1_amd64.deb
Size: 8765052
SHA256: c3ea3e9969e4466168de10ba6ed01d61729fc21cad1b1c821b9f78d488caf9a7
SHA1: 11596c365ecec9de6a1c96375235334f2a15e662
MD5sum: bad5e7109da1058fc01752838de0db9d
Description: debug symbols for postgresql-8.3
 PostgreSQL is a fully featured object-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.
 .
 This package provides detached debugging symbols for PostgreSQL 8.3.
Build-Ids: 01bf36fde19d48764c5c84526cef4ee9d75de639 04a314687d76909b8e72b9db4225b9f9ecf1550a 04b761a003cedd740f9deb9d37dc03b76adb6d7b 08adcde24ee9a9760d90830d3c5308a4fb59ae45 09f7c0017adfda0854d3d14bb8f7b0fa96a41c8d 0a5b15f4a7a949fc9c8db9e5e29862296b8da108 0b7be036a066f674a3693293c4f3e0f7956edbaa 0cc15d4139e1031f4ae894e39843f1c12d58f8f5 0cd7045bcda004e25598182f95f7a1a966e8346e 10882b42f8c00c80bc4777b9d59ddf18e11d5b92 133a44e996d057c34e08ddf3c6da890e404470ac 170d1153e47f8c947cbf75e1dd1d62aa8a0d4d38 1736fffab2f724b45d94d9ce6f55019c12a6ee39 228df01cb4f659d929c2367af18fdcb0d0720305 2470fb193ccbf1e372b72ac9520623ecf79fe068 26ba274a4e5f1d5245f95ab5cd35c01ab6412e1e 290b2ed106d9192d8cede7d645500ec985d49449 2e17cdd47eec8a4b78633f5e332da248d1a45876 2ebd3f00347f41ac3e53cb9e43cb8d62f64b2631 2f5850fae21856111c1b2e8d64e0a309e800d68b 33ec9fbc9d708be9f0dc874140a7f15d022d30a5 3e68c061d58dcc42a2974c24a1682594187ac19b 4114bb2680afd867014f2e11083033bc83ba3562 46d14f0c95d1199eeb5a19c8aac8290acced201e 47e3ca270de70facdcffa656b17c3f6480bfc517 4a63d99c3dfee992aa5b4148363ffc55ab8f76b3 4b60c9f43d7918e1517340b8e158b510ddfdb179 4c41d96529b7a30bb6ae6a04b42bf1ee8469386c 52a510b199e4b040fbb3806b424533b52b3b51fa 5766de0decd78cea162ba0292b06635ae10b4a29 584bcb5a5fc5c0bd2c24343003f3e19c09a455a8 59fcadc4019fa9236c57217756a099d4d2a47a29 5b62663239938589a22a44234bc6dd23704a3c15 5fcbddc7991aa76eb4c29592cd0ef33400947499 60c9cf20071d4967c135ea7c22aee035d9a6e834 68ec847b40a60cc8f90633f3c41dc6a441186e49 705cce2364aaecccd6c4c06621e282536adb6d7b 73698d52244bf25fa8d3c373cd6cb3cab615bed8 765f7758c41e4f36080376ddd83276a14e6ae0ee 79c92ffa806d793c389e560a888fc25434e6b9b0 7cced89c533aa4b2f2f1ea84a1ea870ae28f7374 7ddc8264c9bd1ca1d42b561c36311a7acc47b634 7e2c261c5ee027d89033f6d65a3f5751da85c427 7e4cc9cacb3d4a60370f5138570648d17e04ae24 87dc98c3ffea55c323066a306072ad770ccf05e0 88589e1077b61bc539366fa1c223ae23bada1586 8e78fb5bde454306594a95c12f25dd3acfd4e87a 909f07ba9eb74d97b697e880963b7ca630bee3f3 97ac4c1317cc551d41383eb22eb4a8449a592379 987066c5720920a635f943edef19a8f959658b0b 9bd7ad4702ad37423ad0c3d3bc99d951f9405c50 9ef1be892baa61cfa60ff8bb2d3d5b731ce3bcf4 9fedbf09737770059ebf4cc6c4c64878968fded4 a2ac87e9cd8558ebc70baad802e27dba4a33c976 a49ccb73eaa643366208e108dda2ce6ae3830325 a62cc9fdbf4acf1b7a8a509b27f894cebd524470 a7cbdffcaaca5374bb5b258cedac0810a539d268 a8b7f0d0ef7a439eec911232202f3a464f3adcfb ab688824ed05dfd487657daac47c4f21e7160511 ab9a4e3440597a280495d79b8235732d6c11e0de ad326cafca6ab9eb4e9b56942ae490e619638897 af47e32997c2bf76946bb5b219fbe77a1782bd95 b3d85eb86d1df20a6e7a1f2c115c2a45f4576ddd b4e06c6017c4307c2b5a3c5666d3c3153c9fc66f b70ac5f7c3bac6d1a5fcff9134329c0fef29b60c b7de676a4bc4d0099a48c7d1c4516a18e8c9c033 bae5b9ce93d47aba8006cbd05663f4e5eaac03e7 bd335fe1391676c7438b2f57dc919a12d816d751 be6429eb7f136d386c92aea2f00c4345f2f86320 c0e3ea2df8eece4884c0e34398d201e4e8fbe49a c2981be3db0b476c4a528540dfc1473eb1bcb4e7 c2ae01de8ae3c83783ac1e32ae3d04b3a1d25de4 c5ca10f12fe210e40bc593054e7f70339b1bf393 c7733aeeff05bab6754ffb7d25b15e0de7cc66c3 c96e9b5926e3a1da0c2042a4e19d3f6d1edb2ce1 cbf784a42d2ff287dafadb098dbc56ebc7d0ebe7 ce4f8798f3c346b1b02ac36265a49dd2cfb02a72 cef4cbd4124d4e59af1cccd1cba5d3af5073fa98 d0a92680a23aaaaabf98038a0a4658c9889facc1 dab266052a733484503759d750599980b07adffb daf18a0fe991ce0227b8b58b13a59c7befdf7d21 de05117fc948a4cb69ac6ee5e592e1e3ecd6b164 dfdfa0f6e4ae323620e35dafee06f12b7d46b895 e33ad6ca00df22b387ee0e464ec4266646766768 e4c1b9ebf95ed6f5f3535121235d88729800b40c e549c22175190300dc66361cb1598022f86c52ce e6170f31bda5d72f4b89c221a2f45756ba30eab4 e93993a4c24548ba48036d9b4ca3b6e2694f6dc3 eb8b07ca2bf6786a057509eb82caaf0b26ad9930 ed9a41b9dbb2b58fc0c6156082d38b8767c9ec8b f366cec3e382d7be179e4e141cd6deebf9f575c6 f8a02d9bf667f66066f9dbe2341fa1dd9f8a5635 fd3a8e538026cf686cbf326515f65796e8443053
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-8.4
Version: 8.4.22-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16340
Depends: libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.14+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 8.3~rc1-1~), libxml2-16 (>= 2.14.1), postgresql-client-8.4, postgresql-common (>= 130~), tzdata, ssl-cert, locales | locales-all
Suggests: oidentd | ident-server
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-8.4/postgresql-8.4_8.4.22-12.pgdg26.04+1_amd64.deb
Size: 3264928
SHA256: 58200fbfbe77e702b71d876b0bfe4ecde75a37de21c303bc8873be5bf23041e7
SHA1: 3469b3558ad9da62493d5d995e4974cb4cab213a
MD5sum: 1e8ee9a2cab482be4c1cdac7921db629
Description: object-relational SQL database, version 8.4 server
 PostgreSQL is a fully featured object-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.
 .
 This package provides the database server for PostgreSQL 8.4. Servers
 for other major release versions can be installed simultaneously and
 are coordinated by the postgresql-common package. A package providing
 ident-server is needed if you want to authenticate remote connections
 with identd.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-8.4-dbg
Source: postgresql-8.4
Version: 8.4.22-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14381
Depends: postgresql-8.4 (= 8.4.22-12.pgdg26.04+1)
Conflicts: postgresql-9.1-dbg, postgresql-dbg
Provides: postgresql-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-8.4/postgresql-8.4-dbg_8.4.22-12.pgdg26.04+1_amd64.deb
Size: 9280552
SHA256: 2935a6a64d4cc4807462bb21d1b78a1b3f4dd880fbff67a0f72ed69d013916fd
SHA1: 7f1acceae98486f081ce23c0c0cff5d7ed00ed81
MD5sum: f01968048f977a982edb5278cdafa465
Description: debug symbols for postgresql-8.4
 PostgreSQL is a fully featured object-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.
 .
 This package provides detached debugging symbols for PostgreSQL 8.4.
Build-Ids: 062615ee151e5f59733989a39ee1e3e44c796504 0a2ca88a99394717bd7d515fbf0d423071d0bea9 0a397714d9d20b4612a9b849aefbc072baae2ef9 0b27d15cdbf97125ff738cf575a10f1e6e29d9a5 0cfc7320c58f8d70495f62f931562f2b5448aa21 0d9ff61592f3fedf6644b521db38d7fdb1169073 12612cfeef0c8b6f14efa17f4c87c62ba8e3ab08 1458c172ce2e8beba2e5eacbf9f2c956b57390a8 1d9038015994cc4a787cd95414392f78f4a29182 21425ffb6d02cbc5bf6b18397252c370192ff519 25640d55421374f837a28682760c424298efab6e 266a1cb17838f5b6bf76f8377c4a79e42c154888 2b403bde79c44b12027842e5d7980bf8510fdc0a 30636b60e510b04c226830d6dc3890fd301d5688 31bf4521ff3547b7cbfe294318aed3c5f782cf2f 3473295ceba78978ace1a4fec896379069fc0714 359736c4e5e1461a9053ead00da2be93dfb07b18 36692f6544ed1231b455ba9f435a19fb43b9b638 38e0b943f12aaafcee6a9a6bcf28493f5d56ed8b 3f3ee2fc385ff926e92b70baca65b670f6aae6d1 45db4e4f48c56ba656f15eee55bfb58d5bebe64b 45eacc2929739199e88644d913467e9e016aa12e 45ed8fa5bfb805c27ac0ae04f28b96aded81afb2 467848ba3d4abdae7ecdd9df7606dc27479fb3ab 47428b5d1a9066cae58338ea2d0b49ef69005e9f 47f5c6eca37e03c850106a48d95ae58bbb8fab70 483e4121b3be1b0a0d8f4ff10089d7073e657e9f 48f7157a0fba5a280aae6e33c364783b15b53edb 4aabd5ec468aab15ef6d53ddbd940c6c3539d689 4c215077cba2f81b7dbbe06395e39272daee769e 4de0414c87b59cbb8190697a12b158ddffc03a8c 529a13ea243f0b814dd9e2c74defb752ce8882da 56f1826b71d03ca437e4191e5d114c2aca5dd5c7 587581121402ca39a9243a222d8830da2e03d801 5acd438e47cabde922cd15ec6a9ae8bec6b7ffd5 5bb5bbee4cc09cc76fa9d917a1038e389451b19b 60cd00b454a0a316cf20df04f1a3e8e957c00b84 634f09791be33f4615d2e578b472386277120b5a 640f827d64679f0f5852b37821c75f170b123a97 674c0f89539255d3adf9b42b407274c40149156d 6db89f337acdb4159a63d6928a83e79bfa2d2a83 6de55af349ff6fdc9700793e3ed386bded8d7402 7142526099322a87d803df87401a61ea05f95d8e 728ecd548d20ad999c589e7a49286e38103bfc4a 72f7c29fb915274f4430a30ea3f4fe8bd56041e5 73e006f2bf2235f2d415abdf636e689e5b17cee3 75c3a1a50fe1984b4fa71f904d55c043093114c6 76d193fa1e7491784908f40fbd6da1c0d186335c 7817448a8c6aae27d3f33dbb56b49d8af821e758 7ccdace3e06773406498e0b556f0fe28b1169073 7cea01d4bc6fccba1d760d163266714417f86570 80614dc63dd2ae61533aebff6330e6e0fcd08cae 8221b80c27e94434e53526fa3c386f9382852b88 8a7f0650db4fc68ee4b5610194cc6a9ce2f380f6 8c9d43ad87a803b8b7ad83e7016bb031bd5f4b75 90278f657096b71bc95afc0a4633c21da47b5c4b 9a6356776df443905000964b30938cd0f0571d59 a05a228d6aca312de33d6e33c1b2734047ca5cdd a3e131edf41ce69b7984b361838ba55872db1b70 a5c2ba56b60d2d17ae7f617b831cfba610bd5d34 a6b82061af2943a4b6c3ae2b89a348be371282ae a7ac9f1cb504e28496c76665259f864c8f0894de a9493c980d31093168772484803adf9d6cb77fae aab058a3265041970a1a9ea29451a3fdb6c90e21 ab053dfcad20e61dc9c0d95109ffd6db75c64140 aeb9912bef727faa2a7726a5f87a2ab6245a4900 aec21a58faf04ea94b64157737db202354e7ae01 b9c5fc44140adc8684f36c645e2f207dedce8788 ba86a6fe07610dc32d1c87890b23c0768bdcdc29 bbdcf777af01749f4991a0ae35a0341541c37572 bffcf4615808a16bc32c4ec451618ef54d3fc58a c0ded6d3b090f2308b566295476780024cbb0d38 c0f2fdd2cba66441d5879fb5c247e7201779d9a1 c68f5434989128da03322201e1a9d9d811492333 c7ce4631eceb42fe46457202c53cd70dec1ab2a8 ca592b3f09bfcebde9c409deff01bbeec69c0f3f cc20e8b60fc2f7b53c6e180e26bf8d056992e455 cf21bc5887df5ecdfa7e6b7e5c09898e0711e126 d03da87ab49612a7830fb141de99b584ced4690f d1b5c1026cb574c0d9f413d5c947ceac80d624ec d287f75973f4c3024cca41238280161d1a58df38 d2a146aef67d8934a9df54142993540acf99041e d56a9073c81ea6d10058a1fd81fe7cb0522ba8ce d84916506db9c5defaa9c1aa1f330e7a66f2c48d dfe90635a60696585333ee911d72e572c6deefbe e11d429fb9a87ca719e282964345f8a72bfc10e3 e1c23d3790c362367eea6ef41d0afc33ea86e1aa e431142f0e2bc1276defc05f0b5ab7de9faed4ea f1db213254a322aa3a3e8e7fe1a13fccfc42ed1c f366bd8bf2155f91aa0fbd960cf809f2a6646b85 f84b787d8b24ebd24a8ca4c2e7608e4bcfa8011f f9346f3be9c9cf65c85b7f4ae7e69da4b54fd5b5 f942a025fa908c2905be1157e52e7a09a7c2ff1b fabc62c8c89bd7df1892c3a6abe42e8ec67d8acf ff5f5a90645681f78099851d395d12fea67dea19 ffd249adb6f102f1d410f9bca65eda4700e89e7c
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-9.0
Version: 9.0.23-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17061
Depends: libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.14+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 8.3~rc1-1~), libxml2-16 (>= 2.14.1), postgresql-client-9.0, postgresql-common (>= 115~), tzdata, ssl-cert, locales | locales-all
Suggests: oidentd | ident-server
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.0/postgresql-9.0_9.0.23-12.pgdg26.04+1_amd64.deb
Size: 3299972
SHA256: 13bebf60c434e0899645078c1cb1a613f1b11fc3c0192063dec4fb4e7c039fe9
SHA1: 711b719b8ebbd2d1ad6484a10a4889af94d35d9a
MD5sum: a7b8047e404d424edc37c0f96d8ed09a
Description: object-relational SQL database, version 9.0 server
 PostgreSQL is a fully featured object-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.
 .
 This package provides the database server for PostgreSQL 9.0. Servers
 for other major release versions can be installed simultaneously and
 are coordinated by the postgresql-common package. A package providing
 ident-server is needed if you want to authenticate remote connections
 with identd.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-9.0-dbg
Source: postgresql-9.0
Version: 9.0.23-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15594
Depends: postgresql-9.0 (= 9.0.23-12.pgdg26.04+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.0/postgresql-9.0-dbg_9.0.23-12.pgdg26.04+1_amd64.deb
Size: 9891160
SHA256: a52ab84d717097cf172c07b070fe4708abd9793e481d12a0c5b4b09f629c7852
SHA1: d8a6f037e102c3eb22d8f0afb16f8f78f9dccd1c
MD5sum: 291259222eda08035ea296c9cc694903
Description: debug symbols for postgresql-9.0
 PostgreSQL is a fully featured object-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.
 .
 This package provides detached debugging symbols for PostgreSQL 9.0.
Build-Ids: 015fed431db0c8f73d29b22685e26536aec198dc 08365383559b9eea142d16bfd6b230579c872228 08c21e95607e6272c57cc202eaebd4248252c9ae 098dc48ced70185fe57bf3553735d153a99814f2 0d8e5084d3512f6e4febaf12e0dc229eafb61e6d 132e0e9f2ee9460658dedd06a88285fdde885ae6 14c8471b094c5ef51b4992e709a5191217e4fe06 1725670f7e9179167736a2f3711bcf0051e0de3a 1b1a5db4f81fe5ea988a05286e3363f5774d8d53 1ebe21f183cbd4c73a52eac372fdce9e0b1dd8b0 20c3c9771a82bfa3801740cdfea5a437a69d60de 20f5b51e73444affa675b090203f039d4be570c3 21460f10ef21eb9fb226d1c6b06ae6e5a4e467bb 248017703ee32ad229032988274905fa94a99fce 2762b107cd43911aaeacba2a0596ef2fb025f918 28f18182729c56ae2728f31b7eb4bc8d0d37bd4a 2c34cc0708756107a5cb0cf37a1e6b5c8cb7228c 2c6d5508ceeb96ece6ed755a4337cae947d0ce44 3092c66a01d3608e78ec8bb3c124deef82d449b8 33c5b322a59ebf4c3c3eeb54b753d09d104342dc 39733325a83136c6342888d7b3cfc3875fbeaadd 397b6f9022e3c427e2ad44884cd1ca1e4b57fd34 3b13911873862b98b36549eaadb24e903fc0f791 3c10a4ec2ab862184b31c7fdcf36cc27631da57a 40773d2a6d1860ad46adbdc19a0d73167eaa8809 410e850a840c3c846e149294d1360332487c9737 41d81ca3fe927963147530cf35f2ffe7012384cf 45313c523caee51415b422327b4f712ad5e4b839 45af28d47de5e24cb1f9131c3ab86be94acdd70d 494553c005aff8050b84bcff2a06c8a111587c5a 4b10fe35076b09d725501dbedf1fe4d61828cedb 4d37b595795dfb7975701ef59df36ee1f0d82f8c 4d95ada0de15af984de9e6550f7478956a28f6d5 4dd4f544903704ff9586e6eb6ed7bc25f488b9a0 514afdb517040d070e030fc3f8a0904667f60704 55e9946f120f63e903df7d6748016a06b21f433f 5629ecc187f0c2a8fbae6b8a2ead9b648cb7228c 5682afe1beca53a4ec3382c1662d29a3bce28c13 59d7f7fd611afbc7d87021f51862a323545e6f5e 5e37c8fb804dae2ca430cd654d1da43de5beb409 604c60b9ad7a4e7075d5eba946914c1146b8e4d4 61f1c36cda1de1668f3c2060291b65a117931e7d 62b6e3ae3e10b66d72b7faf5c8392de35277e4f0 62bf0051d86653ab7650423a84551944f3e89acf 668ee636cc3378710e667234ffb4794ffc1c37df 67f56097e75a3e8dd25239e53e777d51872b8a71 6b34efe7b227afbed36d9767c525f601cb13e5d8 6c8682328d1d60cde4fd513b876a1d4cabb8cb2f 705c2f844d14cb52922c98fe3d0eb6b6cf6e9e94 743c10562ef226f57aa2815764ab64480b422392 75dd903114d6da224e3634997b3302bcf3d2cac2 7654274971a63028b275c3f905e6e3cb9cb9a8a0 776a0011320ddaab0a590726272844a645e4fafd 77a2d734c4164e6f4eea31724775093d837702f9 77f087512a013e218265ca62c209a1bd884a7326 7e6bc827d970aa6ac1a39a7aa7076912503fcbd0 7efad5972af9fad4220b36d79e81b37f5e84b8dc 80cf803e0a4777ad06707ecedb313235f01cf35d 87db21c33c5e41d8d4e820002ac26cbc5686af3c 8875eab125e6d96bb6c201991f8c7c3b3339dfda 89f706683d70c5b6d941e8b0466dcf66f3b94b0f 8a693a64866c02db4304d95d6566756502ecbb55 8a9e26c420e5e7a98ecd580dad5e6763e5a06a55 8fb888ac4c009f68bb5e99e96591b088c981b640 9c48ebefb103b94e5322b2f6491b879c80832cd6 a139f7b9402047fef95ff1cc0a74c97fc017c7e7 a83de36a729fa94bc37da344dc68f030c1ba8dac aad263b09aec7bb5313b9c86fd5672c565b27d2c ac00d349aac83527f215d809947813260718a532 ac33a8943545f46e98d2fb3e9c64d1b057476350 b3111216b157b6d55c8b3fc2dfe5d61133cbe509 b4892b7f110194606746bbd7880dce7f3a9d3562 b5326f8bd45bab203edacf516a87c88d3fdb16c0 b557c513b8bf57bc8ba42f3b202370a2ccf3d04a b5c78da59234d259e193b7febb6c049fd99d5f0e b7a367ce7ea9bdc140dc09b8b00bf12c2bd46e10 bdef7af0488e179eb1345a0955e8b7498b294e1d bf062d5b631e125dee0503e031e26606f0d312a2 bfdaf82ea40a7747da30c46bcfd35047f9bb145e c4e5866fe0175128a3f5bb3fc99cc02ef855cda6 c66be5a39e0262d56610820ddcd42a7f87988b05 ce96ae13c49f0b6a296affa642385303438db516 d25fcc6fd8561415a254655fac1c80e177aa752e d88051b5737c3297ec3dc9c992732214a1f1dad4 d8e3c76487b181010b26739222f1def7fb23cf07 e1318fcced5c320b910cb78d0dddf8f89a9a43f4 e4ca430b797f659887fc0257f34548af071a045c e655570c8dc22fcab774e005c9bf86f012e2622f e6725a55ad196b888b0a14f6aa789db54e2e90f0 e739c6eaf6612af28572c642f7157ff682fc11d6 e8cd8ceb5a8b6143765e5d6f631259ac3bbadcb4 e93d5f74c8012030257529b03c926a72dcd20af3 ebdb4cc0c823489285d7cc0d78d87a7a294fde5c ec15bc28e9534aab4aa7c5f9a60a6230d5b345ae ed7538d0afcf65bc28eb0c3c58261784c20b5a17 edd3858208c2a284fdf8d4879756c67ae3aa84cf ee05f3c715f07d87fd7849d303b3390380422c6f efeb5dadd8a91b46bc617fdf1e09729a8df7b596 f434a885470bd47c1b1a432cf655cf2363c16078 f5a3bde0cfdbfe2b84b5bf0c46a0bb10cc8e7c7f f8cf32025bace30924b75e7e8705e7f441099450 ff96d3c076bd4cdd838640e94642ec1b7ec22b21
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17549
Depends: libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.14+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libxml2-16 (>= 2.14.1), postgresql-client-9.1, postgresql-common (>= 115~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.1, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-9.1_9.1.24-18.pgdg26.04+1_amd64.deb
Size: 3548972
SHA256: ad28fe212ec5705d4ae6d069fb0f7271c1fc9d52e6c23b9e0121d494fc992ae2
SHA1: 127652204accbd2a96dc43b2e44917c68b7b372f
MD5sum: 9884e99ddd34607625474f2def6c620a
Description: object-relational SQL database, version 9.1 server
 PostgreSQL is a powerful, open source object-relational database
 system. It is fully ACID compliant, has full support for foreign
 keys, joins, views, triggers, and stored procedures (in multiple
 languages). It includes most SQL:2008 data types, including INTEGER,
 NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It
 also supports storage of binary large objects, including pictures,
 sounds, or video. It has native programming interfaces for C/C++,
 Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and
 exceptional documentation.
 .
 This package provides the database server for PostgreSQL 9.1.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-9.1-dbg
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16617
Depends: postgresql-9.1 (= 9.1.24-18.pgdg26.04+1)
Replaces: postgresql-9.0-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.1/postgresql-9.1-dbg_9.1.24-18.pgdg26.04+1_amd64.deb
Size: 10797168
SHA256: ae1bff271d9e1c8677032f703e388871b94ab00e29c517b393338ad6698ae79b
SHA1: 5c70f742d7ee0b157fbc0f0ba156b564808776c5
MD5sum: b535142c5095f4b181edf492dd05d99a
Description: debug symbols for postgresql-9.1
 This package provides detached debugging symbols for PostgreSQL 9.1.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 0241ef0099022149de92d830ecafe66be1ae483a 069df4ca9edeba13c0ce874884e702b49e5f78ea 0a8833f740e413fc4dac5cd5b365c384b109aa0f 0e40197f5815bebb4b11cdc00a3884e94bafe50f 13c8233e7cd749e70a678a23853cac3bbc7118d9 195fb7dd41afcdc9e898a98200a59015ab86510d 1b3acf744153685742c82daadc9903e5dabdf276 1b921d0ba1db38fa46c059d7bf910d019659991a 1cac4a3f7edbba0e2380346b759ac59d2b407415 22ef797c9877cff71b546f318d9f13fa90a06046 26175fbc40f5210a6f623253b43b06e0c75ef96f 2642a5acb4cd7344083f1fb39584263b0986335b 270e2e4a1e2849e6fd8cb151e9bc0af070c35179 2c443747d0498b4f4118f330ff664c09d16ecc55 2e16e43119ea79ad5711c883dc98e8704a6a6923 31e2b59a58b635776d40357f3294a457cf5fe58b 33cfd7ef7af9c9657aa0285f8081028a91bd8528 33f91d1b7db739e64d51646475b8194482710313 341146e35d0d95abbe25e8a1598ee0c2abe54c60 3439b8c5f0ea84ddf5e1209862599367f01ffcc3 38d2ba26c6acd66edaa033614eaa8dde6d46406b 3ebde1305fb45819ef2cf7bdf8ea80d195d873bb 3ed65a2cf68a5ec76cb57dda2df632e3e9262515 4041bbca23eab10c450fd59b26667a1eb03a9518 4134756a2425250cc9246e4cdf19fe74e92cf044 417d52bb9bdd09378f5c9da30490312f6bedd9da 446f268bf8d3c45533ff810cf4f2bccdc2e6b8d1 45cef7da09959209bcffeb39cadeddd63b00e69b 463a540eb56dff63df04a43d0cadf82610257d73 4643b309de0eaf0a2221e0329b7b8adb7327b64c 47afcd3e97c0f3b36703908c07bb620647aede96 486daae0279415c7ac533c5f832e2ab990decb88 48d93b61eb8b8d948b3b3536b603917c1fc6777f 4a575fe2210def387156bb74661cdfde4296a5c1 4c100198c618d2f4fd4bcbcbbd5b655c0d37ec86 4e7427a84e2a646a78c477af4b11643d0adb0afc 50544f87caa33a22494ca280a8130228dbd577d7 57a88dcaaf9da7679f4cfc2c30874c478782c471 58c113a358caf5276d3615216b53657dab21a160 5b66af25d035f4eaaae2b8f8d84b03f65ebeacbd 5bc6fe2dfb37fd7d23d1b5f1b09bac693b4b59f4 5bcab48b14b466d56115cffac779e821cfae6598 5d4f2bdb55c7cb8c0566d36420d0392d8bbc37b8 60e9f3a41ab37a15acaed13b57b8180df3fa324a 632a70c0b69947f07ea82587b82fab6b8b08caee 6412fac01aea3e78f987e052a5f0583d5cf80373 66645d42137b536985c4f0c1327cdee8853473bc 677005ba819185e1e977819bf3e35b0b3cf3768a 68ee1daa2f3d8a55cc8eddf38a9712cb7fe0e334 6b0b95552e08a622d927348d324292914e3cd216 6bda4efdc93fe6b84d2f4302f7a81f15a466c6e5 704de68c4281b47b57c0b36405eba7b520187ef2 705f34b750538765f3b467aaf83e41e037b15898 7209037069ade45eca6f5b4cf8a761f856668a17 7366cb19dcf65ece225443645b51dcbcac90b7c5 78b90ad19127ff1de513e3017b29aa9e6664630b 7be3a27ab79c059bd83a1f3edff6e8fcb8f408de 7e916cf9e9839964937ae0d61763c71e7a4fc73e 860c3f5c25e3a673a20344324f017fa68aaa1d51 8710d3b6a118186decd1f6baecb10e2cfed1f0a9 890988a29dfbb9b6f6ba3ae202d80104404e5185 8960e9f8663476d56749d7c3f89bd2ab983613bf 8d567dc9d57b5118a66c13d22d08a75227acde29 9de6c9a853a7a5c00f027856b0ff2c252636c885 a0810ab70b6f8e6d5b6ecec6b58a4097fb15fb2c a349befed0f7dbf28edd25a79ea03098829f0597 a415edda9129d004c8e33aadea81ed07294cf18b a41e95995a2105cb95040327536b3236e38f9157 a5a4716253e0847cce6fe756faf82d58d876e8f8 a7839740b58c94aac07bb53b47185b06475282e3 a7d9370029ec6638e1ed00bccfd1ccd3d8fcc552 a7e249117dce92c254ca6a8d8e1e50f404a0e566 a7f12075bb659068829df444a1f1152777e40a76 a94bfac1d711ca799f3d4ed948ca633d66ad0379 b140f12bbdcfc71c2abc5096e79513c51d6ed08a b41d209a6164e7abe49726b442b760f0df808e0e b5d3f2f12e3967b7c2def9f709c1061f43b5b3a7 b98edd485c08b22fd7ab6281b4c982d1775f0739 bada07a29a8299a75c20ede832e57d511227ae4a bb2cc55d53406ee1b35c845d268a05d4db75e148 bcfaff8716e3bf44b6b84ffbc4f40f947e02d8d9 c05b085fb91a2e0402c359238fe3d6a5f7fa7593 c25bd0bdf82bcda31931b1d195c68c93dc3a0ca4 c2ebbff0a1941a800240489ade3cc321fb0fa2fa cb8d818a3cd1be5a345a12c5bf5f67256516d52d cbfc33bbc7e8376d15a54608609d2c12dd7aa58e cdafe7912127bd1d3ae3e94e10b7c847ab37d44e cdc215baa97950e58f8a6033df7fd9587fe26574 cfce635ea6a818fbac3488a6c9d83f5dcf5b4471 d2d0cd2253cbe42dbd67b3412085b6921759dba7 d6216ce07650155e60b7457fff55c4954ed31d57 da5e736a4ffd6af17027e680733b1a400e167970 ddb6df9bfe8173cc30bd2178ade700d3d9dc4f85 e00d71b03ad0b3b9d46245928ed0200a24ac33cb e2cd3c0fc908cd25df54251eed99e8a6fc863ea9 e4a0249132b8daea27ddae4e1aad1bb7f58d1f53 e6c90dca0c023c59f70aa4df710427e31dae360a e6ec5ddddc4558af7e55398f467151a0236825d5 e6feb672c8d2b782db276cf38f6437256e9426dd ec2e6f0cd3faf2edf72d0d6e006c019462ad9fdb edc45e1fde874211992c362b1a795fe75b625b38 f045f3ecc4339ea9963ef85e4e398ccad39de12d f10d1a3cf090bda7955f8aa46adb6f88df808e0e f689c6faad836a0230986f8e9f83081136680a8f fab2f224af26992bbee259b312ac57ee1b794e51 fcaac20085cfec283eeeee7290d7927ffe51d3b5 fcbaff5ebf9608db04bfd4fc8e58857297da7fed fd76845731d3b6773702bafa484dc97d14a015d8
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18080
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2-16 (>= 2.14.1), postgresql-client-9.2, postgresql-common (>= 135~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.2, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-9.2_9.2.24-15.pgdg26.04+1_amd64.deb
Size: 3734180
SHA256: d5c038c726bb3472c90a8acfcba1cd8feb1f7dfb1976232cb7ec9d6d56edce05
SHA1: 0d6015504c435a1faeeabe680025e6d73818be11
MD5sum: e61eb7d67803d0539898de9a98e9fc78
Description: object-relational SQL database, version 9.2 server
 PostgreSQL is a powerful, open source object-relational database
 system. It is fully ACID compliant, has full support for foreign
 keys, joins, views, triggers, and stored procedures (in multiple
 languages). It includes most SQL:2008 data types, including INTEGER,
 NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It
 also supports storage of binary large objects, including pictures,
 sounds, or video. It has native programming interfaces for C/C++,
 Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and
 exceptional documentation.
 .
 This package provides the database server for PostgreSQL 9.2.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-9.2-dbg
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17506
Depends: postgresql-9.2 (= 9.2.24-15.pgdg26.04+1)
Conflicts: postgresql-9.1-dbg, postgresql-dbg
Provides: postgresql-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.2/postgresql-9.2-dbg_9.2.24-15.pgdg26.04+1_amd64.deb
Size: 11448848
SHA256: 297c76286ea95573412fbbc6b0d4a89e97010400ef8c967e0ecd1e746c0173d3
SHA1: 97b152dd98d28420637311a247d723f297534e17
MD5sum: 74d7fd6093fb439bee19b904e0236eba
Description: debug symbols for postgresql-9.2
 This package provides detached debugging symbols for PostgreSQL 9.2.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 0007e651946a68ed4efddf416989ad487d8c2776 02ffde5b46d50e24809b1d97141a2e0046a9bfb0 031b65aafcbedc46d6059dc53d458165d0f8a1b1 0aa41b3b9bba70f7005da21b293a7047eddb795b 0caa8eeb47f107db320b9cbf601ec6b028c22d20 0dc1efd2d71e00a96bd052e4e34bed6f8621ee52 14e52c8b609bef57768a6cf1d7456829f5442528 155211a2235c721b414aaa206148f7936e7b2efe 1995cc3eb340d2acddca1d4a3a4e729bf1f82c8d 1b3a62aa11780dccf992da4c18cc31cc740e77ac 1ba6c0c940af3414c18e1dcf041c0600c841fc27 1ee93a716c1b95bcbb308d18271b28bf65b81c80 1f63d986ac58e43f3c8ef85b13e5fa724ec51a10 20cbe39cfb59b66573c3edac745c083dfc6872dc 27546f688ae3db383bff03464e277e485611d182 2b597894d17a5951b3f8ed6ad91501d4ce3b8ba9 2ba472850997868af81ab7169d1d292e83c050f8 2f725c559de9df5305da0f0fdffa847bef8e247e 31d864aa0e0711627fe7811a88459097ce7a236d 341758430d9d6a6e956702ab48e4531baf5859b6 36e114803298632f5942cc244b8992160cc45a51 38b64c1cbe91bad4ca7e9ad7f6121d6922e4253e 3bcc915bd3c4b1c326355ec109ccd73f573b9877 3be50d77d83bc961525be157e7d26e66d895cd96 3d1841b9d3adabd3169f00f9bace0b9a99d9e384 3d8a685d48903ba5b2cd6b124d2a8a9b5c0b6349 40291af869c4831006f877302506beaf0f2702de 426c01ad24548701395ee306a9e0b06dd53101c5 4300a65f9714de4b27b21a6d05811c10bcc77208 4564285f7b5deecabbde1634e444eef77b011e6f 468d49b9b419d53f1bb0738070fca129526cf271 47378032b35151f100b8d693785a3a505611d182 475c3b02afe07bf06a429743de6ea76ef32cb319 47c91416bb12cd0665df172c5912721fe392b74e 4ce696fccb58dea99265b9e9816138b8d21a358f 4eca7d1c08490dc6e4386343a4baa00ea7d3c142 4f800d25c2713364a404685ba0ca45bcb54adfef 4fffffb48548a815a0c2d69ba8f981b70fa07f73 52312a8f05975959aa5072501a3db80420982a5f 54656a559af1415bdf215d1178edb848698bdc7d 589682d842c9f9d1d4bf8ac74cfa76f6f691eba3 59c97aad580a165118f54f9f5533eebb0eac1e70 5aa8f3fd4c7e14f53e6216db5302af9a88b97b21 5bfd5866b8aa1f823392b97aa299e009d9dbc8ed 62b0f0c6dd9cb7b9305ddaf9c56b3a6b19adb10a 645084979a5ab94320ff633f27de36a520de21eb 64add1a55d48f4f63178e072577f0a34175b62f1 664a703bded44edb21efea8f2a113e7897487b29 6950862ab910dda78ff615c44006ded371a302b5 6971f47f89f95099b46307b432ab8b1bc11c03cd 6dbe797f7ca61001e22d5d11bdc4a19e01646317 7026fc509cf65cab978223b91002d7faa9e01265 7076a8ca4028ae1de95d157469d5a18514743a86 7225966c773e8c04df69b61459f6ec11bcb9e144 736b605dcc4dde4112027d9467a99bb3f596afa0 73c95ca4342bad8baa202b86df19c601127b45b1 7608d6511909eec83f1d60bef611b3fdc4b66f0f 79e692de3c121ab34cbdce2b077ba3649955467b 7a29c15cddd6d6cfb69416a1d91d48ec59d50914 7a89d73e6ebce0dec1587296739edced8d00b2fd 7ce0b6ed825e86177aff104967a9486366708d56 7e55e4fe80589b8eca21def1456fec1c379f7f1a 81e4536edf1352eb364d994d048c7079381dbdd3 82a4727b127d7bfb3faea7d687e7b1b2a54b5706 83bd4727e283297e0c06c929dc127d529d561646 890ad8280bfdaad37b7afa776dc6cfd17fd6763a 893b03c6d09fa56a90acd609e16115320d6204a7 8b5480540e3a1eb26182fa23190b1dc3c5fd77a6 8cec0a881f695be6f0dac3b13a9b346570d9a6b6 94aac506ebe2882513432f014e7ace4a3ca90cbc 967c2c0a4a50ff5890b6e73e4fa5440652e7a759 96adc6fd67d84bbdfbc8a61fa2a0841163575eeb 9b9a517ae5883d3976f9fe09fb39159cf2638ea7 9ec53eb9b232ea6b1ce01ede7c40627992cfd3d3 aa5c42aa375e6016672073456e6812d4d373ca02 ac2dc7e11e152ac32f3a1aad6a18bbb6dd162a1c ae49f2ec06631a3fd02c2e6b50d2233648b29604 b6598d36bde2c732333afce53df8fa41b931d1b5 b8e997dd888cc98beb841479a482d2883489da7e ba6685a93c9e706ae865ed83f5e2cff1db69406e bb079652caf92a36342816539cc07b3904ecf008 c5c89c3637d04a409c477f1a8c6f1809bade2312 c6c71eff6e02571c7c061c6b895d66ba7e9c3b37 c8b3a89b385d8bb3ed90c6d5b79e29c8ad7dcb66 c953f9b9c349aa5d70cf935d2eeb4b9cfe25207b ca826265bd3a68a83c059113597e406a550c4163 cc0486400fb661b625782d0a7d50a5397316b158 d4f1a8b2c6d17ae39fc62447209d202b0a62c88f d689fcac7748d46f3170d1a6a9827e78116dd0ae db253870eae95afd1a1301cda6c031f39ce7a784 dd810fcc6c8ca689651aa68737042085be6ae6ef df5e6cec44166f5f010640b8f0ba856d1ac01271 e259c66cecc0a44d3560b342961e78956f6f0555 e35026ac0b60c23b6a4632e9932caaf463b54a0d e3d62066eaead1e0b499f25ed16c7f59a9c43603 e4578c4054c69e3d835d66610ebc531aa32e7791 ed49d9152f7db9d2ac461fb3f1bdfe985e2d0298 ed634d8ad397f3de075fb15e18b1c69f2fb4177f eebc1660468e2ab54dfa6a9eb54d5d560b1ce314 efc498713210fd853fba2a4c1ef7ac47c3066f2f f01d3cfd589fa92d360de1f8e8829d3738a0d932 f3adff2eee318719ff15baae67ca15ea0dddb390 f57360dbdad5f04f274248dd4754fc5e6208546f f6cab55b32f0525715a2a95e6fa214c79ecec829 f7122f18bb08b03d14efb23eb679eb361accc5ab fa2d9e1ed3bf3aa61d7f9b0dd226f27ad197ae61 fa7696ee52cd3a6155e1e9d4bb99d581ce31398b fb17c1ed4ba92968aa05cf17d0f956e3ca40254f fbdaf3ebbe181fcada3ce26bb12703a00001e8d9 fd44a54a58a86af5e9d258b3c5b7182745e87fb4 fe1e43b39780151be791cdde59bcdf95e3c89349 fef64598d524c7cb0fe546e991a89b3a88d4e9ce
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18144
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2-16 (>= 2.14.1), postgresql-client-9.3, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.3, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-9.3_9.3.25-15.pgdg26.04+1_amd64.deb
Size: 3775636
SHA256: 169c8326ed5c276aae05b7ec603eb242795e97d54b1c0ed209c7a7a407ad47ae
SHA1: fb907f38248c971df28a40d2046718a392cf6f5c
MD5sum: 004956e30a6353004410b5b7cf3cc0c1
Description: object-relational SQL database, version 9.3 server
 PostgreSQL is a powerful, open source object-relational database
 system. It is fully ACID compliant, has full support for foreign
 keys, joins, views, triggers, and stored procedures (in multiple
 languages). It includes most SQL:2008 data types, including INTEGER,
 NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It
 also supports storage of binary large objects, including pictures,
 sounds, or video. It has native programming interfaces for C/C++,
 Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and
 exceptional documentation.
 .
 This package provides the database server for PostgreSQL 9.3.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-9.3-dbg
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18421
Depends: postgresql-9.3 (= 9.3.25-15.pgdg26.04+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.3/postgresql-9.3-dbg_9.3.25-15.pgdg26.04+1_amd64.deb
Size: 12158824
SHA256: 032e4ce526e49cca4aafb70b69ea146cf6cbe7b74e1339e639d7f83329da4437
SHA1: 1ccf83b18443c8fb502ca0163b28fd6a473e09c0
MD5sum: 3953d5c76b61faad3a82bda98ec8e27d
Description: debug symbols for postgresql-9.3
 This package provides detached debugging symbols for PostgreSQL 9.3.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 0193b0a629da7993fa879570af1567431e542532 04ca011f17b1c893ce7dca3ff91b8f9e8ccabd73 0508e02438bf4e8568aae1e58ea05bbd9ca180d7 070dad3dda16dfa0d96bed20c5662a873b4f39cf 0747f80c194d55b9bcca4c673bced297c4b5fb97 074d72b2b77f77f0e8d56d051766e64c3047b58c 080ee9fe535b5c6f054cd5acc779986f1ca09d45 086a349a65b57907f946bb9c1ebf9c5d3e299f49 0b1df6e58caeb2358a51ad5dd201eb5ae6271081 0d4143d2e791a109d98d8a32086f34b22fd5d493 0ef7fdbc73c2b85c52e22a38cef1d47a505dd486 0efb957f1579d2c30d6b82a5a8d3a67064093396 0fe22de75c3ab5a0f4b85d64e6ea99857399e610 113645bd6d2140c91e72556ad22ddb75e8e59dc3 11b6a3af3cc97bf62e72cfc031c451cc289f8d58 124ca414e5383f26ce0575a76d9750fce2e779aa 143749a9b41fdb8af75086164dbb30fa16ee92cb 192753263d7a12edde0f0989f8ee96e92b97a698 1b6a22ae1a3f5c4033a6773dcb8b7ff84a903ac8 1e51f8422ce21a6136b095a691eacb482068f1ee 1e74b10bfab94765b4d4a43e257d849e5a74a55c 1f330fd77e61e9bd0dec292b0bbce4fddc46ef40 1fcc9d80eee34ab8fdd0e61c44a64aa37961e297 21608996387396ea8c06c392aea72552868bb22c 26f9be3cd4f1ab4cc589ca0d1398b238e637f382 28ae6449e66852696a15683827eb2edd3ed3942f 31ff8d3cfff11f9fdf7c93869b6a137c0e723dca 334d3470fc17408624137bde5d51a5934112f793 33e5add592c9c5def9fa94148134fd660ba9416b 34055a273cee3d8a8c072efe9465be3011d40360 3c41c9500d119e34ea250815d0aa039766c52e06 3e72a3d1faf317dd8383b0db5fcd281113cc0277 3e9a1036050d519ab848f6c300512bfb639e001e 4046e20488b0035c39b4adcc1957f0f19516dd01 42800873a4ac8d3e4abf7774b05dda96f37b4a12 429c2df6086ecbab326108c813405f16d22918b5 4964028cf4bce303abeb78ec42ad19e48d00d449 4c98da8c4227f7549833107d0d0b4a5642de14a4 4cbf32a7bf1f9e5ad6cc7aff04449cbb56027234 4d05a9493d77c6d5a1651b58d36cf1539d9d3132 4e416ebe743f2f2a873f181a81289e3ec362f74d 4edd0d52fab2f4020b63521e4d0db0b228f38717 4faa85e91de4ec387b7f936dabc8ce50ee41d390 500a8c9f1e95792a1bb14e22b57091b4227059b4 516b7befaad6cf73084796d291b2ba8bfbd9fe54 53ba3ef67529f78a61b8eeccb224a207b090989d 54149933eb46e4869e09b4851b9e95a5ace6c390 59e1b994b6f85bea2fd2464a47ced54626ac5eee 5f1c6451ee346c760afcaa5177d30529cc49d67b 5f38bcfc09144385717fa900525f5f6df0a526c7 6042e2c3a3968fb247141894b896ca05f8446e17 618b5312fd302f55c83668d559fc5f7a0992f907 68114c9292e1ea167ebd95ce9ae8d0c4b4e384bb 69f14fe9427eebcf29b7055daeb8f3f222d80045 6c0d1eb2f0689b0029f8b9f7234b7ba9a485f81c 70383d1372ff46d6397490c2c60f8fdaff0a2f63 73058780736eead67deb4f51fc6f140cb00acb78 7430259d6baefbc92acbcae1a058a3d3861bf16f 75905f8aacf781de70def7a2dbb7961d4afbb503 75bd6f93c9442de01c9e4ce63fb3f4fad23a92b5 75f84071a8396a80aa551301b5939ba0919f0c11 7818f7a3905deebd01f692e67b04bd596ec4476d 7ca2efc8ed2962c2948849b41293f13db9f62a90 838e53d85d9e873a78ab3da8276ef1bca3edb968 849eb877f10be62ad23606e1f25a6544c1082740 85fc8069c63425dfd555de0d1b984b8bdcc4d3b8 86696f4b0c1841c3edc11da3938cbda89e7338c5 89d268c85f4031857c7be2855ff90f39d22918b5 8c5029c56e357bd34a001cad1cb695594d1ba234 8ce8f0c1538c3ad0b3f10251927988e7206ef87f 8d2c734240afcec002c8bf576110930959ea5865 90a0c5cb84be6ed9582955dfefc7ad593faef342 93bd0f2cd9fdb0f18222ab10551f1321bbe9a9b5 94cca06f265607e092bf0cdebaa7b2186241fb8c 9696c26be6d92a5c39f506a2a0b5e8a94b7d4fe9 992997328785216733ac4f068b69803f268b344f a655622b4e190dd0203a149daf9c2897e05a6041 abdfc8e9d297dd370c728ff9607bbbaeaaaac1f9 ac700390ebf641d637d89327eba6281956a0b3d3 aeac94977fb448aa4b34e36f0914976cf572bf29 b22f433722d41f206527b44661f357946fe0efe6 b32c1099deab6f2ebd1b2649ba1f56c874da00cd b420433074fda475a6f6404f6460be1c56a02055 b51e9ba1d3369dff2437d66a78da928b03928b3b b6dd9cf0818dcc2589161c404fe11fcb0c1de756 bac58214238496567d050b5b8411079b9d0d87a1 bc5fdd04a09d828202ffc0e3f2f7f3f66c7762e8 be66707b3bb23d129a000a0fb8ec4b51005ce849 bfc97730139f69f5547ee2be718f6562b9dcb607 c65b4f0e89a03524b44334ef1ccffccebbcf4d17 c80bbe0f5c900426fd2944001c99b6663702994e c8b76e2217cf4362ae1d340f1357ce223405784c ca2709f807a752168433a0c4b7cf25838432e67f ce7212ec839a29ac5f53649ee60ea8166a4b5cf8 cf50eeef30e884b662b83b522eed08b7044e9ee4 d22a74bebc101eff29aec9e34da50a6d983a1cd3 d6e7253e702fe2f3170060ae4abd55587f1e05a8 d7df958d6ab8ddf7443c2b506c77ea56f7a2da63 d93616ce0688f34f20764598a1b622a6e8350f5c da497b0c711a4655ed15eb3e6583b6b0626a734a dafcdbe7a53c384434f7d07d08d45952b075984c dde756c2727f085191b5a9c62cd77f644d0d2446 de87b8662b7ece9f988c401311aad2d95135e732 e6c0b15e60fd0506617b0215b271883f61c015c8 e785dc650310179a518b60325335faab14bcd659 ef1fb8f00be09952aa94919d88c557b8785c6f6f f041b9116e7228e706d7fab2af02c504e144efd9 f087a0583852742b67c08f5f5f9329c39f3b77d2 f24c151591a52b78b395188d078b5a1017fd1ead f3db8294706839e8dae3ae8eeb225a4593a97cd5 f45dd048158783690617e50f1e9028700d78dd17 f58314505d200196dbd809a6c0f51162e37be107 f87427753830bcea4567f17d0c54bdbaaae4df7c fa88bb711ecda4b1b86a0625534b6f233be4b2a2 fb12b3704e22460a04f912d91332da875be244f4 fd645fe7f3e8e55fb44ac2b795a9781c9213510a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19056
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2-16 (>= 2.14.1), postgresql-client-9.4, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.4, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-9.4_9.4.26-15.pgdg26.04+1_amd64.deb
Size: 4010792
SHA256: 69f6b3bfb45d940f1d6ac7b89648069d8cf2349807bc9fa34962ab358e01704e
SHA1: d4ac72bce27df4a793ed44bda8b5cd864164b232
MD5sum: a3a5e561d539a3f5731a7119a811623e
Description: object-relational SQL database, version 9.4 server
 PostgreSQL is a powerful, open source object-relational database
 system. It is fully ACID compliant, has full support for foreign
 keys, joins, views, triggers, and stored procedures (in multiple
 languages). It includes most SQL:2008 data types, including INTEGER,
 NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It
 also supports storage of binary large objects, including pictures,
 sounds, or video. It has native programming interfaces for C/C++,
 Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and
 exceptional documentation.
 .
 This package provides the database server for PostgreSQL 9.4.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-9.4-dbg
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19467
Depends: postgresql-9.4 (= 9.4.26-15.pgdg26.04+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.4/postgresql-9.4-dbg_9.4.26-15.pgdg26.04+1_amd64.deb
Size: 12914576
SHA256: 193c1dbcbfebe27582bc2e9f94084e431c687e6398acd3bca0c03849b47fd4bc
SHA1: 7087a4cba8f34cbd3190d3f6bdd5f1da1123a48d
MD5sum: f8cfba56ca8e1e74990a7d43d4c92b17
Description: debug symbols for postgresql-9.4
 This package provides detached debugging symbols for PostgreSQL 9.4.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 005952f77237219fe18f44baf38a792d4f55cd3b 00896494e1d105bd6f7bb8a0750bf3db9b4daed8 0518abd2a87634e4b4267e58d5ad7b941a07debb 0a23d12705a3cab0bce3f2fd4958aa1f2d232958 0b236099a710029b4ed19a9c3b5f2e954c669fda 11ed218e188c132955437038ef47d0b4cf9543a5 14882d27c91fcbb9558071cf1766b90774b73201 17976c92c8689771026ccf0add99ce02f773e730 18685a3c84a58dfcc809a50bccea5544b2f139ab 18f49f43f173f42e6b11d0fd43f84e38c1600fdd 1da9287a140f8d5d5cbc70ba456115101c03c796 1dc7709bfa62817520776254a4486ebae4648040 219ff7d41c67deb48ef66f8861b191d549cd86c5 243e9fa442562db566c4893059620aa92f8034d6 255924cfddfe36186c31f0dd1663fbc845b29888 28ec2ec4d34fa9f0a2eed28d2ea7cef2f492b0f8 2bfa89f75c313c465cd7b6b0ef38a02991d87564 2cfba782f4933ff88a73358f605b25c3ddab86d5 2e934fd310c9a21780ed6c8f309aa483b8ef5613 2f9c01c93b84f0ea478331a7ff8e39be84a43be4 33ae7146818197aaaceda8236e165682c1890b5a 33b4085ab8a640767e22e991db46a174bc9f0961 34696192562303764ca442e14328ba74d41e2e55 38d68c05a2857728dbb822ccaed0a9fe070e24af 3c320d19703ecbb47fb7ff9310bb71de91b17327 3cda8e956ca22ff68bb6e4449a170354aeb1f2ce 441876433d888d8b42d7a99201d25e440abc2841 4821c48f9f0e8e9b6dac1e856400bccba2ca401d 48667d3b600c83fb469a3c944b99c6a4455610b5 4d8f22500e2b4699c7a9272c87f0cbc50a95f05c 52479cdaa955a50f3ad9e397c2be4d16d6999ab3 55520c0a1e29602ef0e48c5ea839e65842907f9f 562763851a9af4f56143f27b36cf00653edee4e4 58199cde4f3c8d207dff7c8aee8218cb75b17e8c 5af19247451ab34a7d33cacaf3f65189f23a3b57 6042cf876f06239abef4a8e30f2918b022ec793c 609262dc343c9e73aae090906ba49e55e7294ab9 6273d6f9c5bf05cc3d5b11a18136c5d325f0921d 62ffcab8a49cda239b2871db4a86a66041cc05b8 6312625936e77b01134d4958297cb4fc27e65a30 64f6f7af9d46648be43bd5423867dacf8ffe193e 6592861c4b4eb14a0be04b50426b671ee9038204 65f68a9ed623ec693b8a6515cddba1b4b3dc5300 67995e938f986e602782d1cad2961a59e4386ad3 6cd47ac4f984893fc9bdf2e18498a0d84760edad 6d2029b2f6149d85248a694d0f33d44388669e43 711dc420565e2daad7492991d2e24a038289a986 73bdd36144ca4b10d7a8433e13225f95639ebf27 79bd5bac188b89be1dc3c17407bac51734be6b5c 7ae297423f8003fac64edb2bf3e607a38daaf0b9 7b9197d4acc33828ff83623f7bd69a41951c3cf3 7bb810954b1ffbf8a88d0a00201ae92c8384497f 7be38832308193bd922a7fa7439cccd3a25b76ea 8110160a83f2c6c4514bbd1f967f9b18eb302ea2 84b22865619c43c0c5d94f18d9e94b7b68736150 86cfd85a2f5ed35fb40da5e53b508f824f9d9d07 87f7c636761663177ee14a80e373f0ad901cc318 8c7d38bf529610eec53e87569c1de81ea4a65b96 8cd39139d173c5183baed4767c241175df795bc2 8d062599b4f0e6f0f61fddcee204b169d6f6f9b8 8d79999dac7b09796033ccab4559518896ae75f6 8f155f8a91edb36221d03975385e8d8f4574aa6b 917856fcac3e2be2f72ee8d52b01d24d22b70b8c 92be52c0e7cbfba2f0a3c8b5c22d3ab40f68b53b 92cbb5c9421f937c766ad64a7f48e48bc7880e41 94c4088c6cda82143d78559c41ac00996f45ce4a 973257b376ccc54877c0efb0f2d0b3db403acce0 9742ff9a4242c92eac6d3b99bf707d9c5fe2bee0 97547e6d72ef18a806b9b576185c64781cda9989 9a2585366c6675de8a143767374d355e45b43094 9ac361f7e700cbd2d10799099ec4c806c21d480a 9b9bcb520de91e0ae720180e18b4853dd6596a6c 9c0dcdf8caec6bdb05332290bd371c43755c7dea a108bf12d0c10d60440092f218f880783aa76548 a4e8a66a9b7fca6e5b11e631edd9fca8d3f36e60 aa7a09437f130728e33b0fbb7b3193df4851543d ab565a4439977eeaf1b3f7fd88b35670ec2e4e17 acca04eefa882e33d61329438f961de996d1c953 ae711ba7541a50d3cc53b8189b8605afe49e21e6 aee8d5efcdcdba44c9953febaff8ffdaab1f36f2 b0d5cbdc6f29d756f17f2402da435dc023fdc76e b27e4f6e92c46ba25fba8ec5da30d9f1aa7638f4 b5a7ee0f9a8a794297a0dadf196c0a59474853aa b5bd7d9b7d21f1a1dca15da3624614bf420bbddc b8512add8023485d5cc2979734de03c2db18754a bc410e6de8cd77eabbbe41ca6e1b2e9eb0e32b71 bcfdbe997a461e5e1909e9c61bc461385f28e901 be851263d3c66f0429adc5fe39ef955e5ac2b3fd bf06e65733b0c88fb01bddabc3d64e08ed97cba5 bf1dbb81226d4eace2522ba12fa4cbcd7b42899e bfe0d1f1e1cb584cf51575ccea43c43c97dcb9bf c04a71f7ef43f4c42d8a888bb8e0793fe11eef0e c0b882dc7ac8c8584977c0263125a46f99039ce7 c75f414bdc0e1757b9776fded80bdd03032b84a9 c8169017e5f344cb06fd791dd818784f72a24f46 c91a260b9bfa3bc492346205ec666d11b53094e9 cdca5477d2640f3cc0c5b929edb494d972a086aa cee52a368fe0d356fa76b2ed1ac2cd97d9618f04 d02142d300919952d981b44e134c9906e3fb90d3 d39aff8af51e5363bb742d31b38fadb5015c66fe d60ad2a691e8694de300b94645c57fbdfe3f11be d75ce124873a9f3ead9e36466433455b92abedbe d79945eb5c3018cb116a8ecaf1a871a35324bc74 d8a5901c9e28e14adc49dce10d02f1bf5cce6dd2 d9063a1d0ec8ffb15b787e1ad3488a72b727eb5f daff09716a969a0e3f15451254944de64574aa6b db26c025b5de0e00b8e4e7b831ec38eedac73983 db7f393e63ec52027fc1ec734b1726ab11fca9d2 dbd04fd14a60b8fd821b231c9090b4ee537899fb dc6c86af57807747103b87cac234bee61870b244 de9e399f9161c55a69d354f8d35f3d9293afc0fe e1ff3e12704e443db2d5eacc9c7b1a6d02beecba e347fee24a41f50ebdfd699b80f44cac32940cda e645a11858203398dbab19a1ce4e03adf8b11ac3 e8fa05de959c97dc2eaae24ad424ba02c4fbf133 ed1e46b230e49fdb5ce67eb8ada03b6c1866a7cb efaee7aa9d81326876dfaeffd81a02c2da975931 f6a22d90cf754876f1046e94820badfe27132f30 f87127c5ace1710a7861938c50be26430f13f1e9 fc5a3980041abbd7db494050b8b77ffbba606a3a fd0416d1cd830695f9dbf6b53392714cd4357416
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20305
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.0.0), libxml2-16 (>= 2.14.1), postgresql-client-9.5, postgresql-common (>= 158~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.5, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-9.5_9.5.25-13.pgdg26.04+1_amd64.deb
Size: 4357036
SHA256: 4e64a3a3fdea8e36555fc74ca02e6620cb1cc22f2cf63e5abe2f592c2e31cab1
SHA1: 8952468e914a75e0eb013fbdcb890a33bf29a858
MD5sum: bc1747fbc325d61193091e4c4a9e9ad8
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.5.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-9.5-dbg
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23488
Depends: postgresql-9.5 (= 9.5.25-13.pgdg26.04+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.5/postgresql-9.5-dbg_9.5.25-13.pgdg26.04+1_amd64.deb
Size: 13659140
SHA256: f872d867ba49bdcd63ff264424b49caf57cf2c21a646b6ede8afcdc40edb8ae2
SHA1: f241548f0dbced9f84d3e76c4795f9aa2f9f0237
MD5sum: d2b8ce70c1589e7c4a4af4bce9545708
Description: debug symbols for postgresql-9.5
 This package provides detached debugging symbols for PostgreSQL 9.5.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 06fca93198566a9067805b3d1d957051216131a4 08a81b84861d0c9ca190f6fe3cc0191a8f753eac 08abbe47cd7bc7791a15ca0f9b87b1363d21047a 08e225208d78633e288e65a0e1b339d868071cef 08f40f0b6b5fba36de0c75940838f30b55d61ca0 0ad6a2ba07dfc042b3f56bee9ce23eb296a976e3 0d0a99bb2df3c549125b86d66a9ac08534be6b4d 103d31e89143fb4b1d4f7fd61708cf4fb9cc92cc 151d6456d4ca837761360ae9079f4669a44ab72e 17ce4e224b3f735737bc58f59cf9e14ffacdb492 1cd397e7dca4454ccfaea33461806c4d1e54bee0 2012656e45267c9c178e4c36090c8c52d5f86dd7 220df74dbc915d86abc217c4a53d7c7e76ff2639 290b2c796735bf25eeeb0c48b9f79eb096831d37 2ade4d21adcc7427b350086e807e762acdd8639b 2e01a1919289edad5c626f78404b8d966e766b3a 2e73939c98660e4ee35036333a4d4078312b28ae 2e8f03206e0e7043a65ae02748948c0e4e4b0772 2f3d5ba5bf4a4d573c88aeb841057b9f729849c5 32c51d1efa4bc2c806abca67db3fa16423da2bb5 330ba7a5e01d5d55f04480ae0e595cf668ef6940 3541de67ff57178e8f8ca98f3c1ec4b29b4fdb8c 3586d348d40da1641dac3bb157884812de7f3933 36e471bb31144689eb02dc638e0dc1d15e54c435 3aaf46000eb865f42868698d06af9d23f1ac0b5b 3bc4220782e6bdaa1b5c7c99a0eb49eb72abff41 3d1ad5f835109b6835ac76915fa6b25f9b56b7eb 3ff43ec0bd6fb91d82d4432720cfdeb77c60d63e 407c24445127c5a46962529035f060b1bb44c80e 4139b430e9aaff9f28aaa0d2f81493727546bdb9 444f543697854f56dbc758bfdae728df9456f133 46298f8253581cdc3ae89e5b339549d38ee0b2ab 478704c1a01c6c6e07f5f722e2e71222e1e24e70 4b4ffa22891f0f517974be382132b5922e39f954 4b746cfef484f77c175a6930841c9121af146e73 51fa49a4a5adf2335ba509fbf865d9b3a56e7fb6 596652d089d44aeeca4c147d58dbfd64bedc983c 598b310eade6c3e050971db5c8273599dba33a78 5f581b67afd279b050a36dac5e4e0362755deb60 600a38d5999fb7aa728c3fb05bc7fad180423a50 633ebe8be4dda5a7277c2b3470a65acb1a91abe8 6419bb2470caabbde62a1fe6b89527c35804b9bf 659fa12751c3310b6be00fc718ef5f70f4246e4f 69031ee0dd482d656a787c3cfe10c41a29f47d2f 6a9004fb4dd10341078056983e5d44eac25fd52e 6dcd5ef2e4585bb39dc6970b5a5d24239f663b01 6ee4b8e22d2232bd793d23e8c03ccc0588acd24c 6f42e94c503d2bf3f228520dc3afc4dd16fbc6ac 6fcebbd371e4ea10c61d2341ba2560e7b3116497 70922fbfa28f35b832e41d6574cac2e140536e64 776cc57bbe81b9bcfb06b80c7d0156609f076c2f 792b362d47a07b3e6322798802b4d0021fe318cd 7c36f379bdeab4cd7dfb9d12464c3858bfcf2f43 7e26b24ddf761180850d328d7dc949f47455221c 7f4fe405355d9d1cca632db33342d5e719117717 8068de5e23f861264607086c883ed726a7909a8c 81775f39f9bbac68722c15580f31c6426f9f2e6b 81a8108e20769f78cd77b0e16843572b8b471db4 8789603b6bc6758e19f058e3dda30133f0c59c80 8e72667f605242bd0f2edc3dd678dd923f2d56ba 8fe69032ce2fbf311ef31c26d4131da9dab11b0d 9167473d138a84c366853a5561f1932af29275f7 98362baa4b9a532237a4918d4edd89d01d682014 99994d3c2c703d0b3c121d597b110b28be41d2e7 9ad623f1da3bfd29fc7289c79d0e0411011a2931 9c87aecaaca90f2813b1f02f2098c002b9c8a327 9d32b2ab3087cb693bd6ef49371c9c32829b4d58 9dc44e6c728f2e0ccc6fceb92e89fbc4471a5556 9ef24ce39a2adc9cf5b96f0bbcd2c3602215c49e a01a59f3aee99478eb1bc33acecc0c3ca246b359 a4eae0a37f2dc1f559d738a6b122d07db117fe61 a5744db24fe8ff69d0aaa775c40415f72e333b99 a5ffbd935d2cbf7487b9d7fb746ed9f10bf35513 a7084e00e0d016a4afee4a7273b7bdd2b095bd20 a8b5e4c74b6126a18635e808dcd94b736a510718 a8c2cc577cfb41d759c203fa9759a7e8032746e1 ab671151ea6c8dfca4fe202b108a8df3f781bb16 b0b5bd8e968cb6c472826d1663123e492ef493c5 b3e45911900861e33a7e06ba955a7d8f31f91a7e b5d648948f6b2394b1f6ab8c4e092a0b54418107 bb12863216d0f4055a278d307999a7b5cf74aa5c bb47d9760c9ab3a77b09c0e13b1b667948b2f29b bb578b5d3a6c19261f962576a2c4cf74a23f0f00 bbb0024deced0e66c9cbde52017f27ffc322997a bf82275a8f3fba4418d46c562ef7725631ca8b1e c3185b898dc422ee98aa8a11f9fe1ab5b2cdb6d4 c3f385df8d14f6dd67b994e0411b984d312b28ae c4714eaa491cb571b5d035ab29f3b17bf81e3aa5 c53a36850575dc1de94bcc093ac487575a0c4c2a c5729f48df916ff57fe6194665aed41595a3eea6 c84701463823e3125f533a13a69852eb2d061501 cb7ab8d955167fc826e512f3cd4b6cb761b1160b ceef992b70eea1337795dd3e2f0e8098de49e52c d23b1ea3e3482714132581a409f09c9c27e88398 d425767b4affbd9dbd77512bddae36590e1d3243 d47f6730b246b15d3aee06785f3db49d97c282c7 d5ad34ad3c0760aaf70f18af0417eece187970ab d78bd8de8d65a1691d017efa867e99b6bdd05b41 d8ec893ee9fda70ac5b2bf939a785c9644e6db6e d8ef2dd2ff8528c5d7b517ccc858c56214b4af96 d9ee6f3fd5a97e0f05a7119c37530debaf691f43 db0fee921b916a0dafbf85955bb06ebcd7482309 ddc9a51eac0146eea4f51c1c2c6c6ddd82062bf3 e04ba00e1398a8e013ddf3e1131a9b977df6dd83 e0bc25e84751335334a841c6a7a65d8b272123b3 e1b0d0d1dab13dfd82671ec4ca6b9ddb7de17cf0 e34dd6512c8ca8da551a0ad4ba3e836b36c2bf2a e5de553422f26c5a3e063f4126bd31adcb1c82a3 e8ca761d2d7305cdb16260759b0cbd7a524d88d9 ea7459ec7eb685ce18b4d3fd1fb66f0afc13254d eb2b98ce29fc9174c28188e95fc8da37dac1beb0 ef676a7fbe2fb69e4c111eccbd23ff4b6ee988f3 f07b4649e9241c5064d1261778a6989308a822c7 f212d8e618defeebe0f9fe838eb2546329c79b8f f275f9d10fe0fb3e829a87669cb0344968778ef1 f2d6805f8e44f63624667b0623ae118caa4da55b f2ff0c1842913ebc8b7f0313eef362283a31dea9 f596da72b0204732eda8898f66fca6d3044a07ac f687ab142b8088847704a956b7f7d242e67af427 f95bd6e3cfc41d90aad1637139d72f1191312a7a fc8f2cc4c96125bb17dc5e0d389e56151cbb4ba3 fd2d6902882a7244a25b0bdd8da84f5a29bbe8b9
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 22080
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl3t64 (>= 3.0.0), libsystemd0, libxml2-16 (>= 2.14.1)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.24-12.pgdg26.04+1_amd64.deb
Size: 4653724
SHA256: ef3524ce563227dbd1ab06e7ce73c0d8529bd0c178eb09fb81a8bf37e0791c3d
SHA1: 3fe6dbbe9bd2d6fbd9ccf09b8bbb808eb65d672f
MD5sum: 5c3ed0dd5130fe8340e1dba69173c2bb
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.6.
Postgresql-Catversion: 201608131
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24545
Depends: postgresql-9.6 (= 9.6.24-12.pgdg26.04+1)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.24-12.pgdg26.04+1_amd64.deb
Size: 14481732
SHA256: cbce1f8616156c00bdee662746e3b8ebb147935363bc3be4ad72404c8e65ffe8
SHA1: 110c53fff3ee052b2c8d48ae185410abac6f643d
MD5sum: 03250aa9376e430e65a26a37ea6e4857
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 0267863701b9cd67545610bcd1862631c5c50826 027d0560f113149d1fbfe2a3b37c0c20de727d1b 044bb4fe220949cb4ffd5d659b8a1b3a4c13f14b 07c6f326ce924a36efeecd54a28dc37152ef537c 07c897ca53aca0ccd81e846d02f79ca9636f7e35 087b0ede8ce037c570bc340625d3f24b9c621d98 0fcad4d2f116b2644b207848a15fc81b853de672 139512b44e6cd4e2b62cb9eb2007324f236d3291 14aca651f9b06e94a972a1086f20ff1af3303e22 1657da0fdafbd511699c1b4bec7f55756218d563 18825fe122c2df6ecb6b5c9c462ea80ce7066150 18f088397f362bba58af7adb16b81b70ff38312f 1ba565daae5a340ced6539d1d0c073ef7b059731 1dbba60e022465c0be5cf329c6487b89d4d153cb 1e25226f2733fd6ceb26e872e65f445a9490062c 1e5fabf2f3960845cb7df2880f96da41e365f6d3 21f6d4f6b3760f073d960d5e3abe23eb3c5928e1 221656287f785417a5a8ef2972ca51f4a10dbf42 2289d85d30cbca50f8a0331bddf92506bc9ff499 264ed1b1d377a2001caaf1d7b61ab09d3366209c 30ee769fb4f3add1c452def6c5f0fc4b03da26a6 31c3902f718ed72799269b70b02dcc34f4d73c16 31e1bbac8e4c9974df773557930169d70a6432da 35c8d2b8c0241c16ef2987ee63c3e5dcc3fd8717 36503dabd0bf73684b40ab257c6a09eb9d8cc064 3b5a9dc89137390fd3a347b32cbf034364b722a3 3c3fd788bbf8b86a379b2df39c6db1e200f46570 3cdb3774491e54ab2540a52985632f82ca951dc4 4f3d93cc2d96719890f65f26edabe959fbadea09 5030f493b36cd19bc475bdfc9bef37bcca967dde 503205a9e789207ab02209665fd4a713a5b333b6 50eff81d26a41de763083d94a7d0dbddedcb43ce 5319c0be40b153143c0e481a98eb40f13a125ecd 553bdd994cc1f291840d461df8dafa2a76ca6534 5559e9ea9e23bb58cb7e30112e0284e555c96c6c 57e3338498743d27fc30015c9bbae7c6b6c7d24f 5c6d3f182656c7145a29231b985b7eab688db6d4 5fd5ce13794500b829dc74bb9afdac6b4b9dbaca 601ba487f5621e5671769f456da1b89bb2706a6d 6143eec4c1dd9b5fcc105c7ac6eb6af878b7323d 6207864981529576813eda24137556ca204e0b69 64092122eaf2963d1f9f28413a1f29e4b08b60bc 66d5313464912f461b118327c4fb5ffb13cdddda 697daeb2576411c6b51fff9d1d6fff5738384875 6a68803172d3e965f9f96c03c8d9008d6b899ec2 6f5309b79f206475aa91263e7882da8dd5853793 6f72fae1313fdbbac3f95f8fb8e95b679092ba4b 7190172ebb78d759d4cc17b950415917348e22d6 7239e51cbc112e62fd712805ccc8f317fac1bd9d 73aa4178f2b30b6de4177596f76764d51b5cebc1 75bd0ae3576e5be797d319e987170d4c7fe1318e 77449af1dfca37f45bdd3e3234dedb017b3f6ebf 7862c15c1ce39db7990526ff8ba8deadbc86890a 789c4519206ce4afc2000206c615b39d78bc2ee8 7b21af6529154453914c755b40eaa331d47117f4 7b3e2a4aaf32f20b323ba956e6f9279d2581880b 7cffae4707e13bc5a372ce11fa78eebe8da4bff9 7e14245c69e3b09d1b7c2cc26bf47a118407d48f 7e75d362df5b2640ea28a2fdf253c179d4e761c7 820663ffbafd32630dca8a8dca7134eaa156d383 823d33863c054c44911c46f672cf4884191dd0ec 824e8a040f1072bf7174b3c7bb5e489d36c7a10f 83d491228c635026bdc73bd7d2358e932bde41d2 8641dcd0ce1c21e4b2f9e9b536b5f09f7f2b9cc3 880084b77548bda7e0fb99f23d701bb9995efe32 892da65f329d86d6a1afa58abc399b1ded728032 8b79a5aae8117a515945fd09cbeb642c1ec59548 8c308ffb19809387028dbd405088b13fa46426d7 8ecdfca7bf86db483cbb8989ed80313eaeffd835 93350cf2a616d177b3c76bffbedc130f197bd4a1 94c316431da97cdd87f1122ec6ec5b89da565528 9813731596cee37aecd4f96c8b93065258ee1b7a 9dd0affa1ad4f81a7eee0ce5846498a961661cf3 9e961d3d7765687142cab0bfc960f4ed992c9b04 9f04b1c3d165c1f7ebda13c0793a542e366c7f47 a3a9562cd0abac342e30eca02e2e72fccdce4c9d a3b3744c8007f64d21e4e79b19bbbfc8ca1368f1 aa2578e6fae0ade52881f55bcbe4dbc66b11fac4 adbc02c3c0ddea715d11556d6008f58a15a36c53 ade4279e04e3e750aac6e31e589b9d4edeaa650f afdad8d6aa9d9d6b16ee07e95e609e669233f7d5 b0df9a22e3b690efe4298768e34b753ac3e8a345 b12acdbd9bdd10d230ee50f13dd17c4919332e72 b1a6d15b7ecab19f447687f176a0c021ff049532 b2d10df171dd23838b743d1178607859ef95d751 b3439b1b3082f0988f04ebc9bd4cb14c0a380635 b4a1586c08e487478c248cdbf16f88742dc23886 bb493c9ae8b92a1977e496b79abaeda5ff049532 bc8afbf1053f883474374a98b96fd5fc349f2907 bd304d2bd41d55ae71da6d5dfb730f6fcae74809 c14f9c9c965c519f1298959b7532d549fcd88fdb c2597a2263272add1fba279b04617f0af41820f6 c3ffe360c8dbe9723630cf0fa9e6341b2886df31 c7309db6d4a2a28200d9c136a772aebd311755c5 ca0fba536f02ac34b5ae14bd77e43162df84befd cc71d7feca52e2d82cf7a54460dbf7f440631328 cd27f5417104ff6b1c11fdb0fb88a45f79eececb ce0e5e9abb56ce757db621fe00cf40f997a72d2d ce2f1a2b5d4ff06cdfb33f3170c474aeb70a8e6d d2d44704965ffc9c5a6edc858b50699868befb33 d42c32edb4d384d17df05a32ddeb9d77defa9b9c dce8f49a5db561ba1aac41efa3dfcdebc3353c57 df6a1e773f982b31f7be2d23dec123501fbb7471 dfa0dd35ceaece66dbbe0530e4c546a43e2f86a8 e2582ff3ec343a5903d5194f628e2a5ab69fcee1 e2be56976cb848cac09bc7ea7cbf2f128f77b8fd e735d2bb5bb4f57b3b1f5c20c179154d54e56434 e88b5c79db84c3d340b8c5efcb2efa4b16e9274c e9bc4d96a34ce577e313ed60c8a3f471763b33e7 eae416ca3693d6d000286500196f53f425b3f886 eae6f019e4eb88afceb5c6a5fb150512291b44f7 f0d3abb9044d2539d58e80a7cbce3976138452a7 f2d4a0b48dbfe1b72b59ef9eeb738fbd85bbf9ce f45c411a1bb36e2df841e22159a3387b39e7acf6 f4c9dc12a19b511276737bac8939cf205037ebde f52b2182d003f3c1c4b4be396d2ca65011c810ba f7a696a0f38a8e4963c3123c16d17bc0c11288bb f88ed5206438ce94fc5a7b41d78c00753155b4ca f997c6b41f143af84f1d3e668ba305d898580e0f f9f3657de9a1fa46962842167faacc22426f6b8b faaa4139289a8b4418a76b9f6389cda3947f5189 fd1193d1604858dc0e6a0128732d31bdbf501589 fd1fdaa995c9945e64c6e45ee27df94ce8ed019b ff3a5c32e9507e25ced4be9aed5c8f9c90d5c512
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-all
Source: postgresql-common
Version: 289.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: libecpg-dev, libpq-dev, postgresql-common (= 289.pgdg26.04+1), postgresql-server-dev-all, postgresql-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16, postgresql-17, postgresql-plperl-17, postgresql-plpython3-17, postgresql-pltcl-17, postgresql-18, postgresql-plperl-18, postgresql-plpython3-18, postgresql-pltcl-18
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_289.pgdg26.04+1_all.deb
Size: 15312
SHA256: 8c78881170acb738a82ecfaf551860274704c9b190dd468b222f2ce06f50beb9
SHA1: 98c29123e8cfcf9f69d73c334ae6aab8a5a79b05
MD5sum: ca2c18696b5b4510419c8bc4b884ced6
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 PostgreSQL is a fully featured object-relational database management
 system.  It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects.  Some of the features are:
 ACID transactions, foreign keys, views, sequences, subqueries,
 triggers, user-defined types and functions, outer joins, multiversion
 concurrency control.  Graphical user interfaces and bindings for many
 programming languages are available as well.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client
Source: postgresql-common (289.pgdg26.04+1)
Version: 18+289.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-client-18
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_18+289.pgdg26.04+1_all.deb
Size: 15172
SHA256: 123c6192fbb3699a1033ffef712dd2e474f88e93531ddc005b0a0d5749dd6e39
SHA1: c3b08f63d198a0450dcd167af604dbc5dee09d5d
MD5sum: 114411e5b0ff3b836d5d384d68fd289d
Description: front-end programs for PostgreSQL (supported version)
 This metapackage always depends on the currently supported database
 client package for PostgreSQL.
 .
 PostgreSQL is a fully featured object-relational database management
 system.  It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects.  Some of the features are:
 ACID transactions, foreign keys, views, sequences, subqueries,
 triggers, user-defined types and functions, outer joins, multiversion
 concurrency control.  Graphical user interfaces and bindings for many
 programming languages are available as well.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.23-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6041
Depends: libpq5 (>= 10.23), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.23-9.pgdg26.04+1_amd64.deb
Size: 1520918
SHA256: 1db657df126a9336a2ffad62445c818b85e8ba7b8f5dff807911a60f217d4453
SHA1: 639594285c1e16d159dffc2af786e6537af29cb4
MD5sum: f7f98dac6c4ee0309c13c0dd75ac2ec6
Description: front-end programs for PostgreSQL 10
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-10-dbgsym
Package-Type: ddeb
Source: postgresql-10
Version: 10.23-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2398
Depends: postgresql-client-10 (= 10.23-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.23-9.pgdg26.04+1_amd64.deb
Size: 1358914
SHA256: 1c754bd41ea5315aa043246df6ee97ae947d90a925fe58587396b110a9577397
SHA1: 7849e8b57e4d0811160d9db173a8c8f9eff5c859
MD5sum: fcbece1597fc4bf50d1e62a2deea6111
Description: debug symbols for postgresql-client-10
Build-Ids: 09d039b104a36ea8196c529983a96c7ba00d9b8c 0eec34da5c960342c7428d3b09c7ee8b0703b050 19c12542c369a61c33ad6d2626067e5cde5653d6 3ab08604bcaf9612cd0c3c015538584bbcf43e3b 410b6d34132f1f966088f9ec20134332007790fa 4955230439bf1a7529806d75f2a487c33be1b487 4cd58d4c7541b5d746180f3a6692cfb8860e18d3 99fb6b5d06cfb6d4c5d6549504a337bb8277ddf4 a30ba12c93069d962dc30fe1631b4cb19501fe43 aaa8b439aa6235ed6373c0396c57b3fa183d493d b885185445288e5e6ef93233484998658bf62216 c0edd36b6d7fb6b4597476e7dbf26063121d3581 cd3e5114ee548ed9eaaede576cfd7d999220be8d d25855fb8e352d4892a1832dde75f1379e5178f9 e1ea339462263202551401a03991555da907b4d0 eed2012f34304a808a3d1a019980303935de220e f82eeafe57e1b95e50fbd241297320e6a800a8fe
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.22-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6273
Depends: libpq5 (>= 11.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.22-10.pgdg26.04+1_amd64.deb
Size: 1570266
SHA256: 785e30e7129523507ceb1809b972b972499ccfc8dc51908589cac0eb9ca4cd2c
SHA1: de66ff7f338e11e42fb6c24cb95f3a3338aa8cec
MD5sum: 7fcf97c9f2f463e4ee919a3928e86f30
Description: front-end programs for PostgreSQL 11
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-11-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-10.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2439
Depends: postgresql-client-11 (= 11.22-10.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.22-10.pgdg26.04+1_amd64.deb
Size: 1373722
SHA256: 16b3475cee01b73acc6927f0c533e9e5bf0eb394328d174eeb598b508552f32a
SHA1: 60a74965e4091920eafd429b055affd3c33ebbe9
MD5sum: a78332da92cd0dc55525fdbc9c9f415b
Description: debug symbols for postgresql-client-11
Build-Ids: 1204a6ddd6b8547d916bec131c7ba0ca891ee28e 13e072a0c33e4b7919ce52655ff2f4ce0bf9a22b 1a49083fbf4e5282da9f7e8ae0606f195d4ae4ab 1e0e083dd9c381d7513848feb553608f74dabed5 36bf9b1d398e82079011eda3a839a5ecc5501c7e 392d8b16bce54ec8fe4164c46e03e8be28d2b4eb 44475eb16a0f81b1d01f30d96f7d3dd54bcfc28e 45676ee28595f0e5fdbe7af8bdf135ee5fdc9ba8 4f53bc8b6fe6b1b95bf147a2ac649c7ff0e336a6 651cbdd6bba598fb180a5d10a0200b6935967123 7014d5ec602ccaa5a5cc4ca7ffa37aa72c8c1ca4 8260d9c11c987752c5f1c579638f6243daa68c4e 87fb96bb786cccaf5e5d430e5155cc6a2ec816ee a0ae75dc6a9076aff056a99ff75377c2a1382242 ce829434b68020588f9bdc020b6cf8b2068e8391 e8af47c954ddc27c09a5d2e99553af13afb5c8ca f5d8572b61b98c2d40c523df21c9b41ce1e98824
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.22-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5838
Depends: libpq5 (>= 12.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.22-4.pgdg26.04+1_amd64.deb
Size: 1512026
SHA256: 21beb7b01b52e80a05ff9ad612100e5e6ce3ca632a9493fb4875e01f67fa6822
SHA1: fbddddecfd62bca30bf2201d4f0d83caa19fc6db
MD5sum: 09a25854610812a8f4b1d438cd4530a1
Description: front-end programs for PostgreSQL 12
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-12-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2734
Depends: postgresql-client-12 (= 12.22-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.22-4.pgdg26.04+1_amd64.deb
Size: 1495696
SHA256: 9d056699b1feaec92ed22495bd9df7a6ec0ff8f8f994acc20d19a5272933fc3b
SHA1: 214c31b86cad505c94f1874b172732bac97863d6
MD5sum: 44aea7b2dcade09fad9a55deb371ad4f
Description: debug symbols for postgresql-client-12
Build-Ids: 1337df0cca3e6ccb3d59e35d5f02f75037edcda0 1ca253afbd522c1e9426ecdf9582c303bb7a0a26 265afee5d3822863653c8b8708ee59027eae6a62 4e0b8dee6785e8aea834cc94081d5ac9c0e9261a 6ae048dadba38f4a9933eb87ad1d545f47cbaa10 742e913d07086ebff2e953d8c8abb6e8bb2f1769 8f0234e4d576196e366f948268501a91b2c57ebe 8f1fdea03db51fc5d2cdda60bddd44ae270a57c8 92aa9585619bb85f6430b604c2a12f63462b0499 9ddc51bab4811214f1b519927925cd234def2943 b302874ae792fd554428b5fdf15ecb02554f84ab c3f8ad42701b7e52c78bd9a745296c3b22fd5648 d23eefc40d63deb6320f3caf8ebf4a91c8c64d81 ef78cddbbb56cba24aa7a0b69e2c7752cd5b043f f7157f6ee7eb7849eed5296bc633a02527c893ec fc3990c91ea41e54357231257e51229ec4c117bb ff64299864ddfd8b7a9b3c40c2c52b6d9311beba
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.23-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6367
Depends: libpq5 (>= 13.23), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.23-2.pgdg26.04+1_amd64.deb
Size: 1546544
SHA256: 2f23b12490bf4bb6d40e1f6da15ee32241e5ec8d6600c36a8cdddadb8ef4cd10
SHA1: 3bb37908ecb0ca567fc3538a8943cf104970bd05
MD5sum: 564172dfd67664aa7517a278ca8338ce
Description: front-end programs for PostgreSQL 13
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-13-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.23-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3121
Depends: postgresql-client-13 (= 13.23-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.23-2.pgdg26.04+1_amd64.deb
Size: 1737156
SHA256: 68b72b0d6f096149efcf52541c99f284e6380ce7efcba9d2fd2167923c2b3357
SHA1: 9a597574db06469632c42ce23b799e35b82a07be
MD5sum: 7fbe6461c1a3ab22f92bd41d1b9e8026
Description: debug symbols for postgresql-client-13
Build-Ids: 0d80679983f5d29119bbca5726c76bac97444660 0ec221055609a6a1ee070e9833b52bf14da56753 2c87614f6b897b07b1362a924b7c0c79ecc5c80a 2d1f54938ba1c276462976888ab9bd73d82ad695 397f55426ef4093eef8b2a0baaf2da4a624168c8 41b4f73449f87d46c4e1906c351be301ad0fd4a7 493e15bb44b1db0461397556b526b3bf36e268ce 4d47eeb1cb7374aad3c02579fdd968743dc2ff21 5027e365c9003f79022c98fc6d6fccc1273d5aab 77fff70cc2b7eaeffea462910e17a81cd0e35d30 78a064132fdc18fbe6468fdd3c0ae598e39303b7 7fbefb80d13b37a62c07c383728f2c91a3359f74 97db17aae80513f26b19a927ff354b33445e3811 a5d666979ef7b4ee4828cb17e24c421f731b8998 bab40e9962de7e0b5beb6bdddb980967ed78c469 bd2fbd9708294658c1104da40713aedbd7f7173d dc7cf2862d336617aa2566c903720c6de43aaa99 f92e2818cac88148be5688810ccdae152da8d7b7
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7175
Depends: libpq5 (>= 14.21), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.21-1.pgdg26.04+1_amd64.deb
Size: 1668152
SHA256: ce418f03a0dbe273d6471e9845dd1f1d4e82e8cdd59882daca36a99db62a8126
SHA1: 3ee9cf157f64e5d8c23b9091892eb105c1ff330e
MD5sum: c2691ac29c69c5313a4f7b17a6656964
Description: front-end programs for PostgreSQL 14
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3530
Depends: postgresql-client-14 (= 14.21-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.21-1.pgdg26.04+1_amd64.deb
Size: 1967936
SHA256: c440d03f8c604f7cef3c3c4be8b0b6bc2d58b578822d89e685be44b09f76ad1f
SHA1: 09f354baa0f6a09e2449630fb83f72faed89f907
MD5sum: 8c2ef4087fbdad8d1a512c97c006569d
Description: debug symbols for postgresql-client-14
Build-Ids: 089abb7516aff128930aee8c7fa559e50bbeeacd 164582446eeda3ade9e70379eb2e5d8aaa21394f 3450496c0368916e4d65e5153efa217c3e443073 37376766c516535f2f448fb10b0737ddbd28f20f 3c8062811f1f0112d4df5a8ecfa1accd29ba1afb 47f1b7f3a0fd850eb42e563b4820eaf1a3c9033e 4edf2ad70150b7235a9930d073aa458c1706fbbf 54bd6f2dfb39cf261f2d50fe92c83292287a7324 56dfb131d04248eb5899620e6ed99c22be210329 685ae5c7bbf3b1ef83352639476ce9ed349b507a 6bc72b63fb2c4dd91cd4795d2bfa293101a8668e 895170e8ea4654ae60df4728de51da627df2398c 9072aeb58ac94dc0a65aff94761bc6329c979914 9a5cd50a1f887947f0b86fa4ab51b14c789c73a2 a4b7ee29d2c2250de54e5f1589a17975c50e1527 a69f276244d5b771a790df052ffce21bb05589e3 d7293fcfdc12826f02ba154ae45d7a2bff48d2ba e17e6acfcccbd58fc3592fc455cc774917548039 e4955f0f30d8b24966c3396c19f524a89b156208 e993ee609e6c3da3c38e8b1c39e9bb36454ff705 ef6d6a736896ccb303e0b1dbed95cc188fd685d1
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7793
Depends: libpq5 (>= 15.16), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.16-1.pgdg26.04+1_amd64.deb
Size: 1732336
SHA256: 7f0051aa5522675b0d3dbdfed3b3afff880b75c56efa28b9f2177515ea227b4b
SHA1: 74743aab1a17550d0f4fd17e5e6520b50cf99949
MD5sum: 6313a428cfc53380d2f24bfad33dd468
Description: front-end programs for PostgreSQL 15
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3702
Depends: postgresql-client-15 (= 15.16-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.16-1.pgdg26.04+1_amd64.deb
Size: 2105408
SHA256: 380fdb81a289aa527b6a712ebfaba463d6b3ac8e6854fae8f466dbad42c9bee8
SHA1: d37b0fdd36b93c4e9bc0d76e3771957e080044f6
MD5sum: 08ab8d7ccb3ee645ee434adbbc060505
Description: debug symbols for postgresql-client-15
Build-Ids: 066c5c3ebc8063a07211a5d1785d620bd9771c1f 07d3c772b8026247a2063b401e2c43bc0f67f413 080962af063e533652ee7c603b616d8594964148 15d94591a3f0b9da741398210673791b328403f7 25ea0590cf75971a040705eb678b41cd995023af 2aa534577a41a9b3333a44dab8c38cd1ab4f295e 2cde5de2135e36817ef7b83e0d55acfd90807990 361b24075b07de5e76245e80c87eed869a1172ac 42fe25f72a74df699c7a72f2f495c2d5c7566ab2 7225b99574e46ad7d803542f34e88d46ef148f56 7a4c3f6299005023de97b0b8549321b4cd40deb5 8636529579827e9c48718172d0bf240a4b621270 8c192e0b94889abbe8dff4a55f6ab2fa70ae897f 8ed84cecd919f1d29d821f54fa78081f6c40f9a6 a3646c7845c27f136c3c80a2119dfcd595c3a503 a7f5fd67d7c09e2473bbb57674cdc449677c13ec ab8ace067b93e19b4074a815d3abd9e28f3e47e8 b4c2464d2c75dfb8740fff65095902bca881da99 b82fa85953ef1bb2460439aee1b5ad4bcb6428b3 dee8564dcfcde78dd5df9792ce61b7c03e8263ac f818edb77fa0218ed6c766245bd060232f2b9d3f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9141
Depends: libpq5 (>= 16.12), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.12-1.pgdg26.04+1_amd64.deb
Size: 1935484
SHA256: 7edecd3def7a597b527151b8ea5294a27c7c7b2a7794afad89a80d5b09a30e0b
SHA1: 0746df2814bd64b01f2849e027ddc5ac00bc874f
MD5sum: d2041f5f87b403dc733b686893e61470
Description: front-end programs for PostgreSQL 16
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3819
Depends: postgresql-client-16 (= 16.12-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.12-1.pgdg26.04+1_amd64.deb
Size: 2158996
SHA256: 7514b1550d21f999b566b0f80b4e78da20c5c8e62769af8e965851a9e6e12c4b
SHA1: a12c14bba773bae8993df35278134a86e4318571
MD5sum: a88dcf5af1e682fcb199f1618ebce005
Description: debug symbols for postgresql-client-16
Build-Ids: 0ba5586262ef3fce2dabd66bb62fb72b52b4660d 0dc4ada3ac1c841857ba8fb9584ceef36272c635 187c7b60d01f5995833e9afad14fda7976ab5efd 3b3b19056b4a4d681bf2e43650b70537834f0157 3b6082738e158d1ef7363ce7cc90c0c2b95ca922 41e44c3478620f2eadb00848bd117617740acf97 515dd9a1fb8722344f7358897721b88f9285b500 565023997f4877cc27f122ac924be18c3c778765 5f791825cc2efbd34069c7aea1808822b7687bb8 762eeed7c496d7c593e365c68a30b5e6d58c3a42 7a1c8225dfe33410157f2dbeb8e18696e6482dca 7b3bcc2d040c4dba0e133820fb2b1b37f4928561 9252d80ef7baade4ccce51e10f50323597899873 9908a832176025dc0a45b0a908796dd88fdfbd99 9d9f0782e3cc01f34122071c410fa6e07969f1b9 aace4010f7ed02ad609efda05902cee4fa85b941 b1d79b1924c50f469e06c6672aa2200bfb5de9a2 d4da55c7460afdda22c2f677aa005e8d02d3fbd5 d6d5f75fd9b838ee55d13a2883c1f8ad982f7edc e57f178ad64ad860655d4fbbd43ef24976f2858e f2a35a9bb8ae7e3ba0a50062237783afeccf2863
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9820
Depends: libpq5 (>= 17.8), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-client-17_17.8-1.pgdg26.04+1_amd64.deb
Size: 2033936
SHA256: 496ff52a55c2f8cf77fad21d0905d2579811db79ef39697825c38832da35a7e4
SHA1: ae169e599942a7669b8cf5fb613bbb457ca73c8d
MD5sum: d7ed66bf687ab396e0b269373d32ecbf
Description: front-end programs for PostgreSQL 17
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4120
Depends: postgresql-client-17 (= 17.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-client-17-dbgsym_17.8-1.pgdg26.04+1_amd64.deb
Size: 2359992
SHA256: 5c0999ab32144e142c0b368f61ddb118e1aec2c6558cebd490749fa325b6e0ab
SHA1: 8f949372ff3ac13149071782c599f5588b44cdea
MD5sum: c7bcb645ef4d94e6731440a94a600da5
Description: debug symbols for postgresql-client-17
Build-Ids: 0d8d1952f11320fad3801129bad383b250fb485d 0e0eccb4d29bf96d92a273a6b1b91ddf3f5d7d6d 13e1554c37fd5e46df8b67e53418071f77ff19e7 210ef88a563a50a4552abe8ad1240bca19f9f673 2ef8debb73b0da4535fef139c18e50f833915141 3148f513d8e53f2660442c5b158e19b1f79e96bc 407cdd36beef0304811f7d4a5a0e722da410ee5f 4e9aeb34894fbcfab3b366980a08e547854034ef 5064dec7e10ed5077ac3c7461fe9e9d808c408be 5f5130534874e4df1e55b85d38947a31e2b87adc 705155ac1984dc781eb20216e257ad156441b591 786ef550dc1fa9a9db824c48ad753bdfe70a2513 7a2323beaf5b71c22c43f042d4d2bb0c56ab5eb0 8cbd5d5cff829aca56da4cbca37f246f414d8228 91161da6b6736ad3bc3217a48e915ad2513991d0 93b264a2d3a91bc62fd46e8cd404dc5151d9f4fe a1f8ca3c9feb00d5d7915ffb10682904461b1216 a3c30ef7b556d850fc742615468f97cc7fc224f9 b689981b9fe677f93dbf8fa8e1afa01df7580543 c0dd1c06dfcd4fdb15fa6e918fb09b7288d713ec e3b37aafcee7768b039cfddfcf768f7b3a851cc4 ff30fda82b100af8fd42228904555be69326e034
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-18
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10287
Depends: libpq5 (>= 18.2), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-18, postgresql-doc-18
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-client-18_18.2-1.pgdg26.04+1_amd64.deb
Size: 2093936
SHA256: 7d62e8d6c9dc75e356f78c2aaa1609749ec13f175fbac8204a7b447d409adbd1
SHA1: 17a63ba5c1b9bd1dc490884289a868637ec13a74
MD5sum: 2901693d4f01a970807e0fb751005316
Description: front-end programs for PostgreSQL 18
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 18. If you install
 PostgreSQL 18 on a standalone machine, you need the server package
 postgresql-18, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4350
Depends: postgresql-client-18 (= 18.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-client-18-dbgsym_18.2-1.pgdg26.04+1_amd64.deb
Size: 2463344
SHA256: 8f43d2b42386b0ec37ad57217efe5f42e1b6ff46fbc32d0c0d80fbf2d9235a7e
SHA1: 03f2e69034fa312806e20d5dbf01252a8abd4718
MD5sum: b1a63a6efa195e254a3fb3218eb89b9d
Description: debug symbols for postgresql-client-18
Build-Ids: 00abfe22b8038bb25067a6d3d1792f0d37e4a430 015d0de2a1441e6342fbab4bf1f2a0b80a0e351c 06862f66a5b357431ae553f4e53ae6419d51af26 0b7c414c42c166a039d26c5f091d39af68dc9d75 0de3a967e7ab9ee619ca3c3957ef51845cae3d57 15bdb913ae4936e064c0dc458a98a60fdc1aba31 1b815c12e32408acab81ed02f7c24209327cf2f7 2b2183f56f6bdac03ab501b422390648cb026e4b 374eaa43dcb3d38850949b24a03a01ac2d095d00 430e08042d53e6396d95adab9c559ca244845358 4cc8893983837ce37cea736d71e2d057196645cf 5b6923bd8c2f1d0e0343d9e319deaab61f90812b 6f5f3f55904e90e3cd4cd0ffee9e7a7ff0d54460 76b78b5b3c9f819e8f88c2dee74ab841dee22f8a 77b1aca7e18f560a41a544cabdc728ffcd5d1141 7f25ba9b1f8dc84154cbb72a0a997ff3f83f4924 8d47f1781b69775e8cc2cf229e5e01eab7a778bd b367f7f25322cc77b8d2a43d8031c46ded8811df b726800a0b53de68d13db4ca33b8c5fbfa53e3c4 d14c275078e56bb07a74a03e306c583aed635af1 d491e9566204b9246dc69660c4c978b5ec509d52 fbd395261ae8c070984992f13d3ce3127fdec940
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-8.2
Source: postgresql-8.2
Version: 8.2.23-14.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3824
Depends: libc6 (>= 2.38), libpq5 (>= 8.2.23), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-8.2, postgresql-doc-8.2
Provides: postgresql-client
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-8.2/postgresql-client-8.2_8.2.23-14.pgdg26.04+1_amd64.deb
Size: 960396
SHA256: 1de2b9b1535d35385d5a9f9405993067a0863ad090e12a8c66811cf4564a9092
SHA1: bed3e51eb81942af1ad426a5f88ccf11d314238d
MD5sum: 2b00c68794d5a8e9a836ea189d74ebe9
Description: front-end programs for PostgreSQL 8.2
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 8.2. If you install
 PostgreSQL 8.2 on a standalone machine, you need the server package
 postgresql-8.2, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-8.3
Source: postgresql-8.3
Version: 8.3.23-11.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4204
Depends: libc6 (>= 2.38), libpq5 (>= 8.3~rc1-1~), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-8.3, postgresql-doc-8.3
Provides: postgresql-client
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-8.3/postgresql-client-8.3_8.3.23-11.pgdg26.04+1_amd64.deb
Size: 1074108
SHA256: 7539b985f981803c0711a91cd0f217e701d66e58881efed9a320e203b630b77b
SHA1: 576a84c078b2176a312df2f59cdafea0cf95f3ee
MD5sum: 6215fe361eadb03817216e99fd7f70e0
Description: front-end programs for PostgreSQL 8.3
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 8.3. If you install
 PostgreSQL 8.3 on a standalone machine, you need the server package
 postgresql-8.3, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-8.4
Source: postgresql-8.4
Version: 8.4.22-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4165
Depends: libc6 (>= 2.38), libpq5 (>= 8.3~rc1-1~), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-8.4, postgresql-doc-8.4
Provides: postgresql-client
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-8.4/postgresql-client-8.4_8.4.22-12.pgdg26.04+1_amd64.deb
Size: 844360
SHA256: 68bda88eff4f2be8d87842f6b0546c1fdae2c9bf61874c6c7ac801014826a1bf
SHA1: 7d03c616cfbe3491d4fb244e858502b3d9b4eb08
MD5sum: 96d11b41fd7fc8d3204104d43b579c48
Description: front-end programs for PostgreSQL 8.4
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 8.4. If you install
 PostgreSQL 8.4 on a standalone machine, you need the server package
 postgresql-8.4, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-9.0
Source: postgresql-9.0
Version: 9.0.23-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3621
Depends: libc6 (>= 2.38), libpq5 (>= 9.0~), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.0, postgresql-doc-9.0
Provides: postgresql-client
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.0/postgresql-client-9.0_9.0.23-12.pgdg26.04+1_amd64.deb
Size: 887944
SHA256: 0dd00e3661a6c596ce8fb9405461c1bbdf9d78ac1e6e3ae70c887b791e2683e6
SHA1: aa3637a290ccc3938ca08154a20c9eed8388defc
MD5sum: 2af89988370cb7ddd4f4422110fcafea
Description: front-end programs for PostgreSQL 9.0
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 9.0. If you install
 PostgreSQL 9.0 on a standalone machine, you need the server package
 postgresql-9.0, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-9.1
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3953
Depends: libc6 (>= 2.38), libpq5 (>= 9.0~), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.1, postgresql-doc-9.1
Provides: postgresql-client
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-client-9.1_9.1.24-18.pgdg26.04+1_amd64.deb
Size: 983392
SHA256: 48e57c01b76394677de43df3016abf1bf133c499da1413ae69823f2f98911a51
SHA1: b124ee847b5f28a8c0b11e2dcd5f9433a1030dbb
MD5sum: 673db75416920bc6e4a885608b8a0ece
Description: front-end programs for PostgreSQL 9.1
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 9.1. If you install
 PostgreSQL 9.1 on a standalone machine, you need the server package
 postgresql-9.1, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-9.2
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3898
Depends: libc6 (>= 2.38), libpq5 (>= 9.2.24), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.2, postgresql-doc-9.2
Provides: postgresql-client
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-client-9.2_9.2.24-15.pgdg26.04+1_amd64.deb
Size: 993664
SHA256: bd9ed5d5072edbd4a8eec0be70d7fab0e9ba8f79badae408b045f354164309c3
SHA1: 79ca13aaa1fb889a089ac453a2aaf5b73a5319e2
MD5sum: 74cd19c8a1d2fd926a7ebcb54ad2197a
Description: front-end programs for PostgreSQL 9.2
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 9.2. If you install
 PostgreSQL 9.2 on a standalone machine, you need the server package
 postgresql-9.2, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-9.3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4088
Depends: libc6 (>= 2.38), libpq5 (>= 9.3.25), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.3, postgresql-doc-9.3
Provides: postgresql-client
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-client-9.3_9.3.25-15.pgdg26.04+1_amd64.deb
Size: 1052848
SHA256: 5687d96b2bcc0a8c804a1ced4f97a2632795f5e8628cd0a4c32e83746d418b75
SHA1: b4f740f09893b291316cd130e79f295121b8adba
MD5sum: 4f7020416839e80f883d0bfdc3a3373f
Description: front-end programs for PostgreSQL 9.3
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 9.3. If you install
 PostgreSQL 9.3 on a standalone machine, you need the server package
 postgresql-9.3, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-9.4
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4507
Depends: libc6 (>= 2.38), libpq5 (>= 9.4.26), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.4, postgresql-doc-9.4
Conflicts: postgresql-server-dev-9.4 (<< 9.4.25-2~)
Replaces: postgresql-server-dev-9.4
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-client-9.4_9.4.26-15.pgdg26.04+1_amd64.deb
Size: 1148372
SHA256: dad1cff805e92efcfb9bf652351dc0c89ac6a99de842a68745f20ccc7800ceec
SHA1: 510143472d4a7dc8998d2691be2214df1f1635e3
MD5sum: ac43a89900dd71ebafb7919be7098475
Description: front-end programs for PostgreSQL 9.4
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 9.4. If you install
 PostgreSQL 9.4 on a standalone machine, you need the server package
 postgresql-9.4, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-9.5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5220
Depends: libc6 (>= 2.38), libpq5 (>= 9.5.25), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.5, postgresql-doc-9.5
Conflicts: postgresql-server-dev-9.5 (<< 9.5.20-2~)
Replaces: postgresql-server-dev-9.5
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-client-9.5_9.5.25-13.pgdg26.04+1_amd64.deb
Size: 1287560
SHA256: 710bf9fd11dc58a160a1712c831f3fea8bf6bd0b615cdfd91c88be0f92c0c269
SHA1: 70b5c592c3d59e811f3ad1d32f86111c8d2a6cdd
MD5sum: 3a9fb44bd06198e538c42dc5f891e79d
Description: front-end programs for PostgreSQL 9.5
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 9.5. If you install
 PostgreSQL 9.5 on a standalone machine, you need the server package
 postgresql-9.5, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-9.6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5677
Depends: libpq5 (>= 9.6.24), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.24-12.pgdg26.04+1_amd64.deb
Size: 1361932
SHA256: fe23b37314fa5e50cce00cd457ae8948d4a0c2f1b6eca0318e1da5b8122d6790
SHA1: 6ee70b2ec9e9e07e739ab8ac5f66fb1b4f6a4c8b
MD5sum: 62d3c4e8f1b7756ea8ebf758030a6e2a
Description: front-end programs for PostgreSQL 9.6
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 9.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-client-common
Source: postgresql-common
Version: 289.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: netbase, perl:any
Breaks: pgdg-keyring, postgresql-common (<< 269)
Replaces: pgdg-keyring, postgresql-common (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_289.pgdg26.04+1_all.deb
Size: 48088
SHA256: fbd3fa47c89430b9aff625dc34ca6d613374e38fe6568bf99ff2a5dedf46a70a
SHA1: 42c265f9bfec70b538d256af49e26259618e9d76
MD5sum: 1afc604af6fe345c673adbfac8ccc1b7
Description: manager for multiple PostgreSQL client versions
 The postgresql-client-common package provides a structure under which
 multiple versions of PostgreSQL client programs may be installed at
 the same time. It provides a wrapper which selects the right version
 for the particular cluster you want to access (with a command line
 option, an environment variable, /etc/postgresql-common/user_clusters,
 or ~/.postgresqlrc).
 .
 PostgreSQL is a fully featured object-relational database management
 system. It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects. Its features include ACID
 transactions, foreign keys, views, sequences, subqueries, triggers,
 outer joins, multiversion concurrency control, and user-defined types
 and functions.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-common
Version: 289.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 353
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 289.pgdg26.04+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Breaks: postgresql-9.1 (<< 9.1.1-3~)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_289.pgdg26.04+1_all.deb
Size: 112784
SHA256: fc185705034fcfa7c0f66aa71ae6e552f078dcd3e480e64449aa950369c1abab
SHA1: c2a1e0cc0767ea082d373be93697cc8907521b06
MD5sum: 470faa756b2625bc4dab6a4a4c9b499e
Description: PostgreSQL database-cluster manager
 The postgresql-common package provides a structure under which
 multiple versions of PostgreSQL may be installed and/or multiple
 clusters maintained at one time.
 .
 The commands provided are pg_conftool, pg_createcluster, pg_ctlcluster,
 pg_dropcluster, pg_lsclusters, pg_renamecluster, pg_upgradecluster,
 pg_virtualenv.
 .
 PostgreSQL is a fully featured object-relational database management
 system. It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects. Its features include ACID
 transactions, foreign keys, views, sequences, subqueries, triggers,
 outer joins, multiversion concurrency control, and user-defined types
 and functions.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-common-dev
Source: postgresql-common
Version: 289.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 334
Depends: libipc-run-perl, make:any
Breaks: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Replaces: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common-dev_289.pgdg26.04+1_all.deb
Size: 73708
SHA256: 54e4cd4a2f83c0c78fc6ac136687415e9fd05324e36f68ef318c3b25b4c0b6c3
SHA1: 542839f6a3504cb6a37ae3740e361b68b8ca8948
MD5sum: b7c2f8b4596bf23e044ffdb6a86e06b7
Description: extension build tool for multiple PostgreSQL versions
 The postgresql-server-dev-all package provides the pg_buildext script for
 simplifying packaging of a PostgreSQL extension supporting multiple major
 versions of the product, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 PostgreSQL is a fully featured object-relational database management
 system. It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects. Its features include ACID
 transactions, foreign keys, views, sequences, subqueries, triggers,
 outer joins, multiversion concurrency control, and user-defined types
 and functions.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-contrib-8.2
Source: postgresql-8.2
Version: 8.2.23-14.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1966
Depends: postgresql-8.2 (= 8.2.23-14.pgdg26.04+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 8.2.23), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), postgresql-common (>= 115~)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-8.2/postgresql-contrib-8.2_8.2.23-14.pgdg26.04+1_amd64.deb
Size: 671524
SHA256: 509ae4f68d290da11aa412693777e39e9d9cf9ecfadcc62e2d6ac72f05b46bdf
SHA1: b82062374fe9cbb20847531c688f438b8c719c75
MD5sum: 7e94c5d55375b54b77f255a1e95e5043
Description: additional facilities for PostgreSQL
 The PostgreSQL contrib package provides several additional features
 for the PostgreSQL database. This version is built to work with the
 server package postgresql-8.2.  contrib often serves as a testbed for
 features before they are adopted into PostgreSQL proper:
 .
  adminpack      - File and log manipulation routines, used by pgAdmin
  btree_gist     - B-Tree indexing using GiST (Generalised Search Tree)
  chkpass        - An auto-encrypted password datatype
  cube           - Multidimensional-cube datatype (GiST indexing example)
  dblink         - Functions to return results from a remote database
  earthdistance  - Operator for computing the distance (in miles) between
                   two points on the earth's surface
  fuzzystrmatch  - Levenshtein, metaphone, and soundex fuzzy string matching
  intagg         - Integer aggregator/enumerator
  intarray       - Index support for arrays of int4, using GiST
  isn            - type extensions for ISBN, ISSN, ISMN, EAN13 product numbers
  lo             - Large Object maintenance
  ltree          - Tree-like data structures
  oid2name       - Maps OIDs to table names
  pg_buffercache - Real time queries on the shared buffer cache
  pg_freespacemap- Displays the contents of the free space map (FSM)
  pg_trgm        - Determine the similarity of text based on trigram matching
  pgbench        - TPC-B like benchmark
  pgcrypto       - Cryptographic functions
  pgrowlocks     - A function to return row locking information
  pgstattuple    - Returns the percentage of dead tuples in a table; this
                   indicates whether a vacuum is required.
  seg            - Confidence-interval datatype (GiST indexing example)
  spi            - PostgreSQL Server Programming Interface; 4 examples of
                   its use:
                   autoinc    - A function for implementing AUTOINCREMENT/
                                IDENTITY
                   insert_username - function for inserting user names
                   moddatetime - Update modification timestamps
                   refint     - Functions for implementing referential
                                integrity (foreign keys).  Note that this is
                                now superseded by built-in referential
                                integrity.
                   timetravel - Re-implements in user code the time travel
                                feature that was removed in 6.3.
  tsearch2       - Full-text-index support using GiST
  vacuumlo       - Remove orphaned large objects
  xml2           - Manipulate XML documents in the database
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-contrib-8.3
Source: postgresql-8.3
Version: 8.3.23-11.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1754
Depends: postgresql-8.3 (= 8.3.23-11.pgdg26.04+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16 (>= 1.6.6), libpq5 (>= 8.3~rc1-1~), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), postgresql-common (>= 130~)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-8.3/postgresql-contrib-8.3_8.3.23-11.pgdg26.04+1_amd64.deb
Size: 571056
SHA256: 30288a255c6574515107fd9d9d65d872403989a6628a55a90b65f2ded257ca2d
SHA1: 62646ca20c7d916012fbd91787e1d370b6ae8d23
MD5sum: 7feba6c5e5cbf83591b641c81442d974
Description: additional facilities for PostgreSQL
 The PostgreSQL contrib package provides several additional features
 for the PostgreSQL database. This version is built to work with the
 server package postgresql-8.3.  contrib often serves as a testbed for
 features before they are adopted into PostgreSQL proper:
 .
  adminpack      - File and log manipulation routines, used by pgAdmin
  btree_gist     - B-Tree indexing using GiST (Generalised Search Tree)
  chkpass        - An auto-encrypted password datatype
  cube           - Multidimensional-cube datatype (GiST indexing example)
  dblink         - Functions to return results from a remote database
  earthdistance  - Operator for computing the distance (in miles) between
                   two points on the earth's surface
  fuzzystrmatch  - Levenshtein, metaphone, and soundex fuzzy string matching
  hstore         - Store (key, value) pairs
  intagg         - Integer aggregator/enumerator
  _int           - Index support for arrays of int4, using GiST (benchmark
                   needs the libdbd-pg-perl package)
  isn            - type extensions for ISBN, ISSN, ISMN, EAN13 product numbers
  lo             - Large Object maintenance
  ltree          - Tree-like data structures
  oid2name       - Maps OIDs to table names
  pageinspect    - Inspection of database pages
  passwordcheck  - Simple password strength checker
  pg_buffercache - Real time queries on the shared buffer cache
  pg_freespacemap- Displays the contents of the free space map (FSM)
  pg_trgm        - Determine the similarity of text based on trigram matching
  pg_standby     - Create a warm stand-by server
  pgbench        - TPC-B like benchmark
  pgcrypto       - Cryptographic functions
  pgrowlocks     - A function to return row locking information
  pgstattuple    - Returns the percentage of dead tuples in a table; this
                   indicates whether a vacuum is required.
  seg            - Confidence-interval datatype (GiST indexing example)
  spi            - PostgreSQL Server Programming Interface; 4 examples of
                   its use:
                   autoinc    - A function for implementing AUTOINCREMENT/
                                IDENTITY
                   insert_username - function for inserting user names
                   moddatetime - Update modification timestamps
                   refint     - Functions for implementing referential
                                integrity (foreign keys).  Note that this is
                                now superseded by built-in referential
                                integrity.
                   timetravel - Re-implements in user code the time travel
                                feature that was removed in 6.3.
  tablefunc      - examples of functions returning tables
  uuid-ossp      - UUID generation functions
  vacuumlo       - Remove orphaned large objects
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-contrib-8.4
Source: postgresql-8.4
Version: 8.4.22-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1663
Depends: postgresql-8.4 (= 8.4.22-12.pgdg26.04+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16 (>= 1.6.6), libpq5 (>= 8.4~), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), postgresql-common (>= 130~)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-8.4/postgresql-contrib-8.4_8.4.22-12.pgdg26.04+1_amd64.deb
Size: 332248
SHA256: fce697e29fad6204f5a020966b4f986ce59bf2724902f8d837428010012d45d8
SHA1: a404bd02084302f96e8750b8ea1340bcfff8e29a
MD5sum: 3e63af1e5b94295cbcafcb22cf8d2010
Description: additional facilities for PostgreSQL
 The PostgreSQL contrib package provides several additional features
 for the PostgreSQL database. This version is built to work with the
 server package postgresql-8.4.  contrib often serves as a testbed for
 features before they are adopted into PostgreSQL proper:
 .
  adminpack      - File and log manipulation routines, used by pgAdmin
  btree_gist     - B-Tree indexing using GiST (Generalised Search Tree)
  chkpass        - An auto-encrypted password datatype
  cube           - Multidimensional-cube datatype (GiST indexing example)
  dblink         - Functions to return results from a remote database
  earthdistance  - Operator for computing the distance (in miles) between
                   two points on the earth's surface
  fuzzystrmatch  - Levenshtein, metaphone, and soundex fuzzy string matching
  hstore         - Store (key, value) pairs
  intagg         - Integer aggregator/enumerator
  _int           - Index support for arrays of int4, using GiST (benchmark
                   needs the libdbd-pg-perl package)
  isn            - type extensions for ISBN, ISSN, ISMN, EAN13 product numbers
  lo             - Large Object maintenance
  ltree          - Tree-like data structures
  oid2name       - Maps OIDs to table names
  pageinspect    - Inspection of database pages
  pg_buffercache - Real time queries on the shared buffer cache
  pg_freespacemap- Displays the contents of the free space map (FSM)
  pg_trgm        - Determine the similarity of text based on trigram matching
  pg_standby     - Create a warm stand-by server
  pgbench        - TPC-B like benchmark
  pgcrypto       - Cryptographic functions
  pgrowlocks     - A function to return row locking information
  pgstattuple    - Returns the percentage of dead tuples in a table; this
                   indicates whether a vacuum is required.
  seg            - Confidence-interval datatype (GiST indexing example)
  spi            - PostgreSQL Server Programming Interface; 4 examples of
                   its use:
                   autoinc    - A function for implementing AUTOINCREMENT/
                                IDENTITY
                   insert_username - function for inserting user names
                   moddatetime - Update modification timestamps
                   refint     - Functions for implementing referential
                                integrity (foreign keys).  Note that this is
                                now superseded by built-in referential
                                integrity.
                   timetravel - Re-implements in user code the time travel
                                feature that was removed in 6.3.
  tablefunc      - examples of functions returning tables
  uuid-ossp      - UUID generation functions
  vacuumlo       - Remove orphaned large objects
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-contrib-9.0
Source: postgresql-9.0
Version: 9.0.23-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1728
Depends: postgresql-9.0 (= 9.0.23-12.pgdg26.04+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16 (>= 1.6.6), libpq5 (>= 9.0~), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), postgresql-common (>= 115~)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.0/postgresql-contrib-9.0_9.0.23-12.pgdg26.04+1_amd64.deb
Size: 349580
SHA256: 0b577d5c47691c1f71cafaa0b5f54a037e1ac4c34347a5dd3089db96698c408a
SHA1: d33428fe7bfeec83f86ccbbf432b0013d52ad3a5
MD5sum: 94db12790a003aa4b4012d2f77d4b04e
Description: additional facilities for PostgreSQL
 The PostgreSQL contrib package provides several additional features
 for the PostgreSQL database. This version is built to work with the
 server package postgresql-9.0.  contrib often serves as a testbed for
 features before they are adopted into PostgreSQL proper:
 .
  adminpack      - File and log manipulation routines, used by pgAdmin
  btree_gist     - B-Tree indexing using GiST (Generalised Search Tree)
  chkpass        - An auto-encrypted password datatype
  cube           - Multidimensional-cube datatype (GiST indexing example)
  dblink         - Functions to return results from a remote database
  earthdistance  - Operator for computing the distance (in miles) between
                   two points on the earth's surface
  fuzzystrmatch  - Levenshtein, metaphone, and soundex fuzzy string matching
  hstore         - Store (key, value) pairs
  intagg         - Integer aggregator/enumerator
  _int           - Index support for arrays of int4, using GiST (benchmark
                   needs the libdbd-pg-perl package)
  isn            - type extensions for ISBN, ISSN, ISMN, EAN13 product numbers
  lo             - Large Object maintenance
  ltree          - Tree-like data structures
  oid2name       - Maps OIDs to table names
  pageinspect    - Inspection of database pages
  passwordcheck  - Simple password strength checker
  pg_buffercache - Real time queries on the shared buffer cache
  pg_freespacemap- Displays the contents of the free space map (FSM)
  pg_trgm        - Determine the similarity of text based on trigram matching
  pg_standby     - Create a warm stand-by server
  pgbench        - TPC-B like benchmark
  pgcrypto       - Cryptographic functions
  pgrowlocks     - A function to return row locking information
  pgstattuple    - Returns the percentage of dead tuples in a table; this
                   indicates whether a vacuum is required.
  seg            - Confidence-interval datatype (GiST indexing example)
  spi            - PostgreSQL Server Programming Interface; 4 examples of
                   its use:
                   autoinc    - A function for implementing AUTOINCREMENT/
                                IDENTITY
                   insert_username - function for inserting user names
                   moddatetime - Update modification timestamps
                   refint     - Functions for implementing referential
                                integrity (foreign keys).  Note that this is
                                now superseded by built-in referential
                                integrity.
                   timetravel - Re-implements in user code the time travel
                                feature that was removed in 6.3.
  tablefunc      - examples of functions returning tables
  uuid-ossp      - UUID generation functions
  vacuumlo       - Remove orphaned large objects
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-contrib-9.1
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1938
Depends: postgresql-9.1 (= 9.1.24-18.pgdg26.04+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16 (>= 1.6.6), libpq5 (>= 9.0~), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), postgresql-common (>= 115~)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-contrib-9.1_9.1.24-18.pgdg26.04+1_amd64.deb
Size: 367580
SHA256: 2dae0c65c4c040341516bd98448bada874abd98efd9de8049d650fed1e00a521
SHA1: 0fbd93d5113b2e8f999eb29c360e4b2e95296993
MD5sum: fcbae1dad74e7852d24b6746f251413a
Description: additional facilities for PostgreSQL
 The PostgreSQL contrib package provides several additional features
 for the PostgreSQL database. This version is built to work with the
 server package postgresql-9.1.  contrib often serves as a testbed for
 features before they are adopted into PostgreSQL proper:
 .
  adminpack      - File and log manipulation routines, used by pgAdmin
  btree_gist     - B-Tree indexing using GiST (Generalised Search Tree)
  chkpass        - An auto-encrypted password datatype
  cube           - Multidimensional-cube datatype (GiST indexing example)
  dblink         - Functions to return results from a remote database
  earthdistance  - Operator for computing the distance (in miles) between
                   two points on the earth's surface
  fuzzystrmatch  - Levenshtein, metaphone, and soundex fuzzy string matching
  hstore         - Store (key, value) pairs
  intagg         - Integer aggregator/enumerator
  _int           - Index support for arrays of int4, using GiST (benchmark
                   needs the libdbd-pg-perl package)
  isn            - type extensions for ISBN, ISSN, ISMN, EAN13 product numbers
  lo             - Large Object maintenance
  ltree          - Tree-like data structures
  oid2name       - Maps OIDs to table names
  pageinspect    - Inspection of database pages
  passwordcheck  - Simple password strength checker
  pg_buffercache - Real time queries on the shared buffer cache
  pg_freespacemap- Displays the contents of the free space map (FSM)
  pg_trgm        - Determine the similarity of text based on trigram matching
  pg_standby     - Create a warm stand-by server
  pgbench        - TPC-B like benchmark
  pgcrypto       - Cryptographic functions
  pgrowlocks     - A function to return row locking information
  pgstattuple    - Returns the percentage of dead tuples in a table; this
                   indicates whether a vacuum is required.
  seg            - Confidence-interval datatype (GiST indexing example)
  spi            - PostgreSQL Server Programming Interface; 4 examples of
                   its use:
                   autoinc    - A function for implementing AUTOINCREMENT/
                                IDENTITY
                   insert_username - function for inserting user names
                   moddatetime - Update modification timestamps
                   refint     - Functions for implementing referential
                                integrity (foreign keys).  Note that this is
                                now superseded by built-in referential
                                integrity.
                   timetravel - Re-implements in user code the time travel
                                feature that was removed in 6.3.
  tablefunc      - examples of functions returning tables
  uuid-ossp      - UUID generation functions
  vacuumlo       - Remove orphaned large objects
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-contrib-9.2
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1986
Depends: postgresql-9.2 (= 9.2.24-15.pgdg26.04+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16 (>= 1.6.6), libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.4.0), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-contrib-9.2_9.2.24-15.pgdg26.04+1_amd64.deb
Size: 379504
SHA256: bca95ce5062764ee0af955cacef7c1f37ffd474b6ed7d7eb9686371fc55aeff3
SHA1: 7c2d3e1ef6bf2b344ef6bfb19faf189f95bbe7de
MD5sum: 8c080e38f5bde187545c6adb8ff3f102
Description: additional facilities for PostgreSQL
 The PostgreSQL contrib package provides several additional features
 for the PostgreSQL database. This version is built to work with the
 server package postgresql-9.2.  contrib often serves as a testbed for
 features before they are adopted into PostgreSQL proper:
 .
  adminpack      - File and log manipulation routines, used by pgAdmin
  btree_gist     - B-Tree indexing using GiST (Generalised Search Tree)
  chkpass        - An auto-encrypted password datatype
  cube           - Multidimensional-cube datatype (GiST indexing example)
  dblink         - Functions to return results from a remote database
  earthdistance  - Operator for computing the distance (in miles) between
                   two points on the earth's surface
  fuzzystrmatch  - Levenshtein, metaphone, and soundex fuzzy string matching
  hstore         - Store (key, value) pairs
  intagg         - Integer aggregator/enumerator
  _int           - Index support for arrays of int4, using GiST (benchmark
                   needs the libdbd-pg-perl package)
  isn            - type extensions for ISBN, ISSN, ISMN, EAN13 product numbers
  lo             - Large Object maintenance
  ltree          - Tree-like data structures
  oid2name       - Maps OIDs to table names
  pageinspect    - Inspection of database pages
  passwordcheck  - Simple password strength checker
  pg_buffercache - Real time queries on the shared buffer cache
  pg_freespacemap- Displays the contents of the free space map (FSM)
  pg_trgm        - Determine the similarity of text based on trigram matching
  pg_standby     - Create a warm stand-by server
  pgbench        - TPC-B like benchmark
  pgcrypto       - Cryptographic functions
  pgrowlocks     - A function to return row locking information
  pgstattuple    - Returns the percentage of dead tuples in a table; this
                   indicates whether a vacuum is required.
  seg            - Confidence-interval datatype (GiST indexing example)
  spi            - PostgreSQL Server Programming Interface; 4 examples of
                   its use:
                   autoinc    - A function for implementing AUTOINCREMENT/
                                IDENTITY
                   insert_username - function for inserting user names
                   moddatetime - Update modification timestamps
                   refint     - Functions for implementing referential
                                integrity (foreign keys).  Note that this is
                                now superseded by built-in referential
                                integrity.
                   timetravel - Re-implements in user code the time travel
                                feature that was removed in 6.3.
  tablefunc      - examples of functions returning tables
  uuid-ossp      - UUID generation functions
  vacuumlo       - Remove orphaned large objects
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-contrib-9.3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2105
Depends: postgresql-9.3 (= 9.3.25-15.pgdg26.04+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16 (>= 1.6.6), libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.4.0), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-contrib-9.3_9.3.25-15.pgdg26.04+1_amd64.deb
Size: 407396
SHA256: 487b5be9174f79bf5374da2107eb973c11f6d57a7873e62b7d62692a10f2185b
SHA1: 5cdb0ca7a067e62bebe832d05abfef5212139d0e
MD5sum: c61b9fc1efe30360b57baa41dff78b14
Description: additional facilities for PostgreSQL
 The PostgreSQL contrib package provides several additional features
 for the PostgreSQL database. This version is built to work with the
 server package postgresql-9.3.  contrib often serves as a testbed for
 features before they are adopted into PostgreSQL proper:
 .
  adminpack      - File and log manipulation routines, used by pgAdmin
  btree_gist     - B-Tree indexing using GiST (Generalised Search Tree)
  chkpass        - An auto-encrypted password datatype
  cube           - Multidimensional-cube datatype (GiST indexing example)
  dblink         - Functions to return results from a remote database
  earthdistance  - Operator for computing the distance (in miles) between
                   two points on the earth's surface
  fuzzystrmatch  - Levenshtein, metaphone, and soundex fuzzy string matching
  hstore         - Store (key, value) pairs
  intagg         - Integer aggregator/enumerator
  _int           - Index support for arrays of int4, using GiST (benchmark
                   needs the libdbd-pg-perl package)
  isn            - type extensions for ISBN, ISSN, ISMN, EAN13 product numbers
  lo             - Large Object maintenance
  ltree          - Tree-like data structures
  oid2name       - Maps OIDs to table names
  pageinspect    - Inspection of database pages
  passwordcheck  - Simple password strength checker
  pg_buffercache - Real time queries on the shared buffer cache
  pg_freespacemap- Displays the contents of the free space map (FSM)
  pg_trgm        - Determine the similarity of text based on trigram matching
  pg_standby     - Create a warm stand-by server
  pgbench        - TPC-B like benchmark
  pgcrypto       - Cryptographic functions
  pgrowlocks     - A function to return row locking information
  pgstattuple    - Returns the percentage of dead tuples in a table; this
                   indicates whether a vacuum is required.
  postgresql_fdw - foreign data wrapper for PostgreSQL
  seg            - Confidence-interval datatype (GiST indexing example)
  spi            - PostgreSQL Server Programming Interface; 4 examples of
                   its use:
                   autoinc    - A function for implementing AUTOINCREMENT/
                                IDENTITY
                   insert_username - function for inserting user names
                   moddatetime - Update modification timestamps
                   refint     - Functions for implementing referential
                                integrity (foreign keys).  Note that this is
                                now superseded by built-in referential
                                integrity.
                   timetravel - Re-implements in user code the time travel
                                feature that was removed in 6.3.
  tablefunc      - examples of functions returning tables
  uuid-ossp      - UUID generation functions
  vacuumlo       - Remove orphaned large objects
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-contrib-9.4
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2276
Depends: postgresql-9.4 (= 9.4.26-15.pgdg26.04+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-contrib-9.4_9.4.26-15.pgdg26.04+1_amd64.deb
Size: 447384
SHA256: e08a7723a56e53d3bb3043abbbacb478da4c7bb0090f615fca1ae68d15871fc0
SHA1: 7064964198b4705ae66b2bef306a9cb3ac4890f4
MD5sum: ecfeeb7830943828d70cbe8cadc103ff
Description: additional facilities for PostgreSQL
 The PostgreSQL contrib package provides several additional features
 for the PostgreSQL database. This version is built to work with the
 server package postgresql-9.4.  contrib often serves as a testbed for
 features before they are adopted into PostgreSQL proper:
 .
  adminpack      - File and log manipulation routines, used by pgAdmin
  btree_gist     - B-Tree indexing using GiST (Generalised Search Tree)
  chkpass        - An auto-encrypted password datatype
  cube           - Multidimensional-cube datatype (GiST indexing example)
  dblink         - Functions to return results from a remote database
  earthdistance  - Operator for computing the distance (in miles) between
                   two points on the earth's surface
  fuzzystrmatch  - Levenshtein, metaphone, and soundex fuzzy string matching
  hstore         - Store (key, value) pairs
  intagg         - Integer aggregator/enumerator
  _int           - Index support for arrays of int4, using GiST (benchmark
                   needs the libdbd-pg-perl package)
  isn            - type extensions for ISBN, ISSN, ISMN, EAN13 product numbers
  lo             - Large Object maintenance
  ltree          - Tree-like data structures
  oid2name       - Maps OIDs to table names
  pageinspect    - Inspection of database pages
  passwordcheck  - Simple password strength checker
  pg_buffercache - Real time queries on the shared buffer cache
  pg_freespacemap- Displays the contents of the free space map (FSM)
  pg_trgm        - Determine the similarity of text based on trigram matching
  pg_standby     - Create a warm stand-by server
  pgbench        - TPC-B like benchmark
  pgcrypto       - Cryptographic functions
  pgrowlocks     - A function to return row locking information
  pgstattuple    - Returns the percentage of dead tuples in a table; this
                   indicates whether a vacuum is required.
  postgresql_fdw - foreign data wrapper for PostgreSQL
  seg            - Confidence-interval datatype (GiST indexing example)
  sepgsql        - mandatory access control (MAC) based on SELinux
  spi            - PostgreSQL Server Programming Interface; 4 examples of
                   its use:
                   autoinc    - A function for implementing AUTOINCREMENT/
                                IDENTITY
                   insert_username - function for inserting user names
                   moddatetime - Update modification timestamps
                   refint     - Functions for implementing referential
                                integrity (foreign keys).  Note that this is
                                now superseded by built-in referential
                                integrity.
                   timetravel - Re-implements in user code the time travel
                                feature that was removed in 6.3.
  tablefunc      - examples of functions returning tables
  uuid-ossp      - UUID generation functions
  vacuumlo       - Remove orphaned large objects
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-contrib-9.5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2273
Depends: postgresql-9.5 (= 9.5.25-13.pgdg26.04+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-contrib-9.5_9.5.25-13.pgdg26.04+1_amd64.deb
Size: 459036
SHA256: caafb387cb8550f6ec8b62f441acab8dfaec706ce68a2d730918c2240744e3fa
SHA1: c69e4501d7d9ac0f0c0e116d99a4b14f616eb60d
MD5sum: 9a17b0cc83f61b6bdbfb61558d352ee8
Description: additional facilities for PostgreSQL
 The PostgreSQL contrib package provides several additional features
 for the PostgreSQL database. This version is built to work with the
 server package postgresql-9.5.  contrib often serves as a testbed for
 features before they are adopted into PostgreSQL proper:
 .
  adminpack      - File and log manipulation routines, used by pgAdmin
  btree_gist     - B-Tree indexing using GiST (Generalised Search Tree)
  chkpass        - An auto-encrypted password datatype
  cube           - Multidimensional-cube datatype (GiST indexing example)
  dblink         - Functions to return results from a remote database
  earthdistance  - Operator for computing the distance (in miles) between
                   two points on the earth's surface
  fuzzystrmatch  - Levenshtein, metaphone, and soundex fuzzy string matching
  hstore         - Store (key, value) pairs
  intagg         - Integer aggregator/enumerator
  _int           - Index support for arrays of int4, using GiST (benchmark
                   needs the libdbd-pg-perl package)
  isn            - type extensions for ISBN, ISSN, ISMN, EAN13 product numbers
  lo             - Large Object maintenance
  ltree          - Tree-like data structures
  oid2name       - Maps OIDs to table names
  pageinspect    - Inspection of database pages
  passwordcheck  - Simple password strength checker
  pg_buffercache - Real time queries on the shared buffer cache
  pg_freespacemap- Displays the contents of the free space map (FSM)
  pg_trgm        - Determine the similarity of text based on trigram matching
  pg_standby     - Create a warm stand-by server
  pgbench        - TPC-B like benchmark
  pgcrypto       - Cryptographic functions
  pgrowlocks     - A function to return row locking information
  pgstattuple    - Returns the percentage of dead tuples in a table; this
                   indicates whether a vacuum is required.
  postgresql_fdw - foreign data wrapper for PostgreSQL
  seg            - Confidence-interval datatype (GiST indexing example)
  sepgsql        - mandatory access control (MAC) based on SELinux
  spi            - PostgreSQL Server Programming Interface; 4 examples of
                   its use:
                   autoinc    - A function for implementing AUTOINCREMENT/
                                IDENTITY
                   insert_username - function for inserting user names
                   moddatetime - Update modification timestamps
                   refint     - Functions for implementing referential
                                integrity (foreign keys).  Note that this is
                                now superseded by built-in referential
                                integrity.
                   timetravel - Re-implements in user code the time travel
                                feature that was removed in 6.3.
  tablefunc      - examples of functions returning tables
  uuid-ossp      - UUID generation functions
  vacuumlo       - Remove orphaned large objects
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2525
Depends: postgresql-9.6 (= 9.6.24-12.pgdg26.04+1), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-contrib-9.6_9.6.24-12.pgdg26.04+1_amd64.deb
Size: 504592
SHA256: d402e49ec7f82ae9b30a9324f97048607e7f53497998f81569fd34802bfc875f
SHA1: bc74fa49b8ebe88684dac7de08444d2f8bec6496
MD5sum: 4a31299c7721ae3e45c8e1be010f502e
Description: additional facilities for PostgreSQL
 The PostgreSQL contrib package provides several additional features
 for the PostgreSQL database. This version is built to work with the
 server package postgresql-9.6.  contrib often serves as a testbed for
 features before they are adopted into PostgreSQL proper:
 .
  adminpack      - File and log manipulation routines, used by pgAdmin
  btree_gist     - B-Tree indexing using GiST (Generalised Search Tree)
  chkpass        - An auto-encrypted password datatype
  cube           - Multidimensional-cube datatype (GiST indexing example)
  dblink         - Functions to return results from a remote database
  earthdistance  - Operator for computing the distance (in miles) between
                   two points on the earth's surface
  fuzzystrmatch  - Levenshtein, metaphone, and soundex fuzzy string matching
  hstore         - Store (key, value) pairs
  intagg         - Integer aggregator/enumerator
  _int           - Index support for arrays of int4, using GiST (benchmark
                   needs the libdbd-pg-perl package)
  isn            - type extensions for ISBN, ISSN, ISMN, EAN13 product numbers
  lo             - Large Object maintenance
  ltree          - Tree-like data structures
  oid2name       - Maps OIDs to table names
  pageinspect    - Inspection of database pages
  passwordcheck  - Simple password strength checker
  pg_buffercache - Real time queries on the shared buffer cache
  pg_freespacemap- Displays the contents of the free space map (FSM)
  pg_trgm        - Determine the similarity of text based on trigram matching
  pg_standby     - Create a warm stand-by server
  pgbench        - TPC-B like benchmark
  pgcrypto       - Cryptographic functions
  pgrowlocks     - A function to return row locking information
  pgstattuple    - Returns the percentage of dead tuples in a table; this
                   indicates whether a vacuum is required.
  postgresql_fdw - foreign data wrapper for PostgreSQL
  seg            - Confidence-interval datatype (GiST indexing example)
  sepgsql        - mandatory access control (MAC) based on SELinux
  spi            - PostgreSQL Server Programming Interface; 4 examples of
                   its use:
                   autoinc    - A function for implementing AUTOINCREMENT/
                                IDENTITY
                   insert_username - function for inserting user names
                   moddatetime - Update modification timestamps
                   refint     - Functions for implementing referential
                                integrity (foreign keys).  Note that this is
                                now superseded by built-in referential
                                integrity.
                   timetravel - Re-implements in user code the time travel
                                feature that was removed in 6.3.
  tablefunc      - examples of functions returning tables
  uuid-ossp      - UUID generation functions
  vacuumlo       - Remove orphaned large objects
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-doc
Source: postgresql-common (289.pgdg26.04+1)
Version: 18+289.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-doc-18
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_18+289.pgdg26.04+1_all.deb
Size: 15156
SHA256: 4534110602845cfcf72e92b2236b795cb5484f2cfc7d6c7782a06f6a03a98766
SHA1: 442a035f0d9e7dfbbe6580be58f8bdc29d971ea1
MD5sum: 8460d0c2fc73484cd3940c1a7904d241
Description: documentation for the PostgreSQL database management system
 This metapackage always depends on the currently supported PostgreSQL
 database documentation package.
 .
 PostgreSQL is a fully featured object-relational database management
 system.  It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects.  Some of the features are:
 ACID transactions, foreign keys, views, sequences, subqueries,
 triggers, user-defined types and functions, outer joins, multiversion
 concurrency control.  Graphical user interfaces and bindings for many
 programming languages are available as well.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.23-9.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14157
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.23-9.pgdg26.04+1_all.deb
Size: 1832290
SHA256: 2054a56303d2ba1bb8a971e621c9aed0689c90842b733cb4407f6279a0cec249
SHA1: 8e03077fdc9ca1f038977f5aac8b51df38f23319
MD5sum: b51c41acaa70170fe7e2e261f0281244
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.22-10.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14656
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.22-10.pgdg26.04+1_all.deb
Size: 1894558
SHA256: 6a406107f6f28294cb212c8a4b1ceb17394e6125942c7fa54c312166e886e2cf
SHA1: 30e9caae1e662f72ed45c90860cdcc98350f9732
MD5sum: bdb5fc012c9a7e89d012db3157124100
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.22-4.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15187
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.22-4.pgdg26.04+1_all.deb
Size: 1959702
SHA256: 4df4112b8d13bd7f4108a2c5ceb77691ac223202ccc3034bbb75ecc45cb47149
SHA1: 38529601005326107002ce2977ea8b5152e50fb3
MD5sum: 9b487a75d1da700cd3a574322d9a6026
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.23-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16043
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.23-2.pgdg26.04+1_all.deb
Size: 2019792
SHA256: 5af2ffb9b0cad91e49e64c9683b94df4ed5d17aace9af96a9d530e72b0034a18
SHA1: aaff10a6dee2bb42354c25c263576d7ad7cbab8e
MD5sum: c7b8f75b43e3e2ba50f40a87eae7af93
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16525
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.21-1.pgdg26.04+1_all.deb
Size: 2075468
SHA256: 2358a6f9a9fb8c50d4a9c7c57da111b6a9bae15c8cfaa3124dcb3bec06e42102
SHA1: d08ae9a0b7def243e45c9b9877bc9c0268d80f5d
MD5sum: 4748bf582b4b99cf8ac9fb8d545029bb
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16366
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.16-1.pgdg26.04+1_all.deb
Size: 2088656
SHA256: 84d4224799a8aac6b8ba99ebd4532a092fdfea699d20d6eb6c0ca0512012aff3
SHA1: fb74a940d1ec1ddb7182964f1ee40035274db2dd
MD5sum: fc0a5af01aad26fc762d36fc559c9032
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16908
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.12-1.pgdg26.04+1_all.deb
Size: 2141560
SHA256: c3fd6f09600bf7d921a4c4011f95180db736b0fccec8a2fa140435fe272d25da
SHA1: 47afc4656c751244d31959c0dd28f7486e234e55
MD5sum: e54020a7337408d576b775b82d4857b2
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17084
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-17/postgresql-doc-17_17.8-1.pgdg26.04+1_all.deb
Size: 2156660
SHA256: 913a32164512c639cf3f99cafb6e10ee584edaf3ed6fa5ffafbd38cce681ca1e
SHA1: a8cb7e73fd760efc7ec22435d4661154403f869f
MD5sum: e8ea4a20360dc7b2ec44fb5765f05995
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-doc-18
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17361
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-18/postgresql-doc-18_18.2-1.pgdg26.04+1_all.deb
Size: 2186892
SHA256: db550970d5f179e76ad6b16c9cdce684f4972a285a3f7972371379c54d42266c
SHA1: 68c2243c11b9b6a0ebbae25db62496d2d6027f07
MD5sum: 29d703b15246064c939ead12447b1c85
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 18. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-doc-8.2
Source: postgresql-8.2
Version: 8.2.23-14.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8293
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.2/postgresql-doc-8.2_8.2.23-14.pgdg26.04+1_all.deb
Size: 1225060
SHA256: 08ebe051c83d9eefb54811b7f2d2fee082a21afb51d18fb1d681502d3bb1abd5
SHA1: 6952697b4b5c267f257669dfbfcc21a52a96b8a1
MD5sum: e6b29c9ac2e649ed0faa16d1ddfc7b1c
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.2. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-doc-8.3
Source: postgresql-8.3
Version: 8.3.23-11.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9847
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.3/postgresql-doc-8.3_8.3.23-11.pgdg26.04+1_all.deb
Size: 1459104
SHA256: a5d5ac95ee04db08aad2e6c6f8cd0e84582469c9157cd596555048755e7cb692
SHA1: c95d180a250e82b66bfd353f605b6ba04bbf66a4
MD5sum: 890a6b7395fe6f2674d065142472c6a3
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.3. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-doc-8.4
Source: postgresql-8.4
Version: 8.4.22-12.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10553
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-8.4/postgresql-doc-8.4_8.4.22-12.pgdg26.04+1_all.deb
Size: 1313592
SHA256: d401206c51bc6f6fa8358ea092487c13207eebf09c7484496028970013ccbfd8
SHA1: 7c2d336d22b56b0efc43b2f10e1e1f0552d06414
MD5sum: 1985c8f46cc14f0023e9a9ea57bcb2a6
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 8.4. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-doc-9.0
Source: postgresql-9.0
Version: 9.0.23-12.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11460
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.0/postgresql-doc-9.0_9.0.23-12.pgdg26.04+1_all.deb
Size: 1478028
SHA256: 48bff261f19641c81b9b9f12f0272e51a3ce06993735b38d1d679f963f726d79
SHA1: eb6c18e5fd914a28f587b45dd344a42c0ea309e5
MD5sum: 9fdcea87c2c5e17ec94295b13b1f632d
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.0. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-doc-9.1
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12599
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.1/postgresql-doc-9.1_9.1.24-18.pgdg26.04+1_all.deb
Size: 1602288
SHA256: b4cad419ef1be189f7cff37830b8bdc1b6e6784fbbcd838ada9abeccca4bba02
SHA1: 4801eac123b5621dcdd293287e87f377b259a269
MD5sum: d6f2ac2bd743fc04ef0cf9cce3cc9047
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.1. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-doc-9.2
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13409
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.2/postgresql-doc-9.2_9.2.24-15.pgdg26.04+1_all.deb
Size: 1690708
SHA256: 7c5ac6fb93c330f9a872556bc935d4c2cbeb72bcec105bdc178d66157b451d69
SHA1: 151a14eaa64f1ec36062f4ce5462fec13a849c4d
MD5sum: 52d14163e9f7e2ac9cce492fa57fe2df
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.2. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-doc-9.3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14219
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.3/postgresql-doc-9.3_9.3.25-15.pgdg26.04+1_all.deb
Size: 1770692
SHA256: 46bee99a25db422c47b88830d1c455c53e2a0296f5542730bd9dbe554fc91402
SHA1: 056526c0d383ba1a462c939204330b1e375e4468
MD5sum: 484dc711db661124f8006e52fb8650ba
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.3. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-doc-9.4
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11503
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.4/postgresql-doc-9.4_9.4.26-15.pgdg26.04+1_all.deb
Size: 1561896
SHA256: 4e99f43f9441928fabdb2b3bd8bcc212ef1c9e2f7aa56f3bac1cca46c9231625
SHA1: 216ff6023e398b0e252a334cf5f7280c471ad8a2
MD5sum: 2de9d5c7e09f69bd02a828bdd4c40618
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.4. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-doc-9.5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12016
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.5/postgresql-doc-9.5_9.5.25-13.pgdg26.04+1_all.deb
Size: 1631560
SHA256: 3ffae29ac08fc1929cd04e925b43e1635b046ab450ae2dbb4156bc482f8d0b58
SHA1: 50c076a57571667e7c4152447d6998dd19648441
MD5sum: d23cbe9ccba3c1befec38be1b75760cc
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.5. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-doc-9.6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12469
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.6/postgresql-doc-9.6_9.6.24-12.pgdg26.04+1_all.deb
Size: 1698304
SHA256: 8e9cfe4cfaec0fd065e298221178a47bde1677e9397d1a670f1e29c65871ddfd
SHA1: edee5bd566c6e073c9816158ff4e8cb90a080f6a
MD5sum: 8e74773322b47b5f568a9e021689e572
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.6. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-filedump
Version: 17.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: libc6 (>= 2.38), liblz4-1 (>= 0.0~r113)
Provides: pg-filedump
Homepage: https://wiki.postgresql.org/wiki/Pg_filedump
Priority: optional
Section: database
Filename: pool/main/p/postgresql-filedump/postgresql-filedump_17.4-1.pgdg26.04+1_amd64.deb
Size: 43848
SHA256: 86bc252d1a4245c0c9b7bf3c36f737602cf8bdb9ec8800f2592627cab37d205d
SHA1: 144fd5eb4d3e0ff089c391d2b314f0fe1d5b9a29
MD5sum: 11b2b04ff37017b32e5b701660021520
Description: Dump PostgreSQL files in human-readable form
 pg_filedump is a utility to format PostgreSQL heap/index/control files in
 human-readable form.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-filedump-dbgsym
Package-Type: ddeb
Source: postgresql-filedump
Version: 17.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-filedump (= 17.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-filedump/postgresql-filedump-dbgsym_17.4-1.pgdg26.04+1_amd64.deb
Size: 59076
SHA256: 90c0cee140d98bdfb1417bf1a5ab8f746ac3758059ab85453c16c88f39f20278
SHA1: ec34e44b223b801d04da3e02cf4d730eaad4dcb5
MD5sum: 32f8c3a2bd55de4a04ca91e6f107a633
Description: debug symbols for postgresql-filedump
Build-Ids: 687ad2129c4db4ba2dcf2efd04d644f4fa958d20
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pgrouting
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 50
Depends: postgresql-pgrouting-scripts, postgresql-18-pgrouting
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting_4.0.1-1.pgdg26.04+1_amd64.deb
Size: 25528
SHA256: d917eaede4c63390a92b6e911f196812f92bfe54eebbd00fd0396fff7c24849b
SHA1: 3bb8430ed35c81f28330dd651c4e2dba1d566839
MD5sum: d5ac070aa593c85e90cdb1febd92231e
Description: Routing functionality support for PostgreSQL/PostGIS - Metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting package for PostgreSQL 18.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pgrouting-scripts
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 50
Depends: postgresql-18-pgrouting-scripts
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: metapackages
Filename: pool/main/p/pgrouting/postgresql-pgrouting-scripts_4.0.1-1.pgdg26.04+1_all.deb
Size: 25552
SHA256: f022513f29c806768e44ff65ba390fd526785e42ff312aca934e690d1586115f
SHA1: 9fc301cd20908cde263e7b7388cc454db81ef8fa
MD5sum: 4cd9d93ea06cdb248ec2f21b1b56413f
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts metapackage
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This metapackage depends on the PgRouting scripts package for
 PostgreSQL 18.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.23-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 262
Depends: perl, postgresql-10 (= 10.23-9.pgdg26.04+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.23-9.pgdg26.04+1_amd64.deb
Size: 64846
SHA256: 8e43825d477d9951b37768f0259baadc336a15f117e2af69a329a379fd46a86d
SHA1: 7a1ae3c2f434b5ccb79158b9127a652e9fa13474
MD5sum: ec373621de8c38eb1602e9b594dd1716
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-10-dbgsym
Package-Type: ddeb
Source: postgresql-10
Version: 10.23-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plperl-10 (= 10.23-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.23-9.pgdg26.04+1_amd64.deb
Size: 163274
SHA256: 0f2b745e1950e15d80fa8fec65ae05b284a5d17e67bd7afd1003fec680f93e3d
SHA1: fb55123c28625e133b78f103fb15a254bc3b1663
MD5sum: d1a59ca11dfcc9f8c9559dc656d0934b
Description: debug symbols for postgresql-plperl-10
Build-Ids: b0af1c1891134685f2fe5208af45b7bfb643037b be193fe2436eb228b9a07b3275f7c9cf3ce67ab0
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.22-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 307
Depends: perl, postgresql-11 (= 11.22-10.pgdg26.04+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.22-10.pgdg26.04+1_amd64.deb
Size: 73296
SHA256: 5b1f4e143a7953bff3b8a72a3116188e906c0cadb9cf9c14435ff2117de83e21
SHA1: b64495bdd65b531cb2b0de1ccfe3d3584e0a62be
MD5sum: 741ec7b2284dbd100ffad455d2771f6f
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-11-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-10.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: postgresql-plperl-11 (= 11.22-10.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.22-10.pgdg26.04+1_amd64.deb
Size: 178090
SHA256: 66a039714badd7ffd3c89f383c12ecdc85ea31ce3b4246f840c5659f7b1bfb75
SHA1: dec48e814a6614de5eab1ed60e832160b89eb4e7
MD5sum: d6ac8ee89008737e15a19361ce477de4
Description: debug symbols for postgresql-plperl-11
Build-Ids: a09ab01bbe79da573fafbe08bc34e123a68b4a35 ca06fdb7cf74e6820e5eb962e125b5ae7925bdd4 dcdf54a628412c4b8e0c649ec2a75c8a14be007a
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.22-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 317
Depends: perl, postgresql-12 (= 12.22-4.pgdg26.04+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.22-4.pgdg26.04+1_amd64.deb
Size: 76378
SHA256: fe4d2022e490fd94c3bc9bd46aaee1f6ab49e04e2eca6ad5e2c46a8c6448b244
SHA1: 7d919e846c30ba5d44d0f85661056ae937942d25
MD5sum: 5db3cff622bc2a8dce7d8c0461b6db6b
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-12-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 253
Depends: postgresql-plperl-12 (= 12.22-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.22-4.pgdg26.04+1_amd64.deb
Size: 181190
SHA256: 1a5e8e41282da7c7cd9632b7a298a5fbdcd99eebe335c731aaa702bb92d39939
SHA1: 3e9008bfa12606c69e851adbb885de9e0b8cfefc
MD5sum: d5aaf816cfd70bf22a0b3cb349d23e9f
Description: debug symbols for postgresql-plperl-12
Build-Ids: 373abf4689b0e010734bf258d1620d74bfb3f096 7bc2b4a354f8b63c0d4a635468e3cff28cdc7284 eb966a3aa1f657ac92e03f7609890f9a22af468f
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.23-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 339
Depends: perl, postgresql-13 (= 13.23-2.pgdg26.04+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.23-2.pgdg26.04+1_amd64.deb
Size: 75220
SHA256: e342ddc7d40ca346879da09e76652b5827faf6044cde1ce7c340f3c1053d8891
SHA1: bdf4bf26cec9e6bc0e4c59fe7954c11c841e9ec3
MD5sum: 871f6fafd901bbdc5c2ebedf2d6f50ea
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-13-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.23-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-plperl-13 (= 13.23-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.23-2.pgdg26.04+1_amd64.deb
Size: 188876
SHA256: e3ca0875ab13d3c805574352ce228793bb2a4396b9e3d67e9fa08432f2cfef6b
SHA1: 9045a989c8847c3cbdab50f17bf61dfc139b2cd2
MD5sum: ce5c124a6bce7e09b06f35723ed7a4c9
Description: debug symbols for postgresql-plperl-13
Build-Ids: 16afc98105064f897a49c5c04e2cfb33451accf3 825441cb1d3d380bccbbab3accf0179120defb76 a7139271744928bc8d8b03807610695f9cc53fd1 ced082ee6eb146f0c011386a51508bbbea958ddc
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 382
Depends: perl, postgresql-14 (= 14.21-1.pgdg26.04+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.21-1.pgdg26.04+1_amd64.deb
Size: 89600
SHA256: 31fecf47db4463b59df3f4aa4d75a2677a22826ab9092e01fe1c508e56de9162
SHA1: 7cd4edc57b572b2efd8abca13c69dc97ab31f520
MD5sum: 7c967796c0e1331bd3e82168e0bd01cf
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: postgresql-plperl-14 (= 14.21-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.21-1.pgdg26.04+1_amd64.deb
Size: 189840
SHA256: 4b04cee5fe52398ba7c14724a3dcba74f29bdebc116118dfb260c6d3619cae8d
SHA1: 1511c17b84958ed7228f66a81ad4351d61500d50
MD5sum: 8ecf914b712b926a1ab6ed3125f657dc
Description: debug symbols for postgresql-plperl-14
Build-Ids: 12a8ba6530816913481242ca07c3c13dbd9000bf 26360f030d4a4706a1658c93ef2e8ea4da413047 867305f27d84690ed5110a78a3ab7dbef93c66ca b0757f70dc284f084cd9f74f38533cb71c252f61
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 385
Depends: perl, postgresql-15 (= 15.16-1.pgdg26.04+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.16-1.pgdg26.04+1_amd64.deb
Size: 88288
SHA256: bd3bd2c1af97e7eaaf101414607e8a130add36dcf034e4105339d6c639ab70a2
SHA1: 18f7b879ee4ee9dedb230bc1d083e44f59a3df51
MD5sum: 7c9d722a495e21aa5152a04451f12092
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-plperl-15 (= 15.16-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.16-1.pgdg26.04+1_amd64.deb
Size: 193472
SHA256: 259ce9a5c5c85d5351cd1f0ae086c2fe86aaba84734ed63792cd34183fb24379
SHA1: c4b5e63652e277256112e45daa5252ce4092dbbd
MD5sum: fe6b0979ff6955b50331afbbec20d237
Description: debug symbols for postgresql-plperl-15
Build-Ids: 9748f32b254a69e2d5ed6003894700a94cc0a47e d053086643e91494924985dfd9342a7b31c8f38b e3855a0d1f404db520fb7dea6ae443b171fc1d1c ffce58674b626305f8e1718eaedd8e2c57f0a401
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 394
Depends: perl, postgresql-16 (= 16.12-1.pgdg26.04+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.12-1.pgdg26.04+1_amd64.deb
Size: 88768
SHA256: 4d11d64a6aea2a05ea0e6e4dc62fe585b7a2e5795b01b3dbd98ac96ac4e8757c
SHA1: 1232c6b203d656de8bd21e9c05ca2bb44fdedd70
MD5sum: b7525bd1d9603a855caec056fbea15ba
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: postgresql-plperl-16 (= 16.12-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.12-1.pgdg26.04+1_amd64.deb
Size: 197336
SHA256: 374db1bf7b37d98e65ceff7644c80d2d6fecee171a394664c3e52fd8fc031b39
SHA1: ddf77f5b7d704f182e36a4b76e182496fbd5b58d
MD5sum: 34cb3b95833c70373b5cb5642ef87060
Description: debug symbols for postgresql-plperl-16
Build-Ids: 1cff86da48ce58787248694b913d750543cf578c 504f0e1112ce2e41470005d8e6d0afe00ed601c7 eec7c7741bf630c6d0e0900ac8a1c777a10659c6 f321965fa7b53a7efcf4afe8158b4884a497a85d
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 391
Depends: perl, postgresql-17 (= 17.8-1.pgdg26.04+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plperl-17_17.8-1.pgdg26.04+1_amd64.deb
Size: 86340
SHA256: 14192db135f4266c3c084b50394fb6c10cfef55101876fcf220c1847a6505eaa
SHA1: 49e70abac59f89d78092993cf1c07e0e93d5724d
MD5sum: f63a7ac72ed151cd6642eebd41ec6c6e
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-plperl-17 (= 17.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plperl-17-dbgsym_17.8-1.pgdg26.04+1_amd64.deb
Size: 201236
SHA256: fea80fe9b2dc40eb1a51602bb86f76c2ddc6275f3b31602ded259d5c670dee93
SHA1: d229bea383578ad22c1a42f88f79e2c75b4e576e
MD5sum: fb3026913ad91b9b2ac3a44b37b50805
Description: debug symbols for postgresql-plperl-17
Build-Ids: 31a7074c2ac222f165ed7b9ccccfe7fb5cecfa10 43283dee9acc3a949d4948d46488a47d577c35af 745e1b005cc6ee417c76b2c8bfd193c6c92eee75 98e3c3b79dfb75bf5ddc4f2db84850f0cc122fc8
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-18
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 352
Depends: perl, postgresql-18 (= 18.2-1.pgdg26.04+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-plperl-18_18.2-1.pgdg26.04+1_amd64.deb
Size: 67952
SHA256: 7e01c0fd390b5cce60019a5b2299d692699d0047842801f7e9212e3a9f92779c
SHA1: 0697cb25c567dffcc7b6edfb0ca967afcf328e16
MD5sum: 4c914a2ffa57e71ec4280c86a4d85034
Description: PL/Perl procedural language for PostgreSQL 18
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Perl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: postgresql-plperl-18 (= 18.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-plperl-18-dbgsym_18.2-1.pgdg26.04+1_amd64.deb
Size: 203532
SHA256: 21b1d03be93d14bc5c6f2e63a30fc8c8f24c139801def11c64a0dbe85bd436b6
SHA1: 43c0cb43d49618bc38646e8ae06f658ecfa3f0b3
MD5sum: fb5aa09c0aab4d4630949044ee2d1852
Description: debug symbols for postgresql-plperl-18
Build-Ids: 1d0ca0a338b87f4962c401fc69c3cf54a6b1dba3 4694fd2ea9f97d079ba1e27ac4ae092613d04611 9da2912f1cd4baba9cd4ceeff6a3de6f0241f101 dd4272a854c72a920c8ff04cce2f1d550c594392
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-8.2
Source: postgresql-8.2
Version: 8.2.23-14.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 293
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-8.2 (= 8.2.23-14.pgdg26.04+1), perl
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-8.2/postgresql-plperl-8.2_8.2.23-14.pgdg26.04+1_amd64.deb
Size: 236760
SHA256: 711ec52fa4c5f17efcf21615849494cbd09136852d9d6b2af7bc6e0bbee018ac
SHA1: 1e007d4813d4409c8c66561137acb1ee02966bbc
MD5sum: 254f0856bb179102cca57af9adeaa06f
Description: PL/Perl procedural language for PostgreSQL 8.2
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 8.2 in Perl.  You need this package if you have any
 PostgreSQL 8.2 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-8.3
Source: postgresql-8.3
Version: 8.3.23-11.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-8.3 (= 8.3.23-11.pgdg26.04+1), perl
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-8.3/postgresql-plperl-8.3_8.3.23-11.pgdg26.04+1_amd64.deb
Size: 287360
SHA256: ddb27d31fdc86e418f9f279c6be9dc5d7c420b9269ee448bdb369b6e3095cfc0
SHA1: e350ece3f1cf617d59bf5fa729464bde5faec33d
MD5sum: 184007c9daf7e6868dcfe414e5164704
Description: PL/Perl procedural language for PostgreSQL 8.3
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 8.3 in Perl.  You need this package if you have any
 PostgreSQL 8.3 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-8.4
Source: postgresql-8.4
Version: 8.4.22-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-8.4 (= 8.4.22-12.pgdg26.04+1), perl
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-8.4/postgresql-plperl-8.4_8.4.22-12.pgdg26.04+1_amd64.deb
Size: 35848
SHA256: fbe5197d4facd889b868c22d9dcdb5a87b4d320c3698d42777ec3e8584c0e0fc
SHA1: 1d02fecc70641131497303849586df794f9f5968
MD5sum: 37ea6bbcd16c40611e514fb865d59065
Description: PL/Perl procedural language for PostgreSQL 8.4
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 8.4 in Perl.  You need this package if you have any
 PostgreSQL 8.4 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-9.0
Source: postgresql-9.0
Version: 9.0.23-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.0 (= 9.0.23-12.pgdg26.04+1), perl
Replaces: postgresql-contrib-9.0 (<< 9.0~beta1-3~)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.0/postgresql-plperl-9.0_9.0.23-12.pgdg26.04+1_amd64.deb
Size: 43096
SHA256: 9119b45bd5350a70af9c39a7484f61fe40603ebbb40d7722db2983db272e6a2b
SHA1: 75f2ca2ec2454a1cadba4eda62a1be41cb877845
MD5sum: 4af21914fd7a05791adb9751e5622b44
Description: PL/Perl procedural language for PostgreSQL 9.0
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.0 in Perl.  You need this package if you have any
 PostgreSQL 9.0 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-9.1
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 218
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.1 (= 9.1.24-18.pgdg26.04+1), perl
Replaces: postgresql-contrib-9.1 (<< 9.1~beta1-3~)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-plperl-9.1_9.1.24-18.pgdg26.04+1_amd64.deb
Size: 49312
SHA256: b40e081ca8a592ab77c72abd23d37b348dbf3b26661f28084f5541f147fee040
SHA1: 72fdf0d10a7d0061558b44dc0446514c327df9a6
MD5sum: a35c232e976420dbee0c3563a38ec4c2
Description: PL/Perl procedural language for PostgreSQL 9.1
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.1 in Perl.  You need this package if you have any
 PostgreSQL 9.1 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-9.2
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.2 (= 9.2.24-15.pgdg26.04+1), perl
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-plperl-9.2_9.2.24-15.pgdg26.04+1_amd64.deb
Size: 48368
SHA256: f88eb5ec80dcf3daacaf08dc6e37877953dcef6cdf64b653ed93653d692d6c93
SHA1: 93fdad285d397d800b4063e3e921dedde0cb9828
MD5sum: 46f5022f7ab161b6ff534d3562bea0c8
Description: PL/Perl procedural language for PostgreSQL 9.2
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.2 in Perl.  You need this package if you have any
 PostgreSQL 9.2 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-9.3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.3 (= 9.3.25-15.pgdg26.04+1), perl
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-plperl-9.3_9.3.25-15.pgdg26.04+1_amd64.deb
Size: 47800
SHA256: 341b7e888e433dc666fc345aea427c00bb1361a666ba1ac06ca2242a002df44e
SHA1: 60f0cb736d306e501aeaf30673fedcd31a07aca7
MD5sum: d4f49a225d506d0657aa0f079a34a0bb
Description: PL/Perl procedural language for PostgreSQL 9.3
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.3 in Perl.  You need this package if you have any
 PostgreSQL 9.3 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-9.4
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.4 (= 9.4.26-15.pgdg26.04+1), perl
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-plperl-9.4_9.4.26-15.pgdg26.04+1_amd64.deb
Size: 51184
SHA256: 9adb9a7f642aadc21b737d39faee94c3bb6652fdd8642364bd8ea7559ed8ebc5
SHA1: c7c46cb863d2fe098290c0bbffc646f1d6a970f1
MD5sum: d7a8698fb4911a7ac030ec1fcafbd3a6
Description: PL/Perl procedural language for PostgreSQL 9.4
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.4 in Perl.  You need this package if you have any
 PostgreSQL 9.4 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-9.5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.5 (= 9.5.25-13.pgdg26.04+1), perl
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-plperl-9.5_9.5.25-13.pgdg26.04+1_amd64.deb
Size: 58168
SHA256: 9c13342f7d6b1307ba35cec933a3700ed51df85871541f60db80881169df5ea1
SHA1: 28f458acb48c9e42b017ef3a030c1ec8589d1992
MD5sum: 35aee13c8bc2080ff652d79a4a21aedf
Description: PL/Perl procedural language for PostgreSQL 9.5
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.5 in Perl.  You need this package if you have any
 PostgreSQL 9.5 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: perl, postgresql-9.6 (= 9.6.24-12.pgdg26.04+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.24-12.pgdg26.04+1_amd64.deb
Size: 60100
SHA256: 73ea1c1880501db75f0800a07a5895bae07dcac3178782de008ecaa068ffeb9d
SHA1: 02c14fd9239acb31a87cfa90430a0c256aa17b34
MD5sum: 89fb98f33c14e7601264496c58a07b6b
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.23-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-10 (= 10.23-9.pgdg26.04+1), libc6 (>= 2.14), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.23-9.pgdg26.04+1_amd64.deb
Size: 59660
SHA256: 23267ece1461fcd46ff7976a0eda70521bba926887b67d6fa66e619096e3490f
SHA1: d73fc472a4819ac41632a5ac699df16128747bd7
MD5sum: 6aed23b6886f9b36459d18527e14fba4
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-10-dbgsym
Package-Type: ddeb
Source: postgresql-10
Version: 10.23-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 260
Depends: postgresql-plpython3-10 (= 10.23-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.23-9.pgdg26.04+1_amd64.deb
Size: 163506
SHA256: a3a11b385139e8b5818876cde3b47272558cd30ca346ff2a81febc885fb27bec
SHA1: 2b68f62c8278ef28328d4a9d66ec99467e203fe9
MD5sum: cb53ca40533101c7eeebae08bf16f704
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 2a47c0fa3e55b7ac80ed17968d0ee42ccc7af874 30859107feda32a70d3b25749d441afbec375e50 e78f0a497be72a3c648bac4381b302f2d5b095e4
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.22-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-11 (= 11.22-10.pgdg26.04+1), libc6 (>= 2.14), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.22-10.pgdg26.04+1_amd64.deb
Size: 65092
SHA256: 3910c81fdd78c94e7e7b75cead4dff230af3aae69330b06c35f7c9ac3838b863
SHA1: 73e6d761ef988d920ff3885a9db5b97993581726
MD5sum: f1c1a515daaeb20c223bf2216c44a2a1
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-11-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-10.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 287
Depends: postgresql-plpython3-11 (= 11.22-10.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.22-10.pgdg26.04+1_amd64.deb
Size: 177586
SHA256: 656d031dfd9522890105609ad4b435c178f10c2dc8dc0ad49af8b01e8a70c711
SHA1: 9a01c1cfd82c552545436f50d29e46bf4914c949
MD5sum: ab5031d4dc7dd32f96e6e5840279c0d6
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 24071c4f4246f14992bf6ffe143127c977f2b86d ab1fdac1ba7f752fd8168735e0b2e14938770f51 b52b703fef469207e42ee6fbd72dce29e43576d9 d5a829c5be96a0c68788a5817f43c2a75af481fb
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.22-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 462
Depends: postgresql-12 (= 12.22-4.pgdg26.04+1), libc6 (>= 2.14), libpython3.13 (>= 3.13.0~rc3)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.22-4.pgdg26.04+1_amd64.deb
Size: 101666
SHA256: 1e37dcfca8f7fbdc2a1f72935d1e82878f39936bf83961a6720c37946da84a1b
SHA1: e08777580240630324639c06b22b4e08dce21d80
MD5sum: c8993a2abf6ce62d3f1767b2096f24de
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-12-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 289
Depends: postgresql-plpython3-12 (= 12.22-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.22-4.pgdg26.04+1_amd64.deb
Size: 180118
SHA256: c33653f9d6cc0cad2c38a875987897987f3775039473c6396b2072edcee8b4b5
SHA1: f93942a1ef8e7321934e65b7d9b40c839f0db475
MD5sum: e8964b8966793da1a4a88ab688ddf4be
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 3cb042bd1308e871f85eecc268a1481aadee4532 4dc2cb8a0dc333ef77b8e7d560f8a4da110ef6e3 b3e095ca7e9b5ef84e01fdbb4db265080690ba48 b795c3aaeeeac5ecebf1a0c4410552a25cb42cd6
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.23-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 463
Depends: postgresql-13 (= 13.23-2.pgdg26.04+1), libc6 (>= 2.14), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.23-2.pgdg26.04+1_amd64.deb
Size: 96560
SHA256: 652a57cd3c486993413002244dd263d7b84cde9ec83e6b978d425791c7015bf5
SHA1: 70a81bf158deab01b1b6cb293cd593dca7522fec
MD5sum: 29c4fd25274b6d5a4bbb9438de254f61
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-13-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.23-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: postgresql-plpython3-13 (= 13.23-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.23-2.pgdg26.04+1_amd64.deb
Size: 182448
SHA256: c4602bac38a6fc4433e7706e0374ffbc402ba02dd05e1e636c29847ea2b29ba6
SHA1: 4eeb22c031e50cc3972bc67000c4ebdba824487e
MD5sum: 164322ebd94baa9f4202dbb5140d5723
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 40633bf587e6f8d9c463bd8e3790d30f867db9ce 4e022e8ef3aa7b70f654270e5cddc159c409a619 c4a0af998fc14aed148eebe1d6147ab6e2a8d3c0 d83de6ae4a24c0b732a99486036d9c284b187617
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 519
Depends: postgresql-14 (= 14.21-1.pgdg26.04+1), libc6 (>= 2.14), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.21-1.pgdg26.04+1_amd64.deb
Size: 113508
SHA256: 4fbd6cc47438d760a317011fc58c6b9ed0a7b65360b068e350727f84cb413c71
SHA1: ded76cfc8689b6314fd0f298fb397d2d9d944aa9
MD5sum: 442896597a1f39c2d98f367dd5a75f30
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: postgresql-plpython3-14 (= 14.21-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.21-1.pgdg26.04+1_amd64.deb
Size: 183624
SHA256: ada12c855323d3bb1ac087117aed9d8db9120005942fa99be60673c892a4a1dd
SHA1: 96f98bb06d885e4a1c86eee1346b4cfbf56315f7
MD5sum: 0ad6a6c267607bf9717438ce51f1c36e
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 9ac53b00ef0254826b3913dc33bb7e240332948a 9f9c551a2abb4a9ce29de9ecc08ac5fa85e76919 a0a20ce401c4bd73d3fbe068ec5aeba49a7b28ea eb024695d1b50abe9863bd68e4d93efeb0744cf3
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 535
Depends: postgresql-15 (= 15.16-1.pgdg26.04+1), libc6 (>= 2.14), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.16-1.pgdg26.04+1_amd64.deb
Size: 113912
SHA256: dd64144de78f20fdcb2ef86d8f7f0147119b6507b7649ec13ec39025d25ef481
SHA1: 6c93ee1784cac429d0bc4567b16f86393f7c1654
MD5sum: 5c783094bdf58c210ad673ddeb07a356
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 299
Depends: postgresql-plpython3-15 (= 15.16-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.16-1.pgdg26.04+1_amd64.deb
Size: 186800
SHA256: 21477d970fba7c9fd9f9d5472eeb9577ba1b975a5fb037350e85d13ff3375123
SHA1: e5e94290bdfd9cbf33b4f68853e0c2cd937b8729
MD5sum: c14de25e987453a3fe6e136378d70f4e
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 0a3d78d0d9cad6eeced1013cf458d860ff3bad7c 7ab2f6fd79903af5f1e2180ebec9149aebea608f b6f34323912b5760a6c7ea768ff4f73dfba083a0 e5bdd41e8d266e44e8334cf61115ebe80530e357
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 541
Depends: postgresql-16 (= 16.12-1.pgdg26.04+1), libc6 (>= 2.14), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.12-1.pgdg26.04+1_amd64.deb
Size: 113420
SHA256: 711689c829fc16bccaab722e6a086a1f81f0665a5e85cfa5cbe6c63b10ad387b
SHA1: 05ba149750b47046b0caf4ab60d3b8b292a9c545
MD5sum: 9f13879bd6c53bd158a1b6813af0c06b
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: postgresql-plpython3-16 (= 16.12-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.12-1.pgdg26.04+1_amd64.deb
Size: 193848
SHA256: 51e26f65070bdfcb1d3c3735640327caa75e3cc589b58e5bbd4212192a160210
SHA1: 53b0da1c5d91cbf7c04d66481ce92192dd8bfe33
MD5sum: 45d23e68bd960451c944cfccec00a7a6
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 0b611304a0908ea589dad6cd6bff3c0734e1b5a7 aa669ff75af7d7f0e74db616a1576cecb39ce398 adae5e01e8e4e187564828d23691d1ce418a1f30 cdf15eed5a4d7860c38b65d41e62937305898479
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 538
Depends: postgresql-17 (= 17.8-1.pgdg26.04+1), libc6 (>= 2.14), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17_17.8-1.pgdg26.04+1_amd64.deb
Size: 111236
SHA256: 740dfce34fa76ca7a100a992271ea1f065db115865c039089d6f030410b2bfee
SHA1: e5ff5037f6aa1618442f581ce759fdf69243645f
MD5sum: eee34f472ce468c65105ea9e0d4c53ad
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 308
Depends: postgresql-plpython3-17 (= 17.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17-dbgsym_17.8-1.pgdg26.04+1_amd64.deb
Size: 196912
SHA256: 68afed6faaec797a5cd962838efb9ea298a8f94824861b1d5369d49156912105
SHA1: 4a1f91e985758a8a33a119db338f9189139f21fa
MD5sum: a82bfcb4defc72bcde26c977c1fcb0bf
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 0858318ebf9f8baf9f25ef2d60a3219cd75ecbae 2d9abe74e8a4272e7edeff34e55670b267aa7d3c 35135efe5235a492bb00b9e65f97f8452d417c06 eafa4df46fc3bca2346198669f525aaf6ed7ffa4
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-18
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 494
Depends: postgresql-18 (= 18.2-1.pgdg26.04+1), libc6 (>= 2.14), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-plpython3-18_18.2-1.pgdg26.04+1_amd64.deb
Size: 91308
SHA256: a411b1a00795c412d3735e44fe4314bfba5fd5a37e36178c215ab48faf55bb94
SHA1: d67b631a762df3fcd382ffeaa18842246b473d97
MD5sum: 7ff2f3a5bc827e63e4de8b1c13caf112
Description: PL/Python 3 procedural language for PostgreSQL 18
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Python 3.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: postgresql-plpython3-18 (= 18.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-plpython3-18-dbgsym_18.2-1.pgdg26.04+1_amd64.deb
Size: 184804
SHA256: 92746c31bc1b7ff32f5031d44812a0e21c2a9f3a1db1e113ec44f8cd0ac4b941
SHA1: 8d7f4b9e8644ab69e7595ace6938dcae4cdb4520
MD5sum: 03f10e6823255cf8fa9200eca4a5811d
Description: debug symbols for postgresql-plpython3-18
Build-Ids: 2380f04f06a2c97800297f2859504066974bb1bd 4a42bf4e0dcef589f48c98abad8cb5426c3f9a5f 7aaa6e9b91a66afe784896880767dd1e0059a2ad e38ff735e415472567720474dd9212c003c11011
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-9.1
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: libc6 (>= 2.14), libpython3.13 (>= 3.13.0~rc3), postgresql-9.1 (= 9.1.24-18.pgdg26.04+1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-plpython3-9.1_9.1.24-18.pgdg26.04+1_amd64.deb
Size: 38156
SHA256: bd25e722c110df4bdeea6720381f17b91ea02b60d1af50a875a6672344c298af
SHA1: 0e1de6d0125b7396b75fde6d6cbe4aae65a78203
MD5sum: fb780b0c13f385a8ee01f15dc9031deb
Description: PL/Python 3 procedural language for PostgreSQL 9.1
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.1 in Python 3.  You need this package if you have any
 PostgreSQL 9.1 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-9.2
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: libc6 (>= 2.14), libpython3.13 (>= 3.13.0~rc3), postgresql-9.2 (= 9.2.24-15.pgdg26.04+1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-plpython3-9.2_9.2.24-15.pgdg26.04+1_amd64.deb
Size: 41820
SHA256: 209f4e08d911cbbec5fd6ecd60479bc220c4afd85f594db79d4c6066ebda6765
SHA1: 59c7fa04b79a6d2b7545fdcee44fcff63e0a36f5
MD5sum: f267e71ea4a6e4373bd8641710315442
Description: PL/Python 3 procedural language for PostgreSQL 9.2
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.2 in Python 3.  You need this package if you have any
 PostgreSQL 9.2 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-9.3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: libc6 (>= 2.14), libpython3.13 (>= 3.13.0~rc3), postgresql-9.3 (= 9.3.25-15.pgdg26.04+1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-plpython3-9.3_9.3.25-15.pgdg26.04+1_amd64.deb
Size: 42160
SHA256: 5e060a7fcfc5ff6df3e66dc028e886c702002e745341b5f3e9795042c2bb4523
SHA1: 80a3cc183c3e26b6fdc05e74ee27be6b4d4f857b
MD5sum: b9a7adaf383b2c8b05fe3d23ed4473ab
Description: PL/Python 3 procedural language for PostgreSQL 9.3
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.3 in Python 3.  You need this package if you have any
 PostgreSQL 9.3 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-9.4
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libc6 (>= 2.14), libpython3.13 (>= 3.13.0~rc3), postgresql-9.4 (= 9.4.26-15.pgdg26.04+1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-plpython3-9.4_9.4.26-15.pgdg26.04+1_amd64.deb
Size: 44668
SHA256: bae2c7d6bbd03096d64e9b65584e9e37dffda0d9e6f0054262b7dc95080df555
SHA1: 0dcab653659d63f51f3fbaab1ffb07e3e97f368e
MD5sum: 4f89124c03a08c04af65587c230185ad
Description: PL/Python 3 procedural language for PostgreSQL 9.4
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.4 in Python 3.  You need this package if you have any
 PostgreSQL 9.4 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-9.5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 206
Depends: libc6 (>= 2.14), libpython3.13 (>= 3.13.0~rc3), postgresql-9.5 (= 9.5.25-13.pgdg26.04+1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-plpython3-9.5_9.5.25-13.pgdg26.04+1_amd64.deb
Size: 50196
SHA256: fdd563ff306e941fada642676f44ecce64283a2d8d4b60da2fe592bc4fa50db3
SHA1: 0c2f1f1a29e4e2700dae3ebda10518eee8edcd5c
MD5sum: a7ccae45b67610ed4b383bb880d5329b
Description: PL/Python 3 procedural language for PostgreSQL 9.5
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.5 in Python 3.  You need this package if you have any
 PostgreSQL 9.5 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-9.6 (= 9.6.24-12.pgdg26.04+1), libc6 (>= 2.14), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.24-12.pgdg26.04+1_amd64.deb
Size: 53436
SHA256: 1ec87516bee3a51b7556f94d6582cff21dcd7f691129c5deec55384f962588f9
SHA1: 50b747ead93596d07be1654b939c9094888ab221
MD5sum: d7c7f9372b162b5207c6a4b3ed99a30a
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.23-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: postgresql-10 (= 10.23-9.pgdg26.04+1), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.23-9.pgdg26.04+1_amd64.deb
Size: 40890
SHA256: 46342f3630d4ec2c35dfce88e93638a7938507376c3cfb88ade3203b2c85f127
SHA1: ec90a4f09c1caf1bd9d697e50e3d53cd265c4d73
MD5sum: c2f4a6aebb82b23a0691505072c7aff8
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-10-dbgsym
Package-Type: ddeb
Source: postgresql-10
Version: 10.23-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-pltcl-10 (= 10.23-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.23-9.pgdg26.04+1_amd64.deb
Size: 67216
SHA256: e0c6effa2d2195d0c774dc71469baaa512dbec14796aa7066b2147d498355319
SHA1: e2cbfaea8483e01905b9cb046f2cae58f77b2848
MD5sum: 0c233bcdc27c9c77e5921b44303a9187
Description: debug symbols for postgresql-pltcl-10
Build-Ids: 067bc62ac3dc8ba0f0c3a6f6d676c73892fdfd84
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.22-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-11 (= 11.22-10.pgdg26.04+1), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.22-10.pgdg26.04+1_amd64.deb
Size: 44846
SHA256: baff28e91699362a88b5c7d77de50426ec516387aee9a6b270b969bfd6ae79de
SHA1: 7ab6dbb4532bcefd0d4a4e6743b5542c747ea78b
MD5sum: ae688922aaf449afb2bb077320aacb70
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-11-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-10.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-pltcl-11 (= 11.22-10.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.22-10.pgdg26.04+1_amd64.deb
Size: 70538
SHA256: 3d0bfd7a24d0aeae918187833f73640ea00b0bad45df8588a1a07260589f368a
SHA1: d9bba7e553198ad03a563971eb1716ac58e6fddd
MD5sum: 5b921b1ff7b39d38c1870c74ea5a3903
Description: debug symbols for postgresql-pltcl-11
Build-Ids: e8eff2b8110710f0a4d94472a39a7a1cd65ec554
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.22-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-12 (= 12.22-4.pgdg26.04+1), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.22-4.pgdg26.04+1_amd64.deb
Size: 47812
SHA256: 1c24a15fbbb8f1eebe7a4de8edde4e9a82f0a770e8dbe39f95510b4d073d1b40
SHA1: 47f9f3bbfc9c1faff9bf16e3d67bc7a6cfa72a41
MD5sum: 17f2ee3bbc98c825a6ca5f5bffec7e10
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-12-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-pltcl-12 (= 12.22-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.22-4.pgdg26.04+1_amd64.deb
Size: 72148
SHA256: 177c1e590c2f1c0e9c5ffa638d21441197157c4d3daace81c7b28ffddcf7c4be
SHA1: ebbe3ac3205127a20e346e13e49d5e89a67018a6
MD5sum: cffe09f3fdcf31e3c3b71a2adc407a17
Description: debug symbols for postgresql-pltcl-12
Build-Ids: 11f80a29e3adf83b08895f1c98082f679d330702
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.23-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-13 (= 13.23-2.pgdg26.04+1), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.23-2.pgdg26.04+1_amd64.deb
Size: 48856
SHA256: 0c8f49683295e84bdee3f50b2a37f0cbfbdbbc42338522d641474232aaf4eb8d
SHA1: 0b301853dfb6c53fe1d9b70f174dff7b8425a34c
MD5sum: 83dccc34c86d6fff9c3e0546d240260b
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-13-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.23-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-pltcl-13 (= 13.23-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.23-2.pgdg26.04+1_amd64.deb
Size: 76188
SHA256: 2a1bfe90ce6a06b78d98e4a9ec118145a5fdf855b4a6f2bb20c0ce99988e0ca0
SHA1: 0ffceee150edf9b52dae16cc2e6bde9d1f9554a5
MD5sum: e7c0a93eb02dbb3d620f8d4ca0e2d801
Description: debug symbols for postgresql-pltcl-13
Build-Ids: dc8d36f5049665f4661e51948b8281bb43d2aa36
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-14 (= 14.21-1.pgdg26.04+1), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.21-1.pgdg26.04+1_amd64.deb
Size: 47220
SHA256: 8ba7b75621a74c92f3b91c1052780100ee9017e92f52cee9f9622f9792c3b101
SHA1: 65ee2464ad29708896d836981b46278a217c83ec
MD5sum: 681383d25de5170f24d32880a306b90d
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-pltcl-14 (= 14.21-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.21-1.pgdg26.04+1_amd64.deb
Size: 77308
SHA256: d216f976472e9bb86f46cdb8dfec789ffd78c112754d699505b23d3d3dabfdf3
SHA1: 9e5c65ade2577bab72f1b17c72c5e134c9437885
MD5sum: 4c483686342189c6ebaaea691bc913b5
Description: debug symbols for postgresql-pltcl-14
Build-Ids: dde5505b2f2364dc8d460caac66d6f1a69bc5ae7
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 206
Depends: postgresql-15 (= 15.16-1.pgdg26.04+1), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.16-1.pgdg26.04+1_amd64.deb
Size: 46780
SHA256: 2410d6f76f024e93ecbf21fdf4f275f3477ebbdf4f3d31baf57cf9148f1a4597
SHA1: 379fa47158ba9b20af5d0d64c59b129a8edaaeb8
MD5sum: 553e91f41995b65cf5c45a99eeb3a9f1
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-pltcl-15 (= 15.16-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.16-1.pgdg26.04+1_amd64.deb
Size: 81008
SHA256: 685c05242eb19bae01667d25d11795246a7e44134421ea3977e04800378bad73
SHA1: 885b50d426ca828cfdce95ff04149890d42dd7d4
MD5sum: 0fe3d714c6b0b4f55171f6b3263921a3
Description: debug symbols for postgresql-pltcl-15
Build-Ids: e162dc77bc683563748c5e2ad9107b2ce37ec039
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-16 (= 16.12-1.pgdg26.04+1), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.12-1.pgdg26.04+1_amd64.deb
Size: 46568
SHA256: 51db52a1476a2cc365f3edde84684b029165346f9fdf09509ab1fcdbea5cfc42
SHA1: 40d978f19128ef282771ed7f9c6131cbcf56aebb
MD5sum: fa47fe3d1c6f972b28b89b8ced2a55ed
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-pltcl-16 (= 16.12-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.12-1.pgdg26.04+1_amd64.deb
Size: 83232
SHA256: dfaa31ae26062d0e5ac4955f6d299a0ddd4adfa2e599bb2458a48964e8928ab7
SHA1: 5cfd4227e8f0c5dbb13f73bfd89add8b55227ace
MD5sum: 355cda6ea63e82cd5ff1875b4bbb064b
Description: debug symbols for postgresql-pltcl-16
Build-Ids: fd30c5c034f8048f060ab67cb60c5d215972d6bf
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-17 (= 17.8-1.pgdg26.04+1), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17_17.8-1.pgdg26.04+1_amd64.deb
Size: 44124
SHA256: dda1c13dac03b5d18ee348e30c9139afdefe524db26fd2531d0137d6d7852da7
SHA1: dffcbb23c21c27ebd45d2afc92aa306d0d96652c
MD5sum: 61afad7832e0a94c0e191678639a4700
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-pltcl-17 (= 17.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17-dbgsym_17.8-1.pgdg26.04+1_amd64.deb
Size: 86480
SHA256: 40d438590593149ff31351afaf057435aaacc148fd1a3bd20de6be504d2eebb0
SHA1: b7e98362116af02c801da1e94d125e9843c14d03
MD5sum: bcda2aa66948d57823062618f9ac3b4f
Description: debug symbols for postgresql-pltcl-17
Build-Ids: b99281e443b56b6fc3f9ec82873198ae936b5430
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-18
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-18 (= 18.2-1.pgdg26.04+1), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-pltcl-18_18.2-1.pgdg26.04+1_amd64.deb
Size: 41120
SHA256: b3cbb6e428e2c73d8eaaef0ee8ace1c3d3e90ae6d18167e7ff7152c6080e9569
SHA1: fbe5005489a52786c70bdd6c46770c51f3e579c2
MD5sum: 7e5fb1e478b353ad226b52dc29b430ea
Description: PL/Tcl procedural language for PostgreSQL 18
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Tcl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-pltcl-18 (= 18.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-pltcl-18-dbgsym_18.2-1.pgdg26.04+1_amd64.deb
Size: 90044
SHA256: 77a702d4fe766f48dd7996d9571a3d591124c664a2770dc29b90a06d6b07f92f
SHA1: f39a9add4a501a297ec6274b1d76cc00c2aeb6a8
MD5sum: 100840de41fb5c835ece899ebf4fb196
Description: debug symbols for postgresql-pltcl-18
Build-Ids: 9e08260f66e117a6838acd3a7c9e5c08934c0cf0
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-8.2
Source: postgresql-8.2
Version: 8.2.23-14.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 292
Depends: libc6 (>= 2.11), libtcl8.6 (>= 8.6.0), postgresql-8.2 (= 8.2.23-14.pgdg26.04+1)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-8.2/postgresql-pltcl-8.2_8.2.23-14.pgdg26.04+1_amd64.deb
Size: 231176
SHA256: e6841dc94ca13f905edc01a61b97b73df15f96d62c9dd32b9430c2f87340db6e
SHA1: aa1950cd93c9bd6afc029c547028c88806e74eb8
MD5sum: 31308426b1da69513325f2cff8268d89
Description: PL/Tcl procedural language for PostgreSQL 8.2
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 8.2 in Tcl.  You need this package if you have any
 PostgreSQL 8.2 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-8.3
Source: postgresql-8.3
Version: 8.3.23-11.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 341
Depends: libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), postgresql-8.3 (= 8.3.23-11.pgdg26.04+1)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-8.3/postgresql-pltcl-8.3_8.3.23-11.pgdg26.04+1_amd64.deb
Size: 281536
SHA256: b571960da996a1e61764edd64305daa1e1e65b8bac6308fc574aeffdefb97fd5
SHA1: d791d4d201041fa5d532dfc2ff1a095ee8d566ac
MD5sum: 7ab426a78da878cbc95710a875ca82f9
Description: PL/Tcl procedural language for PostgreSQL 8.3
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 8.3 in Tcl.  You need this package if you have any
 PostgreSQL 8.3 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-8.4
Source: postgresql-8.4
Version: 8.4.22-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), postgresql-8.4 (= 8.4.22-12.pgdg26.04+1)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-8.4/postgresql-pltcl-8.4_8.4.22-12.pgdg26.04+1_amd64.deb
Size: 25704
SHA256: 1dbf6eb4a5aa410bf38254bdbe9ba5fb48b1b455bad9801ab7a4b074f30ff34f
SHA1: 213da931758982392a0c5306449368f86f89a646
MD5sum: 7de2051f36ae3c7459e478f570f78fab
Description: PL/Tcl procedural language for PostgreSQL 8.4
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 8.4 in Tcl.  You need this package if you have any
 PostgreSQL 8.4 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-9.0
Source: postgresql-9.0
Version: 9.0.23-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), postgresql-9.0 (= 9.0.23-12.pgdg26.04+1)
Replaces: postgresql-contrib-9.0 (<< 9.0~beta1-3~)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.0/postgresql-pltcl-9.0_9.0.23-12.pgdg26.04+1_amd64.deb
Size: 26604
SHA256: e58df43011eb52039e5c779c3d417c0f0b7264532331c6137a253aff4fdb4890
SHA1: e246044da9f996c36c0f340823beaebb72a83404
MD5sum: 9c35bc3d5442a663976cf4b45a211217
Description: PL/Tcl procedural language for PostgreSQL 9.0
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.0 in Tcl.  You need this package if you have any
 PostgreSQL 9.0 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-9.1
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), postgresql-9.1 (= 9.1.24-18.pgdg26.04+1)
Replaces: postgresql-contrib-9.1 (<< 9.1~beta1-3~)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-pltcl-9.1_9.1.24-18.pgdg26.04+1_amd64.deb
Size: 27608
SHA256: 6d52f1b8a9ccfffa94f61bc7161290db9c5687c8f87f951ad93db7763dbf18a2
SHA1: 097ebf97f1b7d67b8de4032b87682fd74cef7d40
MD5sum: 9401d593ff88ed7774e0826b1ee8ef56
Description: PL/Tcl procedural language for PostgreSQL 9.1
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.1 in Tcl.  You need this package if you have any
 PostgreSQL 9.1 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-9.2
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), postgresql-9.2 (= 9.2.24-15.pgdg26.04+1)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-pltcl-9.2_9.2.24-15.pgdg26.04+1_amd64.deb
Size: 27540
SHA256: c18fa61fd0dd284cce429a30a1ece971234635d998ee95d0d2afca64a842307c
SHA1: f1aba7d42b686f8363a3126ece20269d54dedf49
MD5sum: dd42778f9272f5f5a465c0447f36583b
Description: PL/Tcl procedural language for PostgreSQL 9.2
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.2 in Tcl.  You need this package if you have any
 PostgreSQL 9.2 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-9.3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), postgresql-9.3 (= 9.3.25-15.pgdg26.04+1)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-pltcl-9.3_9.3.25-15.pgdg26.04+1_amd64.deb
Size: 27360
SHA256: ea52e970acc23942a5198112df1d1491a67c7b1f54798c683b0276aee642515e
SHA1: 5dc4dd0d4920e96971c36353f5f4e7fd9fcd9ae3
MD5sum: 6c111e7c65c7b3579e67a951437e36c3
Description: PL/Tcl procedural language for PostgreSQL 9.3
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.3 in Tcl.  You need this package if you have any
 PostgreSQL 9.3 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-9.4
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), postgresql-9.4 (= 9.4.26-15.pgdg26.04+1)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-pltcl-9.4_9.4.26-15.pgdg26.04+1_amd64.deb
Size: 29604
SHA256: cd8c34dc0e743c6e36f9a2594f93b00f69126b257cc7b74c3caafcf07097f9d7
SHA1: 1060c5f15bf5fe751112b0a0d698bfe217146439
MD5sum: 5d91d6e39eb1e0203d4eb64339f4f7a6
Description: PL/Tcl procedural language for PostgreSQL 9.4
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.4 in Tcl.  You need this package if you have any
 PostgreSQL 9.4 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-9.5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), postgresql-9.5 (= 9.5.25-13.pgdg26.04+1)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-pltcl-9.5_9.5.25-13.pgdg26.04+1_amd64.deb
Size: 34200
SHA256: d35f474a81563a3427deae4c1c24432b27a08e9d67bad85f08302f2e82e4c463
SHA1: bc23b107aaf8bafc12d139e36a7ecae01e3912b0
MD5sum: a0a5fadf2c9f9690dca67676b7dc51ab
Description: PL/Tcl procedural language for PostgreSQL 9.5
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.5 in Tcl.  You need this package if you have any
 PostgreSQL 9.5 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 185
Depends: postgresql-9.6 (= 9.6.24-12.pgdg26.04+1), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.24-12.pgdg26.04+1_amd64.deb
Size: 39968
SHA256: 9d932d24bdfc90f629d77aed4494803eff057259b7bea085a18e399d48a9c961
SHA1: 7cb39f030557c2c9af524ce04d87aea93ec8a998
MD5sum: d99acbe49c95d89af61bcf1438e49742
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-postgis
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 64
Depends: postgresql-postgis-scripts, postgresql-18-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.6.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 20160
SHA256: 68a07370536722fa0887578233a85d7f567c5df5dbf1414b214b9c857d576355
SHA1: 307d5ffbe4d3d30499ff52c4a8cf45a6e78b208c
MD5sum: 066c8da7f1c4f97dff549ae0a60e142f
Description: Geographic objects support for PostgreSQL -- Metapackage
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This metapackage depends on the PostGIS package for PostgreSQL 18.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.6.2+dfsg-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 64
Depends: postgresql-18-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.6.2+dfsg-1.pgdg26.04+1_all.deb
Size: 20180
SHA256: 78739c2cac2392cff4ea556bbba2c63f36bf29e2f155eda5f787f234e5145618
SHA1: d34eed7cea0f780cec1ebd432e68cbee13178f73
MD5sum: d7a2f64fc8fa1d57b9afcf50f5911c3b
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This metapackage depends on the PostGIS scripts package for
 PostgreSQL 18.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.23-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5510
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.23-9.pgdg26.04+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.23-9.pgdg26.04+1_amd64.deb
Size: 987198
SHA256: 101d9f387bada321059d7c1a2cdf9027f5e9ab7380af5c7c42675e6b0dc690b5
SHA1: 2dc17a48e827b9c61a61717841a624bd3eab8a7c
MD5sum: 089aeb4dc4b3d94f328b9afb3eb7e3fa
Description: development files for PostgreSQL 10 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.22-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5053
Depends: libpq-dev (>= 11~~), postgresql-client-11 (= 11.22-10.pgdg26.04+1), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.22-10.pgdg26.04+1_amd64.deb
Size: 968280
SHA256: ab86edfc9d9b67b7d71f44380a9db2956aca7ec76182595ff33e1a1226d895f8
SHA1: e97d89120219bf8ff2ec3266892f0a8d8b273faf
MD5sum: c501e5ddebf0c1c98a93b31bc446c407
Description: development files for PostgreSQL 11 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.22-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5644
Depends: libpq-dev (>= 12~~), 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-4.pgdg26.04+1_amd64.deb
Size: 1047266
SHA256: 63c624bd566cc759b3df72572dceb390eb09f02c808d3f6604144d01e0d5ca41
SHA1: bf90d84a20b37fd010a4c9c5a79752b3e4533712
MD5sum: 00f0873d7b6f18c1db65007e7f3e874b
Description: development files for PostgreSQL 12 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.23-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6174
Depends: libpq-dev (>= 13~~), postgresql-client-13, postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.23-2.pgdg26.04+1_amd64.deb
Size: 1058904
SHA256: e98684ccdc41dacdd02d6782da4429fa5854fdd57a14af69bf188dd32d0d4672
SHA1: e78f5559dc0fde485c9f181ed040bf6dd4767b33
MD5sum: 084dd155bee5b7199d06dadc4da89cdd
Description: development files for PostgreSQL 13 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6733
Depends: clang-21, libpq-dev (>= 14~~), llvm-21-dev, postgresql-client-14, postgresql-common (>= 142~), libc6 (>= 2.38)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.21-1.pgdg26.04+1_amd64.deb
Size: 1145340
SHA256: d33a5e8f94939364325c3e3f53b93590b358418cf144e4fe761fdc6bba900392
SHA1: d81fca826cf8c30d80d95165fff9a0ee95021db7
MD5sum: 1c237552186bca308296f422a74cdab2
Description: development files for PostgreSQL 14 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.21-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-server-dev-14 (= 14.21-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14-dbgsym_14.21-1.pgdg26.04+1_amd64.deb
Size: 70076
SHA256: d81840e635bf44358332871a0e37648468bf8919a0af3ee2a6e0ea24a4e8312e
SHA1: d3955e14925cb50b2ec7a3eafdc21b80cea4d37d
MD5sum: 44eb5abf0ac97a925ef0e42903fb1e25
Description: debug symbols for postgresql-server-dev-14
Build-Ids: 563a69df1b35e1c43a7fdf8708a0794b0df4f161
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6890
Depends: clang-21, libpq-dev (>= 15~~), llvm-21-dev, postgresql-client-15, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.16-1.pgdg26.04+1_amd64.deb
Size: 1169588
SHA256: 7571f74e5b83f458017e921e3067f90d0b1ca28170c70c91784bb1d3d5dbc434
SHA1: 228c7cd3d51f0c00a48851dd026b3cfb5729d2e4
MD5sum: ed8f55755fc33183ea28e5f83b0e104d
Description: development files for PostgreSQL 15 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.16-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-server-dev-15 (= 15.16-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15-dbgsym_15.16-1.pgdg26.04+1_amd64.deb
Size: 74400
SHA256: 3d0c070083d8347b5155dec03ae5ab3e9620bab06dcd9545c70b7c5141c4103a
SHA1: 23a46f22ac0da803b0a500fa1273128d111dd383
MD5sum: bdf4a1e69ecef92f2e3df7d8609199a8
Description: debug symbols for postgresql-server-dev-15
Build-Ids: 017bf51f6340e02ab98e9f6873e059e04d1616d6
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7062
Depends: clang-21, libpq-dev (>= 16~~), llvm-21-dev, postgresql-client-16, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.12-1.pgdg26.04+1_amd64.deb
Size: 1195232
SHA256: 71ffe7569293c67cec1c5f0f75082c62f1740ba3c2deb9bcbfd55e2f13b37809
SHA1: a695ec2e590effdc8b4ed7bec3265893c3cc5ee0
MD5sum: f52cc1eb5fa5340b7629390e01e26429
Description: development files for PostgreSQL 16 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.12-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-server-dev-16 (= 16.12-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16-dbgsym_16.12-1.pgdg26.04+1_amd64.deb
Size: 78300
SHA256: 5f49de9bd862dbbcad8bf291bccefda838461dd9dc29f2994235c6a0a09cee29
SHA1: b2e9bb9343924dd047dcb282d063a50bb5504d2f
MD5sum: aae66a161450385a73ce8b192194b46d
Description: debug symbols for postgresql-server-dev-16
Build-Ids: cb4278c010c3427673939dc5069f41a0eb8b85e7
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8268
Depends: clang-21, libpq-dev (>= 17~~), llvm-21-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17_17.8-1.pgdg26.04+1_amd64.deb
Size: 1335496
SHA256: 56bd5ed4380b1ee2297e7979b465f20800c68808afbeb7ce25c5e29847591bb6
SHA1: 0c78734e6df6fec9bba6c62077a74082d4b640a2
MD5sum: 7bbeb03878321badb102c8c3ae0c36e8
Description: development files for PostgreSQL 17 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-server-dev-17 (= 17.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17-dbgsym_17.8-1.pgdg26.04+1_amd64.deb
Size: 137516
SHA256: 0d9526afa86f3f2c5d01d35b4233ae40d89e26bc54f7bdef74dbe5bd54dd9166
SHA1: 68b400a7a3d90453dddc55b5b4094543c62ff24b
MD5sum: c466279ffa888e02c17921f9006eeace
Description: debug symbols for postgresql-server-dev-17
Build-Ids: 6d0e3f5fcee24fa5c1b7c7e5eb0d447ff605f6ac a0d3d2d3266e0371e1b679136c5f7364d08708d0
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-18
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8696
Depends: clang-21, libpq-dev (>= 18~~), llvm-21-dev, postgresql-client-18 (= 18.2-1.pgdg26.04+1), postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/postgresql-server-dev-18_18.2-1.pgdg26.04+1_amd64.deb
Size: 1394860
SHA256: 6398817d55e2c67d14c850818cb202a469b92b57a9d6165842b09dd07bd1823f
SHA1: a345d7876295a348c1aca2ade0316c8c0661b6a3
MD5sum: 16118726a38553a380631d3ed89d150b
Description: development files for PostgreSQL 18 server-side programming
 Header files for compiling SPI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-server-dev-18 (= 18.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-server-dev-18-dbgsym_18.2-1.pgdg26.04+1_amd64.deb
Size: 134260
SHA256: 219510b72ec16dba1d0da870ef7fad4af6ec40cae9be6b1f8a765faa7cedb65e
SHA1: f892620abe19c34a41fce94c5165e4c23f7a5fe7
MD5sum: 4a77077f3c36013229ee24008383d9b9
Description: debug symbols for postgresql-server-dev-18
Build-Ids: 365f37ace980048686efe6d60c278036e6061c51 4921d6496c3b95914bef1bed5a643c54d9de0b42
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-8.2
Source: postgresql-8.2
Version: 8.2.23-14.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2433
Depends: libc6 (>= 2.38), libpq-dev (>= 8.2~), postgresql-common (>= 117~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-8.2/postgresql-server-dev-8.2_8.2.23-14.pgdg26.04+1_amd64.deb
Size: 611564
SHA256: 16d4ea19b12cf360f339a6e2f6753d01ba2493147a0226a0729b47fa6c2a3c98
SHA1: 3fbeadb1bd02fb5ed09cb1cf6915106fe5d0333c
MD5sum: 234fa39fd94efe480b921c6afc0e5595
Description: development files for PostgreSQL 8.2 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-8.3
Source: postgresql-8.3
Version: 8.3.23-11.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2795
Depends: libc6 (>= 2.38), libpq-dev (>= 8.3~), postgresql-common (>= 130~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-8.3/postgresql-server-dev-8.3_8.3.23-11.pgdg26.04+1_amd64.deb
Size: 709520
SHA256: 02ac8ea5e9fc9be1630a2ca82d978af6105775206675068e8eea47d612d09f98
SHA1: 79b7f8b7fa0e08b99a38d04b65e9c7f5c81494a6
MD5sum: 3e49f05a6a97e1509020c3a7f3326d05
Description: development files for PostgreSQL 8.3 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-8.4
Source: postgresql-8.4
Version: 8.4.22-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2770
Depends: libc6 (>= 2.38), libpq-dev (>= 8.4~), postgresql-common (>= 130~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-8.4/postgresql-server-dev-8.4_8.4.22-12.pgdg26.04+1_amd64.deb
Size: 484312
SHA256: 4ca1587e2cfb7850a6e18f2252957b01a665f35fcb3d48809684d0b6603205df
SHA1: bf9b03711edea6418a9e9ed68c31a8b48bb3b6b1
MD5sum: f7240b7cb8f57173b4f31e2a5876e195
Description: development files for PostgreSQL 8.4 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-9.0
Source: postgresql-9.0
Version: 9.0.23-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2901
Depends: libc6 (>= 2.38), libpq-dev (>= 9.0~), postgresql-common (>= 117~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.0/postgresql-server-dev-9.0_9.0.23-12.pgdg26.04+1_amd64.deb
Size: 506264
SHA256: ad18e79de80f00182063c153638a613447f881c9e0f02096cfabe13cc6d66cce
SHA1: ecdb90918d50b2ec0d322a2cf8f7b7b7c93bd679
MD5sum: 2ca3eceb2c01eacff60a47e73c985ec0
Description: development files for PostgreSQL 9.0 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-9.1
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3060
Depends: libc6 (>= 2.38), libpq-dev (>= 9.1~), postgresql-common (>= 117~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.1/postgresql-server-dev-9.1_9.1.24-18.pgdg26.04+1_amd64.deb
Size: 535932
SHA256: 5803255688d3402c5da5575e6574b34fabad2873ccc6fbbc1ec807abd7a04520
SHA1: 1ab001ed0c5d02c452e2b2e949ef61f6fee9b031
MD5sum: 533a30c5edfd498c77617be96debe759
Description: development files for PostgreSQL 9.1 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-9.2
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3290
Depends: libc6 (>= 2.38), libpq-dev (>= 9.2~), postgresql-common (>= 130~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.2/postgresql-server-dev-9.2_9.2.24-15.pgdg26.04+1_amd64.deb
Size: 576876
SHA256: 5dd4f1540cd6d79a1871857d9645f2d3cbe221ba6d58571d26f663c3f2632e9e
SHA1: 149ede9cf6f2ea7981c769fd327465ef2c7fe89e
MD5sum: 05ed27dbabf38f5b6d99ade998e5ef9c
Description: development files for PostgreSQL 9.2 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-9.3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3520
Depends: libc6 (>= 2.38), libpq-dev (>= 9.3~), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.3/postgresql-server-dev-9.3_9.3.25-15.pgdg26.04+1_amd64.deb
Size: 621436
SHA256: 3a0803fb07e96a8771bd525a5060022ec2e122798f552a8a12127d6ab9c27ac7
SHA1: 374acdacdefbf967c7a8d2ab05aab6e5f52ae4fc
MD5sum: 02e70d509a7a91f87e2af391cfe6ddca
Description: development files for PostgreSQL 9.3 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-9.4
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3564
Depends: libpq-dev (>= 9.4~), postgresql-client-9.4 (= 9.4.26-15.pgdg26.04+1), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.4/postgresql-server-dev-9.4_9.4.26-15.pgdg26.04+1_amd64.deb
Size: 617784
SHA256: 7814176423dbe5f60ce01f3fb53d1412f497a70c4a5ee620ebe768c7fcc2b9b8
SHA1: 850595407eeae91cede87261282d52ad8b5100d0
MD5sum: 6ca0d1a177aedcf53ed073ad56a84f95
Description: development files for PostgreSQL 9.4 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-9.5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4087
Depends: libpq-dev (>= 9.5~~), postgresql-client-9.5 (= 9.5.25-13.pgdg26.04+1), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.5/postgresql-server-dev-9.5_9.5.25-13.pgdg26.04+1_amd64.deb
Size: 714256
SHA256: deabbf1eb341957f05c5d7fca0c69f2ed594a8be6fda699c11bebaf568f81fb9
SHA1: c2d7c5dcc31ea04c24bdb0701667e86d0de48962
MD5sum: c47d69ea1bd2e6a97226b0e21c008fd5
Description: development files for PostgreSQL 9.5 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4430
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.24-12.pgdg26.04+1), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.24-12.pgdg26.04+1_amd64.deb
Size: 784328
SHA256: 386d1213b7340613bc1c2d897f0831d62d59bb7b19b837bf31bb1b8733688dc0
SHA1: d04a5711355c7224ead6b8c8eb454030ad95c2a5
MD5sum: b1c88c08d7ed0530db5c0a9c6d31da83
Description: development files for PostgreSQL 9.6 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-12 22:34:45+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 289.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-common-dev (= 289.pgdg26.04+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16, postgresql-server-dev-17, postgresql-server-dev-18
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_289.pgdg26.04+1_all.deb
Size: 15184
SHA256: 9d7bbd90db67061215ec3d76d4096f8c4f6efa4bc4523d271b112567a96e5b21
SHA1: ccb93268c44ced0d2c0ac9f88e1827810ccac5ad
MD5sum: 8f0ac2ca48888cad5ebb4d6683888df3
Description: build tools for multiple PostgreSQL versions
 The postgresql-server-dev-all metapackage depends on all server-dev-NN
 packages for all supported PostgreSQL major versions, required to
 build PostgreSQL extension packages, as well as on postgresql-common-dev
 for build infrastructure.
 .
 PostgreSQL is a fully featured object-relational database management
 system. It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects. Its features include ACID
 transactions, foreign keys, views, sequences, subqueries, triggers,
 outer joins, multiversion concurrency control, and user-defined types
 and functions.
Timestamp: 2026-02-12 22:34:45+00

Package: powa-collector
Version: 1.3.1-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: adduser, python3-psycopg2, python3:any
Suggests: postgresql-powa, powa-web
Homepage: https://github.com/powa-team/powa-collector
Priority: optional
Section: database
Filename: pool/main/p/powa-collector/powa-collector_1.3.1-1.pgdg26.04+1_all.deb
Size: 22316
SHA256: 021063fb6e93baa42c94eef62745cf65c01b24faf7f0f63e86072f0e4fab1b27
SHA1: 9c618b0c6cee3a064e09520e400633559771924f
MD5sum: 1e1f70ca95457f721ee83a0cfb156788
Description: PoWA collector daemon for remote snapshots
 This repository contains the powa-collector tool, a simple multi-threaded
 python program that performs the snapshots for all the remote servers
 configured in a powa repository database (in the powa_servers table).
 .
 Related packages:
  * powa-web: web frontend
  * postgresql-powa (postgresql-NN-powa): archivist collecting statistics
Timestamp: 2026-02-12 22:34:45+00

Package: powa-web
Version: 5.1.2-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1826
Depends: adduser, python3-psycopg2, python3-sqlalchemy, python3-tornado, python3:any
Homepage: https://github.com/powa-team/powa
Priority: optional
Section: database
Filename: pool/main/p/powa-web/powa-web_5.1.2-1.pgdg26.04+1_all.deb
Size: 473244
SHA256: 9d9e12aceafe9ed1463f0d0aa7bac46071a08c640bd1780a975916ddab2a0988
SHA1: e3bcb1b5dec63054c05b85e15ae5bb6edbafe2b2
MD5sum: dd822a7b677874ea30f6bd6b3ed95b6e
Description: PostgreSQL Workload Analyzer - web interface
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers.
 .
 This package provides the web interface. It supports PostgreSQL 9.4 and later.
 Database servers to be monitored need to have the postgresql-NN-powa package
 installed and configured.
Timestamp: 2026-02-12 22:34:45+00

Package: prometheus-sql-exporter
Version: 0.9-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15685
Depends: postgresql-common, libc6 (>= 2.34)
Built-Using: golang-1.25 (= 1.25.0-0ubuntu1), golang-filippo-edwards25519 (= 1.0.0~rc1+git20210721-0.1build1), golang-github-beorn7-perks (= 1.0.1-3), golang-github-cenkalti-backoff-v4 (= 4.3.0-3), golang-github-cespare-xxhash (= 2.3.0-1), golang-github-go-kit-log (= 0.2.1-1), golang-github-go-logfmt-logfmt (= 0.5.0-2), golang-github-go-sql-driver-mysql (= 1.9.3-1), golang-github-gobwas-glob (= 0.2.3+git20181002.e7a84e9-1), golang-github-golang-groupcache (= 0.0~git20210331.41bb18b-2), golang-github-golang-protobuf-1-5 (= 1.5.4-2), golang-github-googleapis-gax-go (= 2.14.1-1), golang-github-jmoiron-sqlx (= 1.3.5-1), golang-github-klauspost-compress (= 1.18.1+ds1-1), golang-github-lib-pq (= 1.10.9-2), golang-github-munnerz-goautoneg (= 0.0~git20191010.a7dc8b6-2), golang-github-prometheus-client-golang (= 1.21.1-1), golang-github-prometheus-client-model (= 0.6.2-1), golang-github-prometheus-common (= 0.62.0-3), golang-github-prometheus-procfs (= 0.19.2-1), golang-github-robfig-cron (= 3.0.1-1build1), golang-go.opencensus (= 0.24.0-2), golang-golang-x-net (= 1:0.27.0-2), golang-golang-x-oauth2 (= 0.27.0-1), golang-golang-x-sys (= 0.22.0-1), golang-golang-x-text (= 0.31.0-1), golang-google-api (= 0.61.0-6), golang-google-cloud (= 0.56.0-6), golang-google-genproto (= 0.0~git20210726.e7812ac-4), golang-google-grpc (= 1.64.0-7), golang-google-protobuf (= 1.36.7-1), golang-uber-automaxprocs (= 1.5.3-1), golang-yaml.v2 (= 2.4.3-1)
Homepage: https://github.com/justwatchcom/sql_exporter
Priority: optional
Section: database
Filename: pool/main/p/prometheus-sql-exporter/prometheus-sql-exporter_0.9-1.pgdg26.04+1_amd64.deb
Size: 4651272
SHA256: d2a73a8f873d485ebb0410449abc888ef877872d464d2a777d2d7420232e37b3
SHA1: 04237603c9a90490662005c82439c5695f646e10
MD5sum: 9a4a5d1a18f02f7600150f4482ac6197
Description: Flexible SQL Exporter for Prometheus
 This Prometheus exporter extracts various metrics from PostgreSQL, MySQL, and
 MSSQL databases. The metrics are configurable via a YAML file.
Timestamp: 2026-02-12 22:34:45+00

Package: prometheus-sql-exporter-dbgsym
Package-Type: ddeb
Source: prometheus-sql-exporter
Version: 0.9-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14452
Depends: prometheus-sql-exporter (= 0.9-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/prometheus-sql-exporter/prometheus-sql-exporter-dbgsym_0.9-1.pgdg26.04+1_amd64.deb
Size: 5043748
SHA256: e622c81506b2ecc08f727ffffa2b11cb2abc61ce785b7d844ae0fb109fccd160
SHA1: ae52052c8e61798e75deef1bdbe6b249fc8fa99a
MD5sum: 2ad79675bad8ee66dc7ee6ac4ae3c825
Description: debug symbols for prometheus-sql-exporter
Build-Ids: 194c9555752f8ddae0860d7b81804a2c84f8b3f7
Timestamp: 2026-02-12 22:34:45+00

Package: pspg
Version: 5.8.15-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: libc6 (>= 2.38), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8t64 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.8.15-1.pgdg26.04+1_amd64.deb
Size: 151560
SHA256: 55c3604a21d1307e1729db22fcc60e545aa1b895fc906e59031e7f8b2741626b
SHA1: d19a6987f94209e775db7b91fddcf8649b905d8e
MD5sum: a81117e1a75050c73832e5ac06cb519e
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2026-02-12 22:34:45+00

Package: pspg-dbgsym
Package-Type: ddeb
Source: pspg
Version: 5.8.15-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 468
Depends: pspg (= 5.8.15-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.8.15-1.pgdg26.04+1_amd64.deb
Size: 367340
SHA256: 8ba4d68deae3641ed81a0df16cd280b6fb74f8f2d76175a02f93a2856dbc39f2
SHA1: 69ba657b9beb59b7d6ff1ce22a85995fef6d879b
MD5sum: d57708d5832adc78a5db395d670f950e
Description: debug symbols for pspg
Build-Ids: 1c23c1972b70231885eac8fb86206a4e35b9e6c4
Timestamp: 2026-02-12 22:34:45+00

Package: python-pglast-doc
Source: pglast
Version: 7.11-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4036
Depends: libjs-sphinxdoc (>= 8.2)
Multi-Arch: foreign
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_7.11-1.pgdg26.04+1_all.deb
Size: 282788
SHA256: 3c853b2852b508e1f67d60591ae698429d7f59f91ab79cf5fe933b6d15e255f4
SHA1: 4d06d269139d2f0965d2ecfe2822b008867b0a54
MD5sum: 7f17d6350fcb46c5c685a0d09b638f14
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2026-02-12 22:34:45+00

Package: python3-barman
Source: barman
Version: 3.17.0-1.pgdg26.04+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1722
Depends: python3-dateutil, python3-psycopg2, python3-setuptools, python3:any
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://www.pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.17.0-1.pgdg26.04+1_all.deb
Size: 270904
SHA256: bcc5deba96efd347b1d9b9eafd626b9be600605ae5ec3e4676f530bfa7876d8c
SHA1: 6e85c595dbe68d898751e7f074e2cc24c9162a09
MD5sum: 9d57608d822ef270a3bf31f385449e13
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides Python 3 modules only.
Timestamp: 2026-02-12 22:34:45+00

Package: python3-jaydebeapi
Source: jaydebeapi
Version: 1.2.3-1.pgdg26.04+1
Architecture: all
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Installed-Size: 56
Depends: python3:any (>= 3.6~), python3-jpype, libpostgresql-jdbc-java | libmariadb-java | libxerial-sqlite-jdbc-java | libhsqldb-java
Homepage: https://github.com/baztian/jaydebeapi
Priority: optional
Section: python
Filename: pool/main/j/jaydebeapi/python3-jaydebeapi_1.2.3-1.pgdg26.04+1_all.deb
Size: 15736
SHA256: c8a9920f20390e14cf3ff323c7756cd6b545b2827dfb47bf2880368c70fe4e4d
SHA1: 6cb30bc67cb57deffa26534b47b50814932f8d88
MD5sum: 04479372d5c14f38bd6fc0324ed925f2
Description: Bridge from JDBC database drivers to Python DB-API
 The JayDeBeApi module allows to connect from Python code to databases using
 Java JDBC. It provides a Python DB-API v2.0 to that database.
 .
 In contrast to zxJDBC from the Jython project JayDeBeApi let's you access a
 database with Jython AND Python with only minor code modifications.
 JayDeBeApi's future goal is to provide a unique and fast interface to different
 types of JDBC-Drivers through a flexible plug-in mechanism
Timestamp: 2026-02-12 22:34:45+00

Package: python3-londiste
Source: londiste
Version: 3.12-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: python3-pgq, python3-skytools (>= 3.7.0), python3:any, python3-yaml
Conflicts: skytools3
Replaces: skytools3
Provides: londiste3
Homepage: https://github.com/pgq/londiste
Priority: optional
Section: python
Filename: pool/main/l/londiste/python3-londiste_3.12-1.pgdg26.04+1_all.deb
Size: 51416
SHA256: 578aad6e561edf5c1b1f778d963bb68503d60969e38263206fcde5c0d42b807b
SHA1: 1fd3bd38f87d1f851a16e6f549af882b40d97c14
MD5sum: 7a7c8d4cea9b6511702f11b5bd6e323d
Description: Database replication for PostgreSQL based on PgQ
 Londiste is a PostgreSQL database replication tool written in Python, using
 PgQ as event transport. It is part of the Skytools toolkit.
Timestamp: 2026-02-12 22:34:45+00

Package: python3-pglast
Source: pglast
Version: 7.11-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5836
Depends: python3 (<< 3.15), python3 (>= 3.13~), python3:any, libc6 (>= 2.4), libpg-query1706.0
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_7.11-1.pgdg26.04+1_amd64.deb
Size: 657240
SHA256: 7b8a963e1eeeeede58a288feebadfb4ce1d641a3ff38cc2991dbbf6119002041
SHA1: 0c4590e0000a6f7adab4e2143ff6bb6b13485f22
MD5sum: 44d23659ae659ea0d0d4d6ca26522847
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2026-02-12 22:34:45+00

Package: python3-pglast-dbgsym
Package-Type: ddeb
Source: pglast
Version: 7.11-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3816
Depends: python3-pglast (= 7.11-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_7.11-1.pgdg26.04+1_amd64.deb
Size: 3445616
SHA256: 0b37b85ba8bbea343c6d1d3b159aa5d66d1c465c05900872c0f06fb524bcd709
SHA1: 62c873dd0c383816d0a1cf4dd588d3f4f483cf39
MD5sum: c0126dcd1c017076bfc7d0fcc86cfc0e
Description: debug symbols for python3-pglast
Build-Ids: d6c29eb1322f529566c79c736c9bd9a61ecef7a6 e89abba3eaff72f2d8f575c3f7b2e01dbf17b781
Timestamp: 2026-02-12 22:34:45+00

Package: python3-pgq
Source: python-pgq
Version: 3.8-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 172
Depends: python3-skytools, python3:any
Homepage: https://github.com/pgq/python-pgq
Priority: optional
Section: python
Filename: pool/main/p/python-pgq/python3-pgq_3.8-1.pgdg26.04+1_all.deb
Size: 31308
SHA256: 4f60c790c71fe296769f89492702061219d58c7c586f80c8298496825a03b4b7
SHA1: b34b696c89a35fea5f3671abdc51a44ae670bf04
MD5sum: 9c6331feed5284d360aca28c4ac594b8
Description: PgQ queue processing for Python
 PgQ provides generic queues for PostgreSQL. It allows multiple queues in one
 database, each queue can be consumed by multiple consumers.
 .
 This package contains the Python3 module.
Timestamp: 2026-02-12 22:34:45+00

Package: python3-pysyncobj
Source: pysyncobj
Version: 0.3.14-2.pgdg26.04+1
Architecture: all
Maintainer: Michael Banck <mbanck@debian.org>
Installed-Size: 439
Depends: python3:any (>= 3.6~), python3-cryptography
Homepage: https://github.com/bakwc/PySyncObj
Priority: optional
Section: python
Filename: pool/main/p/pysyncobj/python3-pysyncobj_0.3.14-2.pgdg26.04+1_all.deb
Size: 60704
SHA256: 544faada36495a9239f6fab1e593c39729d1d30696338eee43fd7f13d8faf37a
SHA1: 6c1b0ea747149498665b27f04f6bf7ab90e067b5
MD5sum: 33fc4dda11a37ff55c10fc1c7d05aa0c
Description: RAFT-based python class replication between multiple servers
 PySyncObj is a python library for building fault-tolerant distributed systems.
 It provides the ability to replicate your application data between multiple
 servers. It has following features:
 .
  * raft protocol for leader election and log replication
  * Log compaction - it use fork for copy-on-write while serializing data on
    disk
  * Dynamic membership changes - you can do it with syncobj_admin utility or
    directly from your code
  * Zero downtime deploy - no need to stop cluster to update nodes
  * In-memory and on-disk serialization - you can use in-memory mode for small
    data and on-disk for big one
  * Encryption - you can set password and use it in external network
  * Configurable event loop - it can works in separate thread with it's own
    event loop - or you can call onTick function inside your own one
  * Convenient interface - one can easily transform arbitrary class into a
    replicated one
Timestamp: 2026-02-12 22:34:45+00

Package: python3-skytools
Source: python-skytools
Version: 3.9.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 321
Depends: python3, python3:any, libc6 (>= 2.4), python3-psycopg2
Homepage: https://github.com/pgq/python-skytools
Priority: optional
Section: python
Filename: pool/main/p/python-skytools/python3-skytools_3.9.2-1.pgdg26.04+1_amd64.deb
Size: 71840
SHA256: 8fe45d5fc3863fa8cc4ff6ad590695bdc0ba8e414e7a3ff9f379f1c723ad5535
SHA1: 339c94f9d2b6258e2a0978a8adc6993ed2a5839e
MD5sum: a65659734ccaed763b94fc5a7166a57f
Description: Skytools Python modules
 This is the low-level utility module split out from the old Skytools
 meta-package. It contains various utilities for writing PostgreSQL database
 scripts.
 .
 Features:
  * Support for background scripts - daemonizing - logging - config parsing
  * Database tools - tuned connection - DB structure examining - SQL parsing -
    COPY I/O
  * Time utilities - ISO timestamp parsing - datetime to timestamp
  * Text utilities - natural sort - fast urlencode I/O
Timestamp: 2026-02-12 22:34:45+00

Package: python3-skytools-dbgsym
Package-Type: ddeb
Source: python-skytools
Version: 3.9.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: python3-skytools (= 3.9.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/python-skytools/python3-skytools-dbgsym_3.9.2-1.pgdg26.04+1_amd64.deb
Size: 26032
SHA256: edda73d26cc5e66d8da7d25f886069685ba56be559c0445ae00e9d02e8b51768
SHA1: 4e5d3227243936619348f28e96f89783dea664c7
MD5sum: 7da7961c3f6ac7840f7e5d6c28f9c19e
Description: debug symbols for python3-skytools
Build-Ids: 7d836e977b8b64ec47e2d3ec252c38d727628be5 836bce283377912efe3734feae9b7489d58c8d81
Timestamp: 2026-02-12 22:34:45+00

Package: repmgr
Version: 5.5.0+debpgdg-3.pgdg26.04+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 10
Depends: postgresql-18-repmgr | postgresql-17-repmgr | postgresql-16-repmgr | postgresql-15-repmgr | postgresql-14-repmgr | postgresql-13-repmgr | postgresql-12-repmgr | postgresql-11-repmgr | postgresql-10-repmgr
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr_5.5.0+debpgdg-3.pgdg26.04+1_all.deb
Size: 3544
SHA256: 14045140cf22b7e6844bb8026ea153d35ae0d094ad46833e0688c4a2f9b669af
SHA1: 827c35e56e315c2e3402023cca5c016ab6844f94
MD5sum: 905beb63f2e8312640c2a2a6ea137e5e
Description: replication manager for PostgreSQL (metapackage)
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This is a metapackage that depends on the version specific packages.
Timestamp: 2026-02-12 22:34:45+00

Package: repmgr-common
Source: repmgr
Version: 5.5.0+debpgdg-3.pgdg26.04+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 299
Depends: lsb-base, postgresql-common
Homepage: https://www.repmgr.org/
Priority: optional
Section: database
Filename: pool/main/r/repmgr/repmgr-common_5.5.0+debpgdg-3.pgdg26.04+1_all.deb
Size: 187408
SHA256: 98b86fd2d0f4f73b212f6b600bce0e153c003c247257d090fefbf074f011beba
SHA1: 72e45d7f12ef84ea90d417e65aa3ba5f2f4bf156
MD5sum: 65fe111ab55d9794e1a1d9f06e2e035f
Description: replication manager for PostgreSQL common files
 repmgr is an open-source tool suite for managing replication and failover in a
 cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby
 capabilities with tools to set up standby servers, monitor replication, and
 perform administrative tasks such as failover or manual switchover operations.
 .
 This package contains repmgr files common to all versions.
Timestamp: 2026-02-12 22:34:45+00

Package: resource-agents-paf
Version: 2.3.0-2.pgdg26.04+1
Architecture: all
Maintainer: Debian HA Maintainers <debian-ha-maintainers@alioth-lists.debian.net>
Installed-Size: 137
Depends: corosync (>= 2.0.0), pacemaker (>= 1.1.13) | pacemaker-remote (>= 1.1.13), perl, resource-agents | resource-agents-base
Homepage: http://clusterlabs.github.io/PAF/
Priority: optional
Section: admin
Filename: pool/main/r/resource-agents-paf/resource-agents-paf_2.3.0-2.pgdg26.04+1_all.deb
Size: 35312
SHA256: 0693fdd8782851e79e8ffface191a3f3e03b72a1ac94c0790e9f35f65e2249e8
SHA1: 084a053f101f144e31ba7b5a4f2e9c930f6ca39e
MD5sum: a286ac71a096a9f1aa59ef9b74e10313
Description: PostgreSQL resource agent for Pacemaker
 PostgreSQL Automatic Failover (aka. PAF) is a new OCF resource Agent
 dedicated to PostgreSQL. Its original wish is to keep a clear limit between
 the Pacemaker administration and the PostgreSQL one, to keep things simple,
 documented and yet powerful.
 .
 It only supports multi-state (Master-Slave) PostgreSQL clusters.
Timestamp: 2026-02-12 22:34:45+00

Package: ruby-pg-ldap-sync
Source: pg-ldap-sync
Version: 0.5.3-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: ruby, ruby-erb (>= 1), ruby-net-ldap (>= 0.16), ruby-json-schema (>= 2), ruby-pg (>= 0.14), ruby-pg (<< 2.0), ruby-logger (>= 1.0)
Homepage: https://github.com/larskanis/pg-ldap-sync
Priority: optional
Section: database
Filename: pool/main/p/pg-ldap-sync/ruby-pg-ldap-sync_0.5.3-1.pgdg26.04+1_all.deb
Size: 11024
SHA256: 5c084617ce453d9d20b25dcf2e9825b917be6912978ab7b71b80a73135968438
SHA1: 82d651d8a9c3150f9f013e5eafa63d4eef462bf3
MD5sum: 36bd3ca034a7330f69946afe5d91fea4
Description: Synchronize users and groups from LDAP/AD into PostgreSQL
 LDAP is often used for a centralized user and role management
 in an enterprise environment. PostgreSQL offers different
 authentication methods, like LDAP, SSPI, GSSAPI or SSL.
 However, for any method the user must already exist in the database,
 before the authentication can be used. There is currently
 no direct authorization of database users on LDAP. So roles
 and memberships has to be administered twice.
 .
 This program helps to solve the issue by synchronizing users,
 groups and their memberships from LDAP to PostgreSQL.
 Access to LDAP is used read-only. <tt>pg_ldap_sync</tt> issues proper
 CREATE ROLE, DROP ROLE, GRANT and REVOKE commands to synchronize
 users and groups.
 .
 It is meant to be started as a cron job.
Timestamp: 2026-02-12 22:34:45+00

Package: sqlreduce
Version: 1.4-1.pgdg26.04+1
Architecture: all
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 67
Depends: python3:any (>= 3.8), python3-pglast, python3-psycopg2, python3-yaml
Multi-Arch: foreign
Homepage: https://github.com/df7cb/sqlreduce
Priority: optional
Section: python
Filename: pool/main/s/sqlreduce/sqlreduce_1.4-1.pgdg26.04+1_all.deb
Size: 15308
SHA256: 706cd7cac7f4b595dfbbdddb3cde51f087f7fb6b2dd5cfcd1bc2f751034485d1
SHA1: af5eee00032c19d0158b174f8e46ec307e12be50
MD5sum: d5a2d089f4522890e04c1599e0f69e9e
Description: Reduce verbose SQL queries to minimal examples
 SQLreduce takes as input an arbitrary SQL query which is then run against a
 PostgreSQL server. Various simplification steps are applied, while checking
 that the simplified query still exhibits the same error from PostgreSQL.
Timestamp: 2026-02-12 22:34:45+00

Package: sqlsmith
Version: 1.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Andreas Seltenreich <seltenreich@gmx.de>
Installed-Size: 477
Depends: libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libpq5, libpqxx-7.10 (>= 7.10.0), libsqlite3-0 (>= 3.6.18), libstdc++6 (>= 14)
Homepage: https://github.com/anse1/sqlsmith
Priority: optional
Section: database
Filename: pool/main/s/sqlsmith/sqlsmith_1.4-1.pgdg26.04+1_amd64.deb
Size: 149596
SHA256: b372f77960491e20a228084e5a0f25405552c378dafdb5267ddb12c1bc20c45b
SHA1: 798e130edaeecbd7708d673144c06e4578c4a958
MD5sum: 0d50756c207613923088f69c88db9c6b
Description: random SQL query generator
 SQLsmith is a random SQL query generator. Its paragon is Csmith, which proved
 valuable for quality assurance in C compilers.
 .
 It currently supports generating queries for PostgreSQL 9.5+ and sqlite3.
 .
 Besides PostgreSQL developers, users developing extensions of PostgreSQL might
 also be interested in exposing their code to SQLsmith's random workload.
 .
 During its prototyping stage, it already found about thirty bugs in
 PostgreSQL alphas, betas and releases, including security vulnerabilities in
 released versions.
Timestamp: 2026-02-12 22:34:45+00

Package: sqlsmith-dbgsym
Package-Type: ddeb
Source: sqlsmith
Version: 1.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Andreas Seltenreich <seltenreich@gmx.de>
Installed-Size: 3296
Depends: sqlsmith (= 1.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/s/sqlsmith/sqlsmith-dbgsym_1.4-1.pgdg26.04+1_amd64.deb
Size: 3082788
SHA256: 5e4880dbe97aa8a452a6f3743b909e8b7fce0623fa4e27783ddba7dfe567bd8d
SHA1: e2a60b1fba5429a9ea8a24095375ea0a6d72f538
MD5sum: 70f9fe9382cac5cfe2e12ce6672a19c5
Description: debug symbols for sqlsmith
Build-Ids: bc7610291c17b709818fd0c1b058ac806f0d1458
Timestamp: 2026-02-12 22:34:45+00

Package: vip-manager
Version: 1.0.2-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8342
Depends: libc6 (>= 2.34)
Enhances: patroni
Built-Using: etcd (= 3.5.16-4), golang-1.25 (= 1.25.0-0ubuntu1), golang-fsnotify (= 1.9.0-1), golang-github-coreos-semver (= 0.3.0-1build1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-josharian-native (= 1.1.0-1), golang-github-json-iterator-go (= 1.1.12-2), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mdlayher-arp (= 0.0~git20220512.6706a29-1), golang-github-mdlayher-ethernet (= 0.0~git20220221.529eae5-1), golang-github-mdlayher-packet (= 1.1.2-2), golang-github-mdlayher-socket (= 0.5.1-1), golang-github-mitchellh-mapstructure (= 1.5.0+git20231216.8508981-1), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-pelletier-go-toml.v2 (= 2.2.4-1), golang-github-spf13-afero (= 1.15.0-2), golang-github-spf13-cast (= 1.10.0-2), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.10-1), golang-github-spf13-viper (= 1.12.0-1), golang-github-subosito-gotenv (= 1.3.0-1), golang-golang-x-net (= 1:0.27.0-2), golang-golang-x-sync (= 0.7.0-1), golang-golang-x-sys (= 0.22.0-1), golang-golang-x-text (= 0.22.0-1), golang-gopkg-ini.v1 (= 1.67.0-1), golang-gopkg-yaml.v3 (= 3.0.4-1)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager/vip-manager_1.0.2-10.pgdg26.04+1_amd64.deb
Size: 2710088
SHA256: 2e670e366460c427cd3b7100c6b3278bb6f12ee48510e8a2c7497745c9f8256d
SHA1: f837b08d43dee953777f4698c43e1483c8dbc2ac
MD5sum: 18b428359d176ef10b2c96b8b539cad5
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
Timestamp: 2026-02-12 22:34:45+00

Package: vip-manager-dbgsym
Package-Type: ddeb
Source: vip-manager
Version: 1.0.2-10.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7531
Depends: vip-manager (= 1.0.2-10.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/v/vip-manager/vip-manager-dbgsym_1.0.2-10.pgdg26.04+1_amd64.deb
Size: 2844276
SHA256: d58c5c5f375849bbbfff2f360d559853f88e4c9a137cbe19811a1516de113d0c
SHA1: 2c0fa0fd4655bcbdb906a45950b56a531ca9b4ce
MD5sum: 271cea679c8455d99530690f05d70a55
Description: debug symbols for vip-manager
Build-Ids: f6410211074090de40a16ce268d2a478e344b1ee
Timestamp: 2026-02-12 22:34:45+00

Package: vip-manager2
Version: 4.0.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17664
Depends: libc6 (>= 2.34)
Enhances: patroni
Conflicts: vip-manager
Replaces: vip-manager
Built-Using: etcd (= 3.5.16-4), golang-1.25 (= 1.25.0-0ubuntu1), golang-fsnotify (= 1.9.0-1), golang-github-coreos-go-systemd (= 22.6.0-1), golang-github-coreos-semver (= 0.3.0-1build1), golang-github-golang-protobuf-1-5 (= 1.5.4-1), golang-github-hashicorp-hcl (= 1.0.0-1.1), golang-github-magiconair-properties (= 1.8.7-1), golang-github-mitchellh-mapstructure (= 1.5.0+git20231216.8508981-1), golang-github-pelletier-go-toml.v2 (= 2.2.4-1), golang-github-spf13-afero (= 1.15.0-2), golang-github-spf13-cast (= 1.10.0-2), golang-github-spf13-jwalterweatherman (= 1.1.0+really1.1.0-2), golang-github-spf13-pflag (= 1.0.10-1), golang-github-spf13-viper (= 1.12.0-1), golang-github-subosito-gotenv (= 1.3.0-1), golang-go.uber-atomic (= 1.11.0-1), golang-go.uber-multierr (= 1.6.0-1), golang-go.uber-zap (= 1.27.0-1), golang-gogoprotobuf (= 1.3.2-3build1), golang-golang-x-net (= 1:0.27.0-2), golang-golang-x-sys (= 0.22.0-1), golang-golang-x-text (= 0.22.0-1), golang-google-genproto (= 0.0~git20210726.e7812ac-4), golang-google-grpc (= 1.64.0-7), golang-google-protobuf (= 1.36.5-1), golang-gopkg-ini.v1 (= 1.67.0-1), golang-gopkg-yaml.v3 (= 3.0.4-1), gopacket (= 1.1.19-6.2build1)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager2/vip-manager2_4.0.0-2.pgdg26.04+1_amd64.deb
Size: 4963076
SHA256: 377ea9c24e738ed0af754470c6d464f55d78dc13d94950e2998cfdbab907248b
SHA1: 02e2ff986ddd80a71e88ba4452401852ab6a5247
MD5sum: f6531a1da7d296180a0fe5199bf39df1
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
 .
 This package works only with version 3 of the etcd API.
Timestamp: 2026-02-12 22:34:45+00

Package: vip-manager2-dbgsym
Package-Type: ddeb
Source: vip-manager2
Version: 4.0.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16329
Depends: vip-manager2 (= 4.0.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/v/vip-manager2/vip-manager2-dbgsym_4.0.0-2.pgdg26.04+1_amd64.deb
Size: 5385868
SHA256: d9147ca70a157513e1059858cb6a436e5ed3f3299f8e9094319bc912df94c754
SHA1: bc7ef184ccedb352f09bac8c3caf1a76453e4335
MD5sum: a8ff4a10dc8ca0f071458b3338ecc508
Description: debug symbols for vip-manager2
Build-Ids: 75e2ea787fce8c55395e1fff1b3a5c86b2dbeea5
Timestamp: 2026-02-12 22:34:45+00

Package: oracle-libs
Version: 9.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: ca-certificates, libaio1t64 | libaio1, wget, unzip
Homepage: https://www.oracle.com/database/technologies/instant-client.html
Priority: optional
Section: database
Filename: pool/main/o/oracle-libs/oracle-libs_9.pgdg26.04+1_all.deb
Size: 3744
SHA256: 924b997c2bc25bfe6f022d6eae067523e58ee451cd6fd660d712a15607296b20
SHA1: 985d4d39998466368e15467d5f2961d99cad6b51
MD5sum: 9f7a0518f44b948691baa0add6e89a73
Description: downloader for Oracle Instant Client libraries
 This package retrieves and installs the Oracle Instant Client libraries.
Timestamp: 2026-02-13 12:24:16+00

Package: postgresql-14-partman
Source: pg-partman
Version: 5.4.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7930
Depends: python3, python3-psycopg2, postgresql-14, libc6 (>= 2.4)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_5.4.1-1.pgdg26.04+1_amd64.deb
Size: 236068
SHA256: e4919749bdbbb3d3c7a27c2abe30d29b7ed2801d2a48777e2979334fd97e44fb
SHA1: 1602e2a91c8c8232c6bc663e9c54dad5202db7b6
MD5sum: c63408560b5bd218dbcaf2b953bbba5b
Description: PostgreSQL Partition Manager
 pg_partman is a PostgreSQL extension to create and manage both time-based and
 serial-based table partition sets. Sub-partitioning is also supported. Child
 table & trigger function creation is all managed by the extension itself.
 Tables with existing data can also have their data partitioned in easily
 managed smaller batches. Optional retention policy can automatically drop
 partitions no longer needed. A background worker (BGW) process is included to
 automatically run partition maintenance without the need of an external
 scheduler (cron, etc) in most cases.
Timestamp: 2026-02-13 12:24:16+00

Package: postgresql-14-partman-dbgsym
Package-Type: ddeb
Source: pg-partman
Version: 5.4.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-partman (= 5.4.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_5.4.1-1.pgdg26.04+1_amd64.deb
Size: 35800
SHA256: 15d06a5b0e55625ff3df0bb02c0f9e763f7baae251bf4539c774c2d3343f6633
SHA1: 1992620496cdc0cab441e0dc6af9daa312e77c22
MD5sum: f2469148bd120716bfb1744175f2808f
Description: debug symbols for postgresql-14-partman
Build-Ids: 61d6dffd169ca3b728153c73438e8947c3ff16ae
Timestamp: 2026-02-13 12:24:16+00

Package: postgresql-15-partman
Source: pg-partman
Version: 5.4.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7930
Depends: python3, python3-psycopg2, postgresql-15, libc6 (>= 2.4)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_5.4.1-1.pgdg26.04+1_amd64.deb
Size: 236016
SHA256: 3ea0e360000f632f1ca58fd8600cfc0209145f9535acbacee1b8ffc5fb6a9310
SHA1: e99ec093f661fc981b197ddd1c6f0040eb66a183
MD5sum: 88584351361529399f3f286fad35f4bf
Description: PostgreSQL Partition Manager
 pg_partman is a PostgreSQL extension to create and manage both time-based and
 serial-based table partition sets. Sub-partitioning is also supported. Child
 table & trigger function creation is all managed by the extension itself.
 Tables with existing data can also have their data partitioned in easily
 managed smaller batches. Optional retention policy can automatically drop
 partitions no longer needed. A background worker (BGW) process is included to
 automatically run partition maintenance without the need of an external
 scheduler (cron, etc) in most cases.
Timestamp: 2026-02-13 12:24:16+00

Package: postgresql-15-partman-dbgsym
Package-Type: ddeb
Source: pg-partman
Version: 5.4.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-15-partman (= 5.4.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_5.4.1-1.pgdg26.04+1_amd64.deb
Size: 41832
SHA256: 3864661580497f42ece2ecbee38d9e7562f823cdf9d498ee641f1bcd6c9c200e
SHA1: ae00428fa7231b8542ceae809bdb57d2838b4f26
MD5sum: f23e8bb2d217e3e8a99136adc830f6bb
Description: debug symbols for postgresql-15-partman
Build-Ids: 6c9b29661a640aa65384ef21fd6ef86a676a01ec
Timestamp: 2026-02-13 12:24:16+00

Package: postgresql-16-partman
Source: pg-partman
Version: 5.4.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7930
Depends: python3, python3-psycopg2, postgresql-16, libc6 (>= 2.4)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-16-partman_5.4.1-1.pgdg26.04+1_amd64.deb
Size: 236036
SHA256: bd7db49402c20b1a27b7fbad4263ebce6b66e2d39eb5acbc2e5ab9da189480ab
SHA1: f7285bd3cb9317a3e4c642b489d79c967725bde6
MD5sum: bc4d59b07a6c40a0abe641ac42fab116
Description: PostgreSQL Partition Manager
 pg_partman is a PostgreSQL extension to create and manage both time-based and
 serial-based table partition sets. Sub-partitioning is also supported. Child
 table & trigger function creation is all managed by the extension itself.
 Tables with existing data can also have their data partitioned in easily
 managed smaller batches. Optional retention policy can automatically drop
 partitions no longer needed. A background worker (BGW) process is included to
 automatically run partition maintenance without the need of an external
 scheduler (cron, etc) in most cases.
Timestamp: 2026-02-13 12:24:16+00

Package: postgresql-16-partman-dbgsym
Package-Type: ddeb
Source: pg-partman
Version: 5.4.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-16-partman (= 5.4.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-16-partman-dbgsym_5.4.1-1.pgdg26.04+1_amd64.deb
Size: 42828
SHA256: ae4be379ae675c8a54e294543cfbf7c34d4054fb9040cb93a6095d47fe3912d7
SHA1: 7cf88370dd6627c9d11bd4000c2724c20ef019b8
MD5sum: e864f976d458fbb1eabe649dec7ffa89
Description: debug symbols for postgresql-16-partman
Build-Ids: 8d0b6bb349f3f5852eb402f838f2ab7789807b50
Timestamp: 2026-02-13 12:24:16+00

Package: postgresql-17-partman
Source: pg-partman
Version: 5.4.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7930
Depends: python3, python3-psycopg2, postgresql-17, libc6 (>= 2.4)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-17-partman_5.4.1-1.pgdg26.04+1_amd64.deb
Size: 236060
SHA256: a09892a0c9ed06650a4650510d5fa1d4310f32767cc7819d48b7c6398dc62766
SHA1: 1a558dd5e28fcd74f6ee30b55085b80425b215b9
MD5sum: d36825f15365f409deeb6d0b8cf44457
Description: PostgreSQL Partition Manager
 pg_partman is a PostgreSQL extension to create and manage both time-based and
 serial-based table partition sets. Sub-partitioning is also supported. Child
 table & trigger function creation is all managed by the extension itself.
 Tables with existing data can also have their data partitioned in easily
 managed smaller batches. Optional retention policy can automatically drop
 partitions no longer needed. A background worker (BGW) process is included to
 automatically run partition maintenance without the need of an external
 scheduler (cron, etc) in most cases.
Timestamp: 2026-02-13 12:24:16+00

Package: postgresql-17-partman-dbgsym
Package-Type: ddeb
Source: pg-partman
Version: 5.4.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-17-partman (= 5.4.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-17-partman-dbgsym_5.4.1-1.pgdg26.04+1_amd64.deb
Size: 46416
SHA256: 4bbf48296eb5292c70cf97115670cde5b5a8a6b865e7b443bd2c20f958845734
SHA1: 0f69868566e7916a0c26030cf203889843a35c42
MD5sum: 877c9b6f2b338c95cf99696bddfa6f3d
Description: debug symbols for postgresql-17-partman
Build-Ids: 2d20b77a59a3c67ecaf950214d9a8149d2062faf
Timestamp: 2026-02-13 12:24:16+00

Package: postgresql-18-partman
Source: pg-partman
Version: 5.4.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7930
Depends: python3, python3-psycopg2, postgresql-18, libc6 (>= 2.4)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-18-partman_5.4.1-1.pgdg26.04+1_amd64.deb
Size: 236140
SHA256: 5449c6e4e921d554dcb4fcff830bddf1709a9a27840af2ada8b55f6754bf1a17
SHA1: 450a8da5f7a7abf368826835b7fb94724f67682a
MD5sum: 704ca60c800769c9c1620c423d72ff32
Description: PostgreSQL Partition Manager
 pg_partman is a PostgreSQL extension to create and manage both time-based and
 serial-based table partition sets. Sub-partitioning is also supported. Child
 table & trigger function creation is all managed by the extension itself.
 Tables with existing data can also have their data partitioned in easily
 managed smaller batches. Optional retention policy can automatically drop
 partitions no longer needed. A background worker (BGW) process is included to
 automatically run partition maintenance without the need of an external
 scheduler (cron, etc) in most cases.
Timestamp: 2026-02-13 12:24:16+00

Package: postgresql-18-partman-dbgsym
Package-Type: ddeb
Source: pg-partman
Version: 5.4.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-18-partman (= 5.4.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-18-partman-dbgsym_5.4.1-1.pgdg26.04+1_amd64.deb
Size: 47516
SHA256: 88db7b21f6c99672fde824a17a52e2f73ebe670747884fff0e7518df6868593b
SHA1: 080b969ef742ce9b858de146fcdb64eb14973105
MD5sum: 4cbbb69153b7371548dc6e29dcb0b383
Description: debug symbols for postgresql-18-partman
Build-Ids: 0e950022406d9cccf214eb55363b60fe976695de
Timestamp: 2026-02-13 12:24:16+00

Package: pgagent
Version: 4.2.3-5.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 429
Depends: libboost-filesystem1.90.0 (>= 1.90.0), libboost-thread1.90.0 (>= 1.90.0), libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libpq5 (>= 8.4~), libstdc++6 (>= 14)
Recommends: postgresql-10 | postgresql-11 | postgresql-12 | postgresql-13 | postgresql-14 | postgresql-15 | postgresql-16 | postgresql-17 | postgresql-18
Suggests: pgadmin3 | pgadmin4
Provides: postgresql-10-pgagent, postgresql-11-pgagent, postgresql-12-pgagent, postgresql-13-pgagent, postgresql-14-pgagent, postgresql-15-pgagent, postgresql-16-pgagent, postgresql-17-pgagent, postgresql-18-pgagent
Homepage: https://www.pgadmin.org/docs/pgadmin4/latest/pgagent.html
Priority: optional
Section: database
Filename: pool/main/p/pgagent/pgagent_4.2.3-5.pgdg26.04+1_amd64.deb
Size: 94416
SHA256: df2d4642d7b41eb6504fbd34244f119a5f0d2b539e99a120d90842dc648eaac8
SHA1: 987a864c1b62e877be282e5de146dc52fe30251a
MD5sum: 7a3d81cc93de3153539b693b71ab244d
Description: job scheduling engine for PostgreSQL
 pgAgent is a job scheduling agent for PostgreSQL, capable of running
 multi-step batch/shell and SQL tasks on complex schedules.
Timestamp: 2026-02-18 12:05:35+00

Package: pgagent-dbgsym
Package-Type: ddeb
Source: pgagent
Version: 4.2.3-5.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1578
Depends: pgagent (= 4.2.3-5.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagent/pgagent-dbgsym_4.2.3-5.pgdg26.04+1_amd64.deb
Size: 1423376
SHA256: 25d09e0f8b1a0dcc63840b48146bdc81629bbcc27d9ce49fae315a4e6db022e6
SHA1: b07680be793df12aa05e399afcf1db46bd6dc5ed
MD5sum: 362c94d0600c5478b5289026287ab362
Description: debug symbols for pgagent
Build-Ids: eecb7910db9fd926109047f3000e4c6bd470b5fb
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-11-pglogical
Source: pglogical
Version: 2.4.6-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 570
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-11-pglogical_2.4.6-2.pgdg26.04+1_amd64.deb
Size: 113436
SHA256: 10f8ad837c852e1c5bce5bac3c3464a3f4c5813581f0786a3a9c5529471b4675
SHA1: 37614f8664a3f80ae5dc2b0c61bf74107fc861b2
MD5sum: b1bbe546135f4fe92660030408900c0d
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-11-pglogical-dbgsym
Package-Type: ddeb
Source: pglogical
Version: 2.4.6-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 528
Depends: postgresql-11-pglogical (= 2.4.6-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-11-pglogical-dbgsym_2.4.6-2.pgdg26.04+1_amd64.deb
Size: 359468
SHA256: ee649fb711038fdd4e0f704dd77f594d517f5e7309c28265fdb1c94ee0eb54e7
SHA1: b88e5af466f9595a0ebe5f40aae7a3e7c46b83d8
MD5sum: 167768ae4d7405d3a976b14559698f6b
Description: debug symbols for postgresql-11-pglogical
Build-Ids: 70c99d941e43f7326ce56b92a2114e1da29bf5a1 80ef57b2bc5ea449ab565f29ced4ebadc868bd84 b808f862f545964caad1eae0dc514bd5d206f20b
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-12-pglogical
Source: pglogical
Version: 2.4.6-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 583
Depends: postgresql-12, libc6 (>= 2.38), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-12-pglogical_2.4.6-2.pgdg26.04+1_amd64.deb
Size: 117348
SHA256: cb94a796bcaef0369e7bbf53a48e63b6029cbe02ef285afcffdecf919e9bd7da
SHA1: 2279b7290baf6e09b21b508a2815e19940805cd8
MD5sum: 5f689606ea7e10f244d919b2e90f9f54
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-12-pglogical-dbgsym
Package-Type: ddeb
Source: pglogical
Version: 2.4.6-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 553
Depends: postgresql-12-pglogical (= 2.4.6-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-12-pglogical-dbgsym_2.4.6-2.pgdg26.04+1_amd64.deb
Size: 383208
SHA256: 9c233db183fde00788712af541a594ef792cb2b13a3ee640072eabe13f85ca42
SHA1: 1968ffbcfab1062d9e2a67541d83123720c431a7
MD5sum: 2aa33642f550fd7f6bedd3781695e9a3
Description: debug symbols for postgresql-12-pglogical
Build-Ids: 211bdba2a84acc9d071b8db4169118bc0b9efdc1 743bb02ecccf2d8918743fa45df684df9640ba8a c97407e6d0de9e37ca7a7d493435acb124c284e8
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-13-pg-rewrite
Source: pg-rewrite
Version: 2.1.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-13-pg-rewrite_2.1.0-1.pgdg26.04+1_amd64.deb
Size: 30020
SHA256: acf5bae51bed0316104a41442414e0491dad502c025367a38e5c7fef7f348ab9
SHA1: 33c11a587c3cf92d3bcd0e31092f28d28e2dfacc
MD5sum: ce2c4fdd977abea39d98489b6912c7b3
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-13-pg-rewrite-dbgsym
Package-Type: ddeb
Source: pg-rewrite
Version: 2.1.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: postgresql-13-pg-rewrite (= 2.1.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-13-pg-rewrite-dbgsym_2.1.0-1.pgdg26.04+1_amd64.deb
Size: 109852
SHA256: 0644a43755eca3bc782933145c28c56a0f22218b3cb3f7ce590723df60da30a8
SHA1: 2996e8296e3f1f46de7123db5c732d98a9e9e4ce
MD5sum: ec11ff9da8003352d937fd3b0ce3ba07
Description: debug symbols for postgresql-13-pg-rewrite
Build-Ids: 2c47743af02c5b8fc2b87ce78befba0241eb8d54
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-13-pglogical
Source: pglogical
Version: 2.4.6-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 587
Depends: postgresql-13, libc6 (>= 2.38), libpq5 (>= 9.1~)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-13-pglogical_2.4.6-2.pgdg26.04+1_amd64.deb
Size: 118904
SHA256: 29328891201364800374f4b0b6692881a436f1abbb6c270ca785b6362dff46ce
SHA1: dde280f73f78acda81b43fd67314f54701289623
MD5sum: c82bfd7e8daaf1fed226081b55af3872
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-13-pglogical-dbgsym
Package-Type: ddeb
Source: pglogical
Version: 2.4.6-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 604
Depends: postgresql-13-pglogical (= 2.4.6-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-13-pglogical-dbgsym_2.4.6-2.pgdg26.04+1_amd64.deb
Size: 421312
SHA256: 3915b02b79525fb935a34ef06e9004a39d1f89a99d0a0dbf594a7b60ec564824
SHA1: 6e6a74d470aad799c80abb0176a00b44fc3860d8
MD5sum: f2246b1f76ac28ec454334281e065565
Description: debug symbols for postgresql-13-pglogical
Build-Ids: 406504cec14996a07c9415754f030e38a5b4d81f 9d9ee21b08b7c00ce083d19a9513a605ab762f48 fa82ec850470e24b6d540a31572079003d71feac
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-14-pg-rewrite
Source: pg-rewrite
Version: 2.1.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-14-pg-rewrite_2.1.0-1.pgdg26.04+1_amd64.deb
Size: 76356
SHA256: c5d7d75f4b122d6e617cdbf641cc5e890ac8bb0e950cf3fdbdf6f2d5cd91a585
SHA1: 28281e9e1ac5226790564b5a1e9a099a446926e0
MD5sum: e0bdd586733d9a864a09e84d68fcd3bc
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-14-pg-rewrite-dbgsym
Package-Type: ddeb
Source: pg-rewrite
Version: 2.1.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-14-pg-rewrite (= 2.1.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-14-pg-rewrite-dbgsym_2.1.0-1.pgdg26.04+1_amd64.deb
Size: 115012
SHA256: 193536de19cebbd415dfd2354e9fbe3f84f5ae3d3746663ff2efd9aa37ead109
SHA1: 01ef2306f628bf5bb741011b6a41e4e663791ad0
MD5sum: d9f201ee96d0043316f965a99991eaf3
Description: debug symbols for postgresql-14-pg-rewrite
Build-Ids: 3359b1318e8ee801ea14d374a08e10c1d0177df8
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-14-pglogical
Source: pglogical
Version: 2.4.6-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1125
Depends: postgresql-14, libc6 (>= 2.38), libpq5 (>= 9.1~)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-14-pglogical_2.4.6-2.pgdg26.04+1_amd64.deb
Size: 352672
SHA256: 35244b900021820dacd80aab20edae86919aae9205f3a6c4bfc14633f6fe8646
SHA1: af1ad0ad335a6f04fabeb048ec1e1deada54534b
MD5sum: 96906199525b021146ed645350fc4455
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-14-pglogical-dbgsym
Package-Type: ddeb
Source: pglogical
Version: 2.4.6-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 615
Depends: postgresql-14-pglogical (= 2.4.6-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-14-pglogical-dbgsym_2.4.6-2.pgdg26.04+1_amd64.deb
Size: 429920
SHA256: 74394c8231f502c1a29d5bc2353cf2be5833bb6b8edfb2b2cb2aa35593188f3c
SHA1: 88b454bbc7d0bc98f9ae3711de2bd924a7bac5f8
MD5sum: 7cf32210e123d4ba1281a6e22df2e71d
Description: debug symbols for postgresql-14-pglogical
Build-Ids: 09db0e8adc558d722e0962f82e0d611af8e854b0 16ca280b276800fca9d30cb8bc5aac1c31fb4e33 9ce0d5ce200b16f40d3c886f2fbef55bb2c55853
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-15-pg-rewrite
Source: pg-rewrite
Version: 2.1.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 186
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-15-pg-rewrite_2.1.0-1.pgdg26.04+1_amd64.deb
Size: 75908
SHA256: fe89104b2bb720277310b41d57c4e9e94d6b90195b922af702a71577337c7d8d
SHA1: 3aa33a7574a2add7859a4f465aa5e074dc29ca40
MD5sum: 4d75ec1badf6d7cb533b4692e918580d
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-15-pg-rewrite-dbgsym
Package-Type: ddeb
Source: pg-rewrite
Version: 2.1.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: postgresql-15-pg-rewrite (= 2.1.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-15-pg-rewrite-dbgsym_2.1.0-1.pgdg26.04+1_amd64.deb
Size: 115120
SHA256: 96d00e7281ce56034b5a51b92bbd9068f54ce49dabe4b3878c6409fddf5ba426
SHA1: f86c0f054aad3537ad8055d72c9a96c132df97b1
MD5sum: 72dbd8d0c889bdea11f62e951194cc16
Description: debug symbols for postgresql-15-pg-rewrite
Build-Ids: 2dc18753b219c9218369e93481942299bb3232bc
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-15-pglogical
Source: pglogical
Version: 2.4.6-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1125
Depends: postgresql-15, libc6 (>= 2.38), libpq5 (>= 9.1~)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-15-pglogical_2.4.6-2.pgdg26.04+1_amd64.deb
Size: 353596
SHA256: bc55dd116a5892e2f033f9cc0e0bba1f41bb076cf8c523b3a7c1911499c5eaa2
SHA1: 3a6c54a155d5ce7441248fad05b21bbd750e8dbb
MD5sum: f41693e690ab68d9f20f1be1aa57c4ee
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-15-pglogical-dbgsym
Package-Type: ddeb
Source: pglogical
Version: 2.4.6-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 589
Depends: postgresql-15-pglogical (= 2.4.6-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-15-pglogical-dbgsym_2.4.6-2.pgdg26.04+1_amd64.deb
Size: 406500
SHA256: bc08ad6245e49949c324ec37a6b092f7384b1a3832d5e2ee178eefcd8e8f351f
SHA1: fe9dde89e49f83d51d0619d9ee519cd03565b28f
MD5sum: 002f6052ac2e9059656c156fde13ccdb
Description: debug symbols for postgresql-15-pglogical
Build-Ids: 2d10c727433cb63623dcb7286f55bf2d92aea57e 7f67393a20b3014bcbb82776292a26e821ef6a92 a90ef615623b6af8b695fdb3d2150f8a8dff1545
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.25.1+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13832
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.25.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 326824
SHA256: 8be9c1bd24489c5432a91e0c8d7f6bb1c7d7b18815ddf3848b23c5107d7f34fe
SHA1: bc542637b7bf12fddffa352f4bade9390036d9c9
MD5sum: aa146e21149043e16d8c49290bc7329f
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-15-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.25.1+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1553
Depends: postgresql-15-timescaledb (= 2.25.1+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.25.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1147760
SHA256: be84c4a45b19003a267fa8cc5cd2a9a9a75879c146d6ccf8a3b74921652c3563
SHA1: 340ddaa969b09c54c496ec9c1b817f63585e7b39
MD5sum: 39e951a7f042d2a3db7dba9383fd4fa3
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 15779c8810b5682942a84bf45aaff8b1293052bb c6965d6bebcae689e70cab37d93b577a07ba4b01
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-16-pg-rewrite
Source: pg-rewrite
Version: 2.1.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-16-pg-rewrite_2.1.0-1.pgdg26.04+1_amd64.deb
Size: 76316
SHA256: 9b21dc0d9b1a0fb12a4dd0886c0c2208f44b0861a208279902d295b000a48fd8
SHA1: c1f65a1f93fe33c39b161a1ec451f9bd3128f68f
MD5sum: 8e1d926fb4dd510fe87f72cb163a2662
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-16-pg-rewrite-dbgsym
Package-Type: ddeb
Source: pg-rewrite
Version: 2.1.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 156
Depends: postgresql-16-pg-rewrite (= 2.1.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-16-pg-rewrite-dbgsym_2.1.0-1.pgdg26.04+1_amd64.deb
Size: 118860
SHA256: 4b1aa52cc4c1568c636792c1422ca273aa6c05e4cacc7d1004f839dd06a8b1c0
SHA1: edde149b727967166c71528f03c7871d6024defb
MD5sum: 62a7b2e2ab60ce4544fb184113ff7e35
Description: debug symbols for postgresql-16-pg-rewrite
Build-Ids: 0151445faf3313a9c5b9c84c8cb3cf5426aa0b12
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-16-pglogical
Source: pglogical
Version: 2.4.6-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1118
Depends: postgresql-16, libc6 (>= 2.38), libpq5 (>= 9.1~)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-16-pglogical_2.4.6-2.pgdg26.04+1_amd64.deb
Size: 350340
SHA256: 90f1c838cfa39c02f241b4c3198e037d39c3e4de36dfb9754a604630d63aa743
SHA1: 19004af8803e8d07a6daba755f53fedb082d2858
MD5sum: 6a38114025d2d6b913d7fb2a9850e189
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-16-pglogical-dbgsym
Package-Type: ddeb
Source: pglogical
Version: 2.4.6-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 634
Depends: postgresql-16-pglogical (= 2.4.6-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-16-pglogical-dbgsym_2.4.6-2.pgdg26.04+1_amd64.deb
Size: 452168
SHA256: f836373cbe2166e20d32becb2771ba5c936616586d6629fff0060f23a2a55240
SHA1: d9dfb14ffb04bfa9f0d7702e434cc48082a05eb7
MD5sum: 8b92e72707425e0a673007724dfdde58
Description: debug symbols for postgresql-16-pglogical
Build-Ids: bec5916641738873925ae488cc8f541ca4606ab6 c8449e625469b411d675ecbf93f5e0f99f04a0ed d1588c7cc79a9c9d3d6de6ba35f7d3d1a4fa3240
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.25.1+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13832
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.25.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 328152
SHA256: 5496a684041f3073eb8db0407785e1f3df2ec654249305a462efc4fc22017f73
SHA1: 4ace863ea953f459a77fdcca02ea8cf0e739939d
MD5sum: 08e312410f25c7020414c9c94000f6ca
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-16-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.25.1+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1604
Depends: postgresql-16-timescaledb (= 2.25.1+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.25.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1198736
SHA256: f1e82c4b920a779046022932f43c012c84b4d382092de44b74201de3f209b91a
SHA1: 33d7e9d8eeabfab2aa83183973f932fb491fd5d0
MD5sum: 19ef9730e085c65d0ec73839d7848c22
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 6d5e8b5315b8c4d454a52e4f52bdf4101c80cdd6 90923a758aa4a7bcdef67d2a42bc59fe4f68dd12
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-17-pg-rewrite
Source: pg-rewrite
Version: 2.1.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-17-pg-rewrite_2.1.0-1.pgdg26.04+1_amd64.deb
Size: 76232
SHA256: e62b0f9ffd352d6b0b6e2f2ca2fb8b4a1aff7fc7460d1eccf9d6e2e8808fe0ac
SHA1: db557b56cef9d7f9659f4e84cd2acd8b8b51ee37
MD5sum: 19f3e64c602eae487a367de1648a6d2e
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-17-pg-rewrite-dbgsym
Package-Type: ddeb
Source: pg-rewrite
Version: 2.1.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 160
Depends: postgresql-17-pg-rewrite (= 2.1.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-17-pg-rewrite-dbgsym_2.1.0-1.pgdg26.04+1_amd64.deb
Size: 123656
SHA256: 610327fce711765850e84be41d2658f3dd8c578073a741c880baf952042980aa
SHA1: 9b33732bf90387e21a829aac7c6fbdd8bdde6a45
MD5sum: 9bab30a743c6e9d1e548bbdb098fe143
Description: debug symbols for postgresql-17-pg-rewrite
Build-Ids: cd092bae8eba0541e4302fd897e6938c8b0a28e0
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-17-pglogical
Source: pglogical
Version: 2.4.6-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1118
Depends: postgresql-17, libc6 (>= 2.38), libpq5 (>= 9.1~)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-17-pglogical_2.4.6-2.pgdg26.04+1_amd64.deb
Size: 351968
SHA256: 2d8aa9f5bd8af201e6857f85676a3008c60d42a9948f1aa877db5b7406c409cc
SHA1: e96cfa60cd91bb29ca489ab5c71a6d298a27d4f6
MD5sum: 78f03a1068f5a47dbba914859c71a748
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-17-pglogical-dbgsym
Package-Type: ddeb
Source: pglogical
Version: 2.4.6-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 642
Depends: postgresql-17-pglogical (= 2.4.6-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-17-pglogical-dbgsym_2.4.6-2.pgdg26.04+1_amd64.deb
Size: 458020
SHA256: 469eafcbafc995e1691babde833b787bf0365fbe5f71c663fb7d8870a35962f2
SHA1: b5e12dfafa21a7678cf4f253f633eeb3938b97d4
MD5sum: e720a1de977bcd217a429c4217203130
Description: debug symbols for postgresql-17-pglogical
Build-Ids: 8f1f7da95fe49c257ca44437fe034da8e796df13 93155382add165e434bc17db8d7285fafc0df5c2 ff272d75d527511e66f12b274972492d97002802
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.25.1+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13828
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.25.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 327020
SHA256: 7c86f7fc9f526d9603d9340accdb7fad40154da1328dd801cf307e6ee36fed9d
SHA1: 00f54b902b1503b7445d24e25be1f41b7a876573
MD5sum: b07fa2ac6b389ffb179ca3239906a946
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-17-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.25.1+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1622
Depends: postgresql-17-timescaledb (= 2.25.1+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.25.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1214400
SHA256: 9c06011c7c218eebc4e96693223b8bcee2a3504aabc522f4bb3611ba95f43270
SHA1: 8922dedce0e7e734ce8cb438d65fcdc49ce1c897
MD5sum: 2ac254e96e3142a93d38d3ba31457f29
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 4a464c02775b3c8d1e1f65caefca69f1ad51c17d 6eeddd53216515f7abc534ac6d5ae50492ef7927
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-18-pg-rewrite
Source: pg-rewrite
Version: 2.1.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_rewrite
Priority: optional
Section: database
Filename: pool/main/p/pg-rewrite/postgresql-18-pg-rewrite_2.1.0-1.pgdg26.04+1_amd64.deb
Size: 77112
SHA256: 292c37941a8520958f65ad3ad6a52e7780d0a1beabe3a0084b61f47e77a7cecb
SHA1: 6d5c575dce446b737dbacc8b7bc52ec87d6a99fd
MD5sum: 165e8cca25fedf45053b359230b90d49
Description: Rewrite PostgreSQL tables with less locking
 pg_rewrite is a tool to rewrite table (i.e. to copy its data to a new file).
 It allows both read and write access to the table during the rewriting.
 .
  * Change data type of column(s)
  * Partition the table
  * Change order of columns
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-18-pg-rewrite-dbgsym
Package-Type: ddeb
Source: pg-rewrite
Version: 2.1.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 162
Depends: postgresql-18-pg-rewrite (= 2.1.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rewrite/postgresql-18-pg-rewrite-dbgsym_2.1.0-1.pgdg26.04+1_amd64.deb
Size: 126356
SHA256: 8a437fd50953cf489c92ec2fd4ed5c1e9c4690071c124c79c78807d26578607d
SHA1: c2365dfa8f6bafd7c85a7269fa62ac821bb97289
MD5sum: 73b076035e95694b16c3e033ee8045fd
Description: debug symbols for postgresql-18-pg-rewrite
Build-Ids: 2fc4eee3015cdac636af4a4db7b986a8233db985
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-18-pglogical
Source: pglogical
Version: 2.4.6-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1118
Depends: postgresql-18, libc6 (>= 2.38), libpq5 (>= 9.1~)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://www.2ndquadrant.com/en/resources/pglogical/
Priority: optional
Section: database
Filename: pool/main/p/pglogical/postgresql-18-pglogical_2.4.6-2.pgdg26.04+1_amd64.deb
Size: 351612
SHA256: b43d0f67f4aa515e510520b2d46752a6d7f195609faa5180e097b85f46fbf889
SHA1: 72802276cd2b660f22c84a72ac2d4627739b4afb
MD5sum: 80d29e39fd914fb52bcb7d6cd133f6af
Description: Logical Replication Extension for PostgreSQL
 The pglogical extension provides logical streaming replication between
 PostgreSQL instances, using a publish/subscribe model.  Contrary to the
 built-in streaming replication, pglogical can replicate between major versions
 or different architectures and is not restricted to replicate the entire
 instance but can selectively replicate arbitrary sets of tables.
 .
 Use-Cases include migrations and major-version upgrades, aggregation of
 several databases into a Data Warehouse, It utilises the Logical Decoding
 features available since PostgreSQL 9.4 working with low overhead on both
 provider and subscriber.
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-18-pglogical-dbgsym
Package-Type: ddeb
Source: pglogical
Version: 2.4.6-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 653
Depends: postgresql-18-pglogical (= 2.4.6-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglogical/postgresql-18-pglogical-dbgsym_2.4.6-2.pgdg26.04+1_amd64.deb
Size: 467492
SHA256: c4fb6586cfde61926fc50208c0f2072c49fba4bca21ee4ea5555a0ef24e98c7d
SHA1: 5008bfa31ecaf3e1708803759af534f802c63f37
MD5sum: 50fa4a37617bdbbcc9052c4636c67441
Description: debug symbols for postgresql-18-pglogical
Build-Ids: 72e5e2cb42a34edd1efdde5f329d7e0051cb13d6 e31eeceff8b0f2ca33c7ed7677c0f13e58a0932c fb2ba5f16e5024ba25333c0a706946d3a80f9ecb
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.25.1+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13836
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.25.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 327824
SHA256: 6e89a36029c645f733146c0ab9a0e7a14da485172c2da9f5c6c9be793de29692
SHA1: 67550a83039bcfa54593140686deddfa334d77ba
MD5sum: 7625befa240d8b292d5a71745396b1bb
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-02-18 12:05:35+00

Package: postgresql-18-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.25.1+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1628
Depends: postgresql-18-timescaledb (= 2.25.1+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.25.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1220572
SHA256: 5a655fc675e87c82585d61c996ffc479ea301decc26ef629c7ee21ffed1d6ecd
SHA1: 718f63dad847a1b860318bca02b67d49fe51aed0
MD5sum: 06c512318a5d6dab817b38f9c7867bfc
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 5c6d269fd6a0885287b25653a7f1720569b722ba eac83d8db6bcd4a5b34e96a0cab8f68f29fb5951
Timestamp: 2026-02-18 12:05:35+00

Package: check-pgactivity
Version: 2.9-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 382
Depends: perl:any, postgresql-client
Suggests: wget | curl | lynx | links | links2
Multi-Arch: foreign
Homepage: https://github.com/OPMDG/check_pgactivity
Priority: optional
Section: database
Filename: pool/main/c/check-pgactivity/check-pgactivity_2.9-1.pgdg26.04+1_all.deb
Size: 78376
SHA256: 7d59aa085935a60673fbf33eae7342c84be85269885627a64f124cad0a9fcbad
SHA1: f34bfb2cd960fd422220771167b8e570bd66cc26
MD5sum: d2b7ea948593d7abf5b01b967b69fd76
Description: PostgreSQL plugin for Nagios
 check_pgactivity is a Nagios probe dedicated to PostgreSQL. It offers many
 options to measure and monitor useful performance metrics.
 .
 Services include (among others) monitoring of autovacuum, bgwriter, locks,
 long queries, idle in transaction queries, number of temporary files and WAL
 files, bloat of tables and btree indexes, commit and hit ratios,
 WAL archives exhaustivity, age of logical backups, backends number and states,
 backup label file age, connectivity, replication delay between primary and
 secondary instances, database sizes, vacuum and analyze times,
 sequence exhaustion, snapshots age, presence of unlogged tables or invalid
 indexes, incoming freeze, settings changes, PostgreSQL minor version,
 PGDATA rights, custom queries. Most services only need normal user rights.
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-10-q3c
Source: postgresql-q3c
Version: 2.0.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2692
Depends: postgresql-10, libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c_2.0.2-1.pgdg26.04+1_amd64.deb
Size: 64536
SHA256: b18a39ce4738588e90b4bf40c3fcc79dfa913ac7587d76dab1902f5e87652b07
SHA1: 4279a0c309b69a7ac2455df035de252f2ed49367
MD5sum: 2f585d13fa8fc4dd7e512abe7f59c446
Description: PostgreSQL 10 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-10-q3c-dbgsym
Package-Type: ddeb
Source: postgresql-q3c
Version: 2.0.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2165
Depends: postgresql-10-q3c (= 2.0.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-10-q3c-dbgsym_2.0.2-1.pgdg26.04+1_amd64.deb
Size: 87016
SHA256: db2a0edeb8bfb824455db6bc6b0cec22743ee2f179cbad2e230b106191b3fc43
SHA1: f0d4b10f0f7e180340f6a0d2b7d8a6818d706bc7
MD5sum: 9d898916ad7f00fcf2c1b24363132c9f
Description: debug symbols for postgresql-10-q3c
Build-Ids: 3dcba5351459e72c793134bc80965129101960b4
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-11-q3c
Source: postgresql-q3c
Version: 2.0.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2692
Depends: postgresql-11, libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c_2.0.2-1.pgdg26.04+1_amd64.deb
Size: 56344
SHA256: 6cc621fd2c5e25c474dee8417aa66d3abf76865fd5eaff2cd7a5ba9754c6844c
SHA1: 57b405bc188c6addde9f8ed7a9e2e45e230734d1
MD5sum: a4463c29b89f6bc15ee480d7e67e9d04
Description: PostgreSQL 11 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-11-q3c-dbgsym
Package-Type: ddeb
Source: postgresql-q3c
Version: 2.0.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2171
Depends: postgresql-11-q3c (= 2.0.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-11-q3c-dbgsym_2.0.2-1.pgdg26.04+1_amd64.deb
Size: 93932
SHA256: e7f6d0dd597241dd2141c6f849360c383aa9ce704f6163e203d0b10394b55101
SHA1: 0d9794c44157a10b1e75c0fd31f355e61d06f685
MD5sum: 1610ee6720e4236d42bf3b368a61804d
Description: debug symbols for postgresql-11-q3c
Build-Ids: 624e336a3783bf466e21b1d721facad766eac06e
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-12-credcheck
Source: credcheck
Version: 4.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-12, libc6 (>= 2.4)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-12-credcheck_4.6-1.pgdg26.04+1_amd64.deb
Size: 28428
SHA256: d0470b9d69559689e2a512b62c96da650d5745cd6315c574f0cb4e3c4e8e9c67
SHA1: 2282a89b542a684b7ec3bd3f0bdbe908870e8f12
MD5sum: f8e65cf351990a1dda1c30c815adc29d
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-12-credcheck-dbgsym
Package-Type: ddeb
Source: credcheck
Version: 4.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-12-credcheck (= 4.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-12-credcheck-dbgsym_4.6-1.pgdg26.04+1_amd64.deb
Size: 71824
SHA256: 719912be3bab22b0e5aa662c6e89ea8b553482a9f2dced4c25c6e1ae6bde73df
SHA1: 60e8b5227a2ae2ea65c4cf2f47ab8b33ff6be14c
MD5sum: 4216df91a4519442f7a49c0aacbd3807
Description: debug symbols for postgresql-12-credcheck
Build-Ids: f0d2fb100a6936685ecfe0501c1c9fb002421daf
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-12-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-12-pgaudit, postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile_1.7.7-2.pgdg26.04+1_amd64.deb
Size: 17356
SHA256: 8571f064ee3d6378fff85accb00757046a228e4b985d00138aebeb3435380a68
SHA1: b9584f17201b2cc179cc9201f5c5eff7b7075248
MD5sum: 0ce79175b958e2f359263c9ebf73d619
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-12-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-12-pgauditlogtofile (= 1.7.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-12-pgauditlogtofile-dbgsym_1.7.7-2.pgdg26.04+1_amd64.deb
Size: 39280
SHA256: 25dbb0da1e6f543a2e28be3c27a5283c05753591dea9f9dda8c0e936509a09c6
SHA1: a633c970318302bd440d8e8de51944a242b5bc58
MD5sum: 0673b64ef02115ac8de93a29f603a01b
Description: debug symbols for postgresql-12-pgauditlogtofile
Build-Ids: e4dca6afba0272be73acb44ff80c1967be37fddd
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-12-q3c
Source: postgresql-q3c
Version: 2.0.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2692
Depends: postgresql-12, libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c_2.0.2-1.pgdg26.04+1_amd64.deb
Size: 74468
SHA256: 70f7abae0ab2df49bc09dbc9deb773e34aec7ab4fd396cdb4b6a5a08bb615cf6
SHA1: 4aefdc5a83861c6a2ab1019f29403ca931049889
MD5sum: 984a909a3145088823ce86af97a55d7c
Description: PostgreSQL 12 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-12-q3c-dbgsym
Package-Type: ddeb
Source: postgresql-q3c
Version: 2.0.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2172
Depends: postgresql-12-q3c (= 2.0.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-12-q3c-dbgsym_2.0.2-1.pgdg26.04+1_amd64.deb
Size: 94964
SHA256: 84fe2b0979f72de70bf0b6baa86e166f1589b04882925d1eb53d17a90acade76
SHA1: e95c0b6f84090112d8bd9c0a687c1201dfa5d858
MD5sum: 6ebeee5db98c2f486c5afff09bafb1e0
Description: debug symbols for postgresql-12-q3c
Build-Ids: 9faa96be61f122fd95651fb146826c1d7599b5ce
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-13-credcheck
Source: credcheck
Version: 4.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-13, libc6 (>= 2.4)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-13-credcheck_4.6-1.pgdg26.04+1_amd64.deb
Size: 28708
SHA256: 2d860655e056ec839104b1b6ddc2ab47fa699d0c4753f31dad55820e97703762
SHA1: 14dfad65611150528311ef68189c9b9c11ff285a
MD5sum: 792e8b6713f1c5fa3537e75a6e396fcd
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-13-credcheck-dbgsym
Package-Type: ddeb
Source: credcheck
Version: 4.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-13-credcheck (= 4.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-13-credcheck-dbgsym_4.6-1.pgdg26.04+1_amd64.deb
Size: 75532
SHA256: f807ad7cb0a360eb297f99a2b6a130a6d71188df109cd630249e5369f4fa9d74
SHA1: ad3577c83d603096ee545d157af780fedc4d651d
MD5sum: 6e6ef40266b6a61cebba0d3128370e5d
Description: debug symbols for postgresql-13-credcheck
Build-Ids: 595afe96748fa2434efd2f9540016f28e0fbe747
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-13-pgaudit, postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.7.7-2.pgdg26.04+1_amd64.deb
Size: 17344
SHA256: 9724c0569bbf6cae448dc723126c9f50858fac00ebe550cc24be6ac580db9550
SHA1: 6e651002c366bca039fe214f530fc07c82712346
MD5sum: 3242e3bdf9b1fce7220872acfbb9f03f
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13-pgauditlogtofile (= 1.7.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.7.7-2.pgdg26.04+1_amd64.deb
Size: 39292
SHA256: 9ebafc154d8c408059c1a394fbbce6890fb3069d9aa0ddae824ec01f3c271335
SHA1: 30d0c001ffae13955d0adcdaf42b8b75a563bda2
MD5sum: ce88810b5d1829c5fe42bdd8c24cbad5
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: 5e0b9995f546b0adb4601a3ff1ed8e49901b94b5
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-13-q3c
Source: postgresql-q3c
Version: 2.0.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2696
Depends: postgresql-13, libc6 (>= 2.38)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c_2.0.2-1.pgdg26.04+1_amd64.deb
Size: 74812
SHA256: 8d89c834750b14fd8c5abce0e2f8f6f3433c6a7db98370f53593a1c11bdd0311
SHA1: 6990e0204000c4f5a1727de4ce13a4f66a2d5d67
MD5sum: 5d07da707f05d77ddd3a0feeee7a8ed9
Description: PostgreSQL 13 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-13-q3c-dbgsym
Package-Type: ddeb
Source: postgresql-q3c
Version: 2.0.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2173
Depends: postgresql-13-q3c (= 2.0.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-13-q3c-dbgsym_2.0.2-1.pgdg26.04+1_amd64.deb
Size: 94424
SHA256: 4fe0df1d12da04ba1abf63bada8c77f4e1ff82ccd2a5500045d41426a1728dec
SHA1: 55963365777372f34e30cb1d6e4340ed77862a92
MD5sum: ce2972b2c725beaee5f30df1fd571223
Description: debug symbols for postgresql-13-q3c
Build-Ids: b5fc8a9307e89c5c52588f958d3db5f8a32dcbb3
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-14-credcheck
Source: credcheck
Version: 4.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-14, libc6 (>= 2.4)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-14-credcheck_4.6-1.pgdg26.04+1_amd64.deb
Size: 68784
SHA256: 11b4f00891286157de5a1254fa517a438963532169fe5462b808bef8754b9ba6
SHA1: d07d686106ca3bcc101db03e07f1bb351a1e3581
MD5sum: d798c20579820288d9377c389c108c49
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-14-credcheck-dbgsym
Package-Type: ddeb
Source: credcheck
Version: 4.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-14-credcheck (= 4.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-14-credcheck-dbgsym_4.6-1.pgdg26.04+1_amd64.deb
Size: 77132
SHA256: 681f49179fa5399c371605d6f4892951f06745d75f365e2523e487339eacb424
SHA1: 49220bf7d3ebe3eaa3f93e23491476975ae47b2e
MD5sum: e041b2db6a3b2c383fab0900865d6003
Description: debug symbols for postgresql-14-credcheck
Build-Ids: b1fb1bcd0db06a7ee4887237dcd75fd6ddac99f2
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-14-partman
Source: pg-partman
Version: 5.4.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7948
Depends: python3, python3-psycopg2, postgresql-14, libc6 (>= 2.4)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_5.4.2-1.pgdg26.04+1_amd64.deb
Size: 236164
SHA256: 7138969f8e71f4fe13e6896a47d2cb772405330068f795c8487b98edbbd147b3
SHA1: 4f0dc8ed4c2008855f5c5386c27bc0aa23246014
MD5sum: 3783a395b3ccebf11fdd74cfa2b6d58a
Description: PostgreSQL Partition Manager
 pg_partman is a PostgreSQL extension to create and manage both time-based and
 serial-based table partition sets. Sub-partitioning is also supported. Child
 table & trigger function creation is all managed by the extension itself.
 Tables with existing data can also have their data partitioned in easily
 managed smaller batches. Optional retention policy can automatically drop
 partitions no longer needed. A background worker (BGW) process is included to
 automatically run partition maintenance without the need of an external
 scheduler (cron, etc) in most cases.
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-14-partman-dbgsym
Package-Type: ddeb
Source: pg-partman
Version: 5.4.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-partman (= 5.4.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_5.4.2-1.pgdg26.04+1_amd64.deb
Size: 35796
SHA256: 60bfdc1f97442341761b6ca15e04cabdad59f086228ab35773008dc2a4c1210f
SHA1: f9a2ee469f0009617d458821d136bdc5a7267a42
MD5sum: 5e7053607bda9a322081b5d168a9b47d
Description: debug symbols for postgresql-14-partman
Build-Ids: f96267bd3dda84d8a99d695c138801fcbae04aa1
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-14-pgaudit, postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.7.7-2.pgdg26.04+1_amd64.deb
Size: 52168
SHA256: 0d96c295ecab538bfb030498cd1fb07a150a4818e6702c280c327a00ae076d08
SHA1: f8d077ccce81e94880d85ac54a7181dba11862d1
MD5sum: 0e1729b70de53807a46300256d5a3f69
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-14-pgauditlogtofile (= 1.7.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.7.7-2.pgdg26.04+1_amd64.deb
Size: 40104
SHA256: 341a9f81e1c3d5652a4b44bac91714cb5311ecffd979aaec9d8e0037975c0818
SHA1: 34c6c4dfb4e748ed31e66f3c5a2393bf15283370
MD5sum: 1baf8c2a58cfa0f046b5420756f1f577
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: e04f18f3b88045ecf6583ace6475b596a873edbf
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.8.11-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 675
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.8.11-1.pgdg26.04+1_amd64.deb
Size: 300464
SHA256: 7d2a0c29a00374a7ea6e8ccec0ac6f942e43ecfbbc595149e1d04462aabb4ad0
SHA1: e4994a1b564616584dc3299f4a9328f38cf06426
MD5sum: ba44e9d0ecce5f4ebe96c3c66668bcff
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-14-plpgsql-check-dbgsym
Package-Type: ddeb
Source: plpgsql-check
Version: 2.8.11-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 409
Depends: postgresql-14-plpgsql-check (= 2.8.11-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.8.11-1.pgdg26.04+1_amd64.deb
Size: 306976
SHA256: 3c7e8bda074d43f48437fc1f8d397ea3e2d9b5ae46aeac031b791ace910462af
SHA1: 75b18dd5811c8d45c1e9d1198e1951d7aefcfa85
MD5sum: d2396eeea45a62ecf98a7295c4e54465
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 4515a4c80f50f6bc0ae0edfe01c403e0a77e99c1
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-14-q3c
Source: postgresql-q3c
Version: 2.0.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3579
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c_2.0.2-1.pgdg26.04+1_amd64.deb
Size: 138736
SHA256: 3591c0b3c70fd99eb6715160cfa59f84df92067a8841e33c0d2ab90e180e0948
SHA1: 3aefb26d688e602705dded7bcc3dac1c0295e7e8
MD5sum: e849245d839dbf195676bc74dc6c0c78
Description: PostgreSQL 14 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-14-q3c-dbgsym
Package-Type: ddeb
Source: postgresql-q3c
Version: 2.0.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2174
Depends: postgresql-14-q3c (= 2.0.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-14-q3c-dbgsym_2.0.2-1.pgdg26.04+1_amd64.deb
Size: 95244
SHA256: 70895fc3db0ac750f4d06d6238d4f3fe36d256fbdec6c8869c557e00b9d8ab4e
SHA1: 91eb3185972aa0cdb013eb4df0c5a8083b84bbc0
MD5sum: 64d3893f8fbad5ecd813fc0a0959fa04
Description: debug symbols for postgresql-14-q3c
Build-Ids: c0973a0638f62ad6f33c763048ff33dd171902cd
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-15-credcheck
Source: credcheck
Version: 4.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-15, libc6 (>= 2.4)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-15-credcheck_4.6-1.pgdg26.04+1_amd64.deb
Size: 68896
SHA256: 096accb63a312904215d7316083eb3b3db63406d8c522988b6ddf4dc80069e7b
SHA1: 0b4a3437c38eeffa9b4097d97c033b5181bd52d4
MD5sum: 4b7fbb4dd1bf1482696e86c384e9c789
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-15-credcheck-dbgsym
Package-Type: ddeb
Source: credcheck
Version: 4.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-15-credcheck (= 4.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-15-credcheck-dbgsym_4.6-1.pgdg26.04+1_amd64.deb
Size: 78240
SHA256: 971681143c46bbed2e9afac0300cbee91dc5d1f10e1ff5acf718c70e36426523
SHA1: ee93705101b1486323fcc6fcf4cee54578084cc1
MD5sum: d0350d119184f3b952806f7926b406a6
Description: debug symbols for postgresql-15-credcheck
Build-Ids: 59587d3ec9ebf1cf8e4d3d55d461a0ac27ecd67d
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-15-partman
Source: pg-partman
Version: 5.4.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7948
Depends: python3, python3-psycopg2, postgresql-15, libc6 (>= 2.4)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_5.4.2-1.pgdg26.04+1_amd64.deb
Size: 236064
SHA256: 3839bf2108c9f6bd8f94b07589014f371c2b87aba90c251eb4fd4357cd4d6454
SHA1: d8045fe0407d89a2a8ffa12c221e37ed0c368e0f
MD5sum: 06363f44287bac50b96868c0ea036c15
Description: PostgreSQL Partition Manager
 pg_partman is a PostgreSQL extension to create and manage both time-based and
 serial-based table partition sets. Sub-partitioning is also supported. Child
 table & trigger function creation is all managed by the extension itself.
 Tables with existing data can also have their data partitioned in easily
 managed smaller batches. Optional retention policy can automatically drop
 partitions no longer needed. A background worker (BGW) process is included to
 automatically run partition maintenance without the need of an external
 scheduler (cron, etc) in most cases.
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-15-partman-dbgsym
Package-Type: ddeb
Source: pg-partman
Version: 5.4.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-15-partman (= 5.4.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_5.4.2-1.pgdg26.04+1_amd64.deb
Size: 41844
SHA256: 731ba1b8e634e6bdf6bb9cb9cf1cbf4b96ce72d64d20e3eacc72d963c57c94b9
SHA1: 8b9149a9db27615b42f3428e62d93588797f413a
MD5sum: 9ffdbfb7d90f20d789077ca355a85d5c
Description: debug symbols for postgresql-15-partman
Build-Ids: ec3c4c811087fe16a83b22e0feb5f15851453415
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-15-pgaudit, postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.7.7-2.pgdg26.04+1_amd64.deb
Size: 52464
SHA256: b084ab78434d7b0568b262f01ea8915563d581a445cae9770d37105396611886
SHA1: 14c29fa46fc6f89e8c174f8f40709524311381f5
MD5sum: badf653524316a2b7df7d720a361b2a7
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-15-pgauditlogtofile (= 1.7.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.7.7-2.pgdg26.04+1_amd64.deb
Size: 40384
SHA256: b58b4677379f750d00facb37a44b38fe4c17dbf84557cf94b327a148d774b342
SHA1: 52845242d9449418315a2654582aa5957a23b5c3
MD5sum: cefd1364c4e98f23575f265288be353e
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: c2266f66116c2c7fccb44a25c70e99c5a0090e4e
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.8.11-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 674
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.8.11-1.pgdg26.04+1_amd64.deb
Size: 300508
SHA256: 09e5c460d5ea95cd6cc8f8777d16e3c7b056fb8d65d6b08e9a49114425bac6f6
SHA1: 686e3f9d1ae856ff61ab7bf5ef666172b4a16acb
MD5sum: 3ee038d5b9983eb0fd9379510c4b28da
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-15-plpgsql-check-dbgsym
Package-Type: ddeb
Source: plpgsql-check
Version: 2.8.11-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 426
Depends: postgresql-15-plpgsql-check (= 2.8.11-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.8.11-1.pgdg26.04+1_amd64.deb
Size: 319860
SHA256: 37803d4ba42e04c24e8cea0eb816e98bde1ae4ca2d97bb06a05c311735ea7a15
SHA1: 9a3acdeb18a6d1407b122578d492c314efb256cd
MD5sum: 59183d4005d50bf8e4bd796517ff4293
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: df4f651fe9407ad3aaec2968aa4a69ab4401a865
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-15-q3c
Source: postgresql-q3c
Version: 2.0.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3579
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-15-q3c_2.0.2-1.pgdg26.04+1_amd64.deb
Size: 160260
SHA256: cb4f428d2a614ca194646dcdbc1e4bc110204620bed91075a773d014625ab495
SHA1: c02a14ff278564d732338fcd49c021a6779f12ee
MD5sum: e8ad7e8275f46189876f3781356529ac
Description: PostgreSQL 15 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-15-q3c-dbgsym
Package-Type: ddeb
Source: postgresql-q3c
Version: 2.0.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2179
Depends: postgresql-15-q3c (= 2.0.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-15-q3c-dbgsym_2.0.2-1.pgdg26.04+1_amd64.deb
Size: 101140
SHA256: 9956c46f2de1fd099ca6130b5233c75f5dcd4d7ce8dd791527db7d89cf9bc2ca
SHA1: 4b773df2a7965380ae203caa4525cbe9a5700a6e
MD5sum: 01359f392f2c5789c10c5b7ac984cc06
Description: debug symbols for postgresql-15-q3c
Build-Ids: f926e5362fc44af9c6816797feb082e18a791b73
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-16-credcheck
Source: credcheck
Version: 4.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-16, libc6 (>= 2.4)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-16-credcheck_4.6-1.pgdg26.04+1_amd64.deb
Size: 69168
SHA256: 64cdf3992b44a82ced820335d6c1caf86c6b064d989071b6da211b1f089d5394
SHA1: ec8cdf70cb978ae80e19eed77051cef36a7a8333
MD5sum: 8a8cf438636f8d291cb37f74b45bf99e
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-16-credcheck-dbgsym
Package-Type: ddeb
Source: credcheck
Version: 4.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-16-credcheck (= 4.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-16-credcheck-dbgsym_4.6-1.pgdg26.04+1_amd64.deb
Size: 80292
SHA256: fbf3a8aaf2ea25dfddc0b9b22f73d9e20a84746610b6f95e19832c3f2cfd39f5
SHA1: 74bda535397e7b8c32753fead315b32b1873520a
MD5sum: d4507aacead43086d10610a1f3d880cd
Description: debug symbols for postgresql-16-credcheck
Build-Ids: 7e35396bc9313a3b7e44a6eb071523539e69a34b
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-16-partman
Source: pg-partman
Version: 5.4.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7948
Depends: python3, python3-psycopg2, postgresql-16, libc6 (>= 2.4)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-16-partman_5.4.2-1.pgdg26.04+1_amd64.deb
Size: 236096
SHA256: 2ff9d379a216b9eae1ff0eba86a52ce2a912dbdfa5090d7e2874a294445900e4
SHA1: 8b38cd3e3116e62b14a89f44803958e79b29072c
MD5sum: 123893789885154c92ed07ceab43b5c8
Description: PostgreSQL Partition Manager
 pg_partman is a PostgreSQL extension to create and manage both time-based and
 serial-based table partition sets. Sub-partitioning is also supported. Child
 table & trigger function creation is all managed by the extension itself.
 Tables with existing data can also have their data partitioned in easily
 managed smaller batches. Optional retention policy can automatically drop
 partitions no longer needed. A background worker (BGW) process is included to
 automatically run partition maintenance without the need of an external
 scheduler (cron, etc) in most cases.
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-16-partman-dbgsym
Package-Type: ddeb
Source: pg-partman
Version: 5.4.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-16-partman (= 5.4.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-16-partman-dbgsym_5.4.2-1.pgdg26.04+1_amd64.deb
Size: 42820
SHA256: aa109577e8619aed5427b7ec02c63c0843c4a323d7ded6e97e7ec3bf6b7ba03f
SHA1: ca854eae3c0ea6e64ea406ab37cfcfc359154d7f
MD5sum: 35f0395f0580a73a108a08c5f13e3acb
Description: debug symbols for postgresql-16-partman
Build-Ids: 4cbd91026a3a6524dc785298f2a7c942181b2148
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-16-pgaudit, postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.7.7-2.pgdg26.04+1_amd64.deb
Size: 51372
SHA256: 8a590ba35d8dc4563e54ce77637d15f6817994a8a9653fe8a047ab3b5c27cf22
SHA1: b03a66e5c14d021e6409c1867e380d634d606383
MD5sum: a1155f7b24aa02c84c5f24f9783297e7
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-16-pgauditlogtofile (= 1.7.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.7.7-2.pgdg26.04+1_amd64.deb
Size: 40944
SHA256: d4a0fc22faeae0e67ce48bea5681eacf22566f2a3f6a6ec3969991c98887a4ff
SHA1: 4af603ed28c6fc916e61f4156971b88a5d760c8e
MD5sum: 5e893d23bd931c9e97b623172a4e8254
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: 06c5c2fa7eb774f61d0b61a2148533fcddcd3f73
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.8.11-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 662
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.8.11-1.pgdg26.04+1_amd64.deb
Size: 297348
SHA256: 7e038aebde5fdd7f36e2b02717d00f746d153a0a95b409c85dc1a4df32c9b2ce
SHA1: 12d8aa76990988a4ab767c8552257da0f15d14c3
MD5sum: 93c538ae7a2dea7a25634bd061281750
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-16-plpgsql-check-dbgsym
Package-Type: ddeb
Source: plpgsql-check
Version: 2.8.11-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 437
Depends: postgresql-16-plpgsql-check (= 2.8.11-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.8.11-1.pgdg26.04+1_amd64.deb
Size: 335476
SHA256: 8f6dd0321d97d95cf2b5a404de0cc3b097ad0b48a4cb75f4b0b74bab38639b36
SHA1: 14636b28bf2fbde3d45b42445351d6598b7e4b2e
MD5sum: a50012d9f2c643966cc4aa81e2d1dd50
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: fba109860c6789d398c1bd3cf73dbce590a6e9aa
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-16-q3c
Source: postgresql-q3c
Version: 2.0.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3587
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-16-q3c_2.0.2-1.pgdg26.04+1_amd64.deb
Size: 136444
SHA256: 93e311a87a0ceb7d848af2f2802a829942aefe407b433b8b4c6936646ff707bf
SHA1: db5373f42284f6f521117b8813800556cd2de025
MD5sum: c7835179bda6a20f32ed3d7d73eda419
Description: PostgreSQL 16 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-16-q3c-dbgsym
Package-Type: ddeb
Source: postgresql-q3c
Version: 2.0.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2189
Depends: postgresql-16-q3c (= 2.0.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-16-q3c-dbgsym_2.0.2-1.pgdg26.04+1_amd64.deb
Size: 112684
SHA256: b899b00fb02f03487c928675716ce45f34e67c7cc2f6e60973b2fce0a831e2a3
SHA1: e943a6b276a816bd3fde787e5d892f0bf4c00e22
MD5sum: d1d00a32f102ec6dbae62ea44b418d86
Description: debug symbols for postgresql-16-q3c
Build-Ids: af394b00bae566067165e66671fc1ce76aff486d
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-17-credcheck
Source: credcheck
Version: 4.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-17, libc6 (>= 2.4)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-17-credcheck_4.6-1.pgdg26.04+1_amd64.deb
Size: 69296
SHA256: 805cf89cce0115f589c3563084520289b4bc5ab8841b4d5352e38d35d0729bf9
SHA1: 9a049544c15f5bdab86824bd6fe432cfc7c3cbd1
MD5sum: b333b384cd196b93db8253ce27330279
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-17-credcheck-dbgsym
Package-Type: ddeb
Source: credcheck
Version: 4.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-17-credcheck (= 4.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-17-credcheck-dbgsym_4.6-1.pgdg26.04+1_amd64.deb
Size: 82800
SHA256: bb2edb40305a2a1f6cd1f0c13535765957a391106878383dec7a1e3d594971a0
SHA1: 7c38adc6d2771efa770bd0bdfa4bcceb328e0530
MD5sum: 4d3a65f0dcaba4ccdc4d03ef2dc5fcab
Description: debug symbols for postgresql-17-credcheck
Build-Ids: 48be4373c46a8d83a9e64ef00ef37d28cfa42dda
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-17-partman
Source: pg-partman
Version: 5.4.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7948
Depends: python3, python3-psycopg2, postgresql-17, libc6 (>= 2.4)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-17-partman_5.4.2-1.pgdg26.04+1_amd64.deb
Size: 236112
SHA256: 077694778732b649c6a4f9991718e3f735f305cb36ea8a6b1da399f71de7e6b2
SHA1: 9ec9b71c949e719a57bac983ba8f4a90838b94bd
MD5sum: a9066398ab5f26f6ba668f75cc150a87
Description: PostgreSQL Partition Manager
 pg_partman is a PostgreSQL extension to create and manage both time-based and
 serial-based table partition sets. Sub-partitioning is also supported. Child
 table & trigger function creation is all managed by the extension itself.
 Tables with existing data can also have their data partitioned in easily
 managed smaller batches. Optional retention policy can automatically drop
 partitions no longer needed. A background worker (BGW) process is included to
 automatically run partition maintenance without the need of an external
 scheduler (cron, etc) in most cases.
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-17-partman-dbgsym
Package-Type: ddeb
Source: pg-partman
Version: 5.4.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-17-partman (= 5.4.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-17-partman-dbgsym_5.4.2-1.pgdg26.04+1_amd64.deb
Size: 46420
SHA256: 12738f79ace3fad1b454354cb16f946610a7dc88c4a1357cfb0c4bcda280a8c4
SHA1: 2e6de9e90fa3bf1201360be5ff411822f6c6d786
MD5sum: 9b585316435bff70ee892fe338405c04
Description: debug symbols for postgresql-17-partman
Build-Ids: cd1ecee4a96d9ff7b03197548d33a317736baec9
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-17-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-17-pgaudit, postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile_1.7.7-2.pgdg26.04+1_amd64.deb
Size: 51340
SHA256: 314867d848acf14ac46a396a67b04b25be73c76c3f77a99c2854ef89c657f82a
SHA1: 2cf851830e6917243910bcf7ad8ee1068bef46c8
MD5sum: cbed3980da0f0f954ab38c5860ddc06b
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-17-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-17-pgauditlogtofile (= 1.7.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile-dbgsym_1.7.7-2.pgdg26.04+1_amd64.deb
Size: 41168
SHA256: a9ddb1f70c377f6555f7b825de6a9b501b6f773792790a9ec5f5274e5b6a6a3a
SHA1: bbe6d4e3b4aea26d82cfab1e641f4f228f9c3f3c
MD5sum: 66d0220694c014066354f6395f3fcbcc
Description: debug symbols for postgresql-17-pgauditlogtofile
Build-Ids: 9ad99d40df115acdb4ce6dfccc0fd6cf43aefcde
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.8.11-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 662
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.8.11-1.pgdg26.04+1_amd64.deb
Size: 297376
SHA256: c21ad588439e38e9a69cde1fdf0256a0c6d2865f540c78bc5f75292cf0164069
SHA1: 91e0fe2573d933346f64271c61b26787881d2b3a
MD5sum: 9a394d2962a5e16fb614f9b789e4f62f
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-17-plpgsql-check-dbgsym
Package-Type: ddeb
Source: plpgsql-check
Version: 2.8.11-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 452
Depends: postgresql-17-plpgsql-check (= 2.8.11-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.8.11-1.pgdg26.04+1_amd64.deb
Size: 349520
SHA256: 44127ac0e621047adff40c5789e89298ad8676aee3c4e53a2fe632d1d33e7e3c
SHA1: 14f40ca5d91b39ff13b0833d211a210d42b3f0fd
MD5sum: b04ca99a4b63bb3b5685081ebda46161
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: d0241a0308619e8effe6749dbe1b1e3245365f93
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-17-q3c
Source: postgresql-q3c
Version: 2.0.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3587
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-17-q3c_2.0.2-1.pgdg26.04+1_amd64.deb
Size: 143804
SHA256: a2c9c366c769f3ff94cf4f5bce598f9c9d1551b5f398079d240ef37fe4a063ba
SHA1: 70adebc6b0830add01910ab09f5d68fbeb94321b
MD5sum: d5ae362dc972d3ce848b055e74e2b065
Description: PostgreSQL 17 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-17-q3c-dbgsym
Package-Type: ddeb
Source: postgresql-q3c
Version: 2.0.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2193
Depends: postgresql-17-q3c (= 2.0.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-17-q3c-dbgsym_2.0.2-1.pgdg26.04+1_amd64.deb
Size: 116948
SHA256: 58593be8aa8098cbc3362f076c1d3b0d7e80fef80125dfff2f355c5894ea7189
SHA1: a7d5ea0fab4767bdb75f060c27ce38ecaba665a8
MD5sum: a709ccdedc6a6fe908a1faee772d18ef
Description: debug symbols for postgresql-17-q3c
Build-Ids: 909a138696a2b40688a1e546ff5c6aca41f387bd
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-18-credcheck
Source: credcheck
Version: 4.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-18, libc6 (>= 2.4)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-18-credcheck_4.6-1.pgdg26.04+1_amd64.deb
Size: 69248
SHA256: 65d2567e6fd17370998ef5bc37b4037853b75c16825b077ade6adf859278dac1
SHA1: 4c0b7d17b6d2c3268c5643a371ebe905faa3ab7d
MD5sum: c01f232422ec7d6a6890ba95d25a12c9
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-18-credcheck-dbgsym
Package-Type: ddeb
Source: credcheck
Version: 4.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-18-credcheck (= 4.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-18-credcheck-dbgsym_4.6-1.pgdg26.04+1_amd64.deb
Size: 84160
SHA256: 31cd6bca27749738cde0bc59b9f70add3df29fd0361dbe26c0bf9b3925ec4272
SHA1: 89b80b7c549ffdf23ce1a241177f5b97db2616b6
MD5sum: c43df59010a1ba245b6303cc2a1a4dba
Description: debug symbols for postgresql-18-credcheck
Build-Ids: 3de26d919e941206d81ab84a647785697268fffe
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-18-partman
Source: pg-partman
Version: 5.4.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7948
Depends: python3, python3-psycopg2, postgresql-18, libc6 (>= 2.4)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-18-partman_5.4.2-1.pgdg26.04+1_amd64.deb
Size: 236212
SHA256: 184512477fd14e1ef3a496905276e70e8b0cbbc230800f00408df800e15b91e5
SHA1: c5470dc2c9549bd7788200aa6ada8357ba56aeb4
MD5sum: a54fd3c328ffa2f4b9705d33479614c0
Description: PostgreSQL Partition Manager
 pg_partman is a PostgreSQL extension to create and manage both time-based and
 serial-based table partition sets. Sub-partitioning is also supported. Child
 table & trigger function creation is all managed by the extension itself.
 Tables with existing data can also have their data partitioned in easily
 managed smaller batches. Optional retention policy can automatically drop
 partitions no longer needed. A background worker (BGW) process is included to
 automatically run partition maintenance without the need of an external
 scheduler (cron, etc) in most cases.
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-18-partman-dbgsym
Package-Type: ddeb
Source: pg-partman
Version: 5.4.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-18-partman (= 5.4.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-18-partman-dbgsym_5.4.2-1.pgdg26.04+1_amd64.deb
Size: 47488
SHA256: b197a076f181dd11c6706e47da4ad4375a6b2862d431d02bb3598eb8105f79fa
SHA1: c89323f7b03e44a9ee6363aea5455de5556f5e7b
MD5sum: 69be3cf540ee850a1d00dbda7285fe90
Description: debug symbols for postgresql-18-partman
Build-Ids: 110e3c71f78848c76fa7e99cd2d4119de2bbb3bc
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-18-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: postgresql-18-pgaudit, postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile_1.7.7-2.pgdg26.04+1_amd64.deb
Size: 51412
SHA256: a6e0180c8109feb48f6f29c407e279b613455aaf40dbbe3ccfcb307951283ff2
SHA1: ff2b25acd4074377a67aa57aaad85c9c7db437d7
MD5sum: b1fd3d9c607b36b3ec5e40161dc89e02
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-18-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.7.7-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-18-pgauditlogtofile (= 1.7.7-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile-dbgsym_1.7.7-2.pgdg26.04+1_amd64.deb
Size: 41452
SHA256: 0af97bc08ca1c2043b0d802be6b5a0135bda4f356402acad1845ce8735e48507
SHA1: c04fdf5838a80ddf02d163145a40ca82ee3f22b0
MD5sum: a0d9f4816394b5d3d587a2a5ab6e946b
Description: debug symbols for postgresql-18-pgauditlogtofile
Build-Ids: aafd62b26331380d5c35616946111b0f3e5354ae
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-18-plpgsql-check
Source: plpgsql-check
Version: 2.8.11-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 663
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check_2.8.11-1.pgdg26.04+1_amd64.deb
Size: 297564
SHA256: a6863985f27660fb8bd37d0724e48bb3f4e4f5c1aa5ca2b95fb365ebeaf0c666
SHA1: 7fcfea2a3413812ae282f1424690fa2cebc8c3e8
MD5sum: 460d99e1c740b56432907323e0373e5c
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-18-plpgsql-check-dbgsym
Package-Type: ddeb
Source: plpgsql-check
Version: 2.8.11-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 448
Depends: postgresql-18-plpgsql-check (= 2.8.11-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check-dbgsym_2.8.11-1.pgdg26.04+1_amd64.deb
Size: 348620
SHA256: bd3751c24f4db484375bf67bcce79596200bd5cf5805350a699f1c0c2471f2bd
SHA1: 24d74f421af3492da7eb1c6561fdfd32a2f66317
MD5sum: d650b320584b85ac409a0fc149d30806
Description: debug symbols for postgresql-18-plpgsql-check
Build-Ids: 696dcfb54a5bf77d1cadf934c4510c31f23467b5
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-18-q3c
Source: postgresql-q3c
Version: 2.0.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3587
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Provides: postgresql-q3c
Homepage: http://www.sai.msu.su/~megera/wiki/SkyPixelization
Priority: optional
Section: database
Filename: pool/main/p/postgresql-q3c/postgresql-18-q3c_2.0.2-1.pgdg26.04+1_amd64.deb
Size: 147260
SHA256: 76188fa780f9af6455244def1d77b11c48623efc535b3e10d63b4fc36cb3072c
SHA1: 44ca6499734c7aa3ca21b59fd000b20b894fe3b1
MD5sum: 833f872f8335efab2935dff040d0dd84
Description: PostgreSQL 18 extension used for indexing the sky
 Q3C, an extension for PostgreSQL, is designed for the work with large
 astronomical catalogues or any catalogs of objects on the sphere.
 .
 This extension allows a user to perform fast circular, elliptical or
 polygonal searches on the sky as well as fast cross-matches.
Timestamp: 2026-02-22 21:19:05+00

Package: postgresql-18-q3c-dbgsym
Package-Type: ddeb
Source: postgresql-q3c
Version: 2.0.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2194
Depends: postgresql-18-q3c (= 2.0.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-q3c/postgresql-18-q3c-dbgsym_2.0.2-1.pgdg26.04+1_amd64.deb
Size: 118068
SHA256: 874441d1350268037927ab90258bbeabcfc8d819629a2aa20b11a1d99ea03f32
SHA1: b823fa165fe8cb981e20616a40fc6f01e0684e96
MD5sum: 1a157463eeacb43990d670bce3f8537f
Description: debug symbols for postgresql-18-q3c
Build-Ids: 675d454994608703c3b5516b35d1acf1cadf43fa
Timestamp: 2026-02-22 21:19:05+00

Package: pspg
Version: 5.8.16-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 358
Depends: libc6 (>= 2.38), libncursesw6 (>= 6.1), libpq5 (>= 9.0~), libreadline8t64 (>= 6.3), libtinfo6 (>= 6)
Homepage: https://github.com/okbob/pspg
Priority: optional
Section: database
Filename: pool/main/p/pspg/pspg_5.8.16-1.pgdg26.04+1_amd64.deb
Size: 151768
SHA256: 739fe79d957cdb374d6538d5d44eadbf499085a42e5f6d97e74efb22501046cc
SHA1: e6420f5144b2e4505fe348586991d4147bfd028d
MD5sum: 9bf892ef3b460db6eed3bbc07a8c3858
Description: PostgreSQL pager
 pspg is a pager specialized for viewing query results in PostgreSQL's psql
 command line client. Headers and the first column(s) are held in place while
 scrolling vertically and horizontally. Various color schemes are available.
Timestamp: 2026-02-22 21:19:05+00

Package: pspg-dbgsym
Package-Type: ddeb
Source: pspg
Version: 5.8.16-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 469
Depends: pspg (= 5.8.16-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pspg/pspg-dbgsym_5.8.16-1.pgdg26.04+1_amd64.deb
Size: 368404
SHA256: ee68406c35796b5b542872e560badc8071ca38d0983c998b78970ebf0c887585
SHA1: dea7e96b2a7d240df97c9654052a8f4b39a70e0e
MD5sum: 4cfa85d391d9b89930d2c4954eb8306f
Description: debug symbols for pspg
Build-Ids: e824e66898b7553b4fed5a76cd6a734d40d7b13e
Timestamp: 2026-02-22 21:19:05+00

Package: pgagroal-dbgsym
Package-Type: ddeb
Source: pgagroal
Version: 2.0.1-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 809
Depends: pgagroal (= 2.0.1-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagroal/pgagroal-dbgsym_2.0.1-2.pgdg26.04+1_amd64.deb
Size: 537860
SHA256: 4c9b05d5bd7e087f912c65ee074cba44bb0082b9e38f5171b41b07c41f81bfdf
SHA1: 9c312aa228b9d3daea496172cfcb429a91ef12fa
MD5sum: 3bebcf13b82cfaf20af0377e228576be
Description: debug symbols for pgagroal
Build-Ids: 218e679d77df031c25483b89e60df3297c253e79 89c725c5b531782926077b5bf7e05f4d5cd13160 9817e19be4f01fd22fe367cbc51834a6a40d1cdb 9c73803d54e7dc206203948555167af5bce0c5bb d53d0b2627fb2423d35461fab3ee8cb91e39bf4a
Timestamp: 2026-02-23 13:49:41+00

Package: postgresql-15-documentdb
Source: documentdb
Version: 0.108-0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11872
Depends: postgresql-15-cron, postgresql-15-pgvector, postgresql-15-postgis-3, postgresql-15-rum, postgresql-15, libbson2-2 (>= 2.2.2), libc6 (>= 2.38), libpcre2-8-0 (>= 10.22), libpq5
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/documentdb/documentdb
Priority: optional
Section: database
Filename: pool/main/d/documentdb/postgresql-15-documentdb_0.108-0-1.pgdg26.04+1_amd64.deb
Size: 4735212
SHA256: f85f7c36449057feb750950ac2e8869c36dbbb0b69d213350ed705d71d0312b9
SHA1: de98150479834ec22ddb2c5f0c5eb306dcb0820c
MD5sum: 88e4b6cf3982049c7b3a203cc13ee4fe
Description: MongoDB-compatible open source document database built on PostgreSQL
 DocumentDB is a MongoDB-compatible open source document database built on
 PostgreSQL. It offers a native implementation of a document-oriented NoSQL
 database, enabling seamless CRUD (Create, Read, Update, Delete) operations on
 BSON (Binary JSON) data types within a PostgreSQL framework. Beyond basic
 operations, DocumentDB empowers users to execute complex workloads, including
 full-text searches, geospatial queries, and vector search, delivering robust
 functionality and flexibility for diverse data management needs.
Timestamp: 2026-02-23 13:49:41+00

Package: postgresql-15-documentdb-dbgsym
Package-Type: ddeb
Source: documentdb
Version: 0.108-0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7506
Depends: postgresql-15-documentdb (= 0.108-0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/d/documentdb/postgresql-15-documentdb-dbgsym_0.108-0-1.pgdg26.04+1_amd64.deb
Size: 3406968
SHA256: a4da15dc91f649b7fb4039373457151055212f3ab274d2c8e96609608a7b0ac3
SHA1: 963568068a23fdb6c8efa4410e1290f7a192153d
MD5sum: 4287110d307132e2c410c9d233ae8d2d
Description: debug symbols for postgresql-15-documentdb
Build-Ids: 4320515312c732998e3741821fb8b94c2e307e7d 757960938c420b679cd0e1f234b3124d5a903b2a ac009da1a20e184cb584836d2ced268e0ea6ff83 bbb66f96c6beee5f6587489f91492e7c47b6ea21
Timestamp: 2026-02-23 13:49:41+00

Package: postgresql-16-documentdb
Source: documentdb
Version: 0.108-0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11809
Depends: postgresql-16-cron, postgresql-16-pgvector, postgresql-16-postgis-3, postgresql-16-rum, postgresql-16, libbson2-2 (>= 2.2.2), libc6 (>= 2.38), libpcre2-8-0 (>= 10.22), libpq5
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/documentdb/documentdb
Priority: optional
Section: database
Filename: pool/main/d/documentdb/postgresql-16-documentdb_0.108-0-1.pgdg26.04+1_amd64.deb
Size: 4703956
SHA256: 248db8c6dc9615474f6cde31f5e48d8cc1b4acbe3bd5d7e5018e29c3ed43c4d5
SHA1: 954f38dad4d98340938217d1921ae8421c419956
MD5sum: 37b13578d1e963af9953ac797083196a
Description: MongoDB-compatible open source document database built on PostgreSQL
 DocumentDB is a MongoDB-compatible open source document database built on
 PostgreSQL. It offers a native implementation of a document-oriented NoSQL
 database, enabling seamless CRUD (Create, Read, Update, Delete) operations on
 BSON (Binary JSON) data types within a PostgreSQL framework. Beyond basic
 operations, DocumentDB empowers users to execute complex workloads, including
 full-text searches, geospatial queries, and vector search, delivering robust
 functionality and flexibility for diverse data management needs.
Timestamp: 2026-02-23 13:49:41+00

Package: postgresql-16-documentdb-dbgsym
Package-Type: ddeb
Source: documentdb
Version: 0.108-0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7615
Depends: postgresql-16-documentdb (= 0.108-0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/d/documentdb/postgresql-16-documentdb-dbgsym_0.108-0-1.pgdg26.04+1_amd64.deb
Size: 3518272
SHA256: cd4eef71d7d6a384134b5b85df0b0f1e6f06091fc6ef52ef0e3b72f94e5c0d83
SHA1: dc0df7cf023dc0bd6a5f9a0dbcf989081e194494
MD5sum: e812ff50ae3a9e4fd4e8fb24adee0b9a
Description: debug symbols for postgresql-16-documentdb
Build-Ids: 0569960093323c9b938769ec392c4a95d7f3f3d8 3ec7651c4e9cce2e4d48c34fdf37eacc17e6e030 63a69dae3714e0e70ba393e95d4c30b70cecfc38 cae66e81201a6097d3967630e1818a9b4d10c30c
Timestamp: 2026-02-23 13:49:41+00

Package: pgagroal
Version: 2.0.1-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 799
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.38), liblz4-1 (>= 0.0~r130), libssl3t64 (>= 3.0.0), liburing2 (>= 2.3), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/agroal/pgagroal
Priority: optional
Section: database
Filename: pool/main/p/pgagroal/pgagroal_2.0.1-2.pgdg26.04+1_amd64.deb
Size: 342500
SHA256: 6b384dde695d4102c0fbde35d8ed7f8007b0d55fd7c8e4e5625a6793ccd45da5
SHA1: 569f19021a136c5588be79b5aea4168b0c052334
MD5sum: f5a3ee4346f8b1cc2fae42c92397d559
Description: High-performance connection pool for PostgreSQL
 pgagroal is a high-performance protocol-native connection pool for PostgreSQL.
 .
 Pronounced: p-g-a-gro-al, named after Agroal in Portugal.
 .
 Features:
  * High performance
  * Connection pool
  * Limit connections for users and databases
  * Prefill support
  * Remove idle connections
  * Perform connection validation
  * Enable / disable database access
  * Graceful / fast shutdown
  * Prometheus support
  * Grafana 8 dashboard
  * Remote management
  * Authentication query support
  * Failover support
  * Transport Layer Security (TLS) v1.2+ support
  * Daemon mode
  * User vault
Timestamp: 2026-02-23 13:49:41+00

Package: postgresql-17-documentdb
Source: documentdb
Version: 0.108-0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11802
Depends: postgresql-17-cron, postgresql-17-pgvector, postgresql-17-postgis-3, postgresql-17-rum, postgresql-17, libbson2-2 (>= 2.2.2), libc6 (>= 2.38), libpcre2-8-0 (>= 10.22), libpq5
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/documentdb/documentdb
Priority: optional
Section: database
Filename: pool/main/d/documentdb/postgresql-17-documentdb_0.108-0-1.pgdg26.04+1_amd64.deb
Size: 4701516
SHA256: 9e67dfce8f30536f2419766daade4a096048ce15b0025b8d2cdc0d54fe8f5a3d
SHA1: 6cc3e94c3f2006c37fa8d34af8973e0f75c8f790
MD5sum: 0ba0dac82b22878ad6b74abc527afbcc
Description: MongoDB-compatible open source document database built on PostgreSQL
 DocumentDB is a MongoDB-compatible open source document database built on
 PostgreSQL. It offers a native implementation of a document-oriented NoSQL
 database, enabling seamless CRUD (Create, Read, Update, Delete) operations on
 BSON (Binary JSON) data types within a PostgreSQL framework. Beyond basic
 operations, DocumentDB empowers users to execute complex workloads, including
 full-text searches, geospatial queries, and vector search, delivering robust
 functionality and flexibility for diverse data management needs.
Timestamp: 2026-02-23 13:49:41+00

Package: postgresql-17-documentdb-dbgsym
Package-Type: ddeb
Source: documentdb
Version: 0.108-0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7610
Depends: postgresql-17-documentdb (= 0.108-0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/d/documentdb/postgresql-17-documentdb-dbgsym_0.108-0-1.pgdg26.04+1_amd64.deb
Size: 3516848
SHA256: ff5e9ff8e5b4f7ee509042e6df4dc5e2033c87b6077575b70f338afa92fef806
SHA1: 6d01b3f5bb10b9f1040ffc44bfcfb7a2662e111d
MD5sum: dbe80d44d83119dba71693c1a8784cbf
Description: debug symbols for postgresql-17-documentdb
Build-Ids: 55ca616e876cb1467794a8cdcbccf6c4e4dae8b9 9b33528cc6b05ba6665ca348f5d9f237160a937a caab138fc7ff1e7b561f6dfa50145ba04da3613c e878dbae7e5bfe891f7452a095b133f1435ae1ae
Timestamp: 2026-02-23 13:49:41+00

Package: postgresql-18-documentdb
Source: documentdb
Version: 0.108-0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11802
Depends: postgresql-18-cron, postgresql-18-pgvector, postgresql-18-postgis-3, postgresql-18-rum, postgresql-18, libbson2-2 (>= 2.2.2), libc6 (>= 2.38), libpcre2-8-0 (>= 10.22), libpq5
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/documentdb/documentdb
Priority: optional
Section: database
Filename: pool/main/d/documentdb/postgresql-18-documentdb_0.108-0-1.pgdg26.04+1_amd64.deb
Size: 4702572
SHA256: 4151a1e672abfa28e0f1b8edd72213c4e18ae27ded19cfd0fc002b90e29d653a
SHA1: 6c71bcfffba7035fac450a9c6643806af3ef6e9d
MD5sum: 01acf809791f053568a3b489c39aaa0f
Description: MongoDB-compatible open source document database built on PostgreSQL
 DocumentDB is a MongoDB-compatible open source document database built on
 PostgreSQL. It offers a native implementation of a document-oriented NoSQL
 database, enabling seamless CRUD (Create, Read, Update, Delete) operations on
 BSON (Binary JSON) data types within a PostgreSQL framework. Beyond basic
 operations, DocumentDB empowers users to execute complex workloads, including
 full-text searches, geospatial queries, and vector search, delivering robust
 functionality and flexibility for diverse data management needs.
Timestamp: 2026-02-23 13:49:41+00

Package: postgresql-18-documentdb-dbgsym
Package-Type: ddeb
Source: documentdb
Version: 0.108-0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7625
Depends: postgresql-18-documentdb (= 0.108-0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/d/documentdb/postgresql-18-documentdb-dbgsym_0.108-0-1.pgdg26.04+1_amd64.deb
Size: 3529488
SHA256: 5abf7245621da1898338bd40907cc815550cbf1b7dc11dc473dba0a66586bda3
SHA1: 338592df0cf9d6ede652eb1acc10faefbb981291
MD5sum: 5790df7f215c91e5fd1958fc9c22b0fa
Description: debug symbols for postgresql-18-documentdb
Build-Ids: 2878bcb5d2da3c969f57b7a66bbdcf08890e7efe 8759d0734b832d0995098073c37038149cbba754 87c46ab7f79cb4318365b019478b51d7fb4b0dce ebd327b671b9eedbbb5d51ef5de3db0195cc1527
Timestamp: 2026-02-23 13:49:41+00

Package: libgvm-dev
Source: gvm-libs
Version: 22.35.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 198
Depends: libgcrypt-dev, libglib2.0-dev, libgnutls28-dev, libgpgme-dev, libhiredis-dev, libksba-dev, libgvm22t64 (= 22.35.6-1.pgdg26.04+1), libpcap-dev, libssh-dev, uuid-dev, libsnmp-dev
Suggests: libgvm-doc
Homepage: https://www.greenbone.net/
Priority: optional
Section: libdevel
Filename: pool/main/g/gvm-libs/libgvm-dev_22.35.6-1.pgdg26.04+1_amd64.deb
Size: 31628
SHA512: b516727d9db57f8b457ce198df546e05b5753c3885b798f80c210185f09e365e2aaa3043840251cb2ca69906a3af557447ff04084ce2a2f9d5f5fb31ab6e3c85
SHA256: d6df96cf3cc6ccaf1f4831d9fde7342916539dfdcb00765dae6e0fa864517b3d
SHA1: cd47fda9be02745b6bf8afa86f411bdb5df86d7e
MD5sum: db6b09ad835596aa451b4048804ec38d
Description: remote network security auditor - static libraries and headers
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required static libraries and headers.
Timestamp: 2026-02-24 17:04:47+00

Package: libgvm-doc
Source: gvm-libs
Version: 22.35.6-1.pgdg26.04+1
Architecture: all
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 11038
Homepage: https://www.greenbone.net/
Priority: optional
Section: doc
Filename: pool/main/g/gvm-libs/libgvm-doc_22.35.6-1.pgdg26.04+1_all.deb
Size: 641564
SHA512: 9e942ddf5ec6aad12fab85298806fcdc1e226d8e9fdc87ed6c4b2c8c0e82797723d8e39228be8fe0fec9a2ad84392f562ee26a8f5cd3803a44bd3de4f8418556
SHA256: 875f3e75e09f3b4517e3b6ce37b449a3a4331f62efc72b67782a05bdda9cde12
SHA1: 5b310ac02cbc3910060c6d5463cb17ab81543d42
MD5sum: 197606ef26fdaa06090c98063e1b08ba
Description: remote network security auditor - libraries documentation
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the doxygen generated HTML documentation for the
 libraries.
Timestamp: 2026-02-24 17:04:47+00

Package: libgvm22t64
Source: gvm-libs
Version: 22.35.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 608
Depends: libc6 (>= 2.38), libcjson1 (>= 1.7.13), libcrypt1 (>= 1:4.1.0), libcurl3t64-gnutls (>= 7.83.0), libgcrypt20 (>= 1.12.0), libglib2.0-0t64 (>= 2.76.0), libgnutls30t64 (>= 3.8.1), libgpgme11t64 (>= 1.23.2), libhiredis1.1.0 (>= 1.2.0), libldap2 (>= 2.6.2), libnet9 (>= 1.1.2.1), libpaho-mqtt1.3 (>= 1.3.0), libpcap0.8t64 (>= 0.9.8), libradcli4 (>= 1.2.11), libssh-4 (>= 0.8.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.2.3.3)
Conflicts: libopenvas9
Breaks: libgvm22 (<< 22.35.6-1.pgdg26.04+1)
Replaces: libgvm22, libopenvas9
Provides: libgvm22 (= 22.35.6-1.pgdg26.04+1)
Multi-Arch: same
Homepage: https://www.greenbone.net/
Priority: optional
Section: libs
Filename: pool/main/g/gvm-libs/libgvm22t64_22.35.6-1.pgdg26.04+1_amd64.deb
Size: 156784
SHA512: 32186016ac61e331412bc90a21a4976730cfc767cfa9aea679a8e9062fb57bdd46539e5fa49f71505a55f0650492c6bfebffbcff89098eabba3aa9dd3aa073d6
SHA256: f6283d64a4d42e3640c9c23ac8d2bbea5df95503fc9a004754d380d92fe346bc
SHA1: 6234ebfb11b37492cc52d4223571de688b43f7d5
MD5sum: 65301446f28d42780f91eaea76af01ae
Description: remote network security auditor - shared libraries
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required shared libraries.
Timestamp: 2026-02-24 17:04:47+00

Package: libgvm22t64-dbgsym
Package-Type: ddeb
Source: gvm-libs
Version: 22.35.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 825
Depends: libgvm22t64 (= 22.35.6-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/g/gvm-libs/libgvm22t64-dbgsym_22.35.6-1.pgdg26.04+1_amd64.deb
Size: 529020
SHA512: 6795e2707f73a201abb6070d75030f1f6bd7458fa6f11abda014f443384f7ba2a089545a6ff8434bd29dc8646c98ecfd96ec91b31a02d3b1ffc3805101b4b471
SHA256: 283db25e1fec8b46164cf2d010e921bf19243927ca4c2e33806bfc8345766c6c
SHA1: 127aa58ff53587ea6dec14ea063112da1594d5e1
MD5sum: 160ecc99800ef963231dcba29b382b55
Description: debug symbols for libgvm22t64
Build-Ids: 11ef81b7016e4cc0347e45adf014e3ad087158bd 15f9585ef17a9073b505c52819610a872f516a0b 23d3b42e79764879b1e447d49564e7f871a57e87 65fcd0ae1560bb29635c078bf0a7508615c20af3 69072a25743dcba0d52e1c8e65cd3a84e9cac27b 8ffac1e7fa9bcd3618a9051e6d0d0009f47dc596 9fd645f41a7e8d4e1013462df10d8978e6992b53 b6e26f52afaca2fde880ebee2bd3e394e42d254c c0bcf980209114ab5313668327f4c3753070fb58 c44f44d829e647e70c3cebc19074972f5be36c8a fff0d99a5a537e1e8b2d5f5882f60409bff59d88
Timestamp: 2026-02-24 17:04:47+00

Package: postgresql-11-pg-gvm
Source: pg-gvm
Version: 22.6.12-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-11, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm_22.6.12-1.pgdg26.04+1_amd64.deb
Size: 20212
SHA512: 23c36686c67a0d81cf0faaf861574e768edb0fb9cd431052ed55e0447c4cbb0879d2008fa359fa8a70f8b986ee0e216036c2e47f683194a3c55448e13452da6e
SHA256: 9d805cf2beef1e1ed9d200893764d8daa5eb8dc5d15d7c1e917d3d91a9f4d40b
SHA1: 8aa46286d70c588a801fa23a6e8dd8d31ebf4338
MD5sum: deec20bb3e40fd7e88d3c6b4c94b9048
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-24 17:04:47+00

Package: postgresql-11-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.12-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-pg-gvm (= 22.6.12-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm-dbgsym_22.6.12-1.pgdg26.04+1_amd64.deb
Size: 27140
SHA512: 8141d28384557bf893173b4b58625f863761a453fc871b270927b18de1ae5168c9c4c58b71213769748ba4bfe8e1fc142f8aec7476dcd8fdea1e63c234d6ed8a
SHA256: ee8dd0ce3a55bff399a291db365a3d0787ff0a7b595a7d2bf4e9905cbbd001e3
SHA1: 4febf2bb4b50f8378974aceff507eca68345e35b
MD5sum: 64a961f001968d37d2354476843f5e8c
Description: debug symbols for postgresql-11-pg-gvm
Build-Ids: f5cc88d40a76b4fe66b3bba7f0d2e3a1d17ff584
Timestamp: 2026-02-24 17:04:47+00

Package: postgresql-12-pg-gvm
Source: pg-gvm
Version: 22.6.12-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-12, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm_22.6.12-1.pgdg26.04+1_amd64.deb
Size: 20184
SHA512: 0fb4213660731f0c375653d9787fd0b425a29cb96fb0ba848c475990c7a9e42d3c01fa0658e657ba989da90a21912895af7eebac5d3c6a86ca723f195b5738f6
SHA256: e7ceeaf0bb1d8b7b4976886340a28429aff3221aac337e2f911442dfbb2de054
SHA1: 43d69c0f12d30a73a82c2d669d71783b9fea40cc
MD5sum: 2f49426901c4e7bc6a0fafdf2b43b5f5
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-24 17:04:47+00

Package: postgresql-12-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.12-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-12-pg-gvm (= 22.6.12-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm-dbgsym_22.6.12-1.pgdg26.04+1_amd64.deb
Size: 27592
SHA512: 211f4dea593c2f9ca093b36b306d788e40100a742589e1a55ac067627502e47ad298bcd9d177ea93119a00847ae90c59b052ecc8c89ff3af8b0f9411c5ea38c6
SHA256: 6a37a160eda2ff2653bd4fdc7f8a887cfedf5ef8b90c0ae5a15ef0bb85700e04
SHA1: 4cab55936b5d5e30bdd2f1e2e55040cbb86e88df
MD5sum: 3ef616e1fa6edf3c79c9caa5197564e3
Description: debug symbols for postgresql-12-pg-gvm
Build-Ids: 05c4e168d6756cd4fca0f165bc9398ab175a6603
Timestamp: 2026-02-24 17:04:47+00

Package: postgresql-13-pg-gvm
Source: pg-gvm
Version: 22.6.12-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm_22.6.12-1.pgdg26.04+1_amd64.deb
Size: 20196
SHA512: ce2b9edee3424d277634c4f1bee7c094f40fe01bcd4868e23cfeb8b0634d4a8a3056f76bf85a85cb3e318d848c0adeb4ab1c62da470ed4ae8181540086398cc0
SHA256: 7fd6f018fffcacd1bb6ded2279cab4c098c3eafeb37a257a8c5bd3325c62be33
SHA1: f10b0d9eff9598ab53ef6037428a56e5fad2b122
MD5sum: 374eb33105a59fb6ec46227e85c9d49f
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-24 17:04:47+00

Package: postgresql-13-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.12-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-13-pg-gvm (= 22.6.12-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm-dbgsym_22.6.12-1.pgdg26.04+1_amd64.deb
Size: 27736
SHA512: 4b5dce926365d69913f4b14e3370365f1512863a721b1043d2d5a234d71cbbcff9e60d8a7bc47cd6b0c7ba885f683078941cadca113577bc287d66c128843b9d
SHA256: be3ea8380d88175f9037ca9be1291c75c8843f961b8f7a0ec83f58a58cd7c29b
SHA1: 536afdaac886990cbb57b7d7c98e0a80da1c063a
MD5sum: 87d33262ebc67861c03ab75c804230e0
Description: debug symbols for postgresql-13-pg-gvm
Build-Ids: bc794f15067c67b8b81951bf24c39650a69f96e9
Timestamp: 2026-02-24 17:04:47+00

Package: postgresql-14-pg-gvm
Source: pg-gvm
Version: 22.6.12-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm_22.6.12-1.pgdg26.04+1_amd64.deb
Size: 20204
SHA512: a12d8d98d09d2d9874662643d499404a93b8c9cd44d75e4e3e959bd0a9897f2e3a75b9f8b42cb85295430d252d3116d0f48a41787d8890b35e02d3a07ac3d7dc
SHA256: c0dcabbd338ac94283a1c8d5bbd09263796b7ed1c2dde237ded205d6d5f2ed91
SHA1: e68262074d804c76dd1e4b9a8b352a09b738d2a2
MD5sum: f350b9795ccaa887d4439a400a1b2e94
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-24 17:04:47+00

Package: postgresql-14-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.12-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-14-pg-gvm (= 22.6.12-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm-dbgsym_22.6.12-1.pgdg26.04+1_amd64.deb
Size: 27864
SHA512: 70e5f1f52c2322611578b42af3491df816f56c12d5a7d5c026ebe809ffc8d22747e996f8c1b937ecb1fcb4f31b0be08de872e882999fe5ccec0a7cf2062cca4d
SHA256: 03f8c70ca67409d213ccbd7aefe20a5952f6c251e64c24598ff22c391748bde2
SHA1: 8039f39355601ab7c59289a2baf58d751864ed80
MD5sum: 81f54903ec7c9db760c2ba063ca94c17
Description: debug symbols for postgresql-14-pg-gvm
Build-Ids: 02e3c6d3f940e07c054c307fe25861ec1880b9dc
Timestamp: 2026-02-24 17:04:47+00

Package: postgresql-15-pg-gvm
Source: pg-gvm
Version: 22.6.12-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-15, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm_22.6.12-1.pgdg26.04+1_amd64.deb
Size: 20200
SHA512: 3119bbaaad74e1b41aab77373f2362965d80f1f32636a4d3956a658b373f48570aff3f2326953aa120cb39c2fa2fb506bd4cf95f3baa992a05fcb07b0aee1a01
SHA256: 216a0b5e067c98ed241500145f5854cbb8778001bf5819fa9aafdc5bae3ddf4d
SHA1: 9c3172ebd83087f88f0652ace082ce637a1e87c8
MD5sum: 802c33bf4d2398dfe34c17270011f1c8
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-24 17:04:47+00

Package: postgresql-15-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.12-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-15-pg-gvm (= 22.6.12-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm-dbgsym_22.6.12-1.pgdg26.04+1_amd64.deb
Size: 27900
SHA512: 360b3c6a51ae3f77a8af66497dcf19eaad94c22cb1b73ad10e9d201b52b6adf0bd40cc15ee312fec5725f07bd8b1c57d602217c0150526e3ccdc70f6aa55c006
SHA256: 46728d74b21d483d6be77f3e7c112cddfbf6e0d9e541fb2952cd04415f1cfa63
SHA1: 149443e5dae4df1fcddaf23387c8482179e4c546
MD5sum: a0e232b79327a48c907b9af9d0425ae4
Description: debug symbols for postgresql-15-pg-gvm
Build-Ids: 423b5e5b475cd3a0ab8010b523b8d3bc9547a76e
Timestamp: 2026-02-24 17:04:47+00

Package: postgresql-16-pg-gvm
Source: pg-gvm
Version: 22.6.12-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-16, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm_22.6.12-1.pgdg26.04+1_amd64.deb
Size: 20196
SHA512: 356ab3bef2bc815c9729d5a89ae73649df5cd416081b37ae2fc1f6c444eeeed9ee56d6fc3bd1ac649381d0bd3837646444a3d52d6892c8a65258b08652e70e65
SHA256: 140672dca208180dd0ca61eec8e978bb134127a295d1ccf63fb675b96912bb2b
SHA1: 615ca6280a7371ec71a42c9e62d7c5140002de51
MD5sum: 920b8a78609eb34dcdcff5d7204e0dad
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-24 17:04:47+00

Package: postgresql-16-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.12-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-16-pg-gvm (= 22.6.12-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm-dbgsym_22.6.12-1.pgdg26.04+1_amd64.deb
Size: 28876
SHA512: f06304ea519587aec2ef6a6058b1278cd66e9dadb6c3d38393f130a8a6d38183264841ee6f5ff4567a7b423d08fb74178abac31a991066b53c0f1115b2a0138d
SHA256: 8da989debc607cbf60104b689178b06fb2194fcadbb38bbe4fdec6cb7c49de1a
SHA1: 9d8409de75589037338a20a8accbd61c601b233f
MD5sum: 57f03366ab52536ab9d9a51100273c30
Description: debug symbols for postgresql-16-pg-gvm
Build-Ids: cda4086fa0026c28320bb02cde71945b52138294
Timestamp: 2026-02-24 17:04:47+00

Package: postgresql-17-pg-gvm
Source: pg-gvm
Version: 22.6.12-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-17, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm_22.6.12-1.pgdg26.04+1_amd64.deb
Size: 20204
SHA512: 74786ff8c66cf4ae9f82ae2bb3f4f90f47643bcb807ad0f20c30a10fe10a1dabd0f48831317cef552d2ca2fb02943c4037ba6103d822a411e57d469b3f4f8c3d
SHA256: 2747305b1b1bbf2929f84f0579a94000220c66b10e77a18650b2d67e07807b83
SHA1: 96ccfdf344e2a9efcde1357aeb7a0dd34d4f991e
MD5sum: 8600f9df0ab49c41f09c0a4e6fb62937
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-24 17:04:47+00

Package: postgresql-17-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.12-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-17-pg-gvm (= 22.6.12-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm-dbgsym_22.6.12-1.pgdg26.04+1_amd64.deb
Size: 29092
SHA512: 34d39704459a6bd4b1eef650f15acc61c7e2de5e5b745e07f8d7449604defadf51aae221d4691dae952f9e920ea3667d1a239866dc70bf47ee52ea95016e710c
SHA256: 034fb7e7aeaf00e5cd1a4030423bc0212f5d774f212642e61c47fcc5b7eb94bc
SHA1: 3a50333106d5ce3928998530d17b2de3ca02671a
MD5sum: 32b5df66983b36f953d7030f38792950
Description: debug symbols for postgresql-17-pg-gvm
Build-Ids: 399e74833bf4ecc0e2471ebb149b17900b669e3f
Timestamp: 2026-02-24 17:04:47+00

Package: postgresql-18-pg-gvm
Source: pg-gvm
Version: 22.6.12-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-18, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-18-pg-gvm_22.6.12-1.pgdg26.04+1_amd64.deb
Size: 20216
SHA512: dcec9287bef5ed86730c57d6d3f8fe3c4eb4f82346aa731bdeb4e52d38d0d51d521d4a656c8b02ac430f0810055fd7beb0b7052b849019a5dd8fe08330cc68e2
SHA256: 1999ca3974a4a7ba8211c110fe54ec180fe37691ff48d9e37d9ae2672e6ff3b2
SHA1: 4aa7a6549cc548f304a477ba8e75676b1280f85a
MD5sum: 955f295468e4d8c42d5fd4e2ed489f08
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-02-24 17:04:47+00

Package: postgresql-18-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.12-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-18-pg-gvm (= 22.6.12-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-18-pg-gvm-dbgsym_22.6.12-1.pgdg26.04+1_amd64.deb
Size: 29112
SHA512: 91025fbef3580ce2442b9f9daa22e8382920206a6eea26eaea1b7de322a76bce479daee43956fe527ca8aba2aa8d2462720841623047613b91afa724a45725ad
SHA256: 572ef7682faed59bd477bd14868dc7194a305b35200107f1276809c41b2290ce
SHA1: be06d3cf5890d28ed3f7b4e2725d6a7924564181
MD5sum: f30e09e6a7bfb32526e4fc44f082c530
Description: debug symbols for postgresql-18-pg-gvm
Build-Ids: 98d33a08c1b9e00016c9c1f7b8aa5417eeab4eb1
Timestamp: 2026-02-24 17:04:47+00

Package: libpq5
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1066
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpq5_16.13-1.pgdg26.04+1_amd64.deb
Size: 227380
SHA512: 9319e25d30a22644aeb0f3bfddcafd1d6c68d226079fd78ae8b88f3f3eb14165d7620396a4a7a68a074900af3a37a661540904027650641e500f65a0f725a0ad
SHA256: 865ee3b85a5bc38babb9d9a97a72aae42c53d9a10ee4bd68406c63b0cbc65b84
SHA1: decf04ceb5de19aee2db49a460082e56f3e89013
MD5sum: 18b0544ebc87bfeb5559d8c8e7e8c58c
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:06:08+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.22-1.pgdg26.04+1_amd64.deb
Size: 24056
SHA256: d0561ff18651ba500ae87a1a8a2dd4147663a4e8362ba2e7f21cbbe376c4dae8
SHA1: 45e9275e8fca3e6058e1efa34435bc43d451ba19
MD5sum: 9686069bb8517fdf599b06934d9162b9
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:08:35+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 14.22-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.22-1.pgdg26.04+1_amd64.deb
Size: 17536
SHA256: 0705186e69a19f04d46c40b2a6b7b50e94905369b3b7f6a14b42849d8463a12c
SHA1: ab3e3b5e76f738560360137b9a9d212fff129cf3
MD5sum: 4f67ec4d1914240e5e064a33241162e0
Description: debug symbols for libecpg-compat3
Build-Ids: c5ca1bebf2ff3b271af62e37a5b56be9c7b70694
Timestamp: 2026-02-26 12:08:35+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1600
Depends: libecpg-compat3 (= 14.22-1.pgdg26.04+1), libecpg6 (= 14.22-1.pgdg26.04+1), libpgtypes3 (= 14.22-1.pgdg26.04+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.22-1.pgdg26.04+1_amd64.deb
Size: 294352
SHA256: 66a712c1363aa7c95b6fff9ee82d34176fb4f2a49824cc560ea85adb1db0220e
SHA1: 7962eb6a030383dbc1529de072670551e598db17
MD5sum: 0aa232ed85615decd60a1efd7a89486c
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-26 12:08:35+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1013
Depends: libecpg-dev (= 14.22-1.pgdg26.04+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.22-1.pgdg26.04+1_amd64.deb
Size: 234152
SHA256: cf4796c5b4a381d8d65dccb6c44d33ef66b1b2c5bb23b127cf26a1950d7edf58
SHA1: cca9b45b7265f16cfffe7b47cc2400592ca39120
MD5sum: 357efb6eca8cc9f63e43ff044061e25e
Description: debug symbols for libecpg-dev
Build-Ids: 40b048b4cd00a571e4d147bc52474f83ce9a20ad
Timestamp: 2026-02-26 12:08:35+00

Package: libecpg6
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 236
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.22-1.pgdg26.04+1_amd64.deb
Size: 65948
SHA256: 6496cf7558873f948849e43b6a1917678e9c3cd0f0aa0540066fd12c8d91549d
SHA1: cea2e8a2c67ef952aaa587391b38062b27909280
MD5sum: 548fad3070e41ffdddde5af1f7209146
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:08:35+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libecpg6 (= 14.22-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.22-1.pgdg26.04+1_amd64.deb
Size: 120400
SHA256: 56542077ec2afeb62a4b37dbada53d4a71d9dc45e6b4da5be8a083d52f2c811b
SHA1: f893db927622a5e85ae1363f81587011c872576d
MD5sum: bfc3f0dce759cc7dae014cd3a7de86a3
Description: debug symbols for libecpg6
Build-Ids: 256bb8356267c0e6dd0caa25c9a42f172b886582
Timestamp: 2026-02-26 12:08:35+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 124
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.22-1.pgdg26.04+1_amd64.deb
Size: 50532
SHA256: 39396ad03f79703968f685f4d36e2943c93e3c666c3621932ab48439ce8ea346
SHA1: 4512cb73005c45bb778d1f32a7ccfd7958cd3511
MD5sum: 91ec5253b94c19ee75870229b6e9e070
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:08:35+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: libpgtypes3 (= 14.22-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.22-1.pgdg26.04+1_amd64.deb
Size: 91528
SHA256: 48c3dcd4e499519c6b86476ea7350d4fa9984224adfb732b489fac46e2e0adf1
SHA1: 39f314c7698b6e9006cdc1a1869958415273ee32
MD5sum: 44b019e9513e95b12c05a3bf877e0307
Description: debug symbols for libpgtypes3
Build-Ids: 339c2f70ea1b86d4b957a751ef2b58ca1a916877
Timestamp: 2026-02-26 12:08:35+00

Package: libpq-dev
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 584
Depends: libpq5 (= 14.22-1.pgdg26.04+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.22-1.pgdg26.04+1_amd64.deb
Size: 150256
SHA256: dc1b47f65d1f676e416d3114b919616cf6cf3c757a21b720020183f661ae6b51
SHA1: 5397409c820d33ce2ff2a2fdd6416459e95d8371
MD5sum: f021d0164ff73f750225700b2b1441f4
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:08:35+00

Package: libpq5
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 778
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.22-1.pgdg26.04+1_amd64.deb
Size: 188768
SHA256: 711e9f4a0f966369ca565a7972f828d9e266110c691f0b697658ed55585757ff
SHA1: 279bf095c36391168db3964df2e8a4041a49218c
MD5sum: f2b9d5da8a9e39361456d842e97bab2d
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:08:35+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 500
Depends: libpq5 (= 14.22-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.22-1.pgdg26.04+1_amd64.deb
Size: 323372
SHA256: b1beb83e4727245bd167e076f67b5906cd231b87942b74c3ac6cfd6d6d1b73a2
SHA1: ce0f33bbaef3fdc95b798fdb50d200c9c51d94da
MD5sum: a3ca0cb657f0e86abb0796326f75e4db
Description: debug symbols for libpq5
Build-Ids: 8671b69fb1d30c502c7be06f274f16d45979f4cb
Timestamp: 2026-02-26 12:08:35+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.17-1.pgdg26.04+1_amd64.deb
Size: 21768
SHA512: 01e2812dd58953b2be46b5c373dca216f15a16ede006e2fa04dbf59a0ef435ccb549254e66ec630b163a58f7fc5dd1c855c49859100817ad312fb8d9635e9196
SHA256: 31f623863056c8ece34835110e9ce31aaa9e5b0b9dbd34ccd264ccf2f258e38c
SHA1: b65f9581a9c5febdeabdf5d92e5936f932609b29
MD5sum: 315ca8b4d8d6e28332dcced7014e20ff
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:07:42+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 15.17-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.17-1.pgdg26.04+1_amd64.deb
Size: 17536
SHA512: 9cb4695c2857796815d1307eb798586b55b0478239bd97e2c86767edf25d5107a00cc8fb57a6d8e2eb7d49edc00daea8cd3be186a8b736f292b6766ff2194b48
SHA256: 49915594499fcf78006562c52c26b28dd6e20e366bb45db50953335415c9b275
SHA1: 15fd255008cade0ecea8f89a6bbac0d510940aae
MD5sum: 867fdbd18f3ae22439b9260b5d8f73b1
Description: debug symbols for libecpg-compat3
Build-Ids: 68c2733d759e99cd82b125f11e0cad209ac5095c
Timestamp: 2026-02-26 12:07:42+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1653
Depends: libecpg-compat3 (= 15.17-1.pgdg26.04+1), libecpg6 (= 15.17-1.pgdg26.04+1), libpgtypes3 (= 15.17-1.pgdg26.04+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.17-1.pgdg26.04+1_amd64.deb
Size: 298372
SHA512: 73dd82d8b25a901be2659377bc85b8cb1253149e64b5b19556215dd27dd1328ed8ba999eed6d83521006ac17740b90d44df80d37d8afc68cc97d184e94253b10
SHA256: 9e0a878b05744f9c9791d3fb5c7a7e37b43f310ee3519979148972afa8f54bd1
SHA1: 81c8a9939e0343f1927252c307e574a36c802c9d
MD5sum: 38a21616096b037b1d63b429011579ec
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-26 12:07:42+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1037
Depends: libecpg-dev (= 15.17-1.pgdg26.04+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.17-1.pgdg26.04+1_amd64.deb
Size: 238312
SHA512: 8d6b05876ab7b34a537f1aa6702fb04cacdb2269b1749b0beeb7c944fca5aba8a5fc31136ec6b027fabc72af07c5f20417f32adde2a10248f5338186362e70da
SHA256: b891eda743490bb4799e47952503b30834c280e3c55fdebad2102ed53ef4c0f3
SHA1: 81766582faf7bb2389a602c1b3eaa7101c48ad49
MD5sum: 1662055b445e3d23d832b34ef08c3630
Description: debug symbols for libecpg-dev
Build-Ids: 33ac5f9b2e777ea848e9dfb5990674b16c5255b1
Timestamp: 2026-02-26 12:07:42+00

Package: libecpg6
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.17-1.pgdg26.04+1_amd64.deb
Size: 64852
SHA512: 0dc5868c4bdae9d0f93ce1c8b7be027a46aa3f14fc88cbd38d349d8659345fefa6e0b9997d00df57d6fd65846488ca4805f19211ecebfa9ed621cac430445787
SHA256: d8b60e666164c8ae60594496805a5a758a0e5ba59225bbd34862c23fef099271
SHA1: 7d51bc8a11594eb195e52bfe42bd9e895851322a
MD5sum: f6573e969dc362f1f38b0dba98100784
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:07:42+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libecpg6 (= 15.17-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.17-1.pgdg26.04+1_amd64.deb
Size: 121264
SHA512: c1beac6928a44aa54eff4c6684084e9c4fe81ee8a2b0f64e4e2baaf450b496a75152a4b275b5af52b979a3e600e6799e3132bd0f441e7e42aca976cd09fbe99a
SHA256: 505f42a523633c1eb41a6b9b2c965b94f8d91758942a6a76b12fc91502cc578a
SHA1: 140640d6f8c67bf4b6e31cbceda62bff5cc91040
MD5sum: 3d62e205b0105d628bc13a8ca25adf7a
Description: debug symbols for libecpg6
Build-Ids: 7053ef7b60dba7962fa3420f5820c410a09f3499
Timestamp: 2026-02-26 12:07:42+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.17-1.pgdg26.04+1_amd64.deb
Size: 48756
SHA512: 1c04b75f4a3d0973859f3e27e376f367fbd9ff48fbc0a9e57e25dd408199d6a0d512cae8c145a9919780abd4066968be2c8ce935e4427a9313b71883b5b1512a
SHA256: c9be9c0ac8995f7cac8b5588ef035a23c49f4455255d4b2787f958806de1b5d6
SHA1: 823271c075fec3ac2ae435f1a02cc2b421eeb877
MD5sum: 29ce75b006d2a55a5fdd5b95fc31bb01
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:07:42+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libpgtypes3 (= 15.17-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.17-1.pgdg26.04+1_amd64.deb
Size: 92160
SHA512: cd0713aaaca8cecaf2d645f1f6bb43c5f422ec49f5be1017d23356988dbbf72e510901a3773a9f13d49712ef9c4297e621f475d22c05e0b146d1224237649856
SHA256: 7d29ea3a2aefc8a3a59529fc97b42ba6df79e74653c8f03cfbc1e843d6c67209
SHA1: dce55730e4bdd7b0fc7fccaaab29ae6a18390212
MD5sum: 5e947eee8fd5144a5cdb07150aabd9b4
Description: debug symbols for libpgtypes3
Build-Ids: 51791deeb32746d0d4dc791d20325d5b86882d5d
Timestamp: 2026-02-26 12:07:42+00

Package: libpq-dev
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 592
Depends: libpq5 (= 15.17-1.pgdg26.04+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.17-1.pgdg26.04+1_amd64.deb
Size: 151104
SHA512: d4c8d4780ff98da96cbde87919fd3cd17f67a11dacaa1e1674b2c0acab3f41c06b79b5c5c0287be37fd50ca6533f6424536aeb90968f1c70cebadd7f5f01049e
SHA256: 49489f8606841555a3d365e4a843841f2dcb38db0ff6a373e3bee46c61592c8b
SHA1: d3fb8cf0bb882d4c625a416b3465a9a1b37e4493
MD5sum: 21e0eb5cea21e57e3ce9d5672bc02ce5
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:07:42+00

Package: libpq5
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 874
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.17-1.pgdg26.04+1_amd64.deb
Size: 200892
SHA512: 1368569193f0a18930a15f4837c80b224598a06dc72a1c7ea579c3b7cf3951101e6fe32c32de2a54e9761f43869d13ee051f10677f0b0d8704ac8d2f14eeed58
SHA256: 046c79e5b542076866612c2cec18470c4942f457b0190d2e17a31a0f88243195
SHA1: b5fb295ec16f2dfd553b219b88df270a8fa6312e
MD5sum: 2f5eeffbd7e90bf4af7575ea294671a1
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:07:42+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 519
Depends: libpq5 (= 15.17-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.17-1.pgdg26.04+1_amd64.deb
Size: 335940
SHA512: 9e3e3641d2b323f9cf5701d28a139a821560bb1039b1586922d2b0fe7e15a38e9ffcf9aa8e2143fab2aa2ccedddf9fd0e0e19ba56f2e16a10ac639cd7af197a8
SHA256: 6fc6f89df4d197ffd6ca972efc224ee3152124f17656b68cb98872fcbfe3f078
SHA1: 0bc5654ceb50e1ffac0eb4c687f9f6b368aea7ff
MD5sum: 9aa5ebae96ac666ef4296ed2505f4c77
Description: debug symbols for libpq5
Build-Ids: 7dab2a9023d667b54a07aff9f37667019ffe9773
Timestamp: 2026-02-26 12:07:42+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg-compat3_16.13-1.pgdg26.04+1_amd64.deb
Size: 20736
SHA512: a156c4a4600b8180176ebc9c6b09ba8e6b0945c6b0f587b02618e36c17469116b3b85b3f15648a78e5ee57162cf59350da5b001fbf045e114c676422906f8e0a
SHA256: c29e610e38e7ebb319ee8bc543a933f19d96d5074d348aa1c714420c5c679752
SHA1: 31cb9f54491d0d53277fb2eaa0b19693d764ca1a
MD5sum: c6636d9ea2dc2217dffa9dadbf8c7729
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:06:08+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: libecpg-compat3 (= 16.13-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-compat3-dbgsym_16.13-1.pgdg26.04+1_amd64.deb
Size: 17524
SHA512: e9362ed915af668de928065454a10c48e8344c9c57a77023836ccc7694af83b17ff4a242586ec6a1d5b1da85b24724b9fdca3a7dc5c5589a77518272e05fa205
SHA256: e43fdaa4c5be4ef1943a0e40f0c6e1c45c9311f47fe3206f98eb52f25066cf3a
SHA1: 4fe3a5554477cbdc83cb072f4104d7a1be97f39b
MD5sum: 5e615832cdc77aa2b04c9d08a8f218fb
Description: debug symbols for libecpg-compat3
Build-Ids: 2f247fee5ef1c2c9a25d9cd5ae19e344ab3c38c6
Timestamp: 2026-02-26 12:06:08+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1666
Depends: libecpg-compat3 (= 16.13-1.pgdg26.04+1), libecpg6 (= 16.13-1.pgdg26.04+1), libpgtypes3 (= 16.13-1.pgdg26.04+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libecpg-dev_16.13-1.pgdg26.04+1_amd64.deb
Size: 300148
SHA512: 2a70a479ffe529a0685be86d02ebf3fa429af3bec72a615bb86bd0012b33ebb1ae9bd675991d036e47a6001a2b4e44b58421929d35e3573a64ab58212f6856be
SHA256: 8b12227bc3431b4aa363cb3646b8a39b3fd71e00c61aea02134091a845f9442d
SHA1: 94a25d60595900014c447c2e350812400671859f
MD5sum: 4b260cb4abcf510e85aefe5fe604c06c
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-26 12:06:08+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1051
Depends: libecpg-dev (= 16.13-1.pgdg26.04+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-dev-dbgsym_16.13-1.pgdg26.04+1_amd64.deb
Size: 238268
SHA512: 032e0e2ffc92d3785f19eacf0d5358501c842877f040e0d6f3f30b7c89d2c395e88e89fcc2e2477eee403e6e98fe0fc42e60da252019069e884b6786dadd881d
SHA256: 7c906bdfb2e53cbb8740f24a0ce05734f3ff0c922c623bfa59988e8e9f9727e5
SHA1: fc1fe757b27f3687fea7d602759f72b180569661
MD5sum: c24dd1333eee45e591b2c6a201592748
Description: debug symbols for libecpg-dev
Build-Ids: 86c6cf5a797eee3c323c7d97284cc1f4a813cf11
Timestamp: 2026-02-26 12:06:08+00

Package: libecpg6
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 245
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg6_16.13-1.pgdg26.04+1_amd64.deb
Size: 64348
SHA512: 8ba592eaaed98100b24b38305c5745fbede7b0ec788bcefea79579e90a3aee622bc39b87f7782fa6e44ce09d79d832678e576f687eb0a1d5afdee0136471b9c6
SHA256: c4f7769899dc31eedee89c9d2db295ec3f4ba3e2a4a120ae3465f31eaffe70c3
SHA1: c28600c458a33fb0b436be8fba6696fd274ccc67
MD5sum: 5462abdb446f13d6c8087fbc5ce83ded
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:06:08+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libecpg6 (= 16.13-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg6-dbgsym_16.13-1.pgdg26.04+1_amd64.deb
Size: 120948
SHA512: f6db1f455aa2dab60a56d6be2432e3d3930ccc26f9f2343797bc2872944625dd352e557bc37995c4ed3daa437f641c2a849903b967230e30c283990a4813b927
SHA256: 2018bcaed4d1e2e1691f74b5de676e67097af1607e8a894c5caf6f4c6c99eb9f
SHA1: 4099ed7db4a83c449b05536bad04084acb2ae1c9
MD5sum: e029fb619e385d747995a35b1323adfc
Description: debug symbols for libecpg6
Build-Ids: 71523877fd692dadef3c53f56e130fbb09ec8814
Timestamp: 2026-02-26 12:06:08+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpgtypes3_16.13-1.pgdg26.04+1_amd64.deb
Size: 47552
SHA512: 5692f471432e576fe75d3571695e3522ee3f70c5cfd53c6dba3716e776c025f748d612aec3df5f71b86d4c8818281b75411f2b7fd3f0f6d726b7fb5d4bddfcb5
SHA256: 5a08b8eb44a6258182a6905a6640fe4aa607ea903692cf9b2e6996efa4ce4d3c
SHA1: f375f1dda8294c2b25d7b2c2179f0d2539f94c1a
MD5sum: 06925211334d89fc991b949e72d55976
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:06:08+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libpgtypes3 (= 16.13-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpgtypes3-dbgsym_16.13-1.pgdg26.04+1_amd64.deb
Size: 92036
SHA512: 4b48c58367d3b68c44a4d5848ca0e257055e4bb787d336589fe5902b2a7fee70dea2bfe97194c9655b3f4f71049deb1c94f9efb74087fc1e8dfad713a563ba5a
SHA256: 9cda3c5c40db04776363844c724065614a44f3c0e341c3c1b34f70d6afed8b46
SHA1: 4d26327911c41075042d337658cea0317b00e9c8
MD5sum: 21595eff6e6d0b7f6f286c714d5d31fb
Description: debug symbols for libpgtypes3
Build-Ids: 7b2a21f85cf1abe8f5fbaf9a49825fb796adf0f2
Timestamp: 2026-02-26 12:06:08+00

Package: libpq-dev
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 591
Depends: libpq5 (= 16.13-1.pgdg26.04+1), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libpq-dev_16.13-1.pgdg26.04+1_amd64.deb
Size: 151184
SHA512: 902620b9859f9975f8f33a85519368f9b3b8be67c709dbc0888258c0bb398e5c5fa403f61737859f85800b99b68df5d974a07d508c8a638c60789cfba2131a7e
SHA256: 6dbeeb23594c8aa413f26cfa28e678dcd9671036ca762c1de15d13a3524c3d52
SHA1: f51052958450fbf4c23a41278f5115546bdee337
MD5sum: a01747db13003f063ba64557b58f9dfd
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:06:08+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 510
Depends: libpq5 (= 16.13-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpq5-dbgsym_16.13-1.pgdg26.04+1_amd64.deb
Size: 322976
SHA512: de0547cacd60fd5ce0a3e968ee1c1db2a8c702d0012a577dec74cf496a4e1f473a3199db9159e5dd085846bbe99d8f2e5ebc10bf8dcaf44bb933ec3bbc2447b6
SHA256: aeba511c7f247c58d3caf87ab4af2c195a94104f233575f5d765bbb7fcf1ead5
SHA1: 52a2c397cd093de113b471a161fb2fce5e947872
MD5sum: cd027e8ac58d944ea9ec44e806a7ff14
Description: debug symbols for libpq5
Build-Ids: 95ed45834850842823444a1c0f1e76a49985c630
Timestamp: 2026-02-26 12:06:08+00

Package: libecpg-compat3
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg-compat3_17.9-1.pgdg26.04+1_amd64.deb
Size: 18376
SHA256: c4315e86583a0bea2e72f911bc6d173ee575373f78c05626195cb6138a7b70ce
SHA1: 58882ed645ba3b498bbc94f26d12f3e0a567e099
MD5sum: 7bcdafb1cce5780f96e776bf0a7b77d6
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:01:53+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 17.9-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-compat3-dbgsym_17.9-1.pgdg26.04+1_amd64.deb
Size: 17624
SHA256: 9b11c39654acd17c2cf0646636e589df5411dc1e17174dd1f45be579fee215a3
SHA1: 7ca4cf8e6e03b0c166f1994f406b6fa018e5d715
MD5sum: 3f54af22332d4529cb2ce7572f705308
Description: debug symbols for libecpg-compat3
Build-Ids: b6c7e567e70d99900c247939d7bb8d5173cb5dad
Timestamp: 2026-02-26 12:01:53+00

Package: libecpg-dev
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1709
Depends: libecpg-compat3 (= 17.9-1.pgdg26.04+1), libecpg6 (= 17.9-1.pgdg26.04+1), libpgtypes3 (= 17.9-1.pgdg26.04+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libecpg-dev_17.9-1.pgdg26.04+1_amd64.deb
Size: 301268
SHA256: dadc94e3470a68e33449b69df1e120fa6b38bdf9f0182a7d9f1eda4a45b40e17
SHA1: 6188a481a610615486339a81f42ce048470ff2ce
MD5sum: 10d6e29de9ae8597f5067203e5a56d60
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-26 12:01:53+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1095
Depends: libecpg-dev (= 17.9-1.pgdg26.04+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-dev-dbgsym_17.9-1.pgdg26.04+1_amd64.deb
Size: 244900
SHA256: 686cb15d58df0ab8538ee807fd25ddaa9b9e41c5c54a360da76ba51cc130b9c4
SHA1: 8a725fceae06e2f45fbc521147a9487e3f9c4093
MD5sum: 4884129da323b0bb91a5afa0e42ecf33
Description: debug symbols for libecpg-dev
Build-Ids: a61ca97163f5a22da1a0aed3d7d1cd917bf079f1
Timestamp: 2026-02-26 12:01:53+00

Package: libecpg6
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg6_17.9-1.pgdg26.04+1_amd64.deb
Size: 61924
SHA256: effa4fdea282ca4d7cdec4af7cfafeecd8a116d952a7283d08b4198806053e1b
SHA1: ce99f47252f5ec8377b3c1b7c5611a1aea1df0b0
MD5sum: bfb7f6dc84e09a5bbd56f9916806cad4
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:01:53+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libecpg6 (= 17.9-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg6-dbgsym_17.9-1.pgdg26.04+1_amd64.deb
Size: 121012
SHA256: 976b68dc4f8a5faabc5be9f64a0119e79729dc3c4dc72e0c0f47789a741072ee
SHA1: f6a27834813831085b1137799f5709b71c96a477
MD5sum: da5e109bede88859f1b7096439f3afe6
Description: debug symbols for libecpg6
Build-Ids: 6219dc1ad600b174dfeae950f294e90e8a42bc7e
Timestamp: 2026-02-26 12:01:53+00

Package: libpgtypes3
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpgtypes3_17.9-1.pgdg26.04+1_amd64.deb
Size: 45040
SHA256: 1b7c3661dd2499d36ca9003b327e295be79eae0c31be4a609855d37a7e9f1c21
SHA1: 3509a10e0241d772941d06cdd74d448a9d6924a4
MD5sum: 29d62a6d74110b52a61c5b719e2ed76b
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:01:53+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libpgtypes3 (= 17.9-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpgtypes3-dbgsym_17.9-1.pgdg26.04+1_amd64.deb
Size: 91932
SHA256: d4e29b800397fde7a4cbf3521e4a910ef177a4f2306da1c7a9cffaf21a96b766
SHA1: 09a62ab1efa099637f044597a69ec13084fb7cde
MD5sum: 23e43d7ab5a2e6f828d7da64880ab13e
Description: debug symbols for libpgtypes3
Build-Ids: 9d3948a3582720fb21fee70a4adccce5d422a7bd
Timestamp: 2026-02-26 12:01:53+00

Package: libpq-dev
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 606
Depends: libpq5 (= 17.9-1.pgdg26.04+1), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libpq-dev_17.9-1.pgdg26.04+1_amd64.deb
Size: 152956
SHA256: 1f1a56e89ed1a874299048d444ccd36d3cf939d764e5a7d04cdd95b78826d723
SHA1: 92ad96dd4313abf2e30a29e22421c510b1a4cff2
MD5sum: 71b364b2aac2d0768dfbfca57b4f2279
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:01:53+00

Package: libpq5
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1081
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpq5_17.9-1.pgdg26.04+1_amd64.deb
Size: 230120
SHA256: 7501ac93f55ca969d10cecbcfa030de1f17530ee8656d8eafbb661b40c651197
SHA1: 966b1c34fccd990b15b2a897d0da3b68a5cfbe99
MD5sum: 1a5962368d5b95ef75729becd586511a
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:01:53+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 520
Depends: libpq5 (= 17.9-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpq5-dbgsym_17.9-1.pgdg26.04+1_amd64.deb
Size: 330868
SHA256: 4be8b431ab6a87d6ff808aa7bf0713a09849056a4d33737cc3eb76ad198e1b1d
SHA1: 525d4361897cd94fd25139bac2ee28d46734fd30
MD5sum: 1c02d35757af1179114ceb661ca95dd9
Description: debug symbols for libpq5
Build-Ids: 1da194d53cb870d84ec22d0aa08c6ab782f9d04d
Timestamp: 2026-02-26 12:01:53+00

Package: libecpg-compat3
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libecpg-compat3_18.3-1.pgdg26.04+1_amd64.deb
Size: 15872
SHA256: 3098fa38a699fbe60bab6c945de7bf167e3d79deca42a825f8ed507ebe08f984
SHA1: 96d20f8924e2874a4faddea068dd4a3873a7e98d
MD5sum: 411b7a810ff053fb9fb5faaa174ab40b
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 18.3-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg-compat3-dbgsym_18.3-1.pgdg26.04+1_amd64.deb
Size: 17664
SHA256: 8e0017595d2e7f5787500955cecbcb97fececb9fcc9099936acc31085e34ae42
SHA1: c382670b28a1335bbb35f85ec841a72b02ceb26b
MD5sum: 1173c7a001d71ba2bb3e702968402be8
Description: debug symbols for libecpg-compat3
Build-Ids: da19ff912b483c87f78d1d6b860b054665bb646b
Timestamp: 2026-02-26 12:12:48+00

Package: libecpg-dev
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1536
Depends: libecpg-compat3 (= 18.3-1.pgdg26.04+1), libecpg6 (= 18.3-1.pgdg26.04+1), libpgtypes3 (= 18.3-1.pgdg26.04+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/libecpg-dev_18.3-1.pgdg26.04+1_amd64.deb
Size: 257660
SHA256: 5696c72be948320148b3428369d1a56c5a89426afdfd3e875fb87f28b8cb5fdb
SHA1: 8d16abe97abea766c820e37541c3dab985922ccc
MD5sum: d0ac16ba8e4b3bf5fc9f124a7e0373fd
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-02-26 12:12:48+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 962
Depends: libecpg-dev (= 18.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg-dev-dbgsym_18.3-1.pgdg26.04+1_amd64.deb
Size: 160476
SHA256: 115aa16bda450e85f57a6133265fc356b1ebf06b411a599b83fb21f8d37b94a9
SHA1: 398110a6bbb2994e94e3d4d5dd001331d60543a4
MD5sum: 4c901531ebe2145bc9689f2a418b41ac
Description: debug symbols for libecpg-dev
Build-Ids: 8f26b6ba2d38db73b06c9e13c795ae7b83eb96c2
Timestamp: 2026-02-26 12:12:48+00

Package: libecpg6
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libecpg6_18.3-1.pgdg26.04+1_amd64.deb
Size: 59424
SHA256: d586662b08433b831f5bc7d943d863a838c6b443048f0f2b3dd4f151d37b35a2
SHA1: 840a2bc51b089573ea4a63e9c723a2f19a23fd6d
MD5sum: c8c7b8b7b0a2c055b320256f3df5cbca
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libecpg6 (= 18.3-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg6-dbgsym_18.3-1.pgdg26.04+1_amd64.deb
Size: 120928
SHA256: 251161b4b366424d9ff2b494e3f1857bdcc0d9300d741271efd661f586af850f
SHA1: 560cac14a52654bee4deb36652acaa1553a0997b
MD5sum: 8dd792e2c13829efa2fe0073df02f617
Description: debug symbols for libecpg6
Build-Ids: e368201627e3b3a6683dbdd13ca549a7552091e4
Timestamp: 2026-02-26 12:12:48+00

Package: libpgpool-dev
Source: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: libpgpoolpcp3 (= 4.7.1-1.pgdg26.04+1)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libdevel
Filename: pool/main/p/pgpool2/libpgpool-dev_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 154552
SHA512: 00a38e3bae5b61e69f28ccd0443ad9527f0cf006dba1daf280c74679a3928fae4814488540a144ee223c74184278d5a0d3d6caf02182244e3f24b407bd59214a
SHA256: 8cdc69ab181e12660354d10b757d9aebbb29f5ce436ec7487eba5aff8f73f35a
SHA1: ed3d97c6edc946265ff3a166ac331d01d86a2220
MD5sum: 3ffe67bd11294a974605bf0382df5585
Description: pgpool control protocol library - headers
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client.  This package contains headers for the pgpool
 control protocol library (libpcp).
Timestamp: 2026-02-26 12:12:48+00

Package: libpgpoolpcp3
Source: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: libs
Filename: pool/main/p/pgpool2/libpgpoolpcp3_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 143948
SHA512: 7d475c7b84d83732aa78c004a8ee75a625283f73ed85800703701747dafa46ae9a709feb73683a7d738e18c109ee0b5ad34ae16ef35db8ce5a1d523e675c68ef
SHA256: c5676df2c4d6749e18478ce32c5aea42703e7f04d45eacfca378cf833a7f9d43
SHA1: 2a04a869cd29f4a195bc6b7054fdadd8043465c6
MD5sum: 001021fd9f9ab2abfb11269ed41377d8
Description: pgpool control protocol library
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client.  This package contains the pgpool control
 protocol library (libpcp).
Timestamp: 2026-02-26 12:12:48+00

Package: libpgpoolpcp3-dbgsym
Package-Type: ddeb
Source: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: libpgpoolpcp3 (= 4.7.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/libpgpoolpcp3-dbgsym_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 70172
SHA512: a505814b4a9346cc97f3da965f7534ea7ba2ed1793f9565018ffbf3d17eaba949af1b69891729c770489de24a845c9030531c23230a154ac665af73446971f92
SHA256: fcc9a27501c68fb838571f3e8061548b80eb8c963ac49e585622209fc6da610f
SHA1: 9fcc84b0e89c2cafbce7479b898daf1ed6c24ba9
MD5sum: 66b3cfd4c99b439c749189a4382a0a77
Description: debug symbols for libpgpoolpcp3
Build-Ids: ff326dbe73e5060fd2f420c120429bac772e35e8
Timestamp: 2026-02-26 12:12:48+00

Package: libpgtypes3
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpgtypes3_18.3-1.pgdg26.04+1_amd64.deb
Size: 42444
SHA256: 223856b4c0c6ac880c395b2594f743edc3d45bed0010774e445641b44c54d2ee
SHA1: d144e3ae3119680a90bdff66f9189fd3728b2694
MD5sum: 4a491c7737e2c28bec7001fbc2b9a589
Description: shared library libpgtypes for PostgreSQL 18
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libpgtypes3 (= 18.3-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpgtypes3-dbgsym_18.3-1.pgdg26.04+1_amd64.deb
Size: 92100
SHA256: 3aaf909c6609e17f485328e3cc5e46cf9f39300bdb6f5326d8e5347c195dadaf
SHA1: 890d040d230c9b26957017d1012310587dba9d38
MD5sum: b18192989761a0f6a5e16c08b017ac1d
Description: debug symbols for libpgtypes3
Build-Ids: 0c63454c21c548d4c7a060de3849d4151327eb47
Timestamp: 2026-02-26 12:12:48+00

Package: libpq-dev
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 678
Depends: libpq5 (= 18.3-1.pgdg26.04+1), libssl-dev
Suggests: postgresql-doc-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/libpq-dev_18.3-1.pgdg26.04+1_amd64.deb
Size: 167508
SHA256: 3b8be037c99b59ce5296d70fa7ffda87eb50f05b7216b86db4b90e43ef4563bc
SHA1: 569ae388638d17cd6c5abb4c8d60e25167d6d8cc
MD5sum: 9b9b3cc1799e4091c851d675e75155a5
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: libpq-oauth
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libpq5 (= 18.3-1.pgdg26.04+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.3)
Provides: libpq-oauth-18
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpq-oauth_18.3-1.pgdg26.04+1_amd64.deb
Size: 36556
SHA256: 9d5a8c59eb96820a5968066096c6d4f9a2e2c152bf64a69e9dc43fad095699e5
SHA1: 824a23e3c8db83526408b0a17c3df76ec35029c9
MD5sum: 1d5e5e22bc33510323df21dcfef29843
Description: PostgreSQL C client library - OAuth flow
 libpq-oauth is an optional module for libpq5 implementing the Device
 Authorization flow for OAuth clients (RFC 8628). It is maintained as
 its own shared library in order to isolate its dependency on libcurl.
 (End users who don't want the Curl dependency can simply choose not
 to install this module.)
 .
 If a connection string allows the use of OAuth, and the server asks
 for it, and a libpq client has not installed its own custom OAuth
 flow, libpq will attempt to delay-load this module using dlopen() and
 the following ABI. Failure to load results in a failed connection.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: libpq-oauth-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: libpq-oauth (= 18.3-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpq-oauth-dbgsym_18.3-1.pgdg26.04+1_amd64.deb
Size: 94956
SHA256: 4b8deb2f99f9df36f9d54d86c1e7a1dd0b5817964b6f2a8e79ac8bac254d0dfe
SHA1: d6d2d812db41a79b2e10e8c86c849d08be44b849
MD5sum: 75ed8adcd933f1a8a628a4a8954cebfc
Description: debug symbols for libpq-oauth
Build-Ids: d5e16185dddd1ab642f429b1b1f4c75abeb9504b
Timestamp: 2026-02-26 12:12:48+00

Package: libpq5
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1230
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Suggests: libpq-oauth
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpq5_18.3-1.pgdg26.04+1_amd64.deb
Size: 256716
SHA256: 4a7582adde3c70841b1fbe57a19af5b4a0a1095176b472cf8627310367334687
SHA1: 78fbcc227f7e2c76f9deae20287ac8a54cdc3b6b
MD5sum: 9d5a738c9daee14bd0fc5d92371b8f20
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 573
Depends: libpq5 (= 18.3-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpq5-dbgsym_18.3-1.pgdg26.04+1_amd64.deb
Size: 369960
SHA256: 1b2ae040f057a90b7831c7428e3d0682863144867bcf2115c10e72ab063a1b89
SHA1: 7423d725b3506fa999f27758c0b11d1d3fd2c2ac
MD5sum: b57f5fd2a4e6c01de506659e50cf9873
Description: debug symbols for libpq5
Build-Ids: 63e560a69fa511f660c2f0a3c2ee760a7088f130
Timestamp: 2026-02-26 12:12:48+00

Package: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7195
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: libpgpoolpcp3 (= 4.7.1-1.pgdg26.04+1), postgresql-common, ucf, libc6 (>= 2.42), libcrypt1 (>= 1:4.1.0), libldap2 (>= 2.6.2), libmemcached11t64 (>= 1.1.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0)
Enhances: postgresql
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/pgpool2_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 1310964
SHA512: 845695d277fee2c210c1f7aec4067c6f37d1f04599df50aade7cdd9dce9e5e56f896ab551d019427d4c77132545020e44697fc8ad1b1c1e65714061b607d06a1
SHA256: fd3b3845b49bbe83ab1cb308489c8bafb28c8f405a8980a63a6e51afdadf8f5c
SHA1: 23b6eca87af5f196aa263051acf38b6dd0e48959
MD5sum: b44fb22d034baa372c4b2392680422c6
Description: connection pool server and replication proxy for PostgreSQL
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client. It provides the following features:
 .
  * Connection Pooling
  * Replication
  * Load Balance
  * Limiting Exceeding Connections
  * Parallel Query
 .
 pgpool-II talks PostgreSQL's backend and frontend protocol, and relays a
 connection between them. Therefore, a database application (frontend) thinks
 that pgpool-II is the actual PostgreSQL server, and the server (backend) sees
 pgpool-II as one of its clients. Because pgpool-II is transparent to both the
 server and the client, an existing database application can be used with
 pgpool-II almost without a change to its sources.
 .
 This is version 3 of pgpool-II, the second generation of pgpool.
Timestamp: 2026-02-26 12:12:48+00

Package: pgpool2-dbgsym
Package-Type: ddeb
Source: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4075
Depends: pgpool2 (= 4.7.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/pgpool2-dbgsym_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 2214464
SHA512: a9697389560d190f232b5d11de4c9d549ee584996ab208e9b67020c301d08b70dcd74f4c4579f02a643cada03f955dacff7173ba601b44c9f17dc9457392f963
SHA256: 7c9c43ac64a18db7893fd6b11846c04c8a6a26cfa1aed3d119afc98cec03d8af
SHA1: 4631dfef942dded1d0b511555f0b728a41664a61
MD5sum: 71a2e7d040330fc7467e5853dd55bc7e
Description: debug symbols for pgpool2
Build-Ids: 0aca81fde7f1be837ba82c7791d4b9b29d26d32e 1eef15bd4157b6886330b126461a8b78dd3c6e96 28f7a36bf98751980e3ce79b3d6839af2df8eb4f 49b147529a3a3b9df96a47882d007542bb830d82 702d830f7f6bba07a0061dfced720ad702b20088 a7de8e19514366858a1621c01e101d6ba7590f0d b7353e3772deb6723599a5dad2d6369b761eaf28
Timestamp: 2026-02-26 12:12:48+00

Package: pgwatch
Version: 5.0.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39079
Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libc6 (>= 2.34)
Suggests: grafana, postgresql, prometheus
Homepage: https://pgwatch.com/
Priority: optional
Section: database
Filename: pool/main/p/pgwatch/pgwatch_5.0.0-1.pgdg26.04+1_amd64.deb
Size: 13218912
SHA512: 1295c81a5919704db7e6f6815b6a4dd6ce8edf8142f56e3b2aa06a9b1970c3f8535118531210a5657146401ee612ff95f8924deb9b444805d3768efae4791fba
SHA256: 07eac75415bdfe1ed09bebcc75766ed17ae830cd6d7b24799555b5fecb8e3893
SHA1: baaf5671f70b1364efd945dd46e8ef3ae329b7fa
MD5sum: c90d08a05c62888230621a24eb2bd7a6
Description: PostgreSQL metrics monitor/dashboard
 pgwatch is a PostgreSQL monitoring metrics collector, using Grafana for data
 visualization.
Timestamp: 2026-02-26 12:12:48+00

Package: pgwatch-dbgsym
Package-Type: ddeb
Source: pgwatch
Version: 5.0.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10248
Depends: pgwatch (= 5.0.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgwatch/pgwatch-dbgsym_5.0.0-1.pgdg26.04+1_amd64.deb
Size: 7503108
SHA512: 72b88668cc500cf7e741228151d2cca725d6dcf1ede45519ff70812630795639315cfba88cc338628449048f83d44cd3dfa4b34a310811ef8b4e7dcbd5859f8c
SHA256: 9a0b2cfd37c482111e4f5317edfbe0297d01253116ec93fe876f02224a144180
SHA1: ac1c250cc7ab5e96f1797c7677c82c33893dcfc2
MD5sum: 88e2095ca4ea77c8c0dc20ad682c7aed
Description: debug symbols for pgwatch
Build-Ids: 8bd750908a0d5642aae95ac8b1b7ad4d6c659273
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql
Source: postgresql-common (290.pgdg26.04+1)
Version: 18+290.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-18, debconf (>= 0.5) | debconf-2.0
Suggests: postgresql-doc
Provides: postgresql-contrib (= 18)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_18+290.pgdg26.04+1_all.deb
Size: 18492
SHA512: 26bf1737280f8cace6ac497851959e3f634abdb319d258c42060ac6ca22664d069de1d236695fa12c01bd9be0f202832bc991d0f809c44332c2976cf7a006fe5
SHA256: b971d4d4c6328741475a88ea951cc1bc4e2ca82627f5c487cf0889ad55975b31
SHA1: f4e0a8d00e19bf52b5ff354701dfb9d0a37014d1
MD5sum: 92123b46605a5ffbb8207485430c2570
Description: object-relational SQL database (supported version)
 This metapackage always depends on the currently supported PostgreSQL
 database server version. It also offers to automatically upgrade the
 "main" database cluster to the lastest supported major version.
 .
 PostgreSQL is a fully featured object-relational database management
 system.  It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects.  Some of the features are:
 ACID transactions, foreign keys, views, sequences, subqueries,
 triggers, user-defined types and functions, outer joins, multiversion
 concurrency control.  Graphical user interfaces and bindings for many
 programming languages are available as well.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-10-pgpool2
Source: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpoolpcp3 (>= 4.7.1-1.pgdg26.04+1), postgresql-10, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 135672
SHA512: 9b1111f770995d59126fee02bfbdd2c1c117fe43f67cc654e1c729d27826bda1a3344ae57aba0c523721f976aad0c46c6918d615cc40939bb4465127f6dbddf7
SHA256: 283be835acaaf7820c13de8c33b4a774721f4de46c6296b06cd5512600b04a64
SHA1: 9c13713669fdcbd5d565ee4d080c158c16478be0
MD5sum: 4f19ef315b2cd3e1c7cff8566e174417
Description: connection pool server and replication proxy for PostgreSQL - modules
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client.  This package contains support modules for
 the PostgreSQL 10 server:
 .
  * pgpool_adm
  * pgpool_recovery
  * pgpool_regclass
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-10-pgpool2-dbgsym
Package-Type: ddeb
Source: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-10-pgpool2 (= 4.7.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-10-pgpool2-dbgsym_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 57848
SHA512: 91912a88bf4ea30066e90063b370bfd0ff35165869e3bcec0594cb2634f5958f4a3d1c8389fdf450eeaf0e5924b3fc3c325d7b684d81226b0b0e3abb5ca007fe
SHA256: a2f8060fcaef086dc34f0fe78159687e23dd8ab104d6b830bf30f3bed42cf7be
SHA1: 19f1eecc11452ee93536fbc3558b0d323321ca28
MD5sum: 81aacb8223af7323594f2528c7336acd
Description: debug symbols for postgresql-10-pgpool2
Build-Ids: 17c7733d1630e0c0424ea00b50ba89de4ee9f6d2 225cef2109fa38a966e88eb1012ed39e2eb8d135 51bac972b8f0b848eaea371ffa3233feb587d3ba
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-11-pgpool2
Source: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpoolpcp3 (>= 4.7.1-1.pgdg26.04+1), postgresql-11, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 135688
SHA512: 7f662c85de855e6d4036c732996db776909a79d7485efbe3b1dc0dd6bd37adf54a2f39a7078452781150a9334e42cbbe86019631857904ba2253eebc02a0a264
SHA256: 250bf85e57c7e76e141ea835207a602bae058ef09112df4da99e30a2bb4ecb82
SHA1: 284cc56bbf76d3582cc1d3cf1dd1b190fa9a184c
MD5sum: 5387828169cc46c56a511736135c3ea8
Description: connection pool server and replication proxy for PostgreSQL - modules
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client.  This package contains support modules for
 the PostgreSQL 11 server:
 .
  * pgpool_adm
  * pgpool_recovery
  * pgpool_regclass
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-11-pgpool2-dbgsym
Package-Type: ddeb
Source: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-11-pgpool2 (= 4.7.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-11-pgpool2-dbgsym_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 55628
SHA512: 62fa7acb35d60afdf3785e36011f7a047246cf1269757104d986d013ea64996d6a799ac9d925898bc898627b623f6e4c61e9f2e849ce8f16c2ece43a3d7d980a
SHA256: f4fa62f8091c8dc8ca11d66cd99b8eb4c38920140b58d23d88ba82e1c4030db0
SHA1: 1b741acab8134161b3dff109a284432048c95e0e
MD5sum: 168d81df66b68cedccb4498799ab2894
Description: debug symbols for postgresql-11-pgpool2
Build-Ids: 2d895dde7546990b410a1c55105bf8eec974f38b 3e0f92be0c0f64f18fb0367460a3b40e34b7b42a baea669e5ebf6a42c745a0590e301b0439be8286
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-12-pgpool2
Source: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpoolpcp3 (>= 4.7.1-1.pgdg26.04+1), postgresql-12, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 135664
SHA512: 798fc1f416ff14270ef8c648d2b2572d36eb70df88147bf4e52acb7483222aca9db458aa002c99fb9e7d339a2fef522ca3e0e97ac454c8b66c55d997d19b4685
SHA256: 93db0471f9cd764d4f5e7956ee39b54b27afa0827ea02c5ab3f05e48ad417ad5
SHA1: 33ce87f03ad125112194444e9cffbe85f79f15be
MD5sum: cf2b9310cf9282815100d64aa590c42d
Description: connection pool server and replication proxy for PostgreSQL - modules
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client.  This package contains support modules for
 the PostgreSQL 12 server:
 .
  * pgpool_adm
  * pgpool_recovery
  * pgpool_regclass
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-12-pgpool2-dbgsym
Package-Type: ddeb
Source: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-12-pgpool2 (= 4.7.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-12-pgpool2-dbgsym_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 56680
SHA512: c6b78843174d90292bb74c35309b276c5130138a848d3984a7a9b1e6f31fc49eb59defaa70248740cd1b66875c3b5f4de8ddb2a64f7e370cc25d016e83b15dba
SHA256: 7c2a48caa3075f7698eb06f7023d2f3b62fe90d8befb447681534fe9968dfa3a
SHA1: b5690fb903fd045e320dff551d393421570b8843
MD5sum: 4211f5acbbf577671a10484ecc057f9d
Description: debug symbols for postgresql-12-pgpool2
Build-Ids: 62dfa2c80845ca7831704ac068cc419379359874 92158fdb00b136f94e551b5e43547de5b5b22b12 f9121f5b9625731af47cd462157ec174c761eba5
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-13-pgpool2
Source: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: libpgpoolpcp3 (>= 4.7.1-1.pgdg26.04+1), postgresql-13, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 135748
SHA512: 81ea3e41defd88c8bb1243d841266221bda89cd4d699a17bedbe629067b0b8a2eb526cb84eed9c130be316b9058cd05ff0056e7245f551825098a9a486762e2e
SHA256: 6fb72d3f735f41fda54373e3f55e5c710f618711d75fe65f57811a30d5ca86e4
SHA1: d7ec1da940a8047dab8bf5285270d8ce9d9f2090
MD5sum: a3657e57b08424d1b83f642320e4be09
Description: connection pool server and replication proxy for PostgreSQL - modules
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client.  This package contains support modules for
 the PostgreSQL 13 server:
 .
  * pgpool_adm
  * pgpool_recovery
  * pgpool_regclass
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-13-pgpool2-dbgsym
Package-Type: ddeb
Source: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-13-pgpool2 (= 4.7.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-13-pgpool2-dbgsym_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 54560
SHA512: cd31f8871c6b5e2fb6a70d9a5be72377993190259b4eebcade45e999c94fdd664fafe937fa6915c87a6ec68ca0b3d848d4b90c18daaa231c5824f731858dd3cb
SHA256: 2d3702fce7ff13c34215aa446e79d71bbcbfbda52c8c0561ac4f6da2a9d79e5e
SHA1: 6938cf0538e6fe9a39e9c2af992225405d38e645
MD5sum: 4a66d736f5529b2b87db6cb2ad55feb0
Description: debug symbols for postgresql-13-pgpool2
Build-Ids: 4de6feb8ce3377e7061af0568528b44c39ae57d8 a6d108b700b687ad7b81686d87cb917a2dd295ae e70f07dc5e939c90ec888654b06d6d50921dcae2
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-13-pgvector
Source: pgvector
Version: 0.8.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 325
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-13-pgvector_0.8.2-1.pgdg26.04+1_amd64.deb
Size: 95368
SHA512: 862769ce23b1ae3fcef73e4d74333220180aee2c30afd3b3e3a166bbf05353cb0aa447ec99ce7fdfa4c60d968af8207edd5ee78727a4856b124c89f439a8a342
SHA256: 0b7bb7c9fe0db04853191a88ae7296ee61089b13bebaeaa9c51398adc0f712f1
SHA1: 621d60f910209ad88be89ee9fd9d3ccb311473bf
MD5sum: b06487b275b8db3a149e9e044e1c07ff
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-13-pgvector-dbgsym
Package-Type: ddeb
Source: pgvector
Version: 0.8.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 392
Depends: postgresql-13-pgvector (= 0.8.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-13-pgvector-dbgsym_0.8.2-1.pgdg26.04+1_amd64.deb
Size: 305424
SHA512: 157082c0fa6a75918d1384d75f2ecdbcc45bba280e3387328f02f0b4710ab91a6681f4ed8a1970df00685ff97c782661165cbbfe07894d9335403e9c162f2213
SHA256: 9bb1346502b43715c612ae4489fb7baad5e075908154f5574f6e71b2b8005f0d
SHA1: 5c08637ec4b30b94fab18f6c6c24d297309f2ecf
MD5sum: 31263bb8c01bca5eaa782716d05888d3
Description: debug symbols for postgresql-13-pgvector
Build-Ids: 5a074d2e1892988666efc6f8d5ae64e6afd0b5da
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-14
Version: 14.22-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48127
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 21), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.22-1.pgdg26.04+1_amd64.deb
Size: 14834176
SHA256: 8beaf3747d7e22957c3403e1fc9b827a27ddcb150487911556496e05dd93e300
SHA1: af897a8a010aea58959b5a5ec228f116e52835d5
MD5sum: 6c51946d5eac22507c3dd0617ffa99c3
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
Postgresql-Catversion: 202107181
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26416
Depends: postgresql-14 (= 14.22-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.22-1.pgdg26.04+1_amd64.deb
Size: 17937468
SHA256: 5025e0d73c9682577f0c9871bd3d3d4fa982dbb66bd438fa876ecaffd1fb0f06
SHA1: 2fbe12b74ce7e3534beb7e577d263d85c53340e6
MD5sum: 920eaf05203f0de714c33ddb09f0c897
Description: debug symbols for postgresql-14
Build-Ids: 03a72c0cb63e91f94e7538597ea220cc25777ff1 059dba659e65b97590fbf31ed4b7414aba46b3b8 062f695b8f4612650d68fc148895d78d64d78d6b 08258173e9382fd95b4833c8282c731828f993f4 0c9831e7d59f83d31659c0cdd3d2a0a60ddc1404 0f9f3dd664d5bf6c57f39db17a08ad47e6d2f8b0 17133a8a8d4f82631da547db0822ec62bf6b11d0 17e0cb3b7b18b4aac7147ef0e1c8b55eaa79868e 17e4a673207aa20a2dd7a28bb4c10c527811891f 183bdfe2e9fdd6de3ac697d769c95910107438b3 1b3ce8082ae11c5d7558118333f7b25b5136646a 1badf8280e2424c17395b6ea397c791eefe48d06 1c3c3618b6da52c339a159bf7cc9479df2fc08ed 1ce13b6904d60536bf86f75ef437a3c856815c58 1f7e8152475bf1cd5a3967967c2692d994f159bb 1f9cc05b340f39fe040e47a3e5428cf9fe952812 2635e63aa293cb3a599ec962ea5646f9fb35ad2b 269f8eb821a342be8a2fef3f1eeb331f50bd7f57 26bccf395815616abafbb7e9ca01e9845a53ebc3 2960806c1fb6b0e6e37accd12e4938ad63a4235f 2ad6f47a6c7154e49c9472dfadaad3c8fc388f65 2d05bb0a8a96507058b7e58f437773b66fef39a3 2d3e7f367cf088cde4fcd0bfd0fb238e2dae6090 2fafc01c62293af112d9e004e68950fd96663172 369b1cf37ef2a911ea8664960122fdfd8f7e119c 37a8447577c91a433464488394836053a6b227cf 393b760ae977e912ce09579d63dfbef24d66f27f 3945375bcd8a693037b5a69a643242f5f2a0a8f7 3ace170e6302d906fb023e07e0c788667faeae27 3b36f88b02ce5d51ef7ba585b34a9cae93143c28 3bdc6e70cb2d5486e70cdab218b2b835b3686806 3f60e3a3cd347a15cc9eaf34465cc5dd2e4ebca6 3f896e16668d2973b43eb52a7230f5d9af564cec 436ca7c130d50ed144234b6a6c28693691c196cc 47aebccff815de8acd3d6824c2569e545dd0bab6 4a221d2a9005181b978e51aa7d2add0f81f8595e 4d0d07e004abde7d5df6344c6365889f1f4fa681 5247cc47917520a51339b2e5c4a82fe4f1534b52 5b6e95d0ce0393dc5151ca7097e5d53151a7e11f 5c30428f20129975b51dcc1ce04025d74c632ca4 63a490fc039425f2859033f597a99df6062c7bc8 6519f30599d94443a707c4c432dba57c9cd8c8a3 6545d2855020a3893f62b064d89151785f278577 6810854ae3d6a3772745396d2c1b182375b20a28 68ef281c4f7a698f313826bb5a111b0aaa3e361e 6d58c129e89c2b9b199fcdc0cfe55b6958a3c50e 6e1f3126464783faa30cec15a1b811d31229bf9e 7147175a461646eb2099c6ca09160028a8f00a84 76f6dc3586c4a47bbe9b0cb02946fee3048d9188 7baebcc6937fd6dda93440075445bcb38989a9b5 82f3defec34c2cca0a2ead3cb28f14d472b8ab18 862532c573e7e6c10e80c4c8aaf7458e0abbb252 8c4004bd960ba1a806fe6b85588fb8c40c56dccd 914fc953661e3a13e98f3826499772d3a9ead126 9162049719afd746e14c737a161043f26d61bd59 980d0b793a71809e92bfa38a7a93bf8c2bb89be2 9a0d7dc007bc42978628292d2d570be319b83c84 9b5b1085cde44e407698da9b82089151e570964b 9e8f982e80d8d3f4b038ce7aa50fca6cb0d8bade a1810c3908a575c6bc05b265aab6ee4b607afebd a86de41016030b5812247ab65088c3374874033d ad11f34b4000f50b817fcb447a0667e6bd68aa8a ad83395b3180f930318263de32f29a249f631b5a adf72dc584ac0994e741383104ac68daa4dd26de ae486b430714925546b904b0ec753c934ff1490a b108fefcd03b44a9199dd7556d8fff6afb96d8db b1867c6683877505bccbd5b4636c1b2a56792141 b2f4aa6c4704b412fddee55496dabc8d3a2dd5a5 b361452bcffb54f2eceb9b467bca8cdb34d60c8e b46face47dabbe6c26198de522fa8e798fc330f6 b51342e5bf969f290afdce76b82e33d775673046 b716e35844a76446390f4b440bdd60350ff0047a bac71f782130176cc694b9300d50611367d3882d bf0f48ce65b26aa7e61ce868004efd0aeb9733db c11e9d404086ec39a3c31fbda2b8ee21b902708f c5b5289bc74804f97f19e71be6e5cf3b354b8ecf c8fddd77336a5897991b392560d80f7065241bf8 cafd2e60146c2e690fc928b4fe861a10638f86a0 cd841815edd83950f2c832aabdc0e0a8288da700 d47881f38908ec56414f182400c12b2ed04ad7f8 d8bb75799232b2fdbb9422873c78344319059178 dab57646b72828d9f74f17b521a525b6823d6c73 dec19503fa86dba2fab75eec7555c719fa555916 dee8db875cc09344462859c94ea2fd282b33b317 e12597e03938d2adf53a40c279cb37fc3eaf7226 e1d8d7754fa79da875fe935219dd8aa297ed1b56 e213399a018f0804526c091a62bdafe71b211f3b e72ca72071b443695f2fdbe127bd5d2c97f3d4e7 e75cce6de37e7fe9dda489a3f0efc03d1d830ea5 f28b3934bb6ec6d63ac1d7bd3c7f0659102c1cad f61aec38c00834f405403e3209881d144d967ee4 fb5e460d2776c48360b02eeff9115b8e00f061cd ffbf1a151748c185ea4cc54281e86ea0bb806927
Postgresql-Catversion: 202107181
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-14-pgpool2
Source: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: libpgpoolpcp3 (>= 4.7.1-1.pgdg26.04+1), postgresql-14, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 159992
SHA512: 9326a05f4299831665e4bcaf44005ea75e68f0c183906d60f767a9ac1a9caa29de89b8e27cf3735e65d261ddf758719be127a84476f5a47c86c0380e76d7186c
SHA256: 2cc3ef0feb9d1226b6e10cd215b3c2d8062492afeed393972c3a167899e9c7e3
SHA1: 02363ef56116dc86c99eecc26639151b7162527d
MD5sum: 0adaafb84d5b792965fc9a064311f4d8
Description: connection pool server and replication proxy for PostgreSQL - modules
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client.  This package contains support modules for
 the PostgreSQL 14 server:
 .
  * pgpool_adm
  * pgpool_recovery
  * pgpool_regclass
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-14-pgpool2-dbgsym
Package-Type: ddeb
Source: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-14-pgpool2 (= 4.7.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-14-pgpool2-dbgsym_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 55148
SHA512: c4b099c183f13b824bef6c76e420054cda2f1f8f6ca97bd6f9a2d6fa91ece2b5368aa6839161cfb7ac41456c15cf0a9a7cd58d019993c3d18a01822fa12a6b95
SHA256: 167223cc01f463c34d43353725b1517075358536c5ef25a7132f9c2b3fc10303
SHA1: c5d69e346b7d2374433bb7c4d906a8162b147ea0
MD5sum: 02ff731324634dc48a530658e71b8585
Description: debug symbols for postgresql-14-pgpool2
Build-Ids: 7a8d5afa6b4bc3b9a3a0435c6a3f295494a97b30 7dda92d95319187063e2ee4a6b47e414f9ac5287 d05825ebdab1958e9f715cdc19d3e6e15604b129
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-14-pgvector
Source: pgvector
Version: 0.8.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 698
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-14-pgvector_0.8.2-1.pgdg26.04+1_amd64.deb
Size: 259780
SHA512: 0d165b2b1ff40ae8636fb33a18ef63d1efe9ae52284c3d9740dc1b5d8e12595c29625b9a546c4be8aca2739eab6436d73fa28deca003b980e6b56b7cda4b0944
SHA256: e6f700f62b89446cb7df5c455be479f5f0e5486f55807f5139cb0c85e532ad88
SHA1: e7c9aa04e9067e2ea3ca33ed3be0d0fef5cb6cdc
MD5sum: 42ea7a52a2fd42cf49f60af91a21b489
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-14-pgvector-dbgsym
Package-Type: ddeb
Source: pgvector
Version: 0.8.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 402
Depends: postgresql-14-pgvector (= 0.8.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-14-pgvector-dbgsym_0.8.2-1.pgdg26.04+1_amd64.deb
Size: 312356
SHA512: 742555a5708bf8e89941050112149a7aed2ea3d8709e25060d8347d5016ffaea7cda6bd57baa33be7f45264704fcd6f60caebeae6bdb582da2d2eb47bb371825
SHA256: adc23b8bf7fc5d38a6a6cd78999109b80635834d1dd8fe72769651f727b56f74
SHA1: c8213591a5aa1c73919d0e050133d7339f60edc1
MD5sum: 8ff37b4d9ea6c4496392022a39d765c0
Description: debug symbols for postgresql-14-pgvector
Build-Ids: c899a6b8f368106a5f6cf8430f88e73e599cb34f
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-15
Version: 15.17-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50903
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 21), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.17-1.pgdg26.04+1_amd64.deb
Size: 15311424
SHA512: a2fdca85417d190982598ebdbd5a1d92bddd0c840a5917936654711f4c29ab708c5870d9a3e88519ab7e4e4886760fe7f8a247ed71de0be3e315b09806161d83
SHA256: d50f7802aacaf54b0919c3de82f29cb94cb8840f5d11db4d4b0f8e4dc57fa58d
SHA1: e289bf2f108a6fdd036e0bea714cc27fe73fbaff
MD5sum: 5b0e5c74b0d56c51588c0e74e91db00c
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27227
Depends: postgresql-15 (= 15.17-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.17-1.pgdg26.04+1_amd64.deb
Size: 18535768
SHA512: 35e38255da8ad120d41d84e36660086500967e94d9d3d6e1170eff8a1b3f1f20bb6aef9680e0ff2757939da37b7a26d397918adceafe7077d999fc1f4d9d4161
SHA256: 271f94e16af3f74559c9091cab75315d674d2d6bf4b3054bc24b9a8f1f3625bb
SHA1: 2db40a757a48096bb1093dbf2653ec9c6d1215bc
MD5sum: 0b0ab7714c5181ac6ab11ad1f7cd06a1
Description: debug symbols for postgresql-15
Build-Ids: 0276cdd0995f1d5945e0380d7757222239872106 06d8c96e62d280f5febdb8f0a397c8169e74a580 0d936a2a8c3d5981964091b26dff0679ff0935cf 0f2ca283fc14eadbab144609028c17f1ea401666 1f09c70ac3d8567f2b2b1b646918de2b70ee9611 23359a4b18f063b9987ad693efcb5e4e9f186540 26567fa1b96e3101955dc12b03515792b78d9218 2cc6d190b598c7663de5adc6c1650000e5082000 2d0c8d216c607d89035da83ba63a712bc5d8dc05 2f2f4708ca72b2e7e73bbbf0ba8e9f33a9ecc3c4 2f4ed84b648080d68abac65afb237702c5b55e3d 32e2c89b422a35a40bb260883a3046f87433e7b2 33365b09e1fe6df6e4185464bcd320be08be781e 3c05cfb2aa4ae118d8ac46d95401cfc1d075a73b 3d4a36994d20562e8d3c5b5ab66aca5d23f0ce62 46abea8a326fc3f14483087c40b5369ba81481ee 495fd76927d0019f6870a5581f9dec786d7eb9cf 4eacb75c28cb74438f6ff5ad97d8210c42f1bc79 507de7dd4a7b241e42d1bf8b14289dc4f65fdf8d 53124284755a21a1b023e8f183fb29b129cc6c74 54b5da5a67e5f796e68dc63c8fcb5bcb3e283934 553911cfb960de4d647435e66e22e5c44b6a8c24 5685d269ca637ec386c997782205692a79ed7d5d 58f4dae45dc674b0ad6fbc660b170852da0f8f30 59175eb56f66de77f03282973bf53348244b749c 5f89b3909ee1633ac0d0771bb9f03df50e63ed9e 6046ac4422f888ea0ef055bc2268236215b10515 607ef2b35fc075f31e1ea4072e7b30d64e42cac0 61dcbbe749f8f554a4d8b5efa31437efab6da55c 62109e0dbd05e11343bad2710ac3b569b1554ec3 679b84290e55f0ff63c2ff64c43182daca7229e5 6a8dfc17cd0edf06c938fba720cb1d5caa537961 6b4683bc420ff5a060f8c46ac96173b2b60e066d 6d94202c8c62f7c1db4b419e697107acd330215e 6def4b4fc312cd7aced236ea91ea7d1d374a2ad6 7266eb0d26fb862fe8b90b43dfad041a367c13fb 727dc6855325d27b84aba1db53396fa844f0ac62 734786d3b6c4d423d69055f939bcf5e90ae340bd 7430f61cbce406b52e73397a1e98f449f55770b8 74680efc6ee47980cc4dc211feafe1a834046dc0 75ebebe87da364bfc39a2cdfe1607595781ba379 77bb4e78cd805155e230b5d77ade751e45363af4 7a84faabc7f2d15a208ef79bbc578033bde85edf 7aba724147d694af3cf7a477c06d98b78b7e04ec 7acc4885b66c2f6b1d0c62161c01954ae02f5cdf 7fdb4205fd13ac0aa0a33441b230cb2ea488901a 803d9866cad266b02e2775971decea4fb54b215b 86a60c353d20539483684c5b2cbeb71fa5fdb568 870d61a08b888f3e20ab602096b498909199ed8b 9404b52a25841df6d2ac46ee7497dbd0463f8390 95a9e880a902d6a72d60b4c35c9cda02e470c2c0 96ac58ebd295f6116210c52e553e9897d0eddd6d 9affd9781c3ed374572b17b690843085c13daaf5 9b1e95da1137dc6e1c84595d2be34c224a94188b 9b46242cff6967d089c34d0a5871a0b3b85f4353 9c26259a7872d552f4823a64031740f519952186 9dbdc135da8f189e3c1e2b4ba60f98e1406a73e2 9e79c184803026705d5e8572eeb962bc1694d9e0 9e7fcfd612f68900c9a86d175ef42ee0f9680193 ac21730c3b0f9d1c154aeb51be292d9823b5a176 ad85aba833bcf1f070d129f48ab2fb7e7c2648a2 aee0a86083f4005ec7295127729b77c29b03dff8 b11876cbb4e8e38ff0497ce721d3de3bf2427f54 b21b3d0382507771940281d86ab66d9e2562d45c b92daa5688fddb059d26e77bcdd69031ba772e44 be09b071f29a29adfd6d66478d4c61579c947b95 c3f7a0dc8e173a2e053da7454e8925c07acce9da c73a48ddeebfcd1da4ded526effefd83ae02224a ca8c28ed9e02b47500d6b9aabc20246f2da239bb cbc76ad666e586e96bb9c2e9af533618cb44803e ccb2cfe7411ca176d2263e99c78baecefe5124dc cd859f8809993f2b3e43309b2a9139156f04fa97 cfd46b6f0c898551ff0afe3f57d7721435614c10 d14e16cce2b6e2fd34e4891eedc424a6f3b845fe d4cf49261667975eb5ba225a7a2d1440525f0eb3 d60c9d9ae40893ed7202dd77a3b315228ba375f1 d774318bae0659e10ddc7c299a7d09cee89db17b d7f2f1e529b3c41e59d802c8adea15603a9d3362 d846ddee9b579694c94b7573739131ea8cbc53b6 d8c20da05eb6137d19c1ae773d1f7d6ca58f9774 d8fe93f31c3190561664aa94894b61de607d2940 db02ef0b15bcc0fe4a2d70cb0efba276f72ccea4 dc364df9feb1930c30f51dea1d28e535a75c83b2 ddd5adeb51ec59a6ed413844ffe0d19a187907cd e07c4c4656d25d67e93956f06c9114942c9ed968 e6310ce0a97bb2c94adf7a9130318ae1a4a69d6c e96b4e79b43e1e4218d15636f98638a011a9a07f eae0bcba49f2d1a2fe787bbed77fc29ae849725d f084461eb46886eeae6b97340fe7dd2b6b8f9e3d f60d5bd0135ceec8f33a0bace4c863160adec6f5 f93ae78f87d05019b07dffdfcb3aca6406413f2d fa53348788a1dbb456f929ce1c866a09c530acf0 fa7647c1ee294bf630810af217428a1cb7e7e1e1 fa7fd8f18c71fc3c531caf7740e4fec28106ecbb fb0dadd128976866b714445f8f33e3fb362f56af fc8006feed6d9f71a399ec3dac74cdf737d8f3a5
Postgresql-Catversion: 202209061
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-15-pgpool2
Source: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: libpgpoolpcp3 (>= 4.7.1-1.pgdg26.04+1), postgresql-15, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 159916
SHA512: 9986ea2702b0ccd6ac009b90398837d844acf9c0378a4ffe55a04ba61bddf91bdced83343ee4501349cfbb65dee07dde96b20ad67e7546eb5fc2dfdfe90ae5d0
SHA256: 0b15eb7ba002d49ce16fb38da0ca4132b36450c9bf13ba6173cab688baa33103
SHA1: 438abf114aec7691af10cbddccae959efff20458
MD5sum: 5d2674b20ae03fd29072f7a5c8b1fc78
Description: connection pool server and replication proxy for PostgreSQL - modules
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client.  This package contains support modules for
 the PostgreSQL 15 server:
 .
  * pgpool_adm
  * pgpool_recovery
  * pgpool_regclass
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-15-pgpool2-dbgsym
Package-Type: ddeb
Source: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-15-pgpool2 (= 4.7.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-15-pgpool2-dbgsym_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 55428
SHA512: 94d5b79c0bdb5e70a33d52175709a743630fe8cf9c8077d495d8b678b329c01110bd800a2d551469c7efcf440eaa39fed59721e41b2588d949c66980301526bd
SHA256: 9c3a248700c1e29aee4c24e3a649d1bba71983eaf22f5381db7653ed8f38ac19
SHA1: 545f52ad5e8f1bc587a26ccad10ed1b5a786bee5
MD5sum: ee0e5b00d4f20892484297e43079e92f
Description: debug symbols for postgresql-15-pgpool2
Build-Ids: 0e5019927a6d4a9c14e536bd1881447f5f75c66a 5b7cffec8c245c29ef7340750c2f23dc3eef1942 731fd3adf40f564f8ad663305ebe09b6a7a34bf2
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-15-pgvector
Source: pgvector
Version: 0.8.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 698
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-15-pgvector_0.8.2-1.pgdg26.04+1_amd64.deb
Size: 259656
SHA512: c8d4efa33efd3e96d9a11384b4821ddda43be7614592370bffb44b8b135b859ce7641f42c096e5d6e111173c675dad37c7f7538b257a8fead4745ea178599685
SHA256: 3bfe5956266123ce0d304b8ab9df65bf3db81386dabaa90e3a7c58424ea15fde
SHA1: a5bab1998cd87d1f91044bc51ab12997fcced519
MD5sum: dc18a56087f01da6676548660555e199
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-15-pgvector-dbgsym
Package-Type: ddeb
Source: pgvector
Version: 0.8.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 403
Depends: postgresql-15-pgvector (= 0.8.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-15-pgvector-dbgsym_0.8.2-1.pgdg26.04+1_amd64.deb
Size: 313100
SHA512: ce3583f18e71a8805f0f2df086ea66e6c30b93e8ddd1061eb88cc14bbba9a52b18e175a7b1e0bedd9cace1b20093b9fc02f301bc548245cab405a7911d7d25d7
SHA256: 78dc2df5ee5b9f75ad7d8b89363f77dbf7ee321d1487e1b11b7b60e2c3931b8c
SHA1: c4b42fb7cc704b2d4f5b7464974550f7491d7aeb
MD5sum: cde4351cff83859f0a3c0e7ab8552a58
Description: debug symbols for postgresql-15-pgvector
Build-Ids: 9ad7f19a02be7bbad4322d7d57897f3a88ae2d85
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-16
Version: 16.13-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55840
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 21), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.13-1.pgdg26.04+1_amd64.deb
Size: 16427528
SHA512: 3291da6a296fe5babdcacf2222c3fd3bfc6ddbbb04ee45e33a10aaedf21ca2b79c812d7d9c091d587e99bb24d19f85716bd2f5ebd234552530334b0f3eec203f
SHA256: 4be0b5f1de4207a78a604059999838fec50ea74df2c0943f43ff4a56b7f252ab
SHA1: 6c54ab3f65b34e3e501fd8cfc7cda7367602680d
MD5sum: fe6210a53d04910aa8009a2c471917c8
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29446
Depends: postgresql-16 (= 16.13-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.13-1.pgdg26.04+1_amd64.deb
Size: 20392552
SHA512: 30133b6ed73d46a3175426ca47ffa0dcba0e0458c123b3448757823b46c37a901ea7ff5ae00bc08630e534595cb97141e427e933983a5477bac1f010284c98fd
SHA256: a58e201a6f1d5207ae2f12c599d07b2280a24170e64f1975a9c7bd9df11fee98
SHA1: 359adefa94c8e0a335dc40d8fa09e71f997a8732
MD5sum: ec8716184782b48bea9840156fea2b06
Description: debug symbols for postgresql-16
Build-Ids: 0350d45d4c1744dc5dd8b166ef9c3945d659db81 042b8ff387c3fcabcbf6af495d9ec9edbc8ae6d1 07933857beb9692c34ec65e6ba10e9886072c0ab 079f8dae406917bd8089bc5ddfdfaa46f6f2524e 100fe244033baaa489be2e0b65d8ce1c42d2036d 173df9ff2c719bdc8bf7b413e7cbea2c2cc37dc6 18817f8f4a7bfc99912f086916f2e05af7c33f73 1beabe3dd9509e42caf52d61208e185b8566c688 1e11ef4193f58f6122c31cb61b3e135c771df52c 26ffc7be30fb9ae6236d8de822713aade41e443f 282338fb53788d11976acef76517645225307b28 28ce85d61317b84128a7a3924f6d22012f79bc60 2e50136aeb0b95968474d8630c6dc38053e3d8bb 32c7107629f830c0eb9ddb2ed48787a082a2b452 332de35a578ae7b2259c47044266ff0df6ce0e03 359577589c8a75ebed463aaf566ea7b9bf474753 38d1642024c02a425ed32c3bcd54f6770a6730fd 391af2ba12c9747e17c0297b3c404890a6c448f4 39e523400e5640705be4cbc12e54c4e8c52d321e 3bcc79b5564c813243b106397f876973c9099dbd 3ed5c878fe6dddec51a078de03d5849f0f8ba929 41fa8cd6502102bc7d9247c7f76c7e3f5eed2de7 477fa7f03f3cd527227eb535b7786cb336d91977 4b2005cd7f683bf88b83fe5e905573db3c862d1c 5126fb2f31c827bb39be7117145d6281f55166b8 52dbaa702bf28bb0fa03e48df63e951acf486144 55cc81083a6ec2c82a14948583dd8ccd38e969a0 589861163d1ee9c2b7392cdd0f938135a094e92e 5c986205ddc0933639a9c5c83a46eafef5585c3c 5cbd4fe698f048ae14958487adafa293aa5a38a8 5cec05e9a3574de7caaa8f0d91a21250126d981f 5d63a0cb75e12f89dac2d263dae9d77970646503 5e8e1ec5b4959e5bb8d06acc897dd7910691d89a 608486291a639d59cae25f981bae2479d1d1e296 61a8df6d4c3b83e4a76ad3a045faaf98a208987d 645d1aaa71d8014a9fa235e32d5d968729370b8e 691958dec4ecbf0e84144f65c685eb7bee19abdc 6a3e41ce3b464094869c85bfe59272abbfd97f4d 6c2b61648ac88b2666c01ab0bd9f2e2043022466 6cdb4b85d5df35c5ee23544a80fd32dec0d56a05 70000c92597ff481ea2193529063e655b7862268 77d53333b959b06a96682814d229747145649a88 79ef7ad25f4e055052e3381cb8fbcc1507423727 7d73d4e3ac865044bfc27b34afde60df936e5994 7dbcd2175b3290e3a35e376570ebf4ed9ed207fe 7ddd9ceedcb10843c2c84474737d0824fc8877fd 81f880c1f6ee3641935c8e153db56bfd03937503 854abde1795e63a75c257cf2643cb124beaab077 881b08a08dfcb1b0d6ec5423dee23c54cad20a82 8d9759f2e064abdcfaa09c912c9c1e5c39e60e8a 9053ec01feab841ccaca95fe01439571265c2cc1 91976d79a7f2693dc3d4495275b4100c6ebdcac0 950187a6bdf60ef17b02490c81ba91bc07d3ef2f 971a3c95d16b9b578122efee67c6f27040bd7654 9795bf6316b0f200c118fffea8a524339ee2c135 9a6524d863b779fd5b68e5f274dbc0b5a4021581 9cc671f7e669ce61471feb1bacfcfa0371d7d0ae 9d6ea6daff943c80e0adc327c0f8f362de2fd6f1 9e83eb14e3e60f3bfdf9eb4dad7a1d4e6e620825 9ec908512b05285c4a607b26ca0093541451e01c 9f5d63da05a9b6b81f695488e4753e70f4454154 a0d067a999bdd66e41b810ca2145e142b040d2e4 a54a3e0d245fb0d24fe19a2211c2f3375060df33 a662efe421cc2b46cbd1e0ec3df6ba92c1cf39ad aab95ff0fec70370a098235578fa48f7601bb7ac afe10ea90f9710809712ee92e8920d9e272fe67e b0870473733909f3dd766e3c6ad31d6da164714b b16d3f7d31c62ef147bc453339b4ce4c6d88af00 b19f7c165a0c6801668a9f5d1dc27350d2f4278b b34accb48a2af2d8a53bbc577ec7fb848d94ef58 b5d07202c7a8326c412e51003e369f2d885ccf96 b80889c1befa5692853f69f9f3d4dfbf7a6696ed b96d5eb05a909db786e20a6f0f7f400a47b3874a b9a79badedb35bfb5efec39ab17616d01eb15f7b be2615aca5b51721e2a79d01e72be109920db3d5 bf2dfbbe315998167ee334b48fc4cfd81b9d02de c0c52c0bb4d1853663e7bb35ec7873b6b527e8e5 c150770f2794a9973f60e7f532c8101abeb4e756 c56eb531f91aad4d00b639d8abc9e7d493abc34f c5a95b8e0262394130e82d3f42b202b415322597 c6fd3257a083b2d300908a632ab0f1d80c7223ac c8b263e5f5a08151d14de7927e1bfcab92826add d27f13b51eccab6a23e68eadfa214b4ecf092258 d6f3489d10942ee06f15c928513b0ca624981338 d88e6a9b1624fba9936f59a4e181288acc2c0cfc debc860a2b475c8afc99fa73d5cb54f41539f296 df6cc4346504816a8ad864fc0d1d4a875b6320eb e348544ee9207d4dd0773a401d728564d47f3736 eb64df7b5847845a897ac9b28910c8e1dea13859 eeb09593ccf9e40f438bf5b2aee955a64e02e82e f11a5d78e6a1004fa1c8376d653771e27b539560 f5556748f2605ca961875d3185ae48491df299ac fa76a98fdad0aa7b2bd88dd8ea629e85bd2a6c59 faad3237776c363224c4ec160a93476a357cda15 fb0286d343aa4f884bef52fab0afad169dd09b50 fc8d27b921528fee881f5b9a4aa2054887beff5d
Postgresql-Catversion: 202307071
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-16-pgpool2
Source: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: libpgpoolpcp3 (>= 4.7.1-1.pgdg26.04+1), postgresql-16, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 159884
SHA512: b79cb3d9abc3aabe9d0ce78903a5c35cf5c300bd8a1375a53bdc08c2e9e232cf5809b52406314752764bdb3dab3a7f98dd4b3b9fbbf469d60bc4be907da5326f
SHA256: de6fc26af96d30332d4b5ea8615d1efe3b026724c889f1e7be31a28e70eb299e
SHA1: 7ad279dd224fe3103f0b7615cf4a2cdbcba268ea
MD5sum: fb731b0e749691814ea54a53ab8014a1
Description: connection pool server and replication proxy for PostgreSQL - modules
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client.  This package contains support modules for
 the PostgreSQL 16 server:
 .
  * pgpool_adm
  * pgpool_recovery
  * pgpool_regclass
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-16-pgpool2-dbgsym
Package-Type: ddeb
Source: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-16-pgpool2 (= 4.7.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-16-pgpool2-dbgsym_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 60780
SHA512: 59a8bee5ddbdb19938b2eed187dab41676cee059da4034239417c3b1fab9fc9da1a6a595c8cadc5f96696a87ec77d014e0fe6592bb3e30fb686d36820937af96
SHA256: 0585f6eca5971905e95cb26c5c6d67bde15d975fe486807fa378fc32b16ecca1
SHA1: ee15d2a3541f68cf10d44713dfb455defb9ae5d9
MD5sum: 9a9b745cc5fecc325881b18651b8d184
Description: debug symbols for postgresql-16-pgpool2
Build-Ids: 74089f01fc5857acb1e5b3cc628a7196ffd9f486 974cc92899a3ffec55692824bde508af19297fe2 d60c4b99a13b78948f051c3ed6ae6151e62a718d
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-16-pgvector
Source: pgvector
Version: 0.8.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 690
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-16-pgvector_0.8.2-1.pgdg26.04+1_amd64.deb
Size: 256656
SHA512: e19fe5107228a587bb3f7d682341d55e24d45aa52fcc1b326ab271ef45b27bfebe838a2cfd27a83cbe868d26f25a8fb3e9540678399693e7c450301b860c0728
SHA256: 7bbfb3458b373204ece914127d4fa622df51f75d6da87eb40aa0d69ad217c198
SHA1: eae5c1e4853759a4901df76867a0a00bf07b22e4
MD5sum: 65f915c1b47ae43c6ad7950f03bed5b8
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-16-pgvector-dbgsym
Package-Type: ddeb
Source: pgvector
Version: 0.8.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 418
Depends: postgresql-16-pgvector (= 0.8.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-16-pgvector-dbgsym_0.8.2-1.pgdg26.04+1_amd64.deb
Size: 333800
SHA512: 51568a0a56aeb55ef8bad2aad757de0823236043beb71da358f1799e2f9ccf64dbb1840cd15794bc560a16e2eae1d3afbf989dac7121b127434c8e4d485ffb18
SHA256: a05ae7ebbe70d50fbdd0f57ba750b68df3bd2dc79e2fd5188f34087329f7931e
SHA1: 44cb8e0acf3c8c642ee360a992a2a34cb4dedc2e
MD5sum: 6eeb1632fa8fab0dc320e7351eeb69cc
Description: debug symbols for postgresql-16-pgvector
Build-Ids: 884adf0d4a9905bde10744dfe0cfa72316c1798b
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-17
Version: 17.9-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57553
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 21), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-17_17.9-1.pgdg26.04+1_amd64.deb
Size: 16951160
SHA256: 99390e71f8455fd80ec97cc9698d2ab24fbc575c7a98a191d30f99be059e34fa
SHA1: a033d36b347ecd2b2167e2e93c476fab0d92022e
MD5sum: 85bd6d189e0c7722b9a38f8ffbc214d0
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30914
Depends: postgresql-17 (= 17.9-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-17-dbgsym_17.9-1.pgdg26.04+1_amd64.deb
Size: 21487884
SHA256: 99c1c8df279410dd06dd5c851b264a4e180f4210b4c047edf7a0020211fca6a8
SHA1: fa7f85b4618e80026344c9833bf3c077b080492d
MD5sum: bd04bd011c88199ef12ad005f097009d
Description: debug symbols for postgresql-17
Build-Ids: 02884cfaafca7499edd9e04fa834daa15c29c870 040aff1bd44b8058d6fa0b68e50f88f214e3e8b4 05d6a91489ba5c1660a501d46789f1c0e063a90d 0663a6aa835036deb395693f94a7ac2c7bbca2fc 0668f56279314127dfec19b834eb01d0cf8d1ee9 0b5423d7f18e2ade2f22c75f3f3e6b922f800f91 0ce81d0d638704998110a1b5128de7824fa9e749 104402c018e9a649bdcf5f12f9ea7b8c9fd903db 20689d5902da69971feb4bc03d34173fcc3523f7 215a7220f46523e4ae8e8cbe52c6b2d328ec6732 2181b048c8a43d86da4a463efdda1953f79f4f20 22076cf9965b072175e9b61bb2f32d624995097b 228affda337a8d487c9bcb3c01d7aaa48b11f923 256476e021196369b68cfca14a620b2826fe4e42 26960cfb51bf30158e31f3c4f02e11d6c87361ee 2e0ac5470e7d8f9a7c090cbaf1e8567377f76938 359c02a255f59393b3211215797e4b4d22a9bcc5 398cbe62c0af6d712c6b54597f2b7b30177fa0ec 3ac35773013d2650a573fff26fa93a26b81017cb 3cca51bec17b6178609f895909df07f7f089e4c2 3d416fee350f53431b617b715daa0b8843c5df42 3dd40d12aedad71a14041b18c6be708bb9afd6ec 3f00bd8844fa4d72b9f4e4f70247d0ded7b0dbae 4003d835ec9d2e687ffa65af68a95368c031b2b1 40671cbd98c161eb1719ad899a892a46b148dcc6 40ade0ede97a49cab1dadd095c1b886ffb6d4efd 437b44efa58ffbb1f3bd8c8baa4b1b2e65a06980 44bc252aee5371983ee49fde9093b8df3f593c74 487a008264c7069b32fac369d80c6c650e08ca56 4b5027b34746b3465540709ed9fce6a657015c35 4d604a75ac9fba877d55d3dc812b25619302d8b7 4fc26ad93eae97df89ace79baa51258b49fd5c18 5856b2163cac58a1f5382e2d92716465d9e7c1f3 5e40f0ed9edb595b0e60e69144afa1eae1a385a8 5ef77b89f54bdeef41a2775b3d02b08b1ef61adb 6093e4298d4f56a8001853d46be5733bb7907bb6 60b8db361b1df554a66ccb1e60fa9f366e038531 62d4e9e597887a3ae2554e98f7a37b955e6a6eb7 6378bec76c5ab4313ed0d086b95cd6431238e623 65e08678f5f351d07e7e097e692f29ba9b6bc89d 66dd73ffe4ebb0a4a4148d2eb46a870614c398c2 66eebcbcbf8afba8f3fceeea999edd66fee40440 688ed9d491b381f04f33497da4a7426493ffd331 68c653316cd695ce1f7cf30ea34e2bdf782216c3 71248f3269712927b98f37058fba71a889eeec56 714e42f014e9497675ba080c550c1634494fbfd0 720fe81c3a39071130e6ef3bd4ee3ab32bf56958 7a1b798e88d15a8ae65ec7855b3e0f45cbe561e7 85b6f0721517c3e5c812bfa5e96d367c62a72090 875fbc543ce2c0792a5d719429c71830fc07c28e 876281353e71a1186d4cd5d9699244dd849c669e 8d13a50129f31022e5e3a949770fc3ea3ea2e679 8ee1c2e4245551be8b4e412b2957b2cb6777da10 9526fdce3c98bd459fc5770fcef2b6102aec6dd4 957e18a3ca2c039b9f3e035c78f7450432449db4 9b3121a7500a1f15f1bd536904ade9b6fc9bea27 9b979100936e39b128c2767ed98110a05435e216 9c448f86f3cbc88023aead999f6a605715ade0aa 9fa095d95ff9b261f0383a9ed86aaa2d16a97266 a71e822bcb8e0be5f5c796ec8179a9a2cf3e75b6 a976ed0d91869f6d7dd8baafb3af35ebecef07f0 ac34268b6aa871f532bf27da8e1f24c3caf7e79c add1fe702039953ac6c79f78ae14bf59bbe76857 b02274d6bff886c49ec3f59771dedebd83c01d9b b2106573a60ab42101ca9db63abd61533189158c b41c1359536dfc2d9ef9f30545dcc4123a492a7c b7c84d650072b046db1b6dcca6a85ac5eed9ca77 c02807a4514bc969c4c8fbba319faf6d8d0f8e1d c0688001f13f4d7a9bbc896db9d66fe678b945a3 c0c8828501a44b31ad08afee20d1a24692bd9d59 c2afe995c37b0ae61e360873eea28d1204229052 c5e79afe2337f30b1da48052efba7e1c967c69e8 c6907c9676bd3520411bea8ea4f48710118a3894 c77ff6e5361d3f22440530ca60e4a01271830959 c88f8dd18bcaf8320b194196aff39c0d0029827d d0067b93f28de26e0eaff9fc377f7afdbc2f257d d16f6c30457d352f103c6917406ae78c8b0dad0b d22ff6db36c553392177f35d64cfa846f581a7d5 d3a09a2529180ec845d94db25048ad30c7a25897 dc00a2f291d42b9730854a2ce16b89756e2ad4ad dce1870b298229f19004bc8af2c6535bcc9e5bd4 dcf03e7a78d2a69db65da4b35dfd63e7aa6ef0ca dd9488da4e8d6f63237e8380ef57c2276b043813 e11f95c651d429b84d96ba4b13b0e48a7e3bf339 e4429e591c3f1689d2ee36e039c97e7b9e9d7f3d e80048d48ad912ae69f2f9386bd1f2816a0bbf6f eb54326b583b4ec7c5f066dcf51fbc95853e9e27 eb773b0dd4576a54909546f19c49d232a5b0d194 eb7fdbd97187529dd0bbfc567ae59fb6a477d960 ed2b7ee4ffac92517d83041ff9b9707222577b3e eee3dd83639c2719921d852e2d6f0581a0c1514b f09c71a01134bc9ead1044e6a4b24220294b005e f558e1b4779d0c65518113bb6f7e75cf29ff7d5e f8aa7ffa2cabf85291b9e60d3c56859c7f896e7c f9aa1d0ddee3fa38546fca5bdc86fb6d5ffa5b35 ff01d6d802bae21610248239cef9d86db1ac5c37
Postgresql-Catversion: 202406281-1700
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-17-pgpool2
Source: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: libpgpoolpcp3 (>= 4.7.1-1.pgdg26.04+1), postgresql-17, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 159916
SHA512: 71477ebc3b5a509c7b28c3ed671fdd42d6c62fc138ac19d157cff68a5bdd911ac856c9292d8d60a5a56682ec8be4c147671753d6659dbc5e0bcac25c598de99e
SHA256: dac5e6409a3181968324aee7fec886f2979a14ede39d2cbf0d5fa29bf124aeeb
SHA1: a51550afa5bd06017c9ea87cb0f845011ee3d522
MD5sum: 85a5397f1becaca5d9e73eed27a9c04b
Description: connection pool server and replication proxy for PostgreSQL - modules
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client.  This package contains support modules for
 the PostgreSQL 17 server:
 .
  * pgpool_adm
  * pgpool_recovery
  * pgpool_regclass
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-17-pgpool2-dbgsym
Package-Type: ddeb
Source: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-17-pgpool2 (= 4.7.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-17-pgpool2-dbgsym_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 61688
SHA512: a495660366bd745aa795a5c990eafbec9f34f789d407ab9b31c608f2a73ade91ec09a7ddf45a722611bd93796cfb9741dfb842eab61c36a8214a90ff7ffbc232
SHA256: dcc3bdbf78651fcc0d375c9f7a1e707b8f324c85b7409f88eb3d6f0885e2af94
SHA1: 2ca4fbc869c53ea276a4eb6cf0c4470c8724a12a
MD5sum: d98361a59dcb2f99ccbd48b17160ea84
Description: debug symbols for postgresql-17-pgpool2
Build-Ids: 573319d92761924e8c79a4fbc929a7e2d38cb062 5a856eacd1418011c6a36bdec4b50547dc24df94 79614eb66d5673547b599af5d0f146bfd9930e1b
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-17-pgvector
Source: pgvector
Version: 0.8.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 691
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-17-pgvector_0.8.2-1.pgdg26.04+1_amd64.deb
Size: 257460
SHA512: 3c646ded6d7fa0de74182ab18d898d7260e4444a5db9173534f835435e2db5eeff6500a7b66bb8f661d69745e719cb25bf1856b1cac6d6e9f85cbda9630f4732
SHA256: 9a1e30308f0d4eeb5600a63666150a1083a0e957da120ab6a71715d9b089f896
SHA1: 574111d57599730ba4081fa51ea347baea869cc0
MD5sum: e88ee351b599b73dff48029d12c103ca
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-17-pgvector-dbgsym
Package-Type: ddeb
Source: pgvector
Version: 0.8.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 430
Depends: postgresql-17-pgvector (= 0.8.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-17-pgvector-dbgsym_0.8.2-1.pgdg26.04+1_amd64.deb
Size: 342164
SHA512: 842016c2e4b4b502cf5efda3c6c90b54ead5e506bfb838362e59db3c699698ddbb6c5fe63e3273fe0594bdfd65ac21106fa9ff3d62260c13f683274185f30c78
SHA256: 7c7efc09415703a0896445be09788e7a0cdd2ed6e1bebcd994eb629b8266960d
SHA1: a00177652241109076465221e3a5c4c3f2ed68a5
MD5sum: 544008d00aa0a4dce2ca5d478c093773
Description: debug symbols for postgresql-17-pgvector
Build-Ids: c4e569ac5668290786999b5c80fe7cdf3195afe7
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-18
Version: 18.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35806
Depends: locales | locales-all, postgresql-client-18 (= 18.3-1.pgdg26.04+1), postgresql-common (>= 275~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), liblz4-1 (>= 0.0~r130), libnuma1 (>= 2.0.11), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, liburing2 (>= 2.5), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: postgresql-18-jit, sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-contrib-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-18_18.3-1.pgdg26.04+1_amd64.deb
Size: 7650428
SHA256: 1058044ad50f70c644f0d8ee5bdeb28e6287d07600ea6fe1ffdc07ad321704a4
SHA1: d2771a63d99f88c14c0205562a3cd94c55b7ce28
MD5sum: e02faf54c7bcbfe26926695a9167f8f6
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 18.
Postgresql-Catversion: 202506291-1800
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30960
Depends: postgresql-18 (= 18.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-18-dbgsym_18.3-1.pgdg26.04+1_amd64.deb
Size: 21373368
SHA256: ddea38ffb014db9e1f06e250b2d9dc10a3786884da5153fe4bf350881a61ac44
SHA1: 6ab30d97c0cc1c78a444554dc0f7beab21471aab
MD5sum: 237a5c6ca9a771d1039986a3247e774c
Description: debug symbols for postgresql-18
Build-Ids: 0186b4956387b22d20fd8c2574fe5dfaacc0a7b2 05a0e3b32d40722baef029e942f6c18fa923a339 0942bcdfaf6c2dfdda0d7c5f607f68a3abeb27e8 0ba15d2eef51d49609d652a27d284b7d34a81108 0eb10c99ad7ff40090d3cfa80b945bafa7b53f83 0f23eab6fe0ed693d841396257cfcaf4de3b0012 133eb6b86a2c1cb40dfdb5d9b69170938a8b5dc3 159fcb2b6b173ee527818dcaa2b7b7809a9c8687 1933cb262b348c3e9456538f4085bdc738e5c1e1 1ab4adb25ad302c55af816f724fd7ee1c771b1ed 1b544eb2a588c322f5c52fe6b230f16b2e625dc9 1e403abe77a922e74a36838c4dcc2b0dc12ac201 22aee3d07583b17cffaa0e833afa869f59f705f1 2cdac4646c62b4b9c0c7018667902108ed64124d 2ea206691e7c792b000be649699397f8e28a45ea 341d2b30aab63143146537878abd4f9ad3ecf533 376c3f502d35ac196c99d66d04a7a0508a534c82 38473a5dd64c02eed08b2d708e193fe5b62c5437 3a4dd0b5a965a2c35119b28d9bb76eb2bea63d76 3baef78b2f5197a496ef15e28357cf21f468373e 3daa4529f0daf4bb7f7be2aa5ba8a71847b57efd 3f79da1e2e4778cb63ba4b9e12bc36a361f3f2df 3fa1392f15fa11fbb966e5f7bd2f242b8999b08e 4885b3b152f990750e0442e48c649adce4bffb50 4cc654b9c5aef7c168c05cd6b40f3afc551534bb 4ebf48f692c36577e83d72e2e4aa033e3fa6f0e3 4f4392151a66b98e2ae583b14ca86d39350ddae7 5554db1b15beca26022c8146a8d8f589c86cf067 596ef65be0409ad6e62164b71fc3b1d4b5c62c5a 5addb862ec6799c94b7e234442573db33cfc74b0 60c29da07ba7ad9a2808b7152cfc54a0259b7bfd 665506a767dcb94eca0bc34693c550da61882415 6c479b27db628e7ce21c5c19a2c94fb56ccdeef2 6e30157eba9aa1449e328b29ba120db0e1c8f1d0 70ff12ffb6db9af9694df7d688f1add483c0fb78 73a08e1b19596ba05d2387685cd74c466b05e4cd 745bdc3061a2bfe6bba10fc541b0cb26622d6527 793db220ee84146c06aaea83427a0c4ad7b61099 7d3a5574bdb4aed0e7aa19a3fa05609ddd802963 7d908c8eb102a59aab6bf49982f097cc42d4830e 7e0f949cb72eb008ecb3a9cca8c9cc52a2ab0c1e 7e473d5135f0e611195148bf6bb34c45037e5934 807ffbe89b0a4f7f7356a9a9a1ddfe38dbed5c57 82d1737219e8d282541876d4df4b3e7ed3b24e35 82d623a57fabd1a12f884fa7a6556a93afa5b6ee 85ab5f7187b2acf6c926e156ae2d42eafa2a6f15 87f7f9fef953c178bc8ae4d25db452047a322c91 884ed2802f8eac4007bbef17897f9ea9f1631f97 8996e361f4004062f269858fa4f01fd391b307eb 92700e6dacad065554fdb756df46801ea1bb527c 966a85ac5573d159b0bca8b07e72f05dd0a26614 9ad7544e574ca746ceedf47cdfe503846966b991 9e64ecaa605d01e98c5a464371f1c277e6e7393d a0486b7554960e0cd278c40148dd403e303ec2a3 a11688ed969727c171881afc945d6d98621f7c4d a1d24389e83dccbad817a1d6a8303606623a3704 a46a81ec35171b95e683457e9a81cfb186b8eff9 a63f9b97e6d515b8ddfaab5c2f815e236593a515 a7ca667832d039c880db0e06da90ae94d2d3e5b3 adedbca48fb18708d1649c0ce137d56f7479d7cc aef598349f50cfc013a9536081555f7fbfad7497 af4aaae99cac26a660026618ce728f19edf2a5a3 b1e7c6c321f23cc71741e3a68ec24035e7187ea2 b5408a7e809dbff3f9922108c2932f535313e88d be90f28dbccb7cf44abf0dede325d04f446092a2 c6506a3b84791a143a4aec1ad2f616c5b4789900 c98de95d661711d20fc49efcc3f9d7cccb44eeea cbf8e2dde3018af65b2773b2f3a902adc9970ffa d1a67bb46af0f2c8fe77deefb8680a2db23de5b7 d41e652d3c09bbcbeb58becadb76a5e44d227416 d431ee6d288e94a073637ababf2252c9b81af8df d450975bf9282f5ee75d1685cb6d3a103745784b d5c3d78ffc24f245202b8a8b4a15850c2af77716 d5d998d061f6a91d3465826b2f99f2a58dc50149 d7ab08f6f5aea332d796e58e9a4ef71bb47c4722 d835e4336e8d829fc19aa348747e64d52d38ea11 da1b1eddf34c7c7b0daf0044ee570e9b3994fd7a dad7af0c929da96da752480bb6b6428eaf956a61 dc3e2c4fad763c8dee717155de795be778584b18 de0e2bec22b4d895b8cf82311e1ca6a2cc86c9c6 de282236d2cfbd67821ddccd240549ca4149460b de4069f95a00a0cf30eb12b962b7d021a58ff81a dec1f1bc2df9f5e174484d3584f9e94f8b37a244 e5238e69ae07f285450c04e9663a243e4b8294e5 e827e67e3c455defa3ed1853ec7573a8b4f91a83 ea8d720561f3aec4facb49d232747ba846c6e330 eaa4bcf05b1093edd7b43e0ef469bc0387dd70e0 eaeddb5794567d97113014e30e2a17104d30146b ee9c020588055192d72b724aa7403a4fc102e446 eee55fc64d28a05db1e3b3abba14ac0b05a76cfd f2d597687c7cf91298048666853b7004928c5325 f7a5d143721d82db6c645b623b2b148c8c46fa2b f848a68d3be549e577bedb2b72fa748734b4b8cd face3ad5fcb5218219fafb8312da087f3a3110a4 faf3bb27cc731f88e8cfbf66cc841559bfe7fc80 fc5e4aad8d07af8f15d48fb3e5d1406ce73134d4 fc5f6caf77fa36c24bdcbaefa0c45f5c7deba4a4
Postgresql-Catversion: 202506291-1800
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-18-jit
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23747
Depends: postgresql-18 (= 18.3-1.pgdg26.04+1), libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libllvm21 (>= 1:21.1.0), libstdc++6 (>= 5.2)
Provides: postgresql-18-jit-llvm (= 21)
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-18-jit_18.3-1.pgdg26.04+1_amd64.deb
Size: 9860476
SHA256: 42186b0b7deb25a229fedcedc6f9485aae31527ecb8faa87769bb1dd054c93a2
SHA1: eb3d32a7308e69a98297cf9f3aed5fe0c3a44307
MD5sum: 532b5564124664d9b81936cbaedde90b
Description: LLVM JIT support for PostgreSQL 18
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides LLVM-based query JITing for PostgreSQL 18.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-18-jit-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1382
Depends: postgresql-18-jit (= 18.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-18-jit-dbgsym_18.3-1.pgdg26.04+1_amd64.deb
Size: 1343912
SHA256: 3bf777879caaf79119f2c4a5ab964843959d7a9eb77526941f5886338cb8f3a5
SHA1: 27d1876c308ae2e862861ffb2a3522a519d56f50
MD5sum: 4bdbbb575e0b079c57b8ba9b1a3748f9
Description: debug symbols for postgresql-18-jit
Build-Ids: 2c4ee128dd8029ab5f5557822a59f5ee0c52f824
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-18-pgpool2
Source: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 311
Depends: libpgpoolpcp3 (>= 4.7.1-1.pgdg26.04+1), postgresql-18, libc6 (>= 2.38)
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Priority: optional
Section: database
Filename: pool/main/p/pgpool2/postgresql-18-pgpool2_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 160084
SHA512: b46775b50762e33f7b23f518586e5499453b0f133025a6465e70ba491c65b75619851df496ee7ff24f55f2c4426ab99c2ea72a6dddda751e18ccf28568657d99
SHA256: 73e25946aabbc5899b7e11a9874ed42ff601b6a33c4c83321df6ac923f146a29
SHA1: 672f251ec2b7b11f44c67bd4007662f26a6d5438
MD5sum: e0e48c5951f364c44fe68e2d8a17f760
Description: connection pool server and replication proxy for PostgreSQL - modules
 pgpool-II is a middleware that works between PostgreSQL servers and a
 PostgreSQL database client.  This package contains support modules for
 the PostgreSQL 18 server:
 .
  * pgpool_adm
  * pgpool_recovery
  * pgpool_regclass
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-18-pgpool2-dbgsym
Package-Type: ddeb
Source: pgpool2
Version: 4.7.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-18-pgpool2 (= 4.7.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpool2/postgresql-18-pgpool2-dbgsym_4.7.1-1.pgdg26.04+1_amd64.deb
Size: 62148
SHA512: 00abc48b503599eb9c221c674068f371f523b984a380753e8f2092063f208965f4235247a83b735a56691f110578880fb8eba4565a8f708ac019bb9ac657c945
SHA256: 12022c314ac2400d297cc6d217739164205467854ce884333bd81ab55e427757
SHA1: 8caa013e13e4aac114a4103531ae9c0eeab4766f
MD5sum: dfbf091f919b38a8e6085d682ab8fc9f
Description: debug symbols for postgresql-18-pgpool2
Build-Ids: 1ea50356e9b934bfb0af7d5ca86ac56f744f0ca2 4346a0b629d6178dcdc5eee970a112e5e7c5999b e6a68415761b25989dc7673472ca259afd3a7ce4
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-18-pgvector
Source: pgvector
Version: 0.8.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 691
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/pgvector/pgvector
Priority: optional
Section: database
Filename: pool/main/p/pgvector/postgresql-18-pgvector_0.8.2-1.pgdg26.04+1_amd64.deb
Size: 257388
SHA512: f2a28e5f8e5d17cb6811fd054c767896a6e77d731b0e56521627cbede57c796f00a9f1fa46dd298b802523c3d0a3fb012d28fb845c10aec02f0f0f40e86b8f34
SHA256: b570d83c0d471da6dc521f7661a1bf4e43d2cc4babc1da1c0cc42b36c841479c
SHA1: 9e3fcfd98091b87dd2c517522bacaeb62befe027
MD5sum: ff8b70dd4bd8703cdbf21c046a092301
Description: Open-source vector similarity search for Postgres
 Supports exact and approximate nearest neighbor search for L2 distance, inner
 product, and cosine distance.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-18-pgvector-dbgsym
Package-Type: ddeb
Source: pgvector
Version: 0.8.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 434
Depends: postgresql-18-pgvector (= 0.8.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgvector/postgresql-18-pgvector-dbgsym_0.8.2-1.pgdg26.04+1_amd64.deb
Size: 346692
SHA512: 19eaf739818e1d21d5a6ab7753ef915f1699c4c383685219dac184302626351688c4647442f2dde4bfc938a6cf68d54cecc73f2dd63ae5311e7c5fc12e6f70d2
SHA256: 01e0571e391e46de033e88b29834a9bc9adcf00d368545e275a777b4c173b696
SHA1: ad84bfd2b7a418f530c2627ab060a80293c9afd1
MD5sum: 861c22e1ec2cf3a8b177928e66dae18b
Description: debug symbols for postgresql-18-pgvector
Build-Ids: 04af50ad4c2d6021493604abc20a61209eade937
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-all
Source: postgresql-common
Version: 290.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: libecpg-dev, libpq-dev, postgresql-common (= 290.pgdg26.04+1), postgresql-server-dev-all, postgresql-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16, postgresql-17, postgresql-plperl-17, postgresql-plpython3-17, postgresql-pltcl-17, postgresql-18, postgresql-plperl-18, postgresql-plpython3-18, postgresql-pltcl-18
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_290.pgdg26.04+1_all.deb
Size: 15360
SHA512: 8c2148be4954ed6429f6522490dc5de153e09cc0670adc9989ee0dd57b8af5220ec7f673f0ff23aa15de55f379403e4ec0dcac8669716b0e6405d135cdf6212a
SHA256: 47e58e3471e981716173511686577bac423db2e8247beedcb0fae19254120dcd
SHA1: 86c7cafb82e9b3fff8058513ee3c897eedbe2731
MD5sum: 10e36a4af383e4d375b299dd560e1536
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 PostgreSQL is a fully featured object-relational database management
 system.  It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects.  Some of the features are:
 ACID transactions, foreign keys, views, sequences, subqueries,
 triggers, user-defined types and functions, outer joins, multiversion
 concurrency control.  Graphical user interfaces and bindings for many
 programming languages are available as well.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-client
Source: postgresql-common (290.pgdg26.04+1)
Version: 18+290.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-client-18
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_18+290.pgdg26.04+1_all.deb
Size: 15212
SHA512: f20bdebde6dd113b75e330e84876877e0210ba329323c6cbf52949d5542935fd38a37f3dc647cd7938684614aad411a6b667742898814b2362b4e453e391e234
SHA256: a82f18bd45a05299cd2d8c5c05cc997bd453412dc6984cdfaf851e1ca635fb4a
SHA1: 08a9e41eaa0646f7dbb57f121cd7f0c2541a05f7
MD5sum: 1b08add15cdfd2cb6d8daced4b1d05d6
Description: front-end programs for PostgreSQL (supported version)
 This metapackage always depends on the currently supported database
 client package for PostgreSQL.
 .
 PostgreSQL is a fully featured object-relational database management
 system.  It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects.  Some of the features are:
 ACID transactions, foreign keys, views, sequences, subqueries,
 triggers, user-defined types and functions, outer joins, multiversion
 concurrency control.  Graphical user interfaces and bindings for many
 programming languages are available as well.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7176
Depends: libpq5 (>= 14.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.22-1.pgdg26.04+1_amd64.deb
Size: 1668936
SHA256: 4eaad9d54b10aa36633165c16c2e4a50c8ed40850502d83273c3adfe5ae79d22
SHA1: a0bb3507d36e7c0ee6db3ebae46e1617e1f377a8
MD5sum: f8616fb37638b7d1d3d68457acabd7f2
Description: front-end programs for PostgreSQL 14
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-client-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3529
Depends: postgresql-client-14 (= 14.22-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.22-1.pgdg26.04+1_amd64.deb
Size: 1967924
SHA256: cde502edda25e4077a0b847fad5af160d3bd1ecb9076974d4d22f362e6e23082
SHA1: 2dc61fd47c4fb7a03e6b332e0245ce765117e84d
MD5sum: eee404870b7cafc58500c3fbf7e3a271
Description: debug symbols for postgresql-client-14
Build-Ids: 13a56c4b41be12c1b518d57bffbf6aa412bc0f03 2abdcf1220438575b0ff6af3a83ecfaf87b7b889 34c898a9345101397338be98fa8f8b914b67df99 5887f59029522414a64ca0abd07e0caeaf43c525 595d6200c04024ae6d28c1e7d8b98b66cc98e0eb 5a43d7fffa755d271d6a438c2d7146e86a6835dc 5f61b4e0c11ce05b4e471799a8b686eb798c4201 71d7c39519b519d79743e22414cb2afbda6082fa 7e680c875634c31609cf1773e6ca60bfd38c62fc 82518278adb956aaaa10e6fa4f47adf88d276d47 8bea86fac26daeb385008585e5c2e72933466049 bd677fe74b2bdc6568f3dcb4edc55d121e85582e c3cc7ee84de40b3f38145a3357e6e801bc1d16f0 cb58708f9844721ded5ba3db2c3b6bb30a76aed6 d58d55b5b2e2ee52b9b3bab004d440e569c05afd d6774efb278b7d1504647748c66ba6a20aa356e2 dbe4812f0395c4f4a39713a19366ba3a8f3af13a e065d5ae8042f0e5fc43c1d089b3d2d412a67dbb f08683f116fc848eb9a10ec25cc8323e33ac2632 f9f99c0d23a599a8d676929fa70db4d5fb9e1d56 fa48c8bfe503f6db6cb8d6da6d6e42dcf5bae61b
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7794
Depends: libpq5 (>= 15.17), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.17-1.pgdg26.04+1_amd64.deb
Size: 1731572
SHA512: 12273b3e73e95a040251ef4a4a299da0626e96ec1fb6cb7a5413a255695db76ac8eee5185da44de7ee4ad8631942547fae3f1d1c9bd65e9bfc44e4728c18449f
SHA256: d0b979115cb2803eb1d9e71e9fd45f9ba1c2936116f622b6666d5c7f63916055
SHA1: dd504e5f227511e074a8c99060dd16551fffaf83
MD5sum: 0bf780126852a77da7c6dc95ea7961ea
Description: front-end programs for PostgreSQL 15
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-client-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3700
Depends: postgresql-client-15 (= 15.17-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.17-1.pgdg26.04+1_amd64.deb
Size: 2106116
SHA512: 2b3ca70a2c46934530a45af3e694815fee58e6cc9723d89779e2470dfe330f235d50846d8902b6265bf8df7f91421947f175c54c0db30507b900a67bf4541734
SHA256: b1a91510a106603ace345241651f11c877f1d6ede10ade6510f30659b4cc2a57
SHA1: 36920e58c66f51f2e25d3b424b2cf2dd8f59a4c5
MD5sum: 040db3d914e3cb50d42dcabafb5e72ff
Description: debug symbols for postgresql-client-15
Build-Ids: 16a8c6c89bcc0e9b0ca6fc993c7a3d0176bc6639 22afaad77dbb9715dc912404008dd3f177802aa9 35892f5e392ef3c08b547b97ef02e1a42ca4a5b2 35e302e0123b3a35826b540a24b3dca3b8eabbd6 381029eee19d12a6cdb3d3510298fc0406f9305f 388768ea9bff35b7dad60fc684197d02b30eee71 43f25cbffc7bb6d86b99d5ccc791448bc0025a9c 48dda171155108c2c689e2cd2995c486ffcdaa1a 50898bcad5abcc2e4137304c2f96d95bfcd7d31b 56f95a521d973a427ae7d78b5f81ad8779538aca 663cc5769562c1eeb10ac930c8270f4236b7c656 74f43de916f6da21814937e7ec3133f8ab9a72dc 8cb7db2fd91393c9e939305044a5afe419f98d1b 91f4722deea0bebae5ce3e3ec29095636c88817b 989a9c349d3b5da982abd4d195913827bff0600c c6fded1216496c23ae76f51babd15a6deda4a517 d4619aba6562ebbc8a236d9bdf668130f926c32d dbb3c9365fa186d9da1de7738629ab81d9b9b3d1 ea1e71139b0f66b9e363bd3140c38c7712265410 f20b0986583f414ad1ac82241d563b385d904b39 f550fa434c68e7501918a409cbad60c3a9da8a60
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9141
Depends: libpq5 (>= 16.13), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.13-1.pgdg26.04+1_amd64.deb
Size: 1931424
SHA512: b1f7470c5ea749478d61ffc114a5b084dd66ba87d42c47714614208d11a197a1f394add6c63edcc599774ab7d5f4626c22a4362102147f0e6dcabe20a2075b08
SHA256: e1c3765e4e6bb177bba0a1aacfab9a6f616dcedb41840697f417a6be6546a105
SHA1: 888b0ac4fb14c1113aa947d36bf24f2c2c14364a
MD5sum: 76e3fa0d7f04c71a4e4903d9d8be1223
Description: front-end programs for PostgreSQL 16
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-client-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3820
Depends: postgresql-client-16 (= 16.13-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.13-1.pgdg26.04+1_amd64.deb
Size: 2157884
SHA512: 70e78e17f656d9dff9aaa484222a27b1d8c9d15571e8c6e65de46fedcc4b9efcd6be795c4c860672b316bda459b4b2dc3a323409954a842406558b47c9698c1e
SHA256: 3edd635ba933a1db303ba11ea14a3c6759ead1268c50574a4aa70cfce74de7ce
SHA1: ae65534df8c56a84fe141398241d675c9a6c813c
MD5sum: e6973326b517c5a97e299152cc1b957b
Description: debug symbols for postgresql-client-16
Build-Ids: 073c05ec4f084db034e0e22bb9cdad0f58bdb1e3 1243cf56f97dc410fa9e03da619efbf3fdee6d0e 33cea5fddcb7e20f4cb4f8258a6ea8f75e802aa6 3a2e3803cd091abaf8486af95df1a163060082de 5803380311dc59448ba377b0a28724e79f92242c 708822df589206be9d5fb2cb584c065a477f9369 780a7b22a6ec931f43f5f8ad3984f4056aead434 87ed31e60466ad7d33fa9411f7cacbfc3f465859 8ab5bf3a014d2d83164efc17a5bd2e6dd5977adb 8ffb312cdaf24669696969996b2584e19e8be472 93b546e8e8eefc0b1eff89f8f5685aa1698f7bf2 9633bc2a34204d0a026ddcd04c01518c995e1db1 9e83d2d1b3c7822ae5526cbff114a3a8b79f1e32 b7fe580400912a3fee44b06e1ba177b990df046f c1fbf4c7ae0a74335d274b07d45e74c557f4eca0 d0c0f9218259ed28795f062213833d70dc81faea e6239d6d43711dacbc7972bcdfa7ea172074db68 e933b71919aa203345c16ea67b8be327a94f054a ebf776c72a9379090dc36526ca31bcc9b5b1c3bd f5e14ded21d93d7b0dbfa980b687fa5ce262a5f9 f7eb440594b7d5a47c3e71908f9279fc2a795eb7
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9821
Depends: libpq5 (>= 17.9), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-client-17_17.9-1.pgdg26.04+1_amd64.deb
Size: 2030748
SHA256: 804c0482573299993683128e3c5e58b67b923b9eae4a57327d81aeb970322730
SHA1: 93ce93ab6fce5a14625e4639997ca9fdf1cf83c4
MD5sum: 291529f08ffbda5d29467bdeeea472c9
Description: front-end programs for PostgreSQL 17
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-client-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4118
Depends: postgresql-client-17 (= 17.9-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-client-17-dbgsym_17.9-1.pgdg26.04+1_amd64.deb
Size: 2360496
SHA256: eddafbb9f39646629161929f798b2442fb587036120f4c1385bd7deba9b0f65f
SHA1: e55eaa0afdb7210374d11fc412b65a3a91e21f89
MD5sum: 4af758070d8bbf8213d5cb14d3866ced
Description: debug symbols for postgresql-client-17
Build-Ids: 089f31a71edee7aeb56f97a99a83df372f4df2fa 21dcf53b5dc3869465a9f492fe4f1497f3b928ab 23cb0c92b8c05d7f43cbf29d7f7e85a2289fc3c2 43f6f6daef42bc1c1dcd7ed9c985dff7178d6d07 4edf64e476e1d2211455a5e0433044aa28738435 50a1b8fd20005680e042abe597ff8a3641656329 50a8afc6b70d953452083ac9872029c8ae9177de 56745f744281bcdc2bd4da0399c7c7090ef74ffc 72490ddbed87a18f0203853a3bd2b03fd4fbef7b 8311c98f032667cf74e44e8e022fb680c9d4282f 94c3d8fa8e1503925c719ea288b0eee1b1ae91d5 9f020197e578569e0962bc887d4f23d168a85397 a7db7f15c61ab4f537e1e203857fa004f4f37305 b4998f129a78f78b31c39ed0f645c7dd7bfe96a9 c61e33ca89250b089baac7024b5a9676f0e794ee c648de70b3acc66e6c5950bf38124adf527c9684 c7050c2a59b7e5522a1e3270054258a3cfe09ec2 cb517222cdad8a8e810b5b2079ec22aac3cce062 cdce4883e0dc12b94a0a0ff903ded38b8e754055 d1f029ff4741f8ef5088ddfdeadeafd71fa76cee dc56b93540818123c62bfffc5069064299f3ef1f f06adbe17b2e420a691e27790e7338e8159f56e3
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-client-18
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10285
Depends: libpq5 (>= 18.3), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-18, postgresql-doc-18
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-client-18_18.3-1.pgdg26.04+1_amd64.deb
Size: 2090304
SHA256: 09a3ae9d8700764cfc6968887a402a0f7cfce07bbe0b268a5353d08d6570c35a
SHA1: 78df3c271f5851befbf82258631c55fcd9f3e22a
MD5sum: c59aacb96aa5bfb3f82608eacb536847
Description: front-end programs for PostgreSQL 18
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 18. If you install
 PostgreSQL 18 on a standalone machine, you need the server package
 postgresql-18, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-client-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4349
Depends: postgresql-client-18 (= 18.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-client-18-dbgsym_18.3-1.pgdg26.04+1_amd64.deb
Size: 2462304
SHA256: 4ffe2b8cdd73669e6d9de410bbdf0fdcd0a257a4564b8da5cada5a957b1f3cd1
SHA1: 95bb7db4cff556230b2e3f0166192ce7a958fbc8
MD5sum: 14086135b84302c05264b840e5551904
Description: debug symbols for postgresql-client-18
Build-Ids: 0cc10209b596233520ff95eb12da15ab53ad8f28 0d59a9672ce0a7a2895c180924f4e330d1aedf00 0f52d80a3c97ee8a5e3f97dd5c2da8ef233d1759 1012255517cb2f794a47ff5290ca4914b44d782c 1f96e15c78dba7932ca1fae1c789d7851db57805 2250ed8706d020221ad32ad4ff1c361bc3995bf6 253fd05e46753d3968a2323e6e1fd260b77a52ef 33fbe5cadb8100a4e193759854efd7bd51be1b93 57c86f4b68bb3cac8edf74887fb779ebb3c850cb 57e77f103df3f24fc241646f4a2a3e21b16a2852 58aa3ebaa06a537c5208b81eb87fa0eb62393d06 64822fe23040501545f16ebfbe43cb4dfd564ee3 77c2a1388be6e1a98b2bd3fe71ccab018ab416b5 7b4d4ebf762bf0d260d4e4f17522897985879b8c 8ba2f0e89fafaf368b57d11a60bb411bd0a8a4e6 92c25a30beb6a45378dcaaefa051698e9fe2d3d5 947f1df1bda8dd65f2bccb13314e99002e98c2c3 a4a35b0b7b62e377e0a5c7e7a529db794e7fc4d2 a51b491fefdc0995baedbd12876ef8e5b3b6ef02 a7a8844c738a7d9bb527bdd317551dd4c4edfb63 de001abe83d35e5fb470daee5a5d0ad9b7663d37 df4001473911493f0a871f0edcf5207048432089
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-client-common
Source: postgresql-common
Version: 290.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 153
Depends: netbase, perl:any
Breaks: pgdg-keyring, postgresql-common (<< 269)
Replaces: pgdg-keyring, postgresql-common (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_290.pgdg26.04+1_all.deb
Size: 48128
SHA512: f648ee8e34c69a5740faf6e19f34c2c784eb507cbac0c3d2130e44cc26381c1230e58c4ae5cf4ff664a5af5676b07e7ab8990d33cac71eaf993cd686ba2294ba
SHA256: c0c4738f8915b34c2fa001e31fa0c6e15f1367fae6b6b24d0696c926b03106a6
SHA1: 0f19d039c09ac79fd0253a848e489da4e5a91796
MD5sum: 108cecb3a59bc0febacc0f76fa7e88cb
Description: manager for multiple PostgreSQL client versions
 The postgresql-client-common package provides a structure under which
 multiple versions of PostgreSQL client programs may be installed at
 the same time. It provides a wrapper which selects the right version
 for the particular cluster you want to access (with a command line
 option, an environment variable, /etc/postgresql-common/user_clusters,
 or ~/.postgresqlrc).
 .
 PostgreSQL is a fully featured object-relational database management
 system. It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects. Its features include ACID
 transactions, foreign keys, views, sequences, subqueries, triggers,
 outer joins, multiversion concurrency control, and user-defined types
 and functions.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-common
Version: 290.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 353
Pre-Depends: init-system-helpers (>= 1.54~)
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 290.pgdg26.04+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Breaks: postgresql-9.1 (<< 9.1.1-3~)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_290.pgdg26.04+1_all.deb
Size: 112820
SHA512: dd322dfa3250d232e8929138addbbe9858892cedd29c15129d61c296af80f4aaad0d1130f84ff0752b0053a6755dcc782a6b9166f37c17932f6b357eb17d23d4
SHA256: f1a31edc288a5482c8ac27384fea868d962b82e4d5062c096eb2ccd768f0fd6c
SHA1: f1014cacef551c99187c62fdfbbf59f9a12323c3
MD5sum: 342ba58ad787e3516ea8c23aca2fbb21
Description: PostgreSQL database-cluster manager
 The postgresql-common package provides a structure under which
 multiple versions of PostgreSQL may be installed and/or multiple
 clusters maintained at one time.
 .
 The commands provided are pg_conftool, pg_createcluster, pg_ctlcluster,
 pg_dropcluster, pg_lsclusters, pg_renamecluster, pg_upgradecluster,
 pg_virtualenv.
 .
 PostgreSQL is a fully featured object-relational database management
 system. It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects. Its features include ACID
 transactions, foreign keys, views, sequences, subqueries, triggers,
 outer joins, multiversion concurrency control, and user-defined types
 and functions.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-common-dev
Source: postgresql-common
Version: 290.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 334
Depends: libipc-run-perl, make:any
Breaks: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Replaces: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common-dev_290.pgdg26.04+1_all.deb
Size: 73732
SHA512: 43071918c14121b3fb7aff15c0872aef6b3917224af87a582946cb468b133b8ddc145f012bba31a77414a3da2a37f1f296812fef553279065f0e16a9261cdb6c
SHA256: ac95e434731e79efe6817a56d0f4832cdd6c8b7342b3f2cd9b26cf199e7ed9a7
SHA1: 144bec3feff96a551494b75180b4d393abc414ec
MD5sum: a55d636af5b827ed8208839406d30cf2
Description: extension build tool for multiple PostgreSQL versions
 The postgresql-server-dev-all package provides the pg_buildext script for
 simplifying packaging of a PostgreSQL extension supporting multiple major
 versions of the product, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 PostgreSQL is a fully featured object-relational database management
 system. It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects. Its features include ACID
 transactions, foreign keys, views, sequences, subqueries, triggers,
 outer joins, multiversion concurrency control, and user-defined types
 and functions.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-doc
Source: postgresql-common (290.pgdg26.04+1)
Version: 18+290.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-doc-18
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_18+290.pgdg26.04+1_all.deb
Size: 15208
SHA512: 2b11b5380de42806c597f9fbd8ef279cd402d1da238c5863b67b8ff6910d8c795e808ba42252371b8c8fa694d4b30d18360580442a7ef92b22722d3300a79ceb
SHA256: fb051872e935f3bfe9aac06099ea52444224329655f1e96b02f3894902fa4492
SHA1: 8386b37b6f511f1037cd4a0d89db735481bf95d7
MD5sum: 9ad19070e27a950bde69439f71b4f2d8
Description: documentation for the PostgreSQL database management system
 This metapackage always depends on the currently supported PostgreSQL
 database documentation package.
 .
 PostgreSQL is a fully featured object-relational database management
 system.  It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects.  Some of the features are:
 ACID transactions, foreign keys, views, sequences, subqueries,
 triggers, user-defined types and functions, outer joins, multiversion
 concurrency control.  Graphical user interfaces and bindings for many
 programming languages are available as well.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16533
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.22-1.pgdg26.04+1_all.deb
Size: 2077084
SHA256: f1ba16545f3070f1bb3605b3220773e70d8ffd7172599c76f5fd714fc56a0b4c
SHA1: 555d96a951941c8ac8bb215d7786311b0f3a003a
MD5sum: bec2cb89a59e35511230ac64726a847d
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16374
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.17-1.pgdg26.04+1_all.deb
Size: 2089888
SHA512: 16e413b7f240a0b0ece2aa4e9226919e19453ce1c4eb955a2fe6d841350b893a8a85b63a4c9c5f9328c34f632834d9fe17d0ebd054e0b094d38132d318bad61a
SHA256: a70822b4c1192c5c3607b900177a14159feb5fa2c6325069bd45e6c20ce8c1bc
SHA1: ef5c82b3ab9d26fe1caa42c5556cf392730208a9
MD5sum: d3e8ec8e165f980ae00b7eca181e380c
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16917
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.13-1.pgdg26.04+1_all.deb
Size: 2142892
SHA512: 1276658045495614070f2904f789f89d6c0c1d4d3df9298cdb98ec40cbeabfdcb5e5bf66df3081b42e5dbd4e4550e217a282631ba3e9f45c5871e8479f710a3e
SHA256: 4beab6f0019aafbac2dd500316e055745ff619f1aebbd1aae9e52b6edf08108f
SHA1: f24b77111a9c0ee696acbded557e6e3cbafbce7f
MD5sum: e376369051e2d7fb025b6bfe5a7f30ea
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17093
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-17/postgresql-doc-17_17.9-1.pgdg26.04+1_all.deb
Size: 2157724
SHA256: 22b67d2204a9f4330d939d37108ffc3e2abb90641668f8c80bd7135f76dd69dd
SHA1: e618a44d56be25cbae32737b3d65d1909580501f
MD5sum: 7fbf87b9ceb4d5eb455daa4adc9af1dc
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-doc-18
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17373
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-18/postgresql-doc-18_18.3-1.pgdg26.04+1_all.deb
Size: 2189600
SHA256: 7b7853a0dc4358f0571c298c427fa5e90d628701f77fbd94134c25e5de5d7cd0
SHA1: 9ab90aba9cfdbd20003f145f0b1ef26f8e0e7d20
MD5sum: d01755e6e5f3c838d2d63b109c82e015
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 18. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 382
Depends: perl, postgresql-14 (= 14.22-1.pgdg26.04+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.22-1.pgdg26.04+1_amd64.deb
Size: 89888
SHA256: 13ed4fe1925f59595db262a9edb6c7222e2960a4f16a87133981a1db9813c50c
SHA1: ae48554676c9fffdfb26ae281b27d69da22c2591
MD5sum: 6e05b5b19e132cfce3a7d880e0e92ec5
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-plperl-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: postgresql-plperl-14 (= 14.22-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.22-1.pgdg26.04+1_amd64.deb
Size: 189788
SHA256: ee23fd7259d99476e68434261ea2d9b55a1db30b51b4841488a1b36097eba645
SHA1: a7e7f181f82ba8b4ba03514f39b69edc5337051d
MD5sum: d2398007cd3e9f73d7685f7cea6c76dd
Description: debug symbols for postgresql-plperl-14
Build-Ids: adcc447c482d21a333d87e215aca8ddc50b4efd5 cddebf1183302248a3f044784204a2c5d94c78f3 cebf292ad4e5e02160750c4b682344b9f20604b0 fd62cc1099bb6d5f265dea4f546f73135c53abde
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 385
Depends: perl, postgresql-15 (= 15.17-1.pgdg26.04+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.17-1.pgdg26.04+1_amd64.deb
Size: 88904
SHA512: fd8416417c6628e34805c2993ee742bbb6df66ea603e8e61f464c8a8a7aa157af1de164d0401205cd07dbb5541d5a7905eb0df1d30e86bdf32107deae4b43f27
SHA256: 0700d22917d2a22bd8ceed576371491becd731ecf4e25e0e5b7c00796984f83d
SHA1: b984148a2f0f5c411c731e4f748bbaf93e6508ec
MD5sum: 2fd9a0ed659d1c9463fe31522fbea70d
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-plperl-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-plperl-15 (= 15.17-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.17-1.pgdg26.04+1_amd64.deb
Size: 193536
SHA512: c2db5ba7ac2719c728f92eafaada31103f42af41396305f10283f94e177933ec7aab07c2e56b5925390535ec2dacaa5a1a072bec64812585295defd0707bffa0
SHA256: c6d155262c97090181b4c8fd562466ac3484a612460186c478fede5364aa834a
SHA1: 448ba0675d8cea45ddbb3e4828c6cae2ebc0baa0
MD5sum: 94df77b4eaa88b6bad870b594e20ede2
Description: debug symbols for postgresql-plperl-15
Build-Ids: 1a29b5dbf4579992a133345de8186871600a5233 3e612388e775faac0ec68e1726edaba619e42ec5 7f3a9fa666ab30b037f0957949743b6ce845d56a a984da1ff95dcaef5c98f8f841281929a315571d
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 394
Depends: perl, postgresql-16 (= 16.13-1.pgdg26.04+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.13-1.pgdg26.04+1_amd64.deb
Size: 88832
SHA512: bb0f47abdeb606bef9b9e6f09089a07af1ce8732400c5037805fff7c1f25b4cf81bab8f7f74a1cc6c8a68eab7c03272e0ce645e0d7aeafa7d2f88122152d4d95
SHA256: fb51fcdeddd4b55b074427e48785525cb6828eb350ea732186c2befb32f89371
SHA1: 13f2860b8c6f072b3b038a6d882b3b08332e2e5f
MD5sum: 56676cd52fe6f5b6410687075b20d4f5
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-plperl-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: postgresql-plperl-16 (= 16.13-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.13-1.pgdg26.04+1_amd64.deb
Size: 197252
SHA512: fb61b8a73be05a55605db0fc081aecdde515a01a649d9280db3add4f13d7ddb102fe448e45d6ceb227c93492cd1d268541959abf0cdcd5226547ccf59be4c2b2
SHA256: 930dd1df564cc711cad2a0ec19c49b9ac5a7e2aa32a28238b418c998c16e49bd
SHA1: eb6538bf3cd2a1d07a8a21967b9dbea20c77801e
MD5sum: 9b33dca8d7ffe247a1156879e1719c08
Description: debug symbols for postgresql-plperl-16
Build-Ids: 4373450107e4af09718b25f69be52dbfd982b5f1 4911273accfadb7e37694b244ab93697cc844e95 61f288f180855c890913fbe25e24cd8d44589a23 aece70b9c582c50912ad31326983d8c7b45d6869
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 392
Depends: perl, postgresql-17 (= 17.9-1.pgdg26.04+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plperl-17_17.9-1.pgdg26.04+1_amd64.deb
Size: 86796
SHA256: 3d72eeec2d0ded2896de717fb6d4d38e07b9c2f9ccd4fdf9e5c5aa113392166a
SHA1: 9b360ead169d9a0b34c32f674d91b2f98148f14b
MD5sum: 7ab1b5843a3d5a3e271d52ed3199354b
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-plperl-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-plperl-17 (= 17.9-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plperl-17-dbgsym_17.9-1.pgdg26.04+1_amd64.deb
Size: 201272
SHA256: 15562e14ab26279409b9dc3fa11ed61912f3b6456bfa4efc3aa11932ff00cf29
SHA1: 0789415a9a8cda829e3b3cd82859e0076c25a9a1
MD5sum: 4f1ee042e1bf02cd7f0111845ff7916e
Description: debug symbols for postgresql-plperl-17
Build-Ids: 0076cf88b7eb0fa19a02e36246e05860464db590 95d5d8d9c0fc2e9e49d342ff4599a73d73f9ee15 bbf5c72cffb8ef2d02d18006d7dd2de2a2a35374 e0b965d21a0d6237e92fae932daaa36eb669a52a
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-plperl-18
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 353
Depends: perl, postgresql-18 (= 18.3-1.pgdg26.04+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-plperl-18_18.3-1.pgdg26.04+1_amd64.deb
Size: 69132
SHA256: 7e4da753524ce4b1f8b9a1c2be2709a6c7f3f8a272b14cd7cfa46ade0885c1c0
SHA1: 306379685dcaeca4b4deb3981206849b3bf5e6e9
MD5sum: 03d880fe625ece3e03d7631485ab52a9
Description: PL/Perl procedural language for PostgreSQL 18
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Perl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-plperl-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: postgresql-plperl-18 (= 18.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-plperl-18-dbgsym_18.3-1.pgdg26.04+1_amd64.deb
Size: 203364
SHA256: c84974aeec54a9f5f5d4446ba4ccbea5c20c317b58a969ec8a3f6d1c6ceb33e4
SHA1: d6aa38b2869315618225d3149acd329e4e9a1ebd
MD5sum: 4070b78d19f03e9d717ba4d7bf8e8c3f
Description: debug symbols for postgresql-plperl-18
Build-Ids: 48381cddd303a940b9db29c41c0d90f01061cbc4 4fe66b98e59e18d047a7f4502d1e27d2cf885895 6d3bf798be2d0b95b3566f253617dc6dfb5c010e e7a2e279833f6b077d2f9225118efab89ca9f36d
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 519
Depends: postgresql-14 (= 14.22-1.pgdg26.04+1), libc6 (>= 2.14), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.22-1.pgdg26.04+1_amd64.deb
Size: 113704
SHA256: a870348612ca9df895f865e43a6012189b00d3322e9c2b3e32849cce20d57177
SHA1: 1c0c466e059e692dfba9fb5772e0188751db074d
MD5sum: e79e803369272c3dbd7b4cdef080f807
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-plpython3-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: postgresql-plpython3-14 (= 14.22-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.22-1.pgdg26.04+1_amd64.deb
Size: 183704
SHA256: 1be156439f0b264a50efd04765814c1b6731408230b5b6a27f8db2734ffcf6e8
SHA1: c014829a8998bf99a501af4b4d6be7d74f8d14f9
MD5sum: d818a132e52607b26d66dc958b133753
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 1bd311573141ccb129d7cdc88e3d0293ea637c75 aa69e02cc5a54a7d6a62dc4e75ea981520ad8cc7 d5cb395140d8a36f47d1cf6afe98c7689bc666b0 edc6461840f6b21876957386a27e54574d64b7f8
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 535
Depends: postgresql-15 (= 15.17-1.pgdg26.04+1), libc6 (>= 2.14), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.17-1.pgdg26.04+1_amd64.deb
Size: 114160
SHA512: a3f1eb9d83148726fe4e5ada3c1aa12fa117b6a13b20922f0aed23b0751dfad546971142b65b0b831f50fd98270b569c5b1c60d7e025fc1e5c13bb2695809c88
SHA256: 74fc0c5f31050d9021370897937e015f4c515a56bdd2b7eb46f6e1ac71834210
SHA1: c3bdce4e522672b03957c649fc5b960a4cb8651a
MD5sum: d16ca3a523cbd229059955d0c2c8852f
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-plpython3-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 299
Depends: postgresql-plpython3-15 (= 15.17-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.17-1.pgdg26.04+1_amd64.deb
Size: 186840
SHA512: fa192f8d0ef2209a2b84cc18837a5f9c6e01ab728ddab1e0a2bc93595147f997e0d8956415bcab8bc990f12100c8c2cd12401c027746c4ea5980328b73bfcf7b
SHA256: efb414945996c99a8f2bf659eeba7de97cd5db60ea20e13ea97a5adc8896373b
SHA1: fcdaf1b0d6d33b15f6edfdf619158d85c5fb4433
MD5sum: 1c16fbf7ee319e46196ce20ffbb50461
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 737a6091d40bb3f44a23802ca2e9ae4788ded5c4 84d5697ce2bbb965a470a4b366245793457672b3 e1ffc7d5111d2870ae1c4c1b8f1f366dcf6733e1 e3f10b1a8d162b5af1b8af64264668f330259289
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 541
Depends: postgresql-16 (= 16.13-1.pgdg26.04+1), libc6 (>= 2.14), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.13-1.pgdg26.04+1_amd64.deb
Size: 113896
SHA512: fa4592037ea965cd0fd02dfe5572b77416269c3fb0bb3930507990c59f50c9368b4cb9e447a24dbf087b37de131f6aff7f27c630f479fc3aebfebd27232e7e96
SHA256: 9f6787efbbebfd162332e070815be7fdfad43472b141c8f146e61b47f1590f28
SHA1: e5013922e9b84f906c20284772cf7f50185746d7
MD5sum: 5103e891c74d8a6295feb85c77e36c90
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-plpython3-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 306
Depends: postgresql-plpython3-16 (= 16.13-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.13-1.pgdg26.04+1_amd64.deb
Size: 193780
SHA512: aa81f037855c977ab385c009f561c9c62a5c67c8b0c4b044928900eaf30efb13551f599149f5757c3805367a28d2627e0434c0cb4636332a070ee782ded58cb2
SHA256: 3d058d9ccab136c3a2b9d6d24273fc3c2f19d1d36f376697e2bee0ebf54fe7a4
SHA1: d4caf4300f7a2796942786e0dbf8b9ba441f6cf4
MD5sum: 6b5376e0baf445c9a7a88731f76c4373
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 1b1cf21071afc091eecee9e09fb4ffe3042518da 49569722fe4d986bcda03b1de03ab902c31810e9 818d90d606021bb87c5e08e454062d8635bb0fa8 ba4de699a476c8db6a8d6e5c84cf2e588cdf99c3
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 539
Depends: postgresql-17 (= 17.9-1.pgdg26.04+1), libc6 (>= 2.14), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17_17.9-1.pgdg26.04+1_amd64.deb
Size: 111200
SHA256: ee0bd5920e0c72078829f96175d90e6e9d1cc710b02e3673ac1c79a045854a67
SHA1: 1b7e88feac30d29c5bfc035c62273eb3e5b867e3
MD5sum: ca7869b195de71d4d31cf1c1dbbb0bf5
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-plpython3-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-plpython3-17 (= 17.9-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17-dbgsym_17.9-1.pgdg26.04+1_amd64.deb
Size: 196856
SHA256: 570bb0bd87649b7346ecd31da78c42fd5c2cef494c772d0c6cead3bf37134923
SHA1: 139b34bdbcb8b00abf77ec155daaab0de0e11576
MD5sum: f5a57e2d20506f40369ec091eb8e13f7
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 18b2e52aae46950230aaedeeea6106a34d98d944 5bc2037e788dbc0bb3237b397896b17a81aba56f 61b87496d638758b370c32dd37822c07d2db1dd6 fdb0106d079503c71d254830786b57c1af3cdd66
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-plpython3-18
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 495
Depends: postgresql-18 (= 18.3-1.pgdg26.04+1), libc6 (>= 2.14), libpython3.13 (>= 3.13.0~rc3)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-plpython3-18_18.3-1.pgdg26.04+1_amd64.deb
Size: 92268
SHA256: 6c335d351cf4264824b0eeda6ce4a9fc90becafa44388962d2b9caec5bf56807
SHA1: fc77e015e6375e7ac5caa9b5b96aa0223fe928d1
MD5sum: f20e41c2eb07bcf6f69c2c3468b98346
Description: PL/Python 3 procedural language for PostgreSQL 18
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Python 3.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-plpython3-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: postgresql-plpython3-18 (= 18.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-plpython3-18-dbgsym_18.3-1.pgdg26.04+1_amd64.deb
Size: 184968
SHA256: f8d69ba91b19868d8929ec2ed98e4842862143e89ab3c55d9a4b791167057c47
SHA1: c4d2c351d37c4658eab9571a9368ec859807146a
MD5sum: 0efa43a3abfff3c6f83471e3a3ac0e5f
Description: debug symbols for postgresql-plpython3-18
Build-Ids: 3828cee9a1adbfe016261baa85aad8a338723dd3 4d76f7bfb8d859b1038dfabbab3a76a5b16cb4f3 9430643c2000ef4ca735d726e015ddaf8ca5251d c77418859ea74484b9dd19610b77e43982656192
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 198
Depends: postgresql-14 (= 14.22-1.pgdg26.04+1), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.22-1.pgdg26.04+1_amd64.deb
Size: 47452
SHA256: 6defdd0ea58c306b28181777a151097ac204fe2946ff9c10192d0dba534ec453
SHA1: 01deb5a74a9440c96085ea19e05d919ab54b46a4
MD5sum: fd1c8768ec4177576fc64ce6016b8514
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-pltcl-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-pltcl-14 (= 14.22-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.22-1.pgdg26.04+1_amd64.deb
Size: 77336
SHA256: 684cc56413446c495139258caac6cfa09a9a7c14d9f2c07025632ca46197f556
SHA1: 4158fadad3c54d2558d4e9a853d3793716a8a84b
MD5sum: 802d2dae139a829cc82498dd91f81498
Description: debug symbols for postgresql-pltcl-14
Build-Ids: a10e0400788ae5cea84b191b78cc5b6e891b52fd
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 206
Depends: postgresql-15 (= 15.17-1.pgdg26.04+1), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.17-1.pgdg26.04+1_amd64.deb
Size: 47020
SHA512: c4478a9d9495774e8babb862a09cc735a076a674186260fd6903150279da4d9fc3609a3f5baec0e5a23472c74f7b337d008fa1c1ce74205af3f58f8a96d72702
SHA256: 8dd70d66e1459bebda598a52aac0a7812f29397d55b71aeef526244dd3e54ea8
SHA1: 0d22e0e4c74b960bb412a687016857983e0e48d7
MD5sum: 4830ce032168468044d044f84bb66a7f
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-pltcl-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-pltcl-15 (= 15.17-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.17-1.pgdg26.04+1_amd64.deb
Size: 81032
SHA512: 3f89c5d0a690d99af8abc79e2736b7ea154271fbbff49dfd0b46269e223cd36810b3c3bb14c00a1e251717ccbe81f4d163f9c75e4e1e9b2af9c0e247ae6e703a
SHA256: 154d5646f2051dd4c04cf0826ab079f0d91408ee5bbdf0aa6f3c9b99e4a95def
SHA1: c84989829bee499dc65eefa702025fb89179cc6f
MD5sum: 2526bf1e51c523198ef2eff60649e1cd
Description: debug symbols for postgresql-pltcl-15
Build-Ids: b1f8b928156ac32a0ada2daa73ab843ca9973f68
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-16 (= 16.13-1.pgdg26.04+1), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.13-1.pgdg26.04+1_amd64.deb
Size: 46740
SHA512: d6372164634f94623a2699e0b0f4b72a5a92d3317f09d6f262707e62e2d09cb0fbf3f163e69220354872433cfcf580b1a8dc4dc7bb1a7d27039e94123639bdc8
SHA256: fc6b79b1f9412ceefe296111dc981dbcb1db706bbe2db2e7e03b6ae2ccba73c9
SHA1: 510ab620ed9d344d2198bd1cbc36faf6c1e26efd
MD5sum: 8c799c46974cbfcc990c4928e1a512ea
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-pltcl-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-pltcl-16 (= 16.13-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.13-1.pgdg26.04+1_amd64.deb
Size: 83268
SHA512: 7c6bccd43c1939c4fe5a0b9d1e3678f0e082a004a4f12080b09ed26675ab2591ec8d8d4be45d77f3ad13c0fd46c50da3c720dc646083ff22b8e58487f8d31e1a
SHA256: 8337094430ab709d5343ba56864a27bbac83192215cf9fc3bf261168e7ecdd14
SHA1: 0f4bde1be8c1c8c584febd5a3d65333d25a63901
MD5sum: b14fa239f2e20d9651950455e8def0b6
Description: debug symbols for postgresql-pltcl-16
Build-Ids: 32f1663e35063d1cf97b66be693c783970d2bd11
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: postgresql-17 (= 17.9-1.pgdg26.04+1), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17_17.9-1.pgdg26.04+1_amd64.deb
Size: 44584
SHA256: 7eea8a96efe7feb36e274c428e44baecf773dbca37d90db93f201798f0e5ff06
SHA1: 658e4103024b08ee09a3267b1cf5a3ffa628c09e
MD5sum: 3da44ea26a3fd4723ffc051cc790008a
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-pltcl-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-pltcl-17 (= 17.9-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17-dbgsym_17.9-1.pgdg26.04+1_amd64.deb
Size: 86520
SHA256: ffac3b321c2f541b0373e4503647a005879acbaa56eb3622591f51e492ee3c55
SHA1: 367d87e9359c9523721082ce291da94bc4e53810
MD5sum: bf879675d994e27eb0e1d6e61decf4fd
Description: debug symbols for postgresql-pltcl-17
Build-Ids: e3bb0e79a53fd2e7008a49cccf7c1b830a5f046a
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-pltcl-18
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-18 (= 18.3-1.pgdg26.04+1), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-pltcl-18_18.3-1.pgdg26.04+1_amd64.deb
Size: 42208
SHA256: 3c21ce9502179a3fe421b2b774ffc16e4981b68c21f26e4e060a4f3457a028e9
SHA1: 8b3b423de36c492ce1c64bd6424c16faf6b76346
MD5sum: 958c76105286274eb3e424f3eade0383
Description: PL/Tcl procedural language for PostgreSQL 18
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Tcl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-pltcl-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-pltcl-18 (= 18.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-pltcl-18-dbgsym_18.3-1.pgdg26.04+1_amd64.deb
Size: 90052
SHA256: b8d87bdc5641b95809af0e0d1bf2aa5a450e5d3b9bbb777ff5d77b994ab02d8f
SHA1: cf62f56962538286f1352a31f807e92f27ffa573
MD5sum: 69383444f1c5ed194c8513f3c7c6c95b
Description: debug symbols for postgresql-pltcl-18
Build-Ids: f27a3677bd9cdc3901e98dc37942004c2b03e7aa
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6734
Depends: clang-21, libpq-dev (>= 14~~), llvm-21-dev, postgresql-client-14, postgresql-common (>= 142~), libc6 (>= 2.38)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.22-1.pgdg26.04+1_amd64.deb
Size: 1145228
SHA256: 174fbe69e6b72f039cf71c7f014ebbe7064177d09fc4e8cd9752133772e21eb7
SHA1: 794303f9372c9adcdd5188a96f811dccf8f99133
MD5sum: 91efe75cf4fc5a3864f7d95ea3dee037
Description: development files for PostgreSQL 14 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-server-dev-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.22-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-server-dev-14 (= 14.22-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14-dbgsym_14.22-1.pgdg26.04+1_amd64.deb
Size: 70096
SHA256: 4a28f1d19193593d9414cc3f8d13547aaa3e4224635a4bc7a1942fc933e3202f
SHA1: 6ab3eac02234dde072ec127f4024db8fa4c889da
MD5sum: e71aaea5e77b6ccd2c5c9989b21b6858
Description: debug symbols for postgresql-server-dev-14
Build-Ids: ff16f05f0c6af1017ea030e4ac979a170b4cee06
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6891
Depends: clang-21, libpq-dev (>= 15~~), llvm-21-dev, postgresql-client-15, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.17-1.pgdg26.04+1_amd64.deb
Size: 1169960
SHA512: 9f50bb05133c1f5b20d2c318a42e878254d085e38533f91b69b32f206e1ce80ac815043cfb44e8261b8225132f429205f5d0cd5093668de5f823edbb63fc9b42
SHA256: 10e3f1317dc165ef67084ede3df9a5daf3d486e15ba52657350017a59f0c78f3
SHA1: c5ea2f5ffe87d2bd27b95f76e5060645816327fd
MD5sum: 8a95c2664d494e1ebf04a514457b9e95
Description: development files for PostgreSQL 15 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-server-dev-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.17-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-server-dev-15 (= 15.17-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15-dbgsym_15.17-1.pgdg26.04+1_amd64.deb
Size: 74360
SHA512: f810e0fa031bbfd946cf021718e0cdd01e289172f4e4c31cd68fabbd7fdc69bbd64fdf7a785024d199aea0c86ae4263592424286b68f5b4e5dcf1ed7ddb62803
SHA256: 21b0a6930bed1b703ede6a597c056bfe31babbb08c2d67899a927b42f14a9f35
SHA1: a7c5cf6c4addb0e06495f51038161169fba1b8e6
MD5sum: e86a0422cd6d7c58311a309c352d6017
Description: debug symbols for postgresql-server-dev-15
Build-Ids: 1692571fc0edde15cc5904aeb0de324fb3bb6341
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7063
Depends: clang-21, libpq-dev (>= 16~~), llvm-21-dev, postgresql-client-16, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.13-1.pgdg26.04+1_amd64.deb
Size: 1195536
SHA512: 9ee5850b4b6d53fd9b8375e43a3f8db76891b11d38574f9e06c87f09376113fd36ea90f872cbe49248e5f5e40801313d31ab7778a018989ef0249fb33f78faa3
SHA256: 44eb9491f4faf1fdd900567012bd6001b55f74481aaaa37a44291e4b78e70dc2
SHA1: bcecf80f9d1f64836d02f2ab3bd5ae1253c89498
MD5sum: 72fdaa5c9ac09dd5b2c94335df22d758
Description: development files for PostgreSQL 16 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-server-dev-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.13-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-server-dev-16 (= 16.13-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16-dbgsym_16.13-1.pgdg26.04+1_amd64.deb
Size: 78328
SHA512: ce3777152b2ad924e56f196baf24c0d2d04916668c15566a3afe529e00c0f3e2948d8145bdef0f22bbbd4b463f905abc140d1c74a4c3f944c996742adbccbecc
SHA256: af9549a8b720b965b666db49b8b607ae0ee3b4d3b38cc482103b5bcb3486186f
SHA1: 2c06e040deb8408c1b9a1a80014639ebec7e857b
MD5sum: 21e7a9f643618be851fff2f788efb5cf
Description: debug symbols for postgresql-server-dev-16
Build-Ids: a21e8f22a780122d14b810b52c13c5cdad0c04f7
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8269
Depends: clang-21, libpq-dev (>= 17~~), llvm-21-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17_17.9-1.pgdg26.04+1_amd64.deb
Size: 1335400
SHA256: 8be14be40e843e430a88135ca00378a58436158a208037824b789bb3512b7745
SHA1: ef313ab3d8de07ebcc07390b17ff4a3e09448980
MD5sum: eb41d2e47e7a1a832e77022abdf372de
Description: development files for PostgreSQL 17 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-server-dev-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.9-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-server-dev-17 (= 17.9-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17-dbgsym_17.9-1.pgdg26.04+1_amd64.deb
Size: 137592
SHA256: 24004eec264ad0c41303469d320d665b9da29b60bc6c699d5f43318ae6ae2438
SHA1: 3af3b0a62626e57ae1dff23cd4623ced511e9a9a
MD5sum: 1f9a25f4baaecdf6fa60daaa029d1a44
Description: debug symbols for postgresql-server-dev-17
Build-Ids: 4f631c6225027d2f38fa62e45f6fac303cc49a85 8909c85afb877643b50da5d5dc17d63125046e03
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-server-dev-18
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8697
Depends: clang-21, libpq-dev (>= 18~~), llvm-21-dev, postgresql-client-18 (= 18.3-1.pgdg26.04+1), postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/postgresql-server-dev-18_18.3-1.pgdg26.04+1_amd64.deb
Size: 1395756
SHA256: 751befc95ffb007fb48d14e8f8ca00524ddeb4b73b32be51ec57466f32ff8816
SHA1: 4e7ad41c6dcb16204858531a8b49eab10cb0e2bd
MD5sum: ae55c77210ecbca137408fd9790f8088
Description: development files for PostgreSQL 18 server-side programming
 Header files for compiling SPI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-server-dev-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-server-dev-18 (= 18.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-server-dev-18-dbgsym_18.3-1.pgdg26.04+1_amd64.deb
Size: 133808
SHA256: b728d436f161a4d3fb3b7a4507a941f8f527ba63e0341974843518503b55cd37
SHA1: 3eaeda5e149313f7d8d45a8e99774808785601b7
MD5sum: 4e082c38a3777e912a5dd68eabd3e907
Description: debug symbols for postgresql-server-dev-18
Build-Ids: 2c0c8bc0166f78f8e72f1fa6b4921b83fd57cf08 cfbcea6ae16b6036064f26c6b72a5a257214e0f1
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 290.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20
Depends: postgresql-common-dev (= 290.pgdg26.04+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16, postgresql-server-dev-17, postgresql-server-dev-18
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_290.pgdg26.04+1_all.deb
Size: 15224
SHA512: a0849d43fa963cb5fd6f3104e7c877bb176808707432040351b697dc2c8f04f45aae77dfecdaa88a8f3bffc4b7bcb32f0c7fa25c8bbce884dce13aff7bc08698
SHA256: c0e177e66ff7f2c302633061866fa622dc3ebcd1f523ec3e938b3c5aa7632486
SHA1: e722eb2adf4582990915ce23f8a2fbec849d7920
MD5sum: 1b5c028a310a8c48491d3ebbc6034a5f
Description: build tools for multiple PostgreSQL versions
 The postgresql-server-dev-all metapackage depends on all server-dev-NN
 packages for all supported PostgreSQL major versions, required to
 build PostgreSQL extension packages, as well as on postgresql-common-dev
 for build infrastructure.
 .
 PostgreSQL is a fully featured object-relational database management
 system. It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects. Its features include ACID
 transactions, foreign keys, views, sequences, subqueries, triggers,
 outer joins, multiversion concurrency control, and user-defined types
 and functions.
Timestamp: 2026-02-26 12:12:48+00

Package: postgresql-12-pg-csv
Source: pg-csv
Version: 1.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-12, libc6 (>= 2.4)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-12-pg-csv_1.0.1-1.pgdg26.04+1_amd64.deb
Size: 9060
SHA512: f497f8a5e134bbe7632083ad947050cd6002fbee21b74c1508246851e6230d628dd5af90b08296869a2c2cb2267aa9fc5e5bb9730b774a7b6cc1fd4cb74bf257
SHA256: 11c2d216de9a889a05365f6cc6f3e25e0b309595bd77dd4f853e0e60585b5362
SHA1: 7372b70607794807247e3bef3d66046a336e5b4a
MD5sum: 9f98181cc0004d4f3e996be1f87b97e3
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-02-27 18:33:54+00

Package: postgresql-12-pg-csv-dbgsym
Package-Type: ddeb
Source: pg-csv
Version: 1.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-12-pg-csv (= 1.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-12-pg-csv-dbgsym_1.0.1-1.pgdg26.04+1_amd64.deb
Size: 19456
SHA512: e0ec78ac8547981889534bacc9d000d93daf90d04e9fa017682ff033ca8a5b703f8efb6a6927d7152f4aae203dec899c498b2d9081be5838c248b7f1eed73348
SHA256: 3db82474c53015fe8739ad6b59a01788603dae5db1c385d005effbbc2170b949
SHA1: 01de17c0c1f3aa5509e3c3454be4f77bb242fde4
MD5sum: 9097b6cb505f7bc5be2e9d19068383c8
Description: debug symbols for postgresql-12-pg-csv
Build-Ids: 66b7e6652e55253fbaa8f5d8145f5bcd9f733dff
Timestamp: 2026-02-27 18:33:54+00

Package: postgresql-13-pg-csv
Source: pg-csv
Version: 1.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-13, libc6 (>= 2.4)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-13-pg-csv_1.0.1-1.pgdg26.04+1_amd64.deb
Size: 9040
SHA512: 47ce02c41b5262af54677fbb164407f0827c32f123d7d3e91feacd31c0f4a36a5153b36d64ee45de7b88383721a3e61840ded4a5f8b077e974fd1ef1c532b5a4
SHA256: dc744ef27465e7540742d29b35b9d3cde551b04616699bee38f98c8403fc85dc
SHA1: e7a0aa1042c4e62f1a37b9e3cc45fdb8eb766583
MD5sum: a5ceb4afcf00e1a7669fe40da78ae75c
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-02-27 18:33:54+00

Package: postgresql-13-pg-csv-dbgsym
Package-Type: ddeb
Source: pg-csv
Version: 1.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-13-pg-csv (= 1.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-13-pg-csv-dbgsym_1.0.1-1.pgdg26.04+1_amd64.deb
Size: 19540
SHA512: ea6a2203e8fc703d42b7bf70f1d311668f4a8237e4acaa5441786e2f71bae8d2a32f7c0527ccd734c3422e7cdb9e0cfa79b60f74e3c1e71723e1c7968c769c2a
SHA256: 4a50ff57f3456f01b3fc8cc4216c4c7a9342e3b35257bd75ca28977996a9f38b
SHA1: 5741c20b7e9cd4043ceb27fcfa7ac5efd0715922
MD5sum: ac79d61812df67a2e1884a85e89fa484
Description: debug symbols for postgresql-13-pg-csv
Build-Ids: c220276a366bcea8f89d58693eea326aa481be04
Timestamp: 2026-02-27 18:33:54+00

Package: postgresql-14-pg-csv
Source: pg-csv
Version: 1.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14, libc6 (>= 2.4)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-14-pg-csv_1.0.1-1.pgdg26.04+1_amd64.deb
Size: 17372
SHA512: 191117be4c0c9ab1352d9c15279bb6a34cbd35b36e7e02af756c6a406f756ee28ef853e1c32ccc210ed79c65a7b06f694e5970ee1aa7148bb740483ec9945c93
SHA256: 7021d75a1507d715837295459e4850455c02d72c8af0e152b8b43e0f3403f392
SHA1: 7c281f486e767652d0850987227cd08f00f3dcd2
MD5sum: abd878bbfc0258187df1d4f3113f57d6
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-02-27 18:33:54+00

Package: postgresql-14-pg-csv-dbgsym
Package-Type: ddeb
Source: pg-csv
Version: 1.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-14-pg-csv (= 1.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-14-pg-csv-dbgsym_1.0.1-1.pgdg26.04+1_amd64.deb
Size: 19708
SHA512: 8629f99504bce9ffdae388de82d88d614be3904fc36cb7fe16131f4b2d92a06f7719091965039683c1353a80672066a30b4533bfa37a70c07750478a4531148e
SHA256: b4ea47691aba250fa4871fb7265020722199a89577be378557e9445aaa6d66d0
SHA1: 8e1a4367d74cfd5982939b74189d366db664a10d
MD5sum: d312303867258e2d57d127fd5deb71ba
Description: debug symbols for postgresql-14-pg-csv
Build-Ids: c92c607c199cebe383f6d54299bef20a5369ae35
Timestamp: 2026-02-27 18:33:54+00

Package: postgresql-15-pg-csv
Source: pg-csv
Version: 1.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-15, libc6 (>= 2.4)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-15-pg-csv_1.0.1-1.pgdg26.04+1_amd64.deb
Size: 17388
SHA512: 93e30db4b9afae3e7bce8015d13a79683adb0bd7c78cd0b64ad5992f1007295c063e96b357c563e50725a03a7322407a2824f7cdac394e652eb229d7c2213c59
SHA256: 88af04a6284114b73cf0702e3469ece48c5e3cdec3521dc8745e42ec4e7e1c5d
SHA1: 15ec6b65369a29843ce0ecf179e73b71c97823e2
MD5sum: 03b490a5405fd5b75156414a7943c396
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-02-27 18:33:54+00

Package: postgresql-15-pg-csv-dbgsym
Package-Type: ddeb
Source: pg-csv
Version: 1.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-15-pg-csv (= 1.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-15-pg-csv-dbgsym_1.0.1-1.pgdg26.04+1_amd64.deb
Size: 19820
SHA512: faff5938eb0fed15d9f74df980d7eaf58493a77f5180ca759ecd00889250d8f86380d4306bda43a75c7185fbffa971095591452f373d1bdc67b7f522fd264c30
SHA256: e06145ea6c780e74b4db442cb712665a99a0d49ed617402405c2f4ed4a28ba1c
SHA1: 8d3637ac65fcab2e8907a75b8957ca1708049f46
MD5sum: 98a26267712f8b8be80ec6c80fc721a2
Description: debug symbols for postgresql-15-pg-csv
Build-Ids: ce93de81f28a63cf17de536300d46942612bdf80
Timestamp: 2026-02-27 18:33:54+00

Package: postgresql-16-pg-csv
Source: pg-csv
Version: 1.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-16, libc6 (>= 2.4)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-16-pg-csv_1.0.1-1.pgdg26.04+1_amd64.deb
Size: 17196
SHA512: 0816741b23d7fd5416b941bb262f807a73445ede313a5dc81cedea82a07a2d58b1a164e0ce649e5f6e5d92287fbe5bd496eabd2fa55373211f5cf77266105be6
SHA256: 784485acb7def211b56c7090324b04bd4da1df3f90e795645726831ffeea8342
SHA1: 3f31a725522926e57af2f09a1ede8bc274776c6d
MD5sum: bb9804cc6d2255786debd82e28d3f9a3
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-02-27 18:33:54+00

Package: postgresql-16-pg-csv-dbgsym
Package-Type: ddeb
Source: pg-csv
Version: 1.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-16-pg-csv (= 1.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-16-pg-csv-dbgsym_1.0.1-1.pgdg26.04+1_amd64.deb
Size: 20860
SHA512: 19b6515e8f176be526e0c7f4266e5201b31c7bbcebb073c146aebc8d9505ba8d43b63a139c740345dcdf0d90432d0b2d6a05ea36dd3b8f9aca9f2b0d66ee63e9
SHA256: 10ccb4ee9c66a821b432edd61b815f8e5ab8a22a221e8e4d9d6c8b3149eeb899
SHA1: 05e5b4a571d8b6a10292a9f7308e0ccb2ea5c843
MD5sum: a7ae5091442516bd1c7072195ed0f349
Description: debug symbols for postgresql-16-pg-csv
Build-Ids: 7ea6875129a104c860ce593396cc6a16f85a0ee6
Timestamp: 2026-02-27 18:33:54+00

Package: postgresql-17-pg-csv
Source: pg-csv
Version: 1.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-17, libc6 (>= 2.4)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-17-pg-csv_1.0.1-1.pgdg26.04+1_amd64.deb
Size: 17176
SHA512: 7251088238f350125dde1633cfd6745360440e5ff09572adb17db6582892cb7d02586089b776279ec379837f361fc0358d4486213b42b66ea42cf3be63706cd1
SHA256: 1d6234832eea8e0fc6101954e0ad70bb0744dcaa20df31965ce6da41a8ba95b9
SHA1: be2af758fefd4d45e187465b7961a9d9bf6c79cc
MD5sum: 2740fe6f031ff03f8ecfa9c693aa003d
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-02-27 18:33:54+00

Package: postgresql-17-pg-csv-dbgsym
Package-Type: ddeb
Source: pg-csv
Version: 1.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-17-pg-csv (= 1.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-17-pg-csv-dbgsym_1.0.1-1.pgdg26.04+1_amd64.deb
Size: 21224
SHA512: d2b727e94160a28ea0e0fbcfaa6311e032c9f75158dc23f448a7a4e1a468409c1a74cd7aeed5007687f9812c42b88041da9dbc5c7ade0c23c02f8b1ba9ed9096
SHA256: 87e003c1b7814059dcbe0fb683ee4a858683dd830f42f4e6a9f32701a6b50bcd
SHA1: a2ea5d62a0ad038e272df8ed0ddc02755110a47e
MD5sum: 1560e28ef6ef19cce6ad831155d7428f
Description: debug symbols for postgresql-17-pg-csv
Build-Ids: 245826ddaf0d6ca7a7fd4ee8ada7b88dc45aa4cc
Timestamp: 2026-02-27 18:33:54+00

Package: postgresql-18-pg-csv
Source: pg-csv
Version: 1.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-18, libc6 (>= 2.4)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-18-pg-csv_1.0.1-1.pgdg26.04+1_amd64.deb
Size: 17316
SHA512: aa30771da0cf138df2ebfcd6d9ff4a597cb84a588fdfb0ffd0c13ddbac8b99bb471c0869a456704c5f456aa01013aa604989761e3220f7fdd0ef97838eb4c4b6
SHA256: ab6c1bdc783bdcdf2b3311c99d49c9e97c7de6f271d3a6c8568fa33ffdba0313
SHA1: aaeba181c661bc492a94495570a61ed4a51a2ca5
MD5sum: 22bfe21ed2025fbbb6594a46d9dd3d20
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-02-27 18:33:54+00

Package: postgresql-18-pg-csv-dbgsym
Package-Type: ddeb
Source: pg-csv
Version: 1.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-18-pg-csv (= 1.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-18-pg-csv-dbgsym_1.0.1-1.pgdg26.04+1_amd64.deb
Size: 22280
SHA512: c889adf60a651c558fabc28e4caecaca72e8b0c0b43e1b98ffebcc680b4e92eeb7ad395e4742d08865a28d3e3e5af49b7073abc2765b99e646c55eb4b56a573c
SHA256: 35ed17f937a379053ebd5d19b68c14cd38180ddc70d4c5b19ee12d11b3a7300f
SHA1: 510fe4bd2b93fec366993d27eea33686263354c0
MD5sum: 35f3e7dcedeef219ac1a2df1dccc6287
Description: debug symbols for postgresql-18-pg-csv
Build-Ids: b532db4c712984a0084b1392d057e6745d13f78a
Timestamp: 2026-02-27 18:33:54+00

Package: postgresql-15-pg-csv
Source: pg-csv
Version: 1.0.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-15, libc6 (>= 2.4)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-15-pg-csv_1.0.2-1.pgdg26.04+1_amd64.deb
Size: 17416
SHA512: 7a0e8943d0d6574626b5efe0116350c2023f1e12748491ac540a46adeb6e9b979f8226d31340271286b65d34c846b00806befb896a29543c53ac8dba9652a724
SHA256: 3192b67a5823c0037ad8e39c3de69f68974db7bf04c25a12f703b68094206063
SHA1: 3aa9c90857edaa52985535682f3a0ae62d66190f
MD5sum: 3b26556b40cb3a8bdf32b7833f1880de
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-03-02 11:20:44+00

Package: postgresql-15-pg-csv-dbgsym
Package-Type: ddeb
Source: pg-csv
Version: 1.0.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-15-pg-csv (= 1.0.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-15-pg-csv-dbgsym_1.0.2-1.pgdg26.04+1_amd64.deb
Size: 19800
SHA512: 495980d11e664bec6090de2081606f487b1cbc37156540b7ca7667c64e559d8f0dd3822143aa55d30c704d29cfeb9d77b3b4fe21ba97e90bd22a24ce24631759
SHA256: bd8fda702f712335b6d908891e0e76f7ed3e390cf05d86a8ba33c171114c43d4
SHA1: 1fa49569485b0b338cbaf120cb526131d1c471e9
MD5sum: 4eedec1b7efc151d23c3f24c055715db
Description: debug symbols for postgresql-15-pg-csv
Build-Ids: 564179b7a40fefd785e433830f23d4c0aa21c666
Timestamp: 2026-03-02 11:20:44+00

Package: postgresql-16-pg-csv
Source: pg-csv
Version: 1.0.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-16, libc6 (>= 2.4)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-16-pg-csv_1.0.2-1.pgdg26.04+1_amd64.deb
Size: 17236
SHA512: bed2fec13ccc94979c2c528be723addab8ab226d75559b43c110747347ef0358a29f9a31cff079144a7baf1e3d21a170da673382127e3ad552dfa0439cd7d597
SHA256: 5d9b2a1c9124127609fc3680eb68b2fa2605f766408d09ee51ead822a1281e6f
SHA1: b3204549ce9dc35e06625abc9fb352d51a4b4f78
MD5sum: bd9e4ded70d33998d722ef23784de599
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-03-02 11:20:44+00

Package: postgresql-16-pg-csv-dbgsym
Package-Type: ddeb
Source: pg-csv
Version: 1.0.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-16-pg-csv (= 1.0.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-16-pg-csv-dbgsym_1.0.2-1.pgdg26.04+1_amd64.deb
Size: 20844
SHA512: 05dac1afa2f6c7013be7377ef226abc1bfa8dc676456eed5cfa88ae8cb9872c7bf88fe2520ed80d49fa8084bea85213a1b73cc0136343b11f06cfde4cd5ce166
SHA256: 9d4f39197aeb0e114eeb573af67830339fe46d8c0f39127cc993e9c7e5ec9d1c
SHA1: 440b05093012dae0cd6a208b5b5764a539cf42df
MD5sum: 873c35df23749290a82a8eb03771da2e
Description: debug symbols for postgresql-16-pg-csv
Build-Ids: c63e13f0684a26e1d4907121c3b67256ad37217f
Timestamp: 2026-03-02 11:20:44+00

Package: postgresql-17-pg-csv
Source: pg-csv
Version: 1.0.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-17, libc6 (>= 2.4)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-17-pg-csv_1.0.2-1.pgdg26.04+1_amd64.deb
Size: 17224
SHA512: d33fe284c43b8c967bab02348756b5708508483b518db3f9620bb87ac88f8db1ba714ed897384dcd339587ba7e4758ce405cc963ea5abaea3915abaa25fd0b5b
SHA256: 2dcb4b137fce213eb1252b9deac7b1fff51b2d612673e17082436378d177050b
SHA1: 9f0ec65915b35c635bc57d1338f730a8032484da
MD5sum: 59f3d92547aa3a16526b360e7982a774
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-03-02 11:20:44+00

Package: postgresql-17-pg-csv-dbgsym
Package-Type: ddeb
Source: pg-csv
Version: 1.0.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-17-pg-csv (= 1.0.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-17-pg-csv-dbgsym_1.0.2-1.pgdg26.04+1_amd64.deb
Size: 21224
SHA512: dc62e67d4609eb4a9c6b9c9f4021a8b072ee82dcfbaf66e5814687cad4324a50165f5e9b40956f7cb7440c2943dce6bcafd7a16bea542465d1077962c82b3aea
SHA256: e48da2582ecb727a3a769bf6729300a3888666f054ba8d8d1e7e919e79a30709
SHA1: 14b3b9eccd509f5e8106230381ff5bc758aa8aeb
MD5sum: 90ce780decc221d0ab95c66ab30add04
Description: debug symbols for postgresql-17-pg-csv
Build-Ids: 08dd5bdca5245a69bc219d0cec44491ca50ffb59
Timestamp: 2026-03-02 11:20:44+00

Package: postgresql-18-pg-csv
Source: pg-csv
Version: 1.0.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-18, libc6 (>= 2.4)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-18-pg-csv_1.0.2-1.pgdg26.04+1_amd64.deb
Size: 17360
SHA512: f40241da7ad85d6a78961b57586f051be70a9f583c67d48cbecacc0b18204c1f446e81f45837b3a3ff796781e8ec94c739a18992b4107880b482a85522b008bc
SHA256: 504e38604555c8ed32fa906920325c4147a4463edf6ab5b0d4cec445577f2371
SHA1: 051fbe55dd7ea73ed9f14315e5c957dd37e0f00a
MD5sum: 0a9cce69ca2d7533049c57ca99f47b35
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-03-02 11:20:44+00

Package: postgresql-18-pg-csv-dbgsym
Package-Type: ddeb
Source: pg-csv
Version: 1.0.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-18-pg-csv (= 1.0.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-18-pg-csv-dbgsym_1.0.2-1.pgdg26.04+1_amd64.deb
Size: 22288
SHA512: 77692271e4997e28906c73400341bd187efca5ca3eead797988bd030426fb2b3df672916639807ff6e1f8f55e68e5ad5257833285e23a0ec9320bc6292dba885
SHA256: e5c6e5de4f186ab5b8a65cafdec20fb510b59842574f0e3963171c0eae663b9b
SHA1: e3f4833daa3fcf1a17a2fd87bb96976cb6435866
MD5sum: 07d4d72b543b7e2683485fcf5382e2be
Description: debug symbols for postgresql-18-pg-csv
Build-Ids: ff8862919ae0ccc45bc5b2aadad1c6392234e3ab
Timestamp: 2026-03-02 11:20:44+00

Package: postgresql-12-pg-csv
Source: pg-csv
Version: 1.0.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-12, libc6 (>= 2.4)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-12-pg-csv_1.0.2-1.pgdg26.04+1_amd64.deb
Size: 9100
SHA512: d1aae5a98e731a3d120022b59c00660f05c6069f75d880ac54594bb61e6abe8dacf6bcf91dab422a7e8531c5a504950dcc5520676ba3da8517a3bee02378d72c
SHA256: dd58505122eb7848ff33e35b829ba41eb2123f5f16c417317e75ee876ae45f8a
SHA1: e693ba12c89227e6c0f03d82a8f7493df11dc899
MD5sum: e95e8063b7c960b778828a699a60d834
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-03-02 11:20:44+00

Package: postgresql-12-pg-csv-dbgsym
Package-Type: ddeb
Source: pg-csv
Version: 1.0.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-12-pg-csv (= 1.0.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-12-pg-csv-dbgsym_1.0.2-1.pgdg26.04+1_amd64.deb
Size: 19452
SHA512: 7aaffc06937cac98988628153621e4c4d8581b503db3a049f15c295ecf4fade5dfe134b908d8f460e97eb1960f1d8f5c8f536464a64dd28459d7bda1f05a886e
SHA256: 1756996b47129323fd5d7ca921de9af2a0c55bb12a4f9c35cedc5700cbed8ca4
SHA1: f2050a04c8381cd638e95f9ea3097805105c41b7
MD5sum: 61a6bf4322da1439445a3485a2cdbf2a
Description: debug symbols for postgresql-12-pg-csv
Build-Ids: 30a82fe2ef8b0e3ef58f7171b6a8bfdd02e55a0c
Timestamp: 2026-03-02 11:20:44+00

Package: postgresql-13-pg-csv
Source: pg-csv
Version: 1.0.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 41
Depends: postgresql-13, libc6 (>= 2.4)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-13-pg-csv_1.0.2-1.pgdg26.04+1_amd64.deb
Size: 9080
SHA512: f90ca4bc7d6545b0fd6d2fb60e173c33940751e720e2743e663e4debc6566b794ed3e1c81f799d18298b83a2c0abefbd89c69df6f56fb628cad084d5f8ae3b33
SHA256: 30b635e94d10f0ab01644ac6a02af79ea239471a6962631181823335d855e172
SHA1: 8043861301a8642b748973537a3efe926bd62012
MD5sum: 3127a2a1ca40db9cb9e35a7cc7b4eadd
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-03-02 11:20:44+00

Package: postgresql-13-pg-csv-dbgsym
Package-Type: ddeb
Source: pg-csv
Version: 1.0.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-13-pg-csv (= 1.0.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-13-pg-csv-dbgsym_1.0.2-1.pgdg26.04+1_amd64.deb
Size: 19528
SHA512: 956bbfb7468fc4214bada909823dcae51db51c52d970fa4ce280b42aa947a1f6987e0b4b43d7945dc709ba6ba45f9f91389bc9552a5ebec144c88d3051299d5a
SHA256: abb646bd29bdb4b4b922c2e7f563ea0e5b95a799d69d9f781d4a802fcc64214f
SHA1: 1fea60425d6b86a602c2def6a6d129e214838378
MD5sum: a2b773529af869015cb436c60afa964c
Description: debug symbols for postgresql-13-pg-csv
Build-Ids: f2fb15971fd7f76036a123da0927e359a1625dca
Timestamp: 2026-03-02 11:20:44+00

Package: postgresql-14-pg-csv
Source: pg-csv
Version: 1.0.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14, libc6 (>= 2.4)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-14-pg-csv_1.0.2-1.pgdg26.04+1_amd64.deb
Size: 17392
SHA512: cfec0686cb43d82714c0d3f6f16919fdc3cd1f6f5f04c09c47d38c0e1488e78bd6e011c2f949bdcb5b6c443ef8790f091b40a8108db9c3b15ea1b13f4ab49aee
SHA256: 853a5df71b952a7fb6f3ce568cd95ffbc0f5a76801bac6513746c9f6b5b74a7f
SHA1: abf586b6c15e8c7fcfbb2be7633c85ee5f8c10f3
MD5sum: 202cbcdeba3e74a5e42fb15497c9288c
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-03-02 11:20:44+00

Package: postgresql-14-pg-csv-dbgsym
Package-Type: ddeb
Source: pg-csv
Version: 1.0.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-14-pg-csv (= 1.0.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-14-pg-csv-dbgsym_1.0.2-1.pgdg26.04+1_amd64.deb
Size: 19684
SHA512: 1e4db04c94d2d0b2b19e2c79bbf37a86342e2fb7f238c04311af5b1a93e6be86e06242ada6f21de587e0422402f2f612bee4e479044565d349d64de96d78dafb
SHA256: 1b27a999a3ff68684787504b407106f9c93fa42edaf193a3775ff14722af7d75
SHA1: 2fdbd92aa14f29cd96b52e08d776e2825b62f583
MD5sum: b38f177ee6c7dbf01a628eb67bfdfe7f
Description: debug symbols for postgresql-14-pg-csv
Build-Ids: cd6b2b037bec834082cd166c603322d0ae5388f2
Timestamp: 2026-03-02 11:20:44+00

Package: pgloader
Version: 3.6.10-5.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28790
Depends: freetds-dev, libc6 (>= 2.38), libzstd1 (>= 1.5.5), libsqlite3-0, libssl3t64
Homepage: https://github.com/dimitri/pgloader
Priority: optional
Section: database
Filename: pool/main/p/pgloader/pgloader_3.6.10-5.pgdg26.04+1_amd64.deb
Size: 26875976
SHA512: 6579097a94068b89f74fbcc882943f5d4ffcd74335c34d053bc3128202731b29435d0ceb428c857142b2d164e743a2e10eae352c6caaa5ae5b3ecfae4c6415b6
SHA256: db93a82de36aa2dbfece0555f5c5385741b9958ad0a0affcfc508ed6439a72f0
SHA1: d008d96046faeb716c8e85c94d52edf1cb88ba19
MD5sum: 089dc137e5cf5363a041411c48173236
Description: extract, transform and load data into PostgreSQL
 pgloader imports data from different kind of sources and COPY it into
 PostgreSQL.
 .
 The command language is described in the manual page and allows one to
 describe where to find the data source, its format, and to describe data
 processing and transformation.
 .
 Supported source formats include CSV, fixed width flat files, dBase3 files
 (DBF), and SQLite and MySQL databases. In most of those formats, pgloader
 is able to auto-discover the schema and create the tables and the indexes
 in PostgreSQL. In the MySQL case it's possible to edit CASTing rules from
 the pgloader command directly.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-10-pgnodemx
Source: pgnodemx
Version: 2.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-10, libc6 (>= 2.34)
Homepage: https://github.com/pgnodemx/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-10-pgnodemx_2.0.1-1.pgdg26.04+1_amd64.deb
Size: 35704
SHA512: b69250937a8517c01b7c45b92ead76501259a7de4ed2819e23bf7cf0846c4f9f0e4162e3627c7b65b9d713152eec59622256476669537f5c7a70a7486f2df961
SHA256: 59e486cca9c03af64d1c5e142a847c669341919fa16be434e4b41b1baf4ebf01
SHA1: 3f6c1724ab666b7dfc1316d7850d6323b785edf3
MD5sum: ef5717706f19c9b18fa75e087c9a3bba
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-10-pgnodemx-dbgsym
Package-Type: ddeb
Source: pgnodemx
Version: 2.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-10-pgnodemx (= 2.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-10-pgnodemx-dbgsym_2.0.1-1.pgdg26.04+1_amd64.deb
Size: 92380
SHA512: 3390eed9757f6d051babff74fabe0662812229c944f65e1255b68fff650450f53899e3ddf535e589c863f0bae672bedaf7619c75d566dfb118d4e66c6e8d0b29
SHA256: 6c86b5d415a220a40629d780d07ea94bd582b54736dd2e0bd6598553a58e2bd0
SHA1: 4b80d6a6c0ed873dbb4cd1c433a782d130a2c56a
MD5sum: 4548c86f8b2a2602be1725ad91b28338
Description: debug symbols for postgresql-10-pgnodemx
Build-Ids: fcc94f6631e9efc491755eec8605142e75eee5d8
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-11-pgnodemx
Source: pgnodemx
Version: 2.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-11, libc6 (>= 2.34)
Homepage: https://github.com/pgnodemx/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-11-pgnodemx_2.0.1-1.pgdg26.04+1_amd64.deb
Size: 35732
SHA512: 51e0ff8d641ee1ae50bf5e431842b54e4cb8284993a8002af712f65dad8332df1b6941c8bbacd5670a3e33b8b91febb2babd9ee4a8910332ec9f4d30cf4e192d
SHA256: 6d904a52af9ed03e72d3be6ed90ed384f75c8af5a2e75344de1ceb124224cd40
SHA1: 68b42a9efba6a8c4ebaccae14492377c7f5e7c3f
MD5sum: 92aaaab7cb29e2a069e2c30a48adfc81
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-11-pgnodemx-dbgsym
Package-Type: ddeb
Source: pgnodemx
Version: 2.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-11-pgnodemx (= 2.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-11-pgnodemx-dbgsym_2.0.1-1.pgdg26.04+1_amd64.deb
Size: 88328
SHA512: 8b71a6e7cb79f37bf1ee0bed3aac5ed657efbd94a87d07a0e004e764e020c3020756d987fc7864b997427fc66faba77fbc7c5ea122b4555ff16b267529aa8607
SHA256: 5717a24f2bd7bd1a34f95629108381fc2469cc18c5f672f3359b4119519ec813
SHA1: 6a7050b6851a8fa9759781b6a4598b5b1bddb036
MD5sum: e646c888458fe4500d37bf9716b9370f
Description: debug symbols for postgresql-11-pgnodemx
Build-Ids: c671cd7f774c418e36d0b538bd6695e78e52b3fc
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-12-pgnodemx
Source: pgnodemx
Version: 2.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-12, libc6 (>= 2.34)
Homepage: https://github.com/pgnodemx/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-12-pgnodemx_2.0.1-1.pgdg26.04+1_amd64.deb
Size: 35428
SHA512: e07840e9ef22edb631d6c23915c919f0526b277f4cfdf8eca4a56b515ce64ab711043ff7b7051c12223d74f04eabe0cb8c35dace8e7e1ea9672c309c5b4e9bc3
SHA256: 380c673bc5839333f9f2fe6af4606dff5e42e9e98cb74bbab0e9a7fc055e9203
SHA1: c0afb047f81a4dbc1ff612732d02ea8b47f310e6
MD5sum: e1cbf2b881d2b5a2bddb0b3ed88b07bf
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-12-pgnodemx-dbgsym
Package-Type: ddeb
Source: pgnodemx
Version: 2.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-12-pgnodemx (= 2.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-12-pgnodemx-dbgsym_2.0.1-1.pgdg26.04+1_amd64.deb
Size: 92712
SHA512: 7a20ba22efdd85312c0ea2ce74c67be4686c64a28eb23aaa27ccb3bc6910d2a9302120843a19a1de8886b7c026d3fa8f27679bef024fc5e76c977a15f74fbe6e
SHA256: 7679732779b093d2018e0d36d05c8a3f0ee80e7d56740d02c8c074330c951c31
SHA1: 97b505c8183d7096e2a3f1af778f841781ab834c
MD5sum: 628a13f2ed572c3901d1643cdf000236
Description: debug symbols for postgresql-12-pgnodemx
Build-Ids: a56ee35db8b39d146ae15b3eedcb98c80ca2ea67
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-13-mobilitydb
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3240
Depends: postgresql-13-postgis-3, postgresql-13, libc6 (>= 2.14), libgeos-c1t64 (>= 3.10.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-13-mobilitydb_1.3.0~rc1-1.pgdg26.04+1_amd64.deb
Size: 637116
SHA256: 8aa64e5fb6a148ddee12ab5df0e803150091169cd587d2ce0007c1df9d159ab2
SHA1: d5d0cb0da3442aed8349b4cc4e01a0bd939b6a88
MD5sum: 868030b35290e9bbfb520b527808be2d
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-13-mobilitydb-dbgsym
Package-Type: ddeb
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2618
Depends: postgresql-13-mobilitydb (= 1.3.0~rc1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-13-mobilitydb-dbgsym_1.3.0~rc1-1.pgdg26.04+1_amd64.deb
Size: 1959792
SHA256: a6743f658ef457e55cc71a806b4f3fe473e5e140a0cc70fd827087060003147a
SHA1: a0fd7da9a077527c177c59ebbe4c55b6d89d1890
MD5sum: 0c8ddda939d7f7426ed5ddb00bfd8dc7
Description: debug symbols for postgresql-13-mobilitydb
Build-Ids: 1fd6a25a5b290bc93e1b13235b6ce296424fe846
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.16.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 592
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.16.4-1.pgdg26.04+1_amd64.deb
Size: 130792
SHA512: dc7980507ff6cef51a59e8d97fce5c7018b718bb898cf8b58adb82ddd13cb10e301e0f0a607ed5b85808f6bdd5e93deb723fa7879e532c2cdd9d63f1f0fe337f
SHA256: c9581ad5986b88cba8824866c7a1e55c6868acf3fa4b151d7fdccf3683210eee
SHA1: 418870854a7f9ad71af2ff9d356fe47d97968c94
MD5sum: 6046a6167460e38d23b3aef05568311d
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-13-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 449
Depends: postgresql-13-orafce (= 4.16.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.16.4-1.pgdg26.04+1_amd64.deb
Size: 298132
SHA512: 55983a2274ef5b3681394a6111198da43ccbeb10c5fcd16bd17ce75bd099f45ea8ec843555ef779ee3198123f4fe4e64e16e0ce6a51dd5294342478a247580ae
SHA256: 0112d9041e69031b4da43acfb3c05bef7ca8ce7f327c16490d842b85ebf8a767
SHA1: e1d70ec1816107ee752ee6ef53507648a3909e4f
MD5sum: e94c111d5bc6896f30ba93edb59e3486
Description: debug symbols for postgresql-13-orafce
Build-Ids: f7c26a40907b4945c69f4c8f62c113631fc0fc7f
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-13-pgaudit, postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.8.0-1.pgdg26.04+1_amd64.deb
Size: 19684
SHA512: 9c73987a4da7ea7a46391470d9cf2e43f1f27a5127b57a480174260c21ffdf30c62e8be14be15bed220738273e599a486694773eb2a8575d02473f72c42d9ff2
SHA256: 1a0333e58f5f1048ffd43a31a25380c8ac745b5f180aaccc98516c9aed4a6ee8
SHA1: db7c94103bfa26471570d4df7b237bcb4a914156
MD5sum: 5da8ac0298b11d08e0a336e9772c7035
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: postgresql-13-pgauditlogtofile (= 1.8.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.8.0-1.pgdg26.04+1_amd64.deb
Size: 58036
SHA512: 04749af4eec26deba3bc1f36d0d80591f147bcc2c7ffdd73aeb73544923f27fa081d1611e90deff34a9183fbffcc094bb49a9fd7dccb2cd167a02c4b8a109dac
SHA256: 00633b5c771facfde3ea2df342c4d8a4832f4bcb5ea6a2ec9300e96ccd3b59c5
SHA1: c43942fc38b7670cea0022558dfca443e4827996
MD5sum: f2126a4a13b7addac28beb48202296e2
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: 992a25ce15618e2e07a997edb95d1696a1710c8a
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-13-pgnodemx
Source: pgnodemx
Version: 2.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: postgresql-13, libc6 (>= 2.34)
Homepage: https://github.com/pgnodemx/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-13-pgnodemx_2.0.1-1.pgdg26.04+1_amd64.deb
Size: 34760
SHA512: c1cfb08b860a9a64e4f45e89d30f74a0a4532f1a2e5e91f28871f92af88d58eaab83a12646cf1f22407c45406404661a18d385138f97636e9eb2c2bd79481fd5
SHA256: 62d8030f353fbc88d145774a34068813b7e4fa3427c9c80a528d53012f0a8e49
SHA1: ef5aa41a1cd8a5266c189bc93dcdf2f4ad9ca58d
MD5sum: ad9720402abb6ca695a88886de69def4
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-13-pgnodemx-dbgsym
Package-Type: ddeb
Source: pgnodemx
Version: 2.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-13-pgnodemx (= 2.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-13-pgnodemx-dbgsym_2.0.1-1.pgdg26.04+1_amd64.deb
Size: 89360
SHA512: 577d884a4f46baa30c5aeba3b57df3bf72adc33fbb61992e6bbebe1ef3ab83134c27514e007db1c461b1de2654f74c6bb5f42b6de483df12d3adb7b1b42187e8
SHA256: cec6a5b1d5b41dfe703b8173ead46364da3e239aa79b888aa8690a642f74b40c
SHA1: 0a12c778a428c230a371ff30c07beb49c8a615b6
MD5sum: 3b44f7f5bfe21888b3af6c5f12056141
Description: debug symbols for postgresql-13-pgnodemx
Build-Ids: f04cc3adb5431bdeb5a8c977a391effae1e6ff5e
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-14-mobilitydb
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3240
Depends: postgresql-14-postgis-3, postgresql-14, libc6 (>= 2.14), libgeos-c1t64 (>= 3.10.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-14-mobilitydb_1.3.0~rc1-1.pgdg26.04+1_amd64.deb
Size: 637320
SHA256: 745d5a720232eeda0bb6ad3c414e333fd6aad3b3c9c128d9eb1fea4f89b1b55d
SHA1: da5a8c1b62e61aee971a397875264b77331b2c4e
MD5sum: d8f9af63bcd512060e8d97d4047f3b6b
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-14-mobilitydb-dbgsym
Package-Type: ddeb
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2624
Depends: postgresql-14-mobilitydb (= 1.3.0~rc1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-14-mobilitydb-dbgsym_1.3.0~rc1-1.pgdg26.04+1_amd64.deb
Size: 1964244
SHA256: bf3c1841d40e50e4aac0359ea37183771d23fe60cede9fa0d213add796c003f0
SHA1: 3f8d0d048680d65dbdfaf3cedd4260becbf01d24
MD5sum: 1b3d0596fc082402630285de63f0cbd6
Description: debug symbols for postgresql-14-mobilitydb
Build-Ids: ae1e46c34bea367992b549c782651ddba72050a3
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.16.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1163
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.16.4-1.pgdg26.04+1_amd64.deb
Size: 375548
SHA512: cf3ef71fd14ef0c8d9ab9cd2e7fe3528069d45917fe2fef33900ea80889ffb7e41953ff007c0c556e71a4d3a3f8bfa8acabc88f6205ad720d998af07e3935243
SHA256: 2e27706b0e558b20e4ca81271dcffa07e6838bb32291047f887e105e35ef7a04
SHA1: 46427c62748e11375919d96a4c4b5304c0ddb09b
MD5sum: 909793fba052f2e382c0b410887bf121
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-14-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 458
Depends: postgresql-14-orafce (= 4.16.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.16.4-1.pgdg26.04+1_amd64.deb
Size: 305784
SHA512: e73bdd193239b172c23e4a531978d56e461f2b72a74b0334db65821c217a00c24d9a4775f7d54e5a393ec56ff00aa286eeb03485a663f01e02931c10ea1a2df5
SHA256: 83aabf3c8eff66d50420e24042476aeb3e47a536a8aa236e1eff2bafc45c7fff
SHA1: 853233c2a5cb53ccac4c607867f102b002c3e344
MD5sum: bd0e4056c8abc8491fa194c1b39413a5
Description: debug symbols for postgresql-14-orafce
Build-Ids: be1af507415a6d272af3acf4b467a43364505b47
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-14-pgaudit, postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.8.0-1.pgdg26.04+1_amd64.deb
Size: 60836
SHA512: 965298350ed1823355289061ef2469ea92598e75ff17623170fb761451004216e18626dfbfc5e05fb132b05d6eb94212339e82b7076d33ab620619e75f5a2c34
SHA256: 3f08d700a4509251c1a909aa258ac72378ee5481e9c05f68894437eb533865d2
SHA1: 5ca8a985bb3035cc72a64b9e6600dab9947605d8
MD5sum: 5cebdc1d95d34cecd3d78021e6ed14b7
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-14-pgauditlogtofile (= 1.8.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.8.0-1.pgdg26.04+1_amd64.deb
Size: 61512
SHA512: e69b048d2dc9e1cd25ff4b2ba4cb1b4c5655f66a3949dae6d13e18f2d36de359588cfa403e758d9c8f0bdb6b24ec5bb0b50fd02d82c057e00410d4cfaf90a47f
SHA256: 0ca37236564a6630d60e108546f03017f8635af5e610b4734de30a8c18ff5a65
SHA1: db2f429697342834ced5196c9beb8e90f765e9b5
MD5sum: ef2554f2e28434a9964842a72480e010
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: beebc4d5a337ed42b723e0a32c44c22cc9d66118
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-14-pgnodemx
Source: pgnodemx
Version: 2.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-14, libc6 (>= 2.34)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/pgnodemx/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-14-pgnodemx_2.0.1-1.pgdg26.04+1_amd64.deb
Size: 96840
SHA512: b79fb7247499be1b72ca6b6e7f008d733657ef75de10a20ebfd9003f8172aebf8792d14fc940509e5c5e3f823041c95c28b40ed6be0cb8c8e2ccacb835617132
SHA256: 5eb1c4369863cb37ee09d48daeca7b27b1ea299e8b91b13166bb9128a025b6c9
SHA1: 58fa968c4f703fe0e409428d1a66786ba4b327ce
MD5sum: df0ea6adefdad86b599daa8f4920f5a0
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-14-pgnodemx-dbgsym
Package-Type: ddeb
Source: pgnodemx
Version: 2.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 138
Depends: postgresql-14-pgnodemx (= 2.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-14-pgnodemx-dbgsym_2.0.1-1.pgdg26.04+1_amd64.deb
Size: 89656
SHA512: 952910dd63485ccd076cd1e0b89c1d1a2bac5cf4ee62f3004d926e5bf987d68c5acc388e3b100ce5ae4dc04b4c7bd2babc78a9c871f51f8d9262676e858afa79
SHA256: 4f48257f4d03f888a5211b178c0c8ec8eb1c516477a5afbcd746b31fd6a9fe09
SHA1: 8681cc64a7e4ac1bc1fc5207040e554bd6d76203
MD5sum: 3c35966b245f9a1630ddbc3cb5d45055
Description: debug symbols for postgresql-14-pgnodemx
Build-Ids: eb10866f4e033ba274be635153a589dc58bbf8ab
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-15-mobilitydb
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3240
Depends: postgresql-15-postgis-3, postgresql-15, libc6 (>= 2.14), libgeos-c1t64 (>= 3.10.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-15-mobilitydb_1.3.0~rc1-1.pgdg26.04+1_amd64.deb
Size: 636972
SHA256: a9d82d0686da9cc05931a54e0cb916c95b071d650bf0591ad0edba1da43e4ad9
SHA1: 1718103254b459791574b7cb9e921c6440b155eb
MD5sum: 7b59d5371c3508099aa98061724310fe
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-15-mobilitydb-dbgsym
Package-Type: ddeb
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2626
Depends: postgresql-15-mobilitydb (= 1.3.0~rc1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-15-mobilitydb-dbgsym_1.3.0~rc1-1.pgdg26.04+1_amd64.deb
Size: 1968144
SHA256: 0d60c4e74ddb4c421d1b0648e594980b5329880e65c8abbedcc3b22dd5b003fa
SHA1: 81b200709ad88d04e873e1b5a6cdbac59b64386b
MD5sum: ca58ea7a695065b57fbd3298d5be6f3b
Description: debug symbols for postgresql-15-mobilitydb
Build-Ids: 0af610bb544abaa6ef0f9e6be36dd5812db999f7
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.16.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1161
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.16.4-1.pgdg26.04+1_amd64.deb
Size: 372828
SHA512: f097cd105d7f36b97d86d9e5617a490d8573d98fff3b92c1be6d1e384f1038bc8ea7a6b0f137d18151d575a00b21d58c3fe345151731ebdba360b818147a8992
SHA256: fcfee6aa3bcd129a1bd434588ae2bbf81bc494c5cb82ec02898d6b2123105481
SHA1: b88bd990e34655feffa6854f69060f6498fb855f
MD5sum: bc881f2fceff03736f56f34fdbe9b384
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-15-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 461
Depends: postgresql-15-orafce (= 4.16.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.16.4-1.pgdg26.04+1_amd64.deb
Size: 308020
SHA512: 87a78d95a50762c4c08660cf9e9ae939080834d7d7cde16a4569297ca9ca855c6535109b73b8f327260132a8268568d3561a5580498340e0533afc0a351b1200
SHA256: 0ab3ae7dc21e865a1aa08498d572372ba098b331257cfa9380e2120d7aa60d00
SHA1: cf0ccc154a32e074f2f4a26459da1c6076358308
MD5sum: dd801e587b047ff1b3c1a2622dab72d2
Description: debug symbols for postgresql-15-orafce
Build-Ids: 4aa6b035807a9488171fdd97f4652ac34c6cbf27
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-15-pgaudit, postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.8.0-1.pgdg26.04+1_amd64.deb
Size: 61188
SHA512: 86bc0be28ca1615914ebceece14c4cb8fc42bf3b530e1f965cdcf8793c985d013088255bde6013d800e0a498d7efc89d4dc0ec16d58523c4b6a00769531f881b
SHA256: 3ef653c5f4c9e47298c4f332e8777594691715a6ac705635e1f7f41e7f2cfd75
SHA1: 2afd3eae28f135379f15e4d79ca236dcd761b827
MD5sum: 88628d02eac52f41e4d036e1c65c3810
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-15-pgauditlogtofile (= 1.8.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.8.0-1.pgdg26.04+1_amd64.deb
Size: 62024
SHA512: 36c5ef10d56bab9772d4990b2f39909d80758183fdb6eff2523d805026487d936fda1f9b8cfbde40d70005b980f86d2250440dcb3ba8b0b10d7362cc744c3655
SHA256: 6920965cd20d8e0f22b67d3c9cb3079bc311679b42dd0c4e26e370447dd6ba22
SHA1: aa8640cbe57d6b9716fd93b9551fea82f1eb10dd
MD5sum: b1a0bea4560aa6192cd969b7ec6cc86b
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: 1c26102c17fa10c9012f3c258531015ee5fe9a49
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-15-pgnodemx
Source: pgnodemx
Version: 2.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 265
Depends: postgresql-15, libc6 (>= 2.34)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/pgnodemx/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-15-pgnodemx_2.0.1-1.pgdg26.04+1_amd64.deb
Size: 98112
SHA512: 5360566434d93d0d97ca54d7c263b60b1a191a83b843eae8775380c91f17f592ad4efc7c37e7bd9c1bd968406ee20c691dfa5ff4809e3e5a41eec7ef77b2b70d
SHA256: a88200ba80efe9239abeff847515b4604c1ab83b5b90ca05afc416dfdec21caf
SHA1: 87f7e20a47332c900a35e3fd95e898dc9817b3fe
MD5sum: 4ea82b1b2de9d97fc80b804acf1c88e9
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-15-pgnodemx-dbgsym
Package-Type: ddeb
Source: pgnodemx
Version: 2.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-15-pgnodemx (= 2.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-15-pgnodemx-dbgsym_2.0.1-1.pgdg26.04+1_amd64.deb
Size: 91472
SHA512: 5f3984165c5fe89dd3ff6759eb97dec9f9af1ad2533ef11872249069b5154ac1be87738f9acd768e67f180501a1e2a2e4f76fed483a230f7aaa6041caf92fce0
SHA256: 098913b69a80f37b2f3709e9c377d269f586d0c605cabbba08629f55b3bce24e
SHA1: c4e7532c915cb71a29fdd6afe9323b130d6cfb4d
MD5sum: d3051b8c63fd812963f36757e2cc3633
Description: debug symbols for postgresql-15-pgnodemx
Build-Ids: 1d216df8b5ff7a2fd83b3cbcae74c47b356f02c3
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.25.2+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14047
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.25.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 328112
SHA512: 8e0ffff9f287f78cf7bce64da7f1c7f18b24bee70bcd7b7174e4b32a70c1362d3b74e7219b6893e81b00bb1e5b8f921449740dddf8aee089527773061933dcba
SHA256: 2c1f312ed6d937b5a2733fefd36c4aaba17ca52425b02342c49037aa9e593883
SHA1: 20f2a1c4118a09814f3e9faf4cc232ed3c055311
MD5sum: 4b6f1f0a8086f5ec98e0e77f6e74987e
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-15-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.25.2+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1559
Depends: postgresql-15-timescaledb (= 2.25.2+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.25.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1153188
SHA512: 4a04579fb41febdfc6f9c2f3e2376cfab9c76be80a675dda863bdf0ce36ccc628bd2f941957abbdf7da32763e002840d8c13b322d11246ed6e6de5c8b1242713
SHA256: 6f1a493dded0e39e479116546732801ed6b212e32f5a04b03220f764566b3c0a
SHA1: 752d5587d610348450ec5e557aa7fa14872111e8
MD5sum: 57ea6618b1714842496fc74c3a597f75
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 5d116b2990c577b933df721e4e374944643cf23b 6360d5cf6f524f3ed887c5edc8655da9dd85c441
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-16-mobilitydb
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3236
Depends: postgresql-16-postgis-3, postgresql-16, libc6 (>= 2.14), libgeos-c1t64 (>= 3.10.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-16-mobilitydb_1.3.0~rc1-1.pgdg26.04+1_amd64.deb
Size: 637184
SHA256: d778e82646dfb273394878b1a88faf8e2e1dbab78a256b72863122333f99c203
SHA1: cf588c05bc20b5e89bf4210075b071ef5116ebc8
MD5sum: d1145ec216fdb810e407ed567328de0c
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-16-mobilitydb-dbgsym
Package-Type: ddeb
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2784
Depends: postgresql-16-mobilitydb (= 1.3.0~rc1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-16-mobilitydb-dbgsym_1.3.0~rc1-1.pgdg26.04+1_amd64.deb
Size: 2128036
SHA256: bc804faa2e3221d70b402994c004ec0e97f01b5d4f70f270939f013c7332d8b2
SHA1: 7ffbcab5af0bdd0aaee0a0fcdac1606994c82eed
MD5sum: aebe1500439c92b5d713c63a957d3305
Description: debug symbols for postgresql-16-mobilitydb
Build-Ids: f8f45bdf63d8fc0d3ce994142f13ee3a2891ab9c
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.16.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1138
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.16.4-1.pgdg26.04+1_amd64.deb
Size: 367100
SHA512: 92617aea16cfe40096899960713f3dd8462a20e456829a78914165c06976f9bfd886ebce4b60609a45954134c65c5077abe97a3e5e941ddae9b73409d2c43e6d
SHA256: e897d2dde749aebc408776dfb7c7b3962b171130ef10684ec7f9dfc3cdbc5ce1
SHA1: 29764644f0a7b73ea4cc753c188e29095d381d66
MD5sum: 050c2e54f7a5ce976d363254a877cc16
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-16-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 468
Depends: postgresql-16-orafce (= 4.16.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.16.4-1.pgdg26.04+1_amd64.deb
Size: 318980
SHA512: 20209ca75ba636ce21aa424636eb0b5b80305ab99aa922aed05e24de0a4658d35a3dda016fee4bcb2d554e2ed80b468b849edd1af74b554fbadadb33063f43a0
SHA256: 90bf8513f64b7d5bb794bc79b11e12cf4fe0e9948f015dcf2c76ee0cfc14937f
SHA1: 7a142aa2c03eb9d14b17de30d98cc5bf9a839d0a
MD5sum: d21dc73fca9109ad15524a1d6ed0247e
Description: debug symbols for postgresql-16-orafce
Build-Ids: 1ea8ab23db7ad5bb5163306288cf6e8ef7ca909e
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-16-pgaudit, postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.8.0-1.pgdg26.04+1_amd64.deb
Size: 59052
SHA512: 10f0b5200f8adb0c3339e089b97593ea3cc5daccfe02201c06f43281ec5763dd5f006594c6bf4f834a3fb62bebda370b24e9f883cd36bad463a7cb2e0d943501
SHA256: 6db1c7791d63c85cb676b24664f505f7ed5473f274d1dd680cd3a117ff5c85f5
SHA1: eccbbc9fb0e54d1669b829051daee7e66cc80f06
MD5sum: 4ea71da211db391551b9c943b91b6382
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-16-pgauditlogtofile (= 1.8.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.8.0-1.pgdg26.04+1_amd64.deb
Size: 62568
SHA512: e1f021570a73ca44cb29799e905a743446e3b6a7e8b1b39dd78278c48fca6c594c01d29f8b23c3a1aa0fad0cd090564fe64a110e8a616ee2568134199b69cebf
SHA256: 5090428ac13953c3aeaa35097fd642fd3c80be7af10a217d531be57abf4f0bbc
SHA1: 7bcf958323e40b3c107f8f4f61e76a90a9a1660f
MD5sum: 18db929aa2b978ab70636ff2da69ea64
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: b883c030a868fe4ecaa3c4d712fd9b4ba9666a08
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-16-pgnodemx
Source: pgnodemx
Version: 2.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: postgresql-16, libc6 (>= 2.34)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/pgnodemx/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-16-pgnodemx_2.0.1-1.pgdg26.04+1_amd64.deb
Size: 96332
SHA512: d3650da52409aff18dab159e28553cc0d6f5ec28518888016367014d4ccc76ee84667f4fa5f37389c7ab2f004e513d3c5217935b93770017c2390a260c4a6d01
SHA256: 3b6877eba135c7566eb080588d6e2af4c9c2d0e80ed6d1f17181f9ca49d72f5d
SHA1: eb31d78d4167a32d94688c1a4335e96fb1d186c0
MD5sum: d1da8c82c46841ab8351305f3c0dfc92
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-16-pgnodemx-dbgsym
Package-Type: ddeb
Source: pgnodemx
Version: 2.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-16-pgnodemx (= 2.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-16-pgnodemx-dbgsym_2.0.1-1.pgdg26.04+1_amd64.deb
Size: 92484
SHA512: 65a654dc5eb2e2d2c074fd580150db584ac41339da81683012c15d0a8525c679506b7e652896d86ea7289c0e18f4aff197182000ec12422bafb59a5048e76613
SHA256: c1c557a092d9d04fdaa67e247f3f98b70a1d3993a258d3bd073b0516924f2a32
SHA1: ea570b90c472b55ab759e1e8db7582c88a7ea13d
MD5sum: c018ed187e0df81ecc28841ef613c041
Description: debug symbols for postgresql-16-pgnodemx
Build-Ids: e96e0057b25ecc0155cceb77cdba5c1d53527ca5
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.25.2+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14047
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.25.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 328320
SHA512: d9938603d389d7060ec89eef271bd6c1f039cf19586ed7ecb19b1adac01c23cf36925f96bb7e0689dece56074cb51e6c41aa4f7feaf94f1a472008a7387b5b56
SHA256: 65296d35c36f8d6910d984a55692e5cbb64f585441ab6ad2b23a8e062561d02c
SHA1: d1d090cb4dd1b27c94420e947a35bb2b4bdfe67a
MD5sum: 7a48a780a8c0b7a0b0dc060de9313ff0
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-16-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.25.2+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1609
Depends: postgresql-16-timescaledb (= 2.25.2+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.25.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1202640
SHA512: bc5491360b46f3d8f025bf7a390b3b044bc9ff7cae17da7fed75c263be2ba56049de1f71a49f376e2ecbb50e74dd853201189b7acb76947c7e2ae5502be53d57
SHA256: 5b177a84f8eaefa0acbedc33628c1012448e6033529cc4a67b773f74c6943b7e
SHA1: f0fde9d16dc2f15fc67e32a7a259f626bef296cd
MD5sum: e6c4419abf46fb9dc2780943326a561f
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: a8664e2d712e3f51ce3ebaf5cd2197240ebb3171 d81eb8c65d69710c557bf802f8482e52bf221186
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-17-mobilitydb
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3240
Depends: postgresql-17-postgis-3, postgresql-17, libc6 (>= 2.14), libgeos-c1t64 (>= 3.10.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-17-mobilitydb_1.3.0~rc1-1.pgdg26.04+1_amd64.deb
Size: 637788
SHA256: d4b8c5a30b50bf70696db2bb467af64456910e87c1aac175fb6ee108231d4e2a
SHA1: a26d5bdb1d294cfb1b76d2689b5e11d718a9825d
MD5sum: add36bb1ef2e74bb85efe522ea81613a
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-17-mobilitydb-dbgsym
Package-Type: ddeb
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2788
Depends: postgresql-17-mobilitydb (= 1.3.0~rc1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-17-mobilitydb-dbgsym_1.3.0~rc1-1.pgdg26.04+1_amd64.deb
Size: 2132744
SHA256: be082a0c05c421ef58a0bac28a3d4a114f75ab1fbc80a9b0a354021f6d7e3fb9
SHA1: 65ac4983ae68d5d909467bbe56d604d729586882
MD5sum: a9661fdba206185e967ac849d7496e5e
Description: debug symbols for postgresql-17-mobilitydb
Build-Ids: 57409e5bec6cf67e71d6b9a09bf99662d69165fd
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-17-orafce
Source: orafce
Version: 4.16.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1138
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-17-orafce_4.16.4-1.pgdg26.04+1_amd64.deb
Size: 367104
SHA512: 001eb5ee6f619cf54d63f991cdf3db74a6d8d0168909790b8be0c3e32718e33e832b723013c5471f612d54638014bc9178d77e95f79645be52a011bcc275412c
SHA256: 791c27f2b819d880988e8dd611fa9ee85b54ea69e2076dd7c56cccdf6dab24ae
SHA1: 8587f9b5b0cd663899f2baa5d467a369226e4cf2
MD5sum: b32cf35677700fd1559897b938ebed2b
Description: Oracle support functions for PostgreSQL 17
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-17-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 474
Depends: postgresql-17-orafce (= 4.16.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-17-orafce-dbgsym_4.16.4-1.pgdg26.04+1_amd64.deb
Size: 322620
SHA512: 08fbb1b8feeb5fb517ee02a9a4dc7b720747fd76bc7849d82129e821752e67ae3f321ecebb7dcbe5c40cfa2d174ae8e463e28dbb43096af8fff6a06b58a3d7cb
SHA256: 11e49ef278dece191877f3a57b4a8c764094ba1e93fe5e299b152e5660fe1338
SHA1: e29174d101ea5ab2f510fb33123b3cd24d007674
MD5sum: 44f5aa3557e9336d65f684952f7b4ca4
Description: debug symbols for postgresql-17-orafce
Build-Ids: 637e3c2eec573870ba42c026d486b4968bce7793
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-17-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-17-pgaudit, postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile_1.8.0-1.pgdg26.04+1_amd64.deb
Size: 59112
SHA512: b1e712dabf98268ebaaff24ac73769e984fccc01d25b177cfa699d8c67b1e8e8993d1f239ad6e95ee9b13b5d176acfa4c5ee7684ce462f51265e210af0ca7761
SHA256: 97fc64ed2244ef30aa763dad6e4e48bb42f200e5e432e53db8c484de24ab7e6f
SHA1: 0a7268f38131ffe6f88ad6784454b277f63e50a2
MD5sum: 89648be9e6143454421f8dc124814a2a
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-17-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-17-pgauditlogtofile (= 1.8.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile-dbgsym_1.8.0-1.pgdg26.04+1_amd64.deb
Size: 63224
SHA512: 5578aefdc130c8fa6568f627ab87aeb098f29ca9ec8637779f3428b1f79bb6102e372d778d232b9873be0ff0a1880d6174f2ba9738ab417d3ef5e05e76409eff
SHA256: 33ad8cd870055fbf159f27d4fd96e2db2d7b9ad24536dc2fcb92ede7a8b65109
SHA1: 17aee51d0bccaa44105d49eeed79685fa0c4bc8e
MD5sum: 90afdbc4b19a18f840ca3fa5d2351c31
Description: debug symbols for postgresql-17-pgauditlogtofile
Build-Ids: 8f968b8e25e0e03c6642ddfe974cbae27e6875e4
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-17-pgnodemx
Source: pgnodemx
Version: 2.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: postgresql-17, libc6 (>= 2.34)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/pgnodemx/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-17-pgnodemx_2.0.1-1.pgdg26.04+1_amd64.deb
Size: 96436
SHA512: 1ed19cb3cf930617644e169c8e5ec573d3bb83e592b1bf7797fc679cc3435b18101da931f622d472bb30bb609bdcb5e2330d5df3ffe56f847c72548bb5fd088a
SHA256: ccfc47c2fd297491fe90f46945131ede0a7ace3c8f87a2ace374f778dc839250
SHA1: 1e4cdca463fe8cf510df0cdc51b79b5d6164456e
MD5sum: 0b3d7e7393a7bd455769fd768937d2c3
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-17-pgnodemx-dbgsym
Package-Type: ddeb
Source: pgnodemx
Version: 2.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-17-pgnodemx (= 2.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-17-pgnodemx-dbgsym_2.0.1-1.pgdg26.04+1_amd64.deb
Size: 93404
SHA512: 6d33f83cbaa8e9689482cfcdc7e04f7a76057685ecdcd78a78df557777a12f26ba292a34eb3e1d93bb6eb3b3550981336b41e2d67e4dad5cf26c5fad82f90a1a
SHA256: 8d627c5da187b877b5cfd98403b9f0ca4741d3fab7d8afdfcd3df329022cfe4b
SHA1: be705d550ba092fc3b0679bf2babcd62b838de36
MD5sum: 2677ddea309dd9f92a6b6ac0633d4be8
Description: debug symbols for postgresql-17-pgnodemx
Build-Ids: 11a7e96d91449eed188572b1534508892befd501
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.25.2+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14047
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.25.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 328700
SHA512: 9eb576ee135e246b052ffda0d397bfd2ee674b268b68318b9e759b27c9c697bc80a14c57170a52595d9dfb9992945afe395041b75177d3a007cd81e97b6177bb
SHA256: 41cc33e675f280b74998db1a06726e71142f4ef186db91c48a073ef436ab355f
SHA1: 402ceca0776a10b2a97e8e0fd8a10efba3939fb2
MD5sum: 9106a09dd049af97a67b91f1ba46be0e
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-17-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.25.2+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1627
Depends: postgresql-17-timescaledb (= 2.25.2+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.25.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1217900
SHA512: fab1d8abfb7b5696dd08051e09edac624ce35a929dd5338a9ef0ce62b3a3d097f4f0021bb40f625dea2a15d7d6db546edb489d9ff3e556410de25c4b140bb7ed
SHA256: 42e8d9f225e00dc6fe17929f92e6a8d87b6cfb040c7aedbab5a45bf3179d1bb3
SHA1: 8a13c9454f89ec4e44072768666335423e9212e4
MD5sum: 712ec118fe139671cb6159917bdd75e5
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 58fbec697b25ae75918b14a0b31f5269adbf07b9 e1c3c14a33d607387ab8494ebc3abce45ebc8b22
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-18-mobilitydb
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3240
Depends: postgresql-18-postgis-3, postgresql-18, libc6 (>= 2.14), libgeos-c1t64 (>= 3.10.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-18-mobilitydb_1.3.0~rc1-1.pgdg26.04+1_amd64.deb
Size: 637488
SHA256: 3ba5575c1d969e4a2956f4584d34525e33b5db520fa7b57b9e3dcbb26824bf8d
SHA1: b854278eda736bbd336d2961dda0bd6c5ebccd02
MD5sum: 61c34bff9e6262a7a3a13c3ffa3c83d9
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-18-mobilitydb-dbgsym
Package-Type: ddeb
Source: mobilitydb
Version: 1.3.0~rc1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2792
Depends: postgresql-18-mobilitydb (= 1.3.0~rc1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-18-mobilitydb-dbgsym_1.3.0~rc1-1.pgdg26.04+1_amd64.deb
Size: 2136812
SHA256: 93e1a5e7a855be3d66b5c1e329270c45d635c4d76f4b70940e42c05bbc94eafd
SHA1: c04472e01159a961c886d8e7f35fb1d2cc5ffe4c
MD5sum: 910e95b839c081c2b5c3348461f6dd3b
Description: debug symbols for postgresql-18-mobilitydb
Build-Ids: beaec3aaf9ac81fb096dffd1258a2b6717283756
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-18-orafce
Source: orafce
Version: 4.16.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1138
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-18-orafce_4.16.4-1.pgdg26.04+1_amd64.deb
Size: 367204
SHA512: 09970097b8929e4c5ee606ed01dedcbd63b5c36643cc6ddf20c28c1063aa526d6f333634305dffc12c91f43052f9ca788de63c364ab4034fc520056ff5739f85
SHA256: 42fbb96bacf8b6368a194a169dfc971d1e6bf263445dabbe218ac419429100d1
SHA1: 44b6b1c21cf1d96abaf5af7a766849e3f6dfd87b
MD5sum: 5e13fbc54e981b0f03b19c35969f7c36
Description: Oracle support functions for PostgreSQL 18
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-18-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 475
Depends: postgresql-18-orafce (= 4.16.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-18-orafce-dbgsym_4.16.4-1.pgdg26.04+1_amd64.deb
Size: 325292
SHA512: 7043e33e1d6b52e6de097cc11ae39ba311536abddbe4f7af75c219dcf2067c69680cc1fa96a31dd1682906082eda6b3906b947a6dda862f556636f45f132b8af
SHA256: e8c3b6401bf2000aa21bcb08aeba9ec57373598913c6214fa644473ac20a2617
SHA1: 466c221f74b04732d647037a16017fff32c4ef3e
MD5sum: 15de91e138ccef09eca1c0f451f8ad85
Description: debug symbols for postgresql-18-orafce
Build-Ids: e9700e40724f2eda2bbddfc40dad5cc9cf63fd5c
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-18-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-18-pgaudit, postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile_1.8.0-1.pgdg26.04+1_amd64.deb
Size: 59184
SHA512: 6a3bdbd150c4f1029a4e9e6734fd41e6aa36278bdd6cd06428a74b23b1b9fb4652daf88264c4c588d284a81ec3b6f7522e4faae1e2b7f0aecc05d19825d11b88
SHA256: 4feba72e07d976a6e3eb70e2c7ff3253b3263c2a643367c9f8ca3693a4279d28
SHA1: f0b6d6acd19749e6b8242cdb1e5dcf0b79e6af09
MD5sum: 670a6c2e8947f55156655636a72b7d38
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-18-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.8.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-18-pgauditlogtofile (= 1.8.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile-dbgsym_1.8.0-1.pgdg26.04+1_amd64.deb
Size: 63608
SHA512: fa3d7152a01020a95126be2acd4408c72cfc2934b4b3ff826adaf66326f8de5ad8a842cb57f82e89c13ddf1e9f1f20e14067bd7b2217f33e8b2f6fff05506602
SHA256: c08987662d77bf81c746b8e20476e3c37e30e643742152e1649fb6c5d63b4322
SHA1: 3d3dd57fd3005f005cb7b870caba34b93ba006e1
MD5sum: bfea6ba32275fb5ce2b0e14d6d0c33cb
Description: debug symbols for postgresql-18-pgauditlogtofile
Build-Ids: 78ea4b264e2aa974fabac4955ad592ead6303519
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-18-pgnodemx
Source: pgnodemx
Version: 2.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: postgresql-18, libc6 (>= 2.34)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/pgnodemx/pgnodemx
Priority: optional
Section: database
Filename: pool/main/p/pgnodemx/postgresql-18-pgnodemx_2.0.1-1.pgdg26.04+1_amd64.deb
Size: 96160
SHA512: 52c69a2801c9d4d413c304074de31898ff4e33f74680a148e1dd52857a3880dde3d6187806995d542336892280968f2c3cc5d430838ab1216c80373b89ed891f
SHA256: 777fa5891089f74c1a396955acbc8adc8bc9dd95df0d119d1b8bb2c580d5bbf3
SHA1: 13c7426baaeffaab6f99316b6bb9698f73b6a08e
MD5sum: b15291f6aa1fa4ac825517f7b1fc5039
Description: capture node OS metrics from PostgreSQL
 pgnodemx is a PostgreSQL extension that provides SQL functions to allow
 capture of node OS metrics via SQL queries.
 .
  * cgroup related functions
  * environment variable related functions
  * /proc related functions
  * system information related functions
  * Kubernetes DownwardAPI related functions
  * general information functions
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-18-pgnodemx-dbgsym
Package-Type: ddeb
Source: pgnodemx
Version: 2.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: postgresql-18-pgnodemx (= 2.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgnodemx/postgresql-18-pgnodemx-dbgsym_2.0.1-1.pgdg26.04+1_amd64.deb
Size: 94388
SHA512: bb655acc9a25e4c5d0f95d4bde2607d91f7a786e932ee3719f84a4aa0bd38b870a4dc2680981ca1d093349c1ba0bf7ebd502c12bff6bf38171166cda2d4aacd8
SHA256: 0ec9e049e2e9dae5361cc8a43d80444aac19e49dc137ef1106b447f0a173d64a
SHA1: 5f88c0572a3c7a841d406f50170f6540fcca3aa3
MD5sum: c63ffd9947f38fe2dde1c927c1e95875
Description: debug symbols for postgresql-18-pgnodemx
Build-Ids: f7a04a1858d44e1392441627a2d5fd7f3682f183
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.25.2+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14051
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.25.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 329112
SHA512: 5ce35608c2e06e33fc7b1e7042df681aea01d84d234c875879caa3f37520079cf0cf4f68a481f14ef3e23b97e8e6b14303650a8c9a8b7ab20d7f3e58853fe8fb
SHA256: aeab733ee5478ae8a9b46ad26cd9028a5e444da2b50e23fa511e0bbb76013ab3
SHA1: 5977715a43ecc03ae8235e57099d7c88dc1244e0
MD5sum: eb4daf161a578c79d9e9802644c43b5d
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-18-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.25.2+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1633
Depends: postgresql-18-timescaledb (= 2.25.2+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.25.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1225476
SHA512: 93a5c6cc6b9c61149b691d326495e666e5e8b49e0cfde9c20bc51da6b3ffe19e6cb3297a5ce7b2cce180281b6ba16805840693cf6ca2016e28e25c79bbdeb512
SHA256: 052be77f406ab35f3180643933c68d0ce062722b88bb2b732c6117756b5c4c9c
SHA1: 588a1c754cf43dd892917cc96b74e12e04f2dade
MD5sum: 0a47d4909c5aaf24ccd41048bce6c4a4
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 47ee3df11dc877372d1ad55d10265881546ac6be adcf38aa296da29985f6f2bf23d0b7bcebd6cf51
Timestamp: 2026-03-05 11:43:44+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.16.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 592
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.16.5-1.pgdg26.04+1_amd64.deb
Size: 130416
SHA512: f7be8bec1e6336b752f39d39be8ff89690b4e2a7455e19ce1a660fe4b874f6846d11b63535bbc997f69fa06482ad66ac7f6e7e93118cee712a89eb95d866fa0e
SHA256: 0f9c09da479c9b109f4543a3cffe091e6ddcca6888d01336dfc63479b7f700c1
SHA1: 450676f12d364d25ca01ed70d62591b8d881b299
MD5sum: d9bd9ecbd91bf464f5a4b3d16a3ac78f
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-09 22:28:05+00

Package: postgresql-13-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 449
Depends: postgresql-13-orafce (= 4.16.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.16.5-1.pgdg26.04+1_amd64.deb
Size: 298120
SHA512: 6f2f7b12e97e9981af14ea9ab3e1ed7a7f1bc5088328d8bdaf01ba03730f138c43d0c7b7250978312b8a3b10be6d66e33b41eaf6365cd275b1fba67543431630
SHA256: 8896c6ff78ecab4b072df17b7a34ac7356c11a4e6d441a9c7a10ec4abcf11786
SHA1: c587981a694037773f0ad6b67f62c6061dcc1853
MD5sum: fd27cdb7deca7b37167afb0ea1022212
Description: debug symbols for postgresql-13-orafce
Build-Ids: 688eb3d17959a662b4d496f4fd5896017d59a98e
Timestamp: 2026-03-09 22:28:05+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.16.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1163
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.16.5-1.pgdg26.04+1_amd64.deb
Size: 374632
SHA512: f7bd36cdd884c42082cf79dc943076cef9c576ddf116edfb8af39d287c47e4a9c0a6df1e678959c3f16bf9ddc41eae5853383f4aa044e5d2f95e401bad4e03ef
SHA256: 9d47fc02daeef1dd58f5894a61e7caf2eb3d926276d5e0bb0cee90a634d50a70
SHA1: 292f03ed2868713890e6d5259203981cb127e966
MD5sum: d73dcf9d6d22a8211d221734d11a58c6
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-09 22:28:05+00

Package: postgresql-14-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 458
Depends: postgresql-14-orafce (= 4.16.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.16.5-1.pgdg26.04+1_amd64.deb
Size: 305640
SHA512: d813d56a724e171d530514e9da05849385ff77ebabb7acf0b806d75aaf13ce5e2f733206cfe017548123982f1909dbd818168ee93b94a26903d9d65e6a59a7a6
SHA256: 7ff4808e6bbc0b4021ee4931c0e893b7362f12c24e0dadfcbc5817e337db1045
SHA1: 45f5d55849a35a232625e8d2e964d13e5aa0429c
MD5sum: 9f59be710e571e5d2f0ede8eadd02e6a
Description: debug symbols for postgresql-14-orafce
Build-Ids: 89af8a0ba67a63fe23eeb5cbf85250233fb38bc1
Timestamp: 2026-03-09 22:28:05+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.16.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1161
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.16.5-1.pgdg26.04+1_amd64.deb
Size: 372224
SHA512: ca58fdedcc46aaa462ec300414aa882b5e897ea589d4fe05f45f03d90cb8879f014820a601a36d00bf4baf36d9eb64b4a89f3436bb255d0e4f8d1c1ce122b646
SHA256: 93471fb56ee044f28adc24b5598e9bc9f14f57c40f0ca8a9cfb6d828aab064ae
SHA1: 19fbac2268b30a5b32e9e33af1f0c1931b395255
MD5sum: baf29f8d3ebafd86a1b637fea00635d4
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-09 22:28:05+00

Package: postgresql-15-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 461
Depends: postgresql-15-orafce (= 4.16.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.16.5-1.pgdg26.04+1_amd64.deb
Size: 308016
SHA512: e075617a86d1886866abd42d0327c6945834da4e619adcbd2690bd6731d03dd395811410616cd1734bead11ba4b6867471142b3b232f4648a49e7b4a1d047ab3
SHA256: ab369eb3ed7bdbbf07329fad6f608e5e3730c3940790a30d678b47329ef3ed4f
SHA1: 0b045ac822d6d640131417c8e4f84409afd86ba0
MD5sum: 0c7f60f4c857bb41a063a587a124515c
Description: debug symbols for postgresql-15-orafce
Build-Ids: d3a06084afa6be2f295ac149be5ec3ab8de1fbf2
Timestamp: 2026-03-09 22:28:05+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.16.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1138
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.16.5-1.pgdg26.04+1_amd64.deb
Size: 366580
SHA512: 012fd783d710756617bf354e8a079db14655ada9edfba4e454110b4caf51ecdb69b67738c3f3f98b802b128a6e66c0bb73fc15cd555237f2babee6a1c029a888
SHA256: 9ddb098f63fa3f3b220a9506a85e62db4bdb6fc27ed06b921417b757eddbeb56
SHA1: c60b92e39e2ddefedaeb964aaccb761853f531a4
MD5sum: 14b776d67ee2437d011b94bb988e1d12
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-09 22:28:05+00

Package: postgresql-16-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 468
Depends: postgresql-16-orafce (= 4.16.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.16.5-1.pgdg26.04+1_amd64.deb
Size: 319044
SHA512: 37bd1b21bee05aaedf3919ef030102634f6fec682b07175da47d016f17e9f1add5b629d293b6a43b541af5c3472617ee7a27add2314933a9acf5e3f1cbe8001f
SHA256: 6a641d637a3c3a20548bdf19d4cfb58b7a3656838c8ae5f27536db0d2a76a7fc
SHA1: d55217634ba34d625262262fdc678344fda48a70
MD5sum: 844f4d12539874f1a5b4df27242f195b
Description: debug symbols for postgresql-16-orafce
Build-Ids: e09bbe3b2271b8b0ee1077625809b4067c9a0fa9
Timestamp: 2026-03-09 22:28:05+00

Package: postgresql-17-orafce
Source: orafce
Version: 4.16.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1138
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-17-orafce_4.16.5-1.pgdg26.04+1_amd64.deb
Size: 366624
SHA512: 0dc4f391b0210cc77d6c1f9c2d64c1ffa9bfc45ddd437e5df7d304cba8d7fb1603b7cd5f0be140b16d1174264c56ab8a031b367f5e0ab0dfb097d44505035451
SHA256: 9342aacc5fd93508f4d54c4605e0a26f196848af259561b360bcad065fee1f59
SHA1: ed58354cb0db7ea3e25330b3e863d55998bca08a
MD5sum: d0d69de620bd22d48ef11e68c0db0537
Description: Oracle support functions for PostgreSQL 17
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-09 22:28:05+00

Package: postgresql-17-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 474
Depends: postgresql-17-orafce (= 4.16.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-17-orafce-dbgsym_4.16.5-1.pgdg26.04+1_amd64.deb
Size: 322636
SHA512: 3c204e5b1cc00ebaaa40f30c62242db54b44ed1867551991d0b10007f1544be1e4db6153a79f7b7ba78728d057e886d4698c5873d63cb82f35e8348aa7a5fdc5
SHA256: f682b741ba23d068cacac36633080b2a0e83fbc352770fe1e566dce6e87eca47
SHA1: 0b2cdfb41976cf90ae4e558e115f55d339fe669b
MD5sum: c7404d4698fef87986cc8cd9fa62c7a9
Description: debug symbols for postgresql-17-orafce
Build-Ids: aa4b1c55cd98eacbbd3e6e02b34ba1ce3886a3e9
Timestamp: 2026-03-09 22:28:05+00

Package: postgresql-18-orafce
Source: orafce
Version: 4.16.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1138
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-18-orafce_4.16.5-1.pgdg26.04+1_amd64.deb
Size: 366404
SHA512: c3af7ae8d7b78ca3aacb7293d1eaad5207c963b42f9201f35b684f59d59e1d86bb6473b86358d07bf37bc635082b13bc7dab6787c62afa760347c49241fd6d59
SHA256: b8dfcea860f4cdac471cf7a562b4f212dbad5a7c229090624c97d4193ce1f8bb
SHA1: 0681bd482745d53802bd870222f3b95289baa615
MD5sum: 3c851661b0680d7a8f5a3a399c2c7d66
Description: Oracle support functions for PostgreSQL 18
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-03-09 22:28:05+00

Package: postgresql-18-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 475
Depends: postgresql-18-orafce (= 4.16.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-18-orafce-dbgsym_4.16.5-1.pgdg26.04+1_amd64.deb
Size: 325196
SHA512: ce75ec856622d47edb5ab7697bfe603656ef9daf2306dd98f6374074a051463a6d7a2edda4f122a810ccbf5a62d710644f2b5ccdfde72cf4648f0ec9d28360f8
SHA256: 5bd9b3cc2116e91fdbbaedeb9aa9fc86b09a1354a059c1ae4fa652aa7b41f7d2
SHA1: fa28e7def7727d77a66f4ffadad6101c967407fb
MD5sum: f82452a13c498800f1dae65b1d6b08a9
Description: debug symbols for postgresql-18-orafce
Build-Ids: 37fe5eb70d329e432ebffbd8972cb800cdecb4bd
Timestamp: 2026-03-09 22:28:05+00

Package: odbc-postgresql
Source: psqlodbc
Version: 1:17.00.0008-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1424
Depends: odbcinst, libc6 (>= 2.38), libodbcinst2 (>= 2.3.1), libpq5 (>= 9.2~beta3)
Enhances: unixodbc
Multi-Arch: same
Homepage: https://odbc.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/psqlodbc/odbc-postgresql_17.00.0008-1.pgdg26.04+1_amd64.deb
Size: 430652
SHA512: ae072dc6b1439ef8aff252bdefc73dd3e5490092717a3f2f231008af589151c5bb644a0a4f8fa6eb918693844cd28337d66115bf1c1d09acda71689c631b3433
SHA256: cd72c89528e4640fce9e50fc624160b0429d3e3be36f79a809a3117a4dbb0f1c
SHA1: ce7bff097f8d9c2c417da5c2cd71df4e061a50a3
MD5sum: 88cd7d4101e12914c7706ccdfde9c70d
Description: ODBC driver for PostgreSQL
 This package provides a driver that allows ODBC-enabled applications to
 access PostgreSQL databases.  ODBC is an abstraction layer that allows
 applications written for that layer to access databases in a manner
 that is relatively independent of the particular database management
 system.
 .
 You need to install this package if you want to use an application that
 provides database access through ODBC and you want that application to
 access a PostgreSQL database.  This package would need to be installed
 on the same machine as that client application; the PostgreSQL database
 server can be on a different machine and does not need any additional
 software to accept ODBC clients.
 .
 If you want to write software that can access a database through the
 ODBC abstraction layer, you need to install the unixODBC driver manager
 development package unixodbc-dev, and possibly additional packages for
 language bindings.  This driver package is only used at run time.
Timestamp: 2026-03-11 11:13:32+00

Package: odbc-postgresql-dbgsym
Package-Type: ddeb
Source: psqlodbc
Version: 1:17.00.0008-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1703
Depends: odbc-postgresql (= 1:17.00.0008-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/psqlodbc/odbc-postgresql-dbgsym_17.00.0008-1.pgdg26.04+1_amd64.deb
Size: 1276840
SHA512: 402974ac617173765704540f8401337f142963b575db535e6db1bee9ec12ea335b567b8832b6de6919b9a994cc4974aa14c74399539316114374a57d59128b8c
SHA256: 0a88d96ba5c99a2a8045e84dc55a5e22ca482efb5ab1992ece8cf67c35e9c5a6
SHA1: b03d94a37533229d8c78f791eb156029fc83c7bd
MD5sum: 338c20f7511393a427afd63aa501f561
Description: debug symbols for odbc-postgresql
Build-Ids: 0efe244f96582b41ba2863978aa6df314a62b2cf 26cadcadaf7cdf9cfd8d7d6979f56df0ac15ce94
Timestamp: 2026-03-11 11:13:32+00

Package: postgresql-14-partman
Source: pg-partman
Version: 5.4.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7976
Depends: python3, python3-psycopg2, postgresql-14, libc6 (>= 2.4)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-14-partman_5.4.3-1.pgdg26.04+1_amd64.deb
Size: 235628
SHA512: b3eda8c9970dceddae14cfa77549cdb722b57e3a36786402b1805808c18b8a5e147eeabdefe5ab5b86dd3a2b467b0aa710188568d1794f22fadf1087ade81a1d
SHA256: 576e0e77d52a84068f24bb6d2a29c0bfb1341577091fae8bded9b4be47adecaf
SHA1: dacceebf0770f38586dc3eb5a3a801dfc833ff52
MD5sum: d8c38c4c4f03a002cad13cf21482abb9
Description: PostgreSQL Partition Manager
 pg_partman is a PostgreSQL extension to create and manage both time-based and
 serial-based table partition sets. Sub-partitioning is also supported. Child
 table & trigger function creation is all managed by the extension itself.
 Tables with existing data can also have their data partitioned in easily
 managed smaller batches. Optional retention policy can automatically drop
 partitions no longer needed. A background worker (BGW) process is included to
 automatically run partition maintenance without the need of an external
 scheduler (cron, etc) in most cases.
Timestamp: 2026-03-11 11:13:32+00

Package: postgresql-14-partman-dbgsym
Package-Type: ddeb
Source: pg-partman
Version: 5.4.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-14-partman (= 5.4.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-14-partman-dbgsym_5.4.3-1.pgdg26.04+1_amd64.deb
Size: 35788
SHA512: fb0c15bfa88ed553c076e26612877720d2d656fc013738014b39ce12a4d594a073535e09499252aced4a96b773a1c63ea3cc519649262d90852a367dac7e2e3f
SHA256: 47ac00a2bd2f9bc3fc4ecfca7aca5945f0d290839fef66deb1038fd64373cc8e
SHA1: 3b7c7e9d237d6756e68ea3b2764840a71da9275d
MD5sum: 543bd6a6b000324eabb647c2fa04bd20
Description: debug symbols for postgresql-14-partman
Build-Ids: ee5f891dd6cb8c741a349770f3cbb4738ffc6a90
Timestamp: 2026-03-11 11:13:32+00

Package: postgresql-15-partman
Source: pg-partman
Version: 5.4.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7976
Depends: python3, python3-psycopg2, postgresql-15, libc6 (>= 2.4)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-15-partman_5.4.3-1.pgdg26.04+1_amd64.deb
Size: 235712
SHA512: bfeeecc2ed5b820a3c9038230d48cdf6ec5871a0c4ab803333c2c6131cfed727589377720333621f3a84abb1d42e1bb1a0b26f2dab71fac0a05c17ca8aa34080
SHA256: 36906fe03c6d5cea5a123185eb9ae6352bbd04d517d385adbdddcea703ca8f0c
SHA1: d9fd20dea8e2e09afa541758d8594b6876f6107c
MD5sum: ee033098265395d89b3f2c54327b88a4
Description: PostgreSQL Partition Manager
 pg_partman is a PostgreSQL extension to create and manage both time-based and
 serial-based table partition sets. Sub-partitioning is also supported. Child
 table & trigger function creation is all managed by the extension itself.
 Tables with existing data can also have their data partitioned in easily
 managed smaller batches. Optional retention policy can automatically drop
 partitions no longer needed. A background worker (BGW) process is included to
 automatically run partition maintenance without the need of an external
 scheduler (cron, etc) in most cases.
Timestamp: 2026-03-11 11:13:32+00

Package: postgresql-15-partman-dbgsym
Package-Type: ddeb
Source: pg-partman
Version: 5.4.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 66
Depends: postgresql-15-partman (= 5.4.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-15-partman-dbgsym_5.4.3-1.pgdg26.04+1_amd64.deb
Size: 41848
SHA512: b9b8486b33e5a7a11cbed5ec9a0aaa4d9b4d45935c21cc5cc9108cdb6a75090f28e35b3fed3ab745b3813bae22640219ee8384a77f5b716b620c2793675395f3
SHA256: 34c428528efc6c5c14722db485dbb24e360dc1fe83374af77fc20c9d9536778a
SHA1: eaa42fe6fe402d3fe23846dca7f65efeffe88210
MD5sum: d96def4cf74710f8e0ef8d5899c11620
Description: debug symbols for postgresql-15-partman
Build-Ids: 4ec54bc0a720f6f4e854bed7dc1d1ce01c3e1add
Timestamp: 2026-03-11 11:13:32+00

Package: postgresql-16-partman
Source: pg-partman
Version: 5.4.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7976
Depends: python3, python3-psycopg2, postgresql-16, libc6 (>= 2.4)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-16-partman_5.4.3-1.pgdg26.04+1_amd64.deb
Size: 235692
SHA512: 360620725fd60a7e85be5f5760a81748542e98ecd01c414ef337fa90d25402b7d5fc75d732e4b6238603f75bc323008011f96e58e44232ea92bf4a57eb024c7f
SHA256: 72308373bea70e7057932e70bd54beeb4930aa847a83b50772672fa3d6a1d399
SHA1: 2883e6688226cc1c7a8b2c45f8b003501babbf22
MD5sum: 7d55b12bac2ba28fcc6fcfef2daf6807
Description: PostgreSQL Partition Manager
 pg_partman is a PostgreSQL extension to create and manage both time-based and
 serial-based table partition sets. Sub-partitioning is also supported. Child
 table & trigger function creation is all managed by the extension itself.
 Tables with existing data can also have their data partitioned in easily
 managed smaller batches. Optional retention policy can automatically drop
 partitions no longer needed. A background worker (BGW) process is included to
 automatically run partition maintenance without the need of an external
 scheduler (cron, etc) in most cases.
Timestamp: 2026-03-11 11:13:32+00

Package: postgresql-16-partman-dbgsym
Package-Type: ddeb
Source: pg-partman
Version: 5.4.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-16-partman (= 5.4.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-16-partman-dbgsym_5.4.3-1.pgdg26.04+1_amd64.deb
Size: 42812
SHA512: a7a94cc7b86f3eed6128d2f124f1a1abc67a7ed6037a7e6f7cb4f1f1d78942424a95ba0bbc930b5c714c0a655ddc1de18792b59c3514748a4e9490a55365768c
SHA256: f122289610170bb496d5792274220a6843c5a33618b695591bf79795afd4a6c8
SHA1: 9ccdcef3d2719a054f48513423f2105080256dd4
MD5sum: 5033f3ddf16b92aa04fa0815445e3277
Description: debug symbols for postgresql-16-partman
Build-Ids: 66c992a5c237f5b92b6e0a54e0e9cfaa56b6b446
Timestamp: 2026-03-11 11:13:32+00

Package: postgresql-17-partman
Source: pg-partman
Version: 5.4.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7976
Depends: python3, python3-psycopg2, postgresql-17, libc6 (>= 2.4)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-17-partman_5.4.3-1.pgdg26.04+1_amd64.deb
Size: 235776
SHA512: 30928d7ec514609d4e28e88f0c20d1464bd8f8ff8a631d68fd30b0ce63da7a2cc55c833dcf3aa054261542725a938cc4d222c1116f1e4c0878e688ec69dc3232
SHA256: c368ca595c326a7eac34c4c1bed1b9db57bc8d2ad6be4fec1edc4777a6b24004
SHA1: 04d24717a7292e7db22054253b2162b00da02413
MD5sum: 9299af7e2a286d5ba7c2be1d1a072c0d
Description: PostgreSQL Partition Manager
 pg_partman is a PostgreSQL extension to create and manage both time-based and
 serial-based table partition sets. Sub-partitioning is also supported. Child
 table & trigger function creation is all managed by the extension itself.
 Tables with existing data can also have their data partitioned in easily
 managed smaller batches. Optional retention policy can automatically drop
 partitions no longer needed. A background worker (BGW) process is included to
 automatically run partition maintenance without the need of an external
 scheduler (cron, etc) in most cases.
Timestamp: 2026-03-11 11:13:32+00

Package: postgresql-17-partman-dbgsym
Package-Type: ddeb
Source: pg-partman
Version: 5.4.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-17-partman (= 5.4.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-17-partman-dbgsym_5.4.3-1.pgdg26.04+1_amd64.deb
Size: 46420
SHA512: bf2883794ae6e5baad6847b34a636f02c727bbcfb796f4cafe7004cb34572fa51b27a9371337d4c697d0957032e18bf0223affa31c63f7299e8bf02bae4e7670
SHA256: 1fda1a4db2480fa3c3a25e71f9f9ae8b11b384351adc9195e0b3e25c3c41ebd2
SHA1: 28f72b17ed6fdc315e59f6e62fb965e2fd956140
MD5sum: f061eb92e76577a3629a8eb86acb63c5
Description: debug symbols for postgresql-17-partman
Build-Ids: 5824a64c4aaa0a95a1b7acb9cbcbe5aee73dc3b6
Timestamp: 2026-03-11 11:13:32+00

Package: postgresql-18-partman
Source: pg-partman
Version: 5.4.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7976
Depends: python3, python3-psycopg2, postgresql-18, libc6 (>= 2.4)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-18-partman_5.4.3-1.pgdg26.04+1_amd64.deb
Size: 235820
SHA512: 4e53f466133f501e3114ba110e3610384918decc58a563a87bd4e3d37009604c74a2622321faa9e64ba84c37db0a0ff69a7907402d72cfa1f69a93fb2002ed4b
SHA256: b4e1f9280e4c96cb0fbf5665b541f98ed9d9c4a532ea48e47551a0f90d77ea52
SHA1: 4b399789ef2a50e760944a54f216f58504cf54db
MD5sum: b7ef61071d0a0ee29b887c6c815babae
Description: PostgreSQL Partition Manager
 pg_partman is a PostgreSQL extension to create and manage both time-based and
 serial-based table partition sets. Sub-partitioning is also supported. Child
 table & trigger function creation is all managed by the extension itself.
 Tables with existing data can also have their data partitioned in easily
 managed smaller batches. Optional retention policy can automatically drop
 partitions no longer needed. A background worker (BGW) process is included to
 automatically run partition maintenance without the need of an external
 scheduler (cron, etc) in most cases.
Timestamp: 2026-03-11 11:13:32+00

Package: postgresql-18-partman-dbgsym
Package-Type: ddeb
Source: pg-partman
Version: 5.4.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-18-partman (= 5.4.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-18-partman-dbgsym_5.4.3-1.pgdg26.04+1_amd64.deb
Size: 47500
SHA512: d6cb87b21adc0fb905689cff9cbbf293f62e1bdbf7e271ab3fca28ee441f1d79f19925e14affa72356753b5c0f23d07f740d681c4bde7040ca71c0746be99373
SHA256: aea7babad635c65d5bb9b212e771c03994c10c7fff85c0bd88447a46820033a4
SHA1: 0d5318643a52637820893172a364b4490a2affe6
MD5sum: 1ee550044f84dae4d81063eb42134a9e
Description: debug symbols for postgresql-18-partman
Build-Ids: 872ffa75d83b76dd48817f9847b15e79ff5e42a0
Timestamp: 2026-03-11 11:13:32+00

Package: postgresql-14-pgsentinel
Source: pgsentinel
Version: 1.4.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-contrib-14, postgresql-14, libc6 (>= 2.14)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-14-pgsentinel_1.4.1-1.pgdg26.04+1_amd64.deb
Size: 46032
SHA512: 8afc6fddc27dfcec31d0b2de91d68493494630b0b256a46e7555b0045919128c09e9e3dc9003bc8c3e3491ce698e9be092939497c71724537d1d815e4d948350
SHA256: 30bacc53e99f8aa8a879a5e24b19d4d4663bb1e95cd78e6a412e191122251a26
SHA1: 9948466d9fdc2ae306e936d7e954444ac19002ca
MD5sum: 5948f42b7ad9e3f9f70874ada2d0bb55
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-03-12 10:08:10+00

Package: postgresql-14-pgsentinel-dbgsym
Package-Type: ddeb
Source: pgsentinel
Version: 1.4.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14-pgsentinel (= 1.4.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-14-pgsentinel-dbgsym_1.4.1-1.pgdg26.04+1_amd64.deb
Size: 55772
SHA512: eeeaec7ff8196b4676d75672905ff5aa492619fdcbddc540e59469bdb0b54fd2174d23b1ee4ff38f4876754b7a80bf13bf17bdc4eee1217c4cbf8f729164de6e
SHA256: 77b0b9fb09eefb32d2ce79964f79d87b904e2f00e3e3f736e8b4d34555e6396c
SHA1: 7bb04df914c0b7c9a72d29a5478e8231e7e7e831
MD5sum: 07596517645e9307ca35eba1866170be
Description: debug symbols for postgresql-14-pgsentinel
Build-Ids: 6a4f31b675a40eb9b9132ba0c1ed6f6ea8d607b5
Timestamp: 2026-03-12 10:08:10+00

Package: postgresql-15-pgsentinel
Source: pgsentinel
Version: 1.4.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-contrib-15, postgresql-15, libc6 (>= 2.14)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-15-pgsentinel_1.4.1-1.pgdg26.04+1_amd64.deb
Size: 46324
SHA512: eb3d0484e8cd12c436c95dd1e215e0dbd95bb514599bcbf5b36f781fb9fc826afb9106b21d8ec34468a475c1deb4328aaebf8744e12f6357e1dc55c2e9df13b1
SHA256: c472bee05ecad7fa04469a2a5b3233acfe7bca2560876d0048fc4d1c5ed4948d
SHA1: 3f6715a342ab576b00b4e5add89d387b5ebcef7e
MD5sum: 328d12c02e1b4cc2161253909c6be255
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-03-12 10:08:10+00

Package: postgresql-15-pgsentinel-dbgsym
Package-Type: ddeb
Source: pgsentinel
Version: 1.4.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: postgresql-15-pgsentinel (= 1.4.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-15-pgsentinel-dbgsym_1.4.1-1.pgdg26.04+1_amd64.deb
Size: 69976
SHA512: 99c95718eb6a6a38d933bb6c3b753479d0dc06b0ba1e654f1f45562a3b2af2f7e6fea00faad6070b5e23d6b8c85ac7d75bbbf0e288c73b8abebd58fba6ba4855
SHA256: 28f93e4d4c644073350afbbdad2f0467c65defceb706242db1e695d6df0941dd
SHA1: 2409cca11090092c3ef92866f6d91562050375af
MD5sum: b9e552e624f3fd523743e67f0e7fcda7
Description: debug symbols for postgresql-15-pgsentinel
Build-Ids: 93a52993affceb53cb54431040aa1669d1e78f66
Timestamp: 2026-03-12 10:08:10+00

Package: postgresql-16-pgsentinel
Source: pgsentinel
Version: 1.4.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-contrib-16, postgresql-16, libc6 (>= 2.14)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-16-pgsentinel_1.4.1-1.pgdg26.04+1_amd64.deb
Size: 46236
SHA512: 8ceaf10402aae6749a832ce7e63e38c0835c08ed39a18ab9ab28d7608f03b88fff8720288defc42925964255f5ee582da867c288b278343629ac6519ae2b28b1
SHA256: d41ff51123f5001e21355a8bd4af09044d628449b679ebd426266dc0ef193708
SHA1: 4c9172408f4d49e031ffbbf09f5d844072aae156
MD5sum: 787a4d025d27dc1b25c2ae8934ffde3c
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-03-12 10:08:10+00

Package: postgresql-16-pgsentinel-dbgsym
Package-Type: ddeb
Source: pgsentinel
Version: 1.4.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: postgresql-16-pgsentinel (= 1.4.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-16-pgsentinel-dbgsym_1.4.1-1.pgdg26.04+1_amd64.deb
Size: 75320
SHA512: 03edc9fa2435af1add92d44c82c4bdfcf48b6b1b70dcb1fe26063c506e526a4fcd3c506f2054a88eec84d4c253ae40c88c2e9412a0d63980592310b2d1f79915
SHA256: af0156f3984a577f2640be7e5e0ed03f77597ee87322ffe947641009f1d45d8d
SHA1: 4fbb29eca707f57fa08764e1577ef72e314a29c0
MD5sum: f198c5ace44200863b5fbd2fc62fd97d
Description: debug symbols for postgresql-16-pgsentinel
Build-Ids: 071235ae572f3469018c4a59dd87e7b1a7cadeab
Timestamp: 2026-03-12 10:08:10+00

Package: postgresql-17-pgsentinel
Source: pgsentinel
Version: 1.4.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-contrib-17, postgresql-17, libc6 (>= 2.14)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-17-pgsentinel_1.4.1-1.pgdg26.04+1_amd64.deb
Size: 46336
SHA512: aa5a1dfa9b1eb667cfe150aef1977bc91cab53ffb95bbeb40bde385a35113971fff33e66d3bbaa92fbd672d38e3c3a5583a846358f158f143b35a1e715796a11
SHA256: c593d3ada7db1e4df8ebc09c6490d0bead84fc14c0bb919820dad164ad4a7f13
SHA1: bbddda287a0aa4f11500f1b6733e2a2ffb1d29a0
MD5sum: 925e8764a897c6f0f3a0bcd2ad5921a3
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-03-12 10:08:10+00

Package: postgresql-17-pgsentinel-dbgsym
Package-Type: ddeb
Source: pgsentinel
Version: 1.4.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-17-pgsentinel (= 1.4.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-17-pgsentinel-dbgsym_1.4.1-1.pgdg26.04+1_amd64.deb
Size: 76468
SHA512: 5498b77d0ecdd5dee2639e4bebcd9e6141d9b7e467151960ab82ff780d2fba1c7c418dcdff983f7d21441c20ccb2ce7d4799447edc21fbdbdbfb45ab66c381ce
SHA256: 68ee381697a62b50fe847c5b4e027a43f36ffbef392450dfe89aa64552bb3018
SHA1: 8c3096b99b172857347bed757c906cfca6fca46d
MD5sum: 1b647cb6686276166ec31c4257321102
Description: debug symbols for postgresql-17-pgsentinel
Build-Ids: 16bf56c6b18e811e2a93ff89a60b7dceb8ddefdc
Timestamp: 2026-03-12 10:08:10+00

Package: postgresql-18-pgsentinel
Source: pgsentinel
Version: 1.4.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-contrib-18, postgresql-18, libc6 (>= 2.14)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/pgsentinel/pgsentinel
Priority: optional
Section: database
Filename: pool/main/p/pgsentinel/postgresql-18-pgsentinel_1.4.1-1.pgdg26.04+1_amd64.deb
Size: 46228
SHA512: cc367db8572f1a9eadadba232270bda9931e1f0fbecfd463633b2781ff14f348fbf0739218315817478b4f334ec985939e0d0ff5bacc3fc4f4fce932eaadf11e
SHA256: 975b3642ddeef800839a65de6cb8b11fb67347f6f556ee38bdf712f77e5598c4
SHA1: 75089e95e2f1639de08341b58d6012090ec954e9
MD5sum: c0f4c00a93f8cf0b56928fbd72131438
Description: PostgreSQL extension pgsentinel
 pgsentinel is a lightweight extension for PostgreSQL that enables
 active session sampling. It collects and reports information about
 currently active sessions and waits. This extension helps database
 administrators and developers diagnose performance issues by
 providing real-time insights into blocking, waiting, and session
 activities.
Timestamp: 2026-03-12 10:08:10+00

Package: postgresql-18-pgsentinel-dbgsym
Package-Type: ddeb
Source: pgsentinel
Version: 1.4.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-18-pgsentinel (= 1.4.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsentinel/postgresql-18-pgsentinel-dbgsym_1.4.1-1.pgdg26.04+1_amd64.deb
Size: 78024
SHA512: 63fa924db9a12394bb99f0ea1b0dc5815787f831fe47fac8a8f5edef0557e54019cac5696dc830ebff1c09ab8d18736e6dc590380fac70f47678d3a110424cb6
SHA256: fbc01a38206556da8002d60a6f1dee856f5f84a6262911cbfcf999c5eab9628e
SHA1: ae2fd90298df5ae7c192d340eba8f0814c922faf
MD5sum: 0d18ed7ee6b7f0a86ddea6b569c36e75
Description: debug symbols for postgresql-18-pgsentinel
Build-Ids: 1f6c82b1a832e1742bcd2ac232aaf789f99a1aac
Timestamp: 2026-03-12 10:08:10+00

Package: check-patroni
Version: 2.2.0-3.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: python3-attr, python3-click, python3-nagiosplugin, python3-requests, python3:any
Homepage: https://github.com/dalibo/check_patroni
Priority: optional
Section: utils
Filename: pool/main/c/check-patroni/check-patroni_2.2.0-3.pgdg26.04+1_all.deb
Size: 19340
SHA512: c47455fd76373705023471332a78aecc9686000349592f9ceaad9c2e42c6b92dd3370f8b809219766e72b5c1ea2dd5ee1615c47fd836061cd4324aeabc209664
SHA256: 241693b66847d10971b15a56c9d28ef7ab368d33393c7611bc05015fd362c528
SHA1: d1b59bde4b80b8071244fe0327374394b36023f5
MD5sum: 2df4c9a71c27a65de2d7284345e62774
Description: Nagios plugin to check on patroni
 A nagios plugin for patroni that checks presence of leader, replicas,
 and node counts, and also checks each node for replication status.
Timestamp: 2026-03-15 10:07:25+00

Package: libh3-1
Source: libh3
Version: 4.4.1-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 169
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-1_4.4.1-2.pgdg26.04+1_amd64.deb
Size: 57548
SHA512: ac3ca40d6a8d77021ea5957ca1d87772372002072d2324e275586157c8621bbb647318b6dff94bb9b5cf537bae24f55f77e8165f57d5aeda1830bcbf6b2ae2f9
SHA256: a829d2dc25ce38dd42466b95d189d84dd2f94556aed82d483acd5808eb85e68f
SHA1: aa45af87b5a353dda700daccb373c8dd30a58b23
MD5sum: a2531b5184b28db7c6e610c4038b4ee6
Description: Hexagonal hierarchical geospatial indexing system - library
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the shared library.
Timestamp: 2026-03-15 10:07:25+00

Package: libh3-1-dbgsym
Package-Type: ddeb
Source: libh3
Version: 4.4.1-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 175
Depends: libh3-1 (= 4.4.1-2.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-1-dbgsym_4.4.1-2.pgdg26.04+1_amd64.deb
Size: 100872
SHA512: 036bd8494018a0aa2e88db9205e94de943b12f9015786c15f854b2d8c2fbac0cfdf4d621e326d9eecaa1648494ed2d397d4cfb5c6c33134741d9dbdd91dedfcc
SHA256: 95754a8e77483ad736929b2199ef67f0a40f40f8b95964ff23e5ac2b132c6715
SHA1: d97b3cf653c2cf1f4f96bddc956752663af91584
MD5sum: 58ef2f5ed185d70acd33cbe376941d69
Description: debug symbols for libh3-1
Build-Ids: 892476e5905581d696989323c4a9879d8a62aa05
Timestamp: 2026-03-15 10:07:25+00

Package: libh3-bin
Source: libh3
Version: 4.4.1-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 325
Depends: libh3-1 (= 4.4.1-2.pgdg26.04+1), libc6 (>= 2.38)
Multi-Arch: foreign
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-bin_4.4.1-2.pgdg26.04+1_amd64.deb
Size: 57112
SHA512: e62a532256ec6935a24523dd1874d5f11afea6e2cf3e27fb2e37f343d942f0a42df848aa9cb674aaaef7ce4dff6fede01934e318d0c535c386c72e4a03049af0
SHA256: 8865c4988311b9c61a94acc024d47395b4985fb9f36019440e2254c78bc07a44
SHA1: 4fdf0a0bd006ed52ee53a529bf069b2ccbaf7d9b
MD5sum: 9e1eeb98d4d92c44f2bfc6d3458328b2
Description: Hexagonal hierarchical geospatial indexing system - CLI programs
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains CLI front-end programs.
Timestamp: 2026-03-15 10:07:25+00

Package: libh3-bin-dbgsym
Package-Type: ddeb
Source: libh3
Version: 4.4.1-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: libh3-bin (= 4.4.1-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-bin-dbgsym_4.4.1-2.pgdg26.04+1_amd64.deb
Size: 128388
SHA512: 067437d84534212e4c247f5bb84ae55f2cab5cc1b82f0e4dacbff6f121266ef0c52e935c1521dc3bf8be57f9618c09bc979672436e288a2e19aff322d3005ea7
SHA256: 8781cf57efb867dede1ecfae4d2df835a5169b7e367c9c7ab6f24987be7b120b
SHA1: 5401352d341a3d3c456c0574025152c13b5db935
MD5sum: bac4fb783f2ed6954041c3b74be893d1
Description: debug symbols for libh3-bin
Build-Ids: 1b82cb27c53ff5554b2cca3116c15ede3c5b41fa 444e50a8155207251770b9b2ba889998261d72c1 4cbc860ac09227d215f47ba23b59ccef0ae01299 57f3cdf76eafc3bb4c5a36cbbe97624a91d1d39a 59c3c40f2cd2d8635206d85fef2d648cca686915 5d3d0756a20b2e9e0ce8743b73bc56e608e75f2b 63be99c59c0f6740c37ccf673ffed5d2a09b3d8a 8ac51aadef275a305924ef6ee03db48d5db8b3eb 9e701f38464d07c934444fc4b68e4c1eab7de39a 9f4515e5228ff5088eeb202593739f1f743f6f1e bbab5c109f6e067d98a0fccdf1c590a7bebf3540 e0908616fa4d7c5122a03a30324ff35be8eee29a
Timestamp: 2026-03-15 10:07:25+00

Package: libh3-dev
Source: libh3
Version: 4.4.1-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 97
Depends: libh3-1 (= 4.4.1-2.pgdg26.04+1)
Multi-Arch: same
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-dev_4.4.1-2.pgdg26.04+1_amd64.deb
Size: 22576
SHA512: db440f9a4b71bc6631da07ec6e2bb3993d9d61f7598d971d6d0caeb8f6efcdd5cd13bd63a120abdaffcb0b0a9b391f9ff003baa1b1578623b8c20e9e6e058615
SHA256: e1dd817f65a18281b3d47a13c7b2f68ad7123576f071a8d04df7875fa1bea4fb
SHA1: 7ba69e9348cd67c86f93e0f187f869841f05369b
MD5sum: 858e83267a014fbb1a0be457250bfc54
Description: Hexagonal hierarchical geospatial indexing system - header files
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the development headers.
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.8.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: r-base-core (>= 2.10), postgresql-11, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.8.3-1.pgdg26.04+1_amd64.deb
Size: 56688
SHA512: bbb58f4d34972a700ad3e8b5c4e7d289892165e3633a886494b576a88bdd43cea71ff83f57380d8adaa63618ecd3fda049bf7ec68239c606d09338663ec97a25
SHA256: 7a231f1fc53561b612366f998923b8525f1ed261b83e80b4f165ed56f0c44854
SHA1: 78d239477a922ee20b773a0b0f421a9a610547a2
MD5sum: 616b62531fa84da9bb50254a452db08a
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-11-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-11-plr (= 1:8.4.8.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.8.3-1.pgdg26.04+1_amd64.deb
Size: 122824
SHA512: f184c0bce0c5442fcaea56448e2c4499715e04d22a0de4590a373bee5fddaff2f17c53a645e8895d6862e6b83cbb9df730d537894da43cb90c43c7695ec8b4f3
SHA256: c403913610dff01c0800293d588379bf820f50cdf97c8917e4a05df3553aa4d8
SHA1: cc519750b5b62a75b6a76d2aed024d5d442359e3
MD5sum: c1309f922c152dc674dfafe7ab0acb98
Description: debug symbols for postgresql-11-plr
Build-Ids: 00e5201bec4b4c47808db823b5f1582b6af75736
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-12-h3
Source: h3-pg
Version: 4.2.3-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-12, libc6 (>= 2.4), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-12-h3_4.2.3-4.pgdg26.04+1_amd64.deb
Size: 50780
SHA512: 9b6a6b9084359a0b82c3ef284a489339b1c829a3c279e9480c6ac48174c176b56075610a3b8e07328e43a34f01b8a7c243c713fe89ff60a1d632bd5ff32861a8
SHA256: 72c51df9128cbd4d74a3a8ff7f5e317c17161d051f794446fa4711c7db87386b
SHA1: 4926f6cf1cc872d887e2870ff656f8bf9edd44f0
MD5sum: 944dee70f04447cfa7436f649a068687
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 12 extension.
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-12-h3-dbgsym
Package-Type: ddeb
Source: h3-pg
Version: 4.2.3-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-12-h3 (= 4.2.3-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-12-h3-dbgsym_4.2.3-4.pgdg26.04+1_amd64.deb
Size: 112112
SHA512: ec656fe04f5cc10de2d9a8cbcda27463e45f7de6fe96b4b9dcafd16970dc3571134a629f90f7c0172a20d85fc1c6304b2ea16571f32f292d016abb8504896eb6
SHA256: 60543064ef197e786df316a4b1c463baf225515815e197a356e7543a3fb54654
SHA1: 55eb22b1b98b9a4eed53b2c88e9794fee7640268
MD5sum: 102fe6695ed31e68b8f87d2f4b7be211
Description: debug symbols for postgresql-12-h3
Build-Ids: 2b09531f6ba9aad8483f1f85a97624b48e920224 a02212e27b675ff52d8fb414ed491e651e7c5a1d
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.8.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: r-base-core (>= 2.10), postgresql-12, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.8.3-1.pgdg26.04+1_amd64.deb
Size: 56704
SHA512: 22278ef7c9d1906c5ea89912119547ae1a1eaf49bc800793c366516a176afbc91e4bc39da7d4388ef50af468754f1b4e397186062b9ee3c57ec6be0dccd30871
SHA256: 4b6dc39e60c80b60803a61681925e2838c7bb6a3eecd5f1fad459f98658fabae
SHA1: dd4c9a4d0d09a40331a849ebc7eea09634e53cc3
MD5sum: 071ea32818a3e2dad1fdc8d7c86e656b
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-12-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-12-plr (= 1:8.4.8.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.8.3-1.pgdg26.04+1_amd64.deb
Size: 127424
SHA512: 597c7135f5dafa1be98db942f20e024809eed1ad5af171361eeaf5891cb0a2933bfca7ccb384a2280837cd25b3841d28aa82f589d865a8966b6d1845a2fb468c
SHA256: b2951687686d0f206613d7df2edee22456d6dc02dee6f4924d389ca9feda3143
SHA1: 0af5fa426919e4c8584cd03138d92f23bbfafbb3
MD5sum: 6e227c82a6037dc131d1a4298ce84dd6
Description: debug symbols for postgresql-12-plr
Build-Ids: 6cce82dee92b3843073d74f7425b9302af82e2ee
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-13-h3
Source: h3-pg
Version: 4.2.3-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-13, libc6 (>= 2.4), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-13-h3_4.2.3-4.pgdg26.04+1_amd64.deb
Size: 50848
SHA512: 2bee80abe013efdf23fc9ca5947de1ed07fa3703b94d762529d17fa297ebfc33e8075ddef8800ece82101c684a1dd8ea4fccd1b37f54aa9130a687cb2cfc56b9
SHA256: b90f68395012a88d80d39b136b4a311f793a2971d0c7e98b1916a91b3ddcccce
SHA1: 1d37f7b493376edf811c634dec344b8e060654ef
MD5sum: 7c6584400a1ca9359b561407cbe0279c
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 13 extension.
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-13-h3-dbgsym
Package-Type: ddeb
Source: h3-pg
Version: 4.2.3-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-13-h3 (= 4.2.3-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-13-h3-dbgsym_4.2.3-4.pgdg26.04+1_amd64.deb
Size: 107404
SHA512: 8b3243b943f39173f059a5d7e822b4def1ac2d3badc6f82807f866fcdee7ed3153103c9f0a263f7bfb51477fdb37ab9669a3b6b0ad30c650f9223da455d7aa33
SHA256: 26b678408085edf25018d2e93bb0afb8536a6c679bcec57650fb6536e9ed8ad0
SHA1: 91ef93d275d4c66f78e24edcba1602a44f11f4d5
MD5sum: 6f6db681fe0b1ff651c61e97c909009e
Description: debug symbols for postgresql-13-h3
Build-Ids: 488b4f56084da9f9cf162b18c435d6fdc600fb0a f2d482f5dcdba14f253a2ecb1c2fca1b8b035026
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.8.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: r-base-core (>= 2.10), postgresql-13, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.8.3-1.pgdg26.04+1_amd64.deb
Size: 56732
SHA512: 8e8e4a845ab2d5a4f7a6f05233cf59f5333d7e20ad4aad4af44bcf21911ea864f3292d0eb4c5e11717eb68b1da61477e618e8e6eb33e250931cea967595b68c8
SHA256: 027adfb81d07ef814d69c08b797b98b679604399e0bd53ec291e5211268343ce
SHA1: b0fa4b3a8710827c5be8c105282cbd3210d867cc
MD5sum: 0c374a5634d0ba3915b6af8af44bbb42
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-13-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-13-plr (= 1:8.4.8.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.8.3-1.pgdg26.04+1_amd64.deb
Size: 130676
SHA512: ff7d05118ad54a6c78b9fc0876edfcfd663400d475291912f140cf86e6feeb81ff82c8e38dc9492f650fff3f0ffc4575ea78ed0fcd7d81e43c18bfbd6ead88cf
SHA256: 00e37185d6678543181180790855c563edf9a79344376891fb4c2ba9090bbf45
SHA1: ca4429141b2f381b95ebf879c5234ee8725f6cb6
MD5sum: 2fa90447fa17338d49f5a2df45165305
Description: debug symbols for postgresql-13-plr
Build-Ids: 5f7c5026fa78d8bab3084a89ca5600447a295ff1
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-14-h3
Source: h3-pg
Version: 4.2.3-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-14, libc6 (>= 2.4), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-14-h3_4.2.3-4.pgdg26.04+1_amd64.deb
Size: 50672
SHA512: 7772b2444f9fd60089f80c00d3ccd4b554d43907ebbf6f942d9189877b646e6527be523c2be14df897b11d573b32cf4fb35cb24730ca4abdc21617e65599720b
SHA256: 7e7897ad483c2d4c97b885c4a25ecdd77c54a1d65cab864440dfe248e023acbb
SHA1: ebaed5dbd57f8e8dc50eb5b2a88f95e85ea1470d
MD5sum: a50d63c64ead0d6907aab8a65532ec5a
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 14 extension.
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-14-h3-dbgsym
Package-Type: ddeb
Source: h3-pg
Version: 4.2.3-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-14-h3 (= 4.2.3-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-14-h3-dbgsym_4.2.3-4.pgdg26.04+1_amd64.deb
Size: 108260
SHA512: 4a02b42a2f0d9c6a5b9be2af5c5df916b2ef7f535d440e1cc33a0dd49e46761e4b85b3e44778fd53943e2724fae9f3a37d5f4e64838346a1e66988a5ebd67bd0
SHA256: ca6db4b0d5ed70be725b12d7edcad8f70e90270d847ca72fb6e639126db698f6
SHA1: da4ad2ab4651b1dc51563b06e0477604b35a937b
MD5sum: db3faa868aee33fb19f36cf0ab5d49db
Description: debug symbols for postgresql-14-h3
Build-Ids: 11550a0ad21490e79f5e9c6d3685330ae3d2a408 d56c1c4605d537026e91b4c763f82af6e2e2bae5
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-14-plr
Source: plr
Version: 1:8.4.8.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 289
Depends: r-base-core (>= 2.10), postgresql-14, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-14-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-14-plr_8.4.8.3-1.pgdg26.04+1_amd64.deb
Size: 128616
SHA512: 25f22baf3ff39af82e0f52c25f4de8c9319f3d7d5cd296387ea737f5b371b14b75f9d0b3bb893c45ef95b84da74c87d163bd0fd6429e11e167d90174b853413d
SHA256: c6308b7f7a68ae142d44cf14bb4f1d86d14f01852cff6153067d1d8d2086e2d9
SHA1: 9e5a3e1c8174e862d480b52bc978c1908572bef9
MD5sum: ece1e117c1c4b84b661f3f0a934af51c
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-14-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-14-plr (= 1:8.4.8.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-14-plr-dbgsym_8.4.8.3-1.pgdg26.04+1_amd64.deb
Size: 132864
SHA512: 72cc096b402e8c86b83b730105b2ae8df71dbb98f10776804459f431358564eb2e5af11538537e95f62d6765a88976e5e34c62ef839bf44fc2e3d083d7144bc8
SHA256: dd7d4f682645c90f98cfb22eb27031eb77d34c1253586aed373d8af29169e72f
SHA1: 0d8e8ed3cd4bc978f1a6eab00031c19df0f9efc5
MD5sum: ebdff59cfd1d68848479cb7d113e201b
Description: debug symbols for postgresql-14-plr
Build-Ids: f917db728cc3a3cdec53b860f4b2334294942da8
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-15-h3
Source: h3-pg
Version: 4.2.3-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-15, libc6 (>= 2.4), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-15-h3_4.2.3-4.pgdg26.04+1_amd64.deb
Size: 50696
SHA512: 44b08c467c81a053421a0281592b540575432859988e0ae503ca12fe5cef3b969ef676558cea375e46f84f5246c796d4b3b61db3df46eaccade7b836af3e88fe
SHA256: 90fd78929b2a304741f6fdc9b962960c895dd2e8093736b8c99538864f030819
SHA1: dd7bd24cd7db60a4ea2a682447ac1eb88ebb1595
MD5sum: 319b95bc830edbb6f7e4161ee869a4ea
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 15 extension.
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-15-h3-dbgsym
Package-Type: ddeb
Source: h3-pg
Version: 4.2.3-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-15-h3 (= 4.2.3-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-15-h3-dbgsym_4.2.3-4.pgdg26.04+1_amd64.deb
Size: 108792
SHA512: 237619f7fd687e83b8bae8b710117fe9d7cc76b1c99c9e4e06c04c7dd3d43da355ae73bd0456c537ad435c2cc14a5dd75c6fcae1025936cbb9f2d24c458103d1
SHA256: e9a676ba529c16b2e58ec7e0f7a8071f3cb096a89a69a8c55c487af5a0445ea0
SHA1: 8e8de0b1cb7e8c17c2b281e2263be1f281ab2b01
MD5sum: 519f79195d35e8087c43a2e5650437ef
Description: debug symbols for postgresql-15-h3
Build-Ids: 3fb13dba41d929c2b3d9b37f1435fcba52e1a5ad a580d7f56d6b145297c3d78d4bd835f53a28b2aa
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-15-plr
Source: plr
Version: 1:8.4.8.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 289
Depends: r-base-core (>= 2.10), postgresql-15, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-15-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-15-plr_8.4.8.3-1.pgdg26.04+1_amd64.deb
Size: 128636
SHA512: f3abf6ac9c4ed5dc9c836331de2d00c939425f9f43be24af701e6fded8a146455f65a4a116c2e52e914bff48eb62567254059d95e33f581ff81f3a229443d393
SHA256: d43f7535c1dfa648061b2c8abf1843366eb883a047ebb0509cb166264ee77e9e
SHA1: 41ca9220ee677148fd2c1ebd3090e12756dea872
MD5sum: 434ab3552474e3f5388fbf01ac8bd22a
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-15-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-15-plr (= 1:8.4.8.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-15-plr-dbgsym_8.4.8.3-1.pgdg26.04+1_amd64.deb
Size: 133884
SHA512: f0ab7e8903cf0c4f55b55e0c68697eceef758d5e6b81009bb22a72c2f2ac26261a762f42bf8fb7e24dce45d58c3eb4db73729c9a70d3ef507be1044cb24ac37c
SHA256: 5ced6e964b3336199706cc55272c80bffec81b2e8cc15160920462056e43a048
SHA1: 80bea12ca4bb25f7553977148c4107cb07a64d05
MD5sum: 3fb47e9da720bf89d00a092a66ec0e5d
Description: debug symbols for postgresql-15-plr
Build-Ids: f066dd2d3c55eb9cf754543ec3c89547f10355e1
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-16-h3
Source: h3-pg
Version: 4.2.3-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-16, libc6 (>= 2.4), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-16-h3_4.2.3-4.pgdg26.04+1_amd64.deb
Size: 50644
SHA512: e787e367071bb0bfd1a6307666b2414fd2cebe5edf5544277610b61874ff31187a171e3e0af30892a7b28d0074f317fd15a68a8da90e14a02ad480833fa546fa
SHA256: e78a5c34e8c77ccfe8c5ba7f6459c5224ad61a9946c5929d0451bc81a8233510
SHA1: 977e4f6abd16993abba0224fd0a9ab8e7b3ee1f8
MD5sum: ac6ef2ad342835e1a73f6b161cb5945f
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 16 extension.
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-16-h3-dbgsym
Package-Type: ddeb
Source: h3-pg
Version: 4.2.3-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-16-h3 (= 4.2.3-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-16-h3-dbgsym_4.2.3-4.pgdg26.04+1_amd64.deb
Size: 113888
SHA512: e689ca1fdec43aac0ba74e9484c3ee481d3df5e4c605488af06aa66822ee13f433d0b19c6c8c467203f756b729ea0c14cca77465edccb1fc65a77af2f4e43e96
SHA256: f34a842ffd3922aa0588f16affe2242454460580785ee38ae129ae07a336c77d
SHA1: ae35b8c755eaf5b0f23e07c575d33913d8bb4d99
MD5sum: c0fc9dcf12748ef11ec10cde1bc0a359
Description: debug symbols for postgresql-16-h3
Build-Ids: 46de10cb0b0025fdc1cb240b5b454dcadc26d0ad 4d15ac424aea44f5a405eb3a474ea68314ec758e
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-16-plr
Source: plr
Version: 1:8.4.8.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: r-base-core (>= 2.10), postgresql-16, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-16-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-16-plr_8.4.8.3-1.pgdg26.04+1_amd64.deb
Size: 128432
SHA512: a61470b84949c2fddee53ba085ce85507695894368022422089421a316e86661d733815836540d5177b3a386afe4c9c0ca65f8281a6c60f9f7a4702ac555203f
SHA256: 69a7d88108777d856b5684ccf940f62dbde8ddfead63a58287d501ab48876100
SHA1: db4f6596b12fc67088a1331951728cd3a1336738
MD5sum: a4ef071e9b27adeb0dfe4910ce793362
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-16-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-16-plr (= 1:8.4.8.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-16-plr-dbgsym_8.4.8.3-1.pgdg26.04+1_amd64.deb
Size: 140784
SHA512: 4851b67fc34dcd8444fc616e6bbc4f1416546bb4e273331d29cc90d0a8ef737b3c823313421fd72b863b684effa4fb76ef5ec6fb35dc19a03b44e3b3f11c3ab2
SHA256: d93b8e6e8c3d5614cfc63bf5656ff5c73c74dfc51bea3771bf17b6e134ca2263
SHA1: 6b644778e7f22171fd6eaccc6140eff2f5709935
MD5sum: 1dfbeb50c4abe5c4401f97e3671cdaa9
Description: debug symbols for postgresql-16-plr
Build-Ids: 78b4f4f7d65c7f6529933094e77d785474f28651
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-17-h3
Source: h3-pg
Version: 4.2.3-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-17, libc6 (>= 2.4), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-17-h3_4.2.3-4.pgdg26.04+1_amd64.deb
Size: 50652
SHA512: 792154fefd326d3f37869118f679293d9a3cfe04181d97b2d00d394c7cf499713d8c555811fc03f0ba2bbde0a63fa1db45716731eb1de83a1df5b233f005b6f2
SHA256: 1a4805db101b5fa2db814030ad54285c434cfd4ff44d59a18aa91919fd6a03d3
SHA1: ca7ca5c782c1a73618617dd64f618f990e8bbc3d
MD5sum: 8571b73223d351028ef92cded849ba85
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 17 extension.
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-17-h3-dbgsym
Package-Type: ddeb
Source: h3-pg
Version: 4.2.3-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-17-h3 (= 4.2.3-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-17-h3-dbgsym_4.2.3-4.pgdg26.04+1_amd64.deb
Size: 114868
SHA512: b6260647e74eb627aa4dc3e09b5a9373bc280466ff0cee270668290f35da43a8af28bf4be11396de036af9175110ffc446201bfec1e7b8b3620e5212cb747dc9
SHA256: 48fabe0453682f3cc993091bfa728a481a88e3169d43a9ee2708be4d632600bf
SHA1: 17c6474ad2272466fcc851192a218ff3ab98b12c
MD5sum: 884ea2d422c8ff14ddf274364eb8ff18
Description: debug symbols for postgresql-17-h3
Build-Ids: a6c2ff8dc0b9b4ff9df9276dbfb949533e2398f7 fab8a1b25a2d40bd658b2ca170cabc254e1711d9
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-17-plr
Source: plr
Version: 1:8.4.8.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: r-base-core (>= 2.10), postgresql-17, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-17-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-17-plr_8.4.8.3-1.pgdg26.04+1_amd64.deb
Size: 128288
SHA512: f189acc0e9d17cf29aca2c502649d6cc4fa1766f399920263b4152212e1c4025b9056373c563cb2cf260cb7f81311d8774118c03c1338a33fe56bff02e95a477
SHA256: b00a768c4ce90c3e5a45ffdcdc52a1899bb8c95455ec769e6cfb6b2359517955
SHA1: a0466900234b70fa2d1f19f0d5f4a4391531ec9e
MD5sum: 2b54b42aada0c0e78dd78ae00551a5d8
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-17-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-17-plr (= 1:8.4.8.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-17-plr-dbgsym_8.4.8.3-1.pgdg26.04+1_amd64.deb
Size: 152868
SHA512: eb3e6f169d8d695b31dc5d06a2cbad4bdafa3f01a9d671bdf869fdd5ec879495c7c933bf55ec2aa8d19fefd781f429f8e4ffaeb467fbe225e38892e7d53ca2bb
SHA256: 85c26789419097996bbcc7e0d0dcb4072ec6d80bcb4e87935bdfab619393e6f0
SHA1: a3b7af2c1f0ec853f14263df0605c164eb790f45
MD5sum: b0f6918ce69e86880df48f07f850c495
Description: debug symbols for postgresql-17-plr
Build-Ids: 9687aebd35c4ea46a190cc063773710eaafe66a3
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-18-h3
Source: h3-pg
Version: 4.2.3-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 372
Depends: postgresql-18, libc6 (>= 2.4), libh3-1 (>= 4.2.0)
Homepage: https://github.com/postgis/h3-pg
Priority: optional
Section: database
Filename: pool/main/h/h3-pg/postgresql-18-h3_4.2.3-4.pgdg26.04+1_amd64.deb
Size: 50672
SHA512: f6a218d8d0d3cb8c1de81be6a12b4cb1fd0dc7203149c08320f9c6e456d8e5fd057a408a5caf5f1930cfa00f9a830e71a91641ccab13b54b5086efc8b53e0268
SHA256: 8d5de12baa6ff99a9451051b5832a9edf0359652d18d48c00671debd17375b54
SHA1: d10db0ccf283de6563dfa67ba3c0636b2b342425
MD5sum: 3d1c287fe9f8746693f9090a6a996c85
Description: PostgreSQL bindings for H3, a hierarchical hexagonal geospatial indexing system
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the PostgreSQL 18 extension.
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-18-h3-dbgsym
Package-Type: ddeb
Source: h3-pg
Version: 4.2.3-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 182
Depends: postgresql-18-h3 (= 4.2.3-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/h/h3-pg/postgresql-18-h3-dbgsym_4.2.3-4.pgdg26.04+1_amd64.deb
Size: 114572
SHA512: 4b6a156304ead9c5e280814011cb354bc266eab2446150ec39a6b962e96b069c196ac2544b37a3a7e5bd3d6d2c4f093093028670684ee126ab01c29065a61662
SHA256: 4994ae991a9f0cbb2e61fdd9f88fd15c7c2e402efea060f7ff841943ca68e273
SHA1: 5ce8c4a81a581b1d83498583ec9f3b1ab9f50dc1
MD5sum: 2deb627e9a967e441af5c2ad4f1ea70f
Description: debug symbols for postgresql-18-h3
Build-Ids: cc70335507f881585d9815fa77f67ee4ab11a977 d859f5dbc8df71ca8d1dca50002165c9e2ca36df
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-18-plr
Source: plr
Version: 1:8.4.8.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: r-base-core (>= 2.10), postgresql-18, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-18-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-18-plr_8.4.8.3-1.pgdg26.04+1_amd64.deb
Size: 128796
SHA512: 637ef3b78ed80ca3f9a22c9c73c03d6934681efafb10db487587b5df420df223d557e200d820e730df9d987f2ea07ce2cf6a3a067f2ffa0202a27c10cb6c3fdd
SHA256: f98e324d44b3f0142716d08f261d2e9a6ee816b6b67d85c0381e89aa1dbff368
SHA1: dece5512c7970df69e17c3e283b2788711898f36
MD5sum: 77ca4388d71d1acb951f4b27f0c61f42
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-03-15 10:07:25+00

Package: postgresql-18-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-18-plr (= 1:8.4.8.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-18-plr-dbgsym_8.4.8.3-1.pgdg26.04+1_amd64.deb
Size: 158036
SHA512: 862ae6252dcbb9041a41c654ed9e060b0d5c4eb593ec931ffc9a06f7665b5a4dbd2394b487e2ba02da583ae412dad2c92a7acfcf6e80444e69834cc62c27c843
SHA256: 370c8543bec1fb4782cfba1021571da73905fc475b4ae8d6e72d0f3e0af9c5da
SHA1: 85b1fff5c4c0a750dc6aee3dd2d428eddee09c90
MD5sum: b86ef0ec61d484ab5d80052b4e2edaac
Description: debug symbols for postgresql-18-plr
Build-Ids: bc2ee008d073702c0cfc937dd17d04673462b5f7
Timestamp: 2026-03-15 10:07:25+00

Package: powa-collector
Version: 1.3.2-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: adduser, python3-psycopg2, python3:any
Suggests: postgresql-powa, powa-web
Homepage: https://github.com/powa-team/powa-collector
Priority: optional
Section: database
Filename: pool/main/p/powa-collector/powa-collector_1.3.2-1.pgdg26.04+1_all.deb
Size: 22236
SHA512: eb758190ce23a63ff5f566b812e53495c1a44180485e59b6806e35eef980c6dfcbd2f48008534b434d45486e5c53351b47dc309fd77a299a33d3383080f934cf
SHA256: 04734cf3422921b83ea2897d39077adc784cdd363e7e2ac3301bd44dff7d16ab
SHA1: e7bfb9b5211b46b97ca62c0b098c03edc3fc9a3e
MD5sum: 1420a52dde38457026def89acddd19a3
Description: PoWA collector daemon for remote snapshots
 This repository contains the powa-collector tool, a simple multi-threaded
 python program that performs the snapshots for all the remote servers
 configured in a powa repository database (in the powa_servers table).
 .
 Related packages:
  * powa-web: web frontend
  * postgresql-powa (postgresql-NN-powa): archivist collecting statistics
Timestamp: 2026-03-15 10:07:25+00

Package: powa-web
Version: 5.1.3-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1826
Depends: adduser, python3-psycopg2, python3-sqlalchemy, python3-tornado, python3:any
Homepage: https://github.com/powa-team/powa
Priority: optional
Section: database
Filename: pool/main/p/powa-web/powa-web_5.1.3-1.pgdg26.04+1_all.deb
Size: 473516
SHA512: 3cd0a6ef82c2601bc69ef562cde43176b48a71abca82616415ffac48aa45691a2e896d8cff64a0cde4689ab8c07bcd848ae40a3232d0d793ed4c2a37364f6e16
SHA256: b8218ba761cf944305b8f79d54a5861a62172041e936c302b39b89b5a16fad18
SHA1: a2d2148ef15436cd3243e143087687da72dc2e48
MD5sum: 85a7f85d33f3aaa6e2b3f920f4654cd1
Description: PostgreSQL Workload Analyzer - web interface
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers.
 .
 This package provides the web interface. It supports PostgreSQL 9.4 and later.
 Database servers to be monitored need to have the postgresql-NN-powa package
 installed and configured.
Timestamp: 2026-03-15 10:07:25+00

Package: pgwatch
Version: 5.1.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39158
Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libc6 (>= 2.34)
Suggests: grafana, postgresql, prometheus
Homepage: https://pgwatch.com/
Priority: optional
Section: database
Filename: pool/main/p/pgwatch/pgwatch_5.1.0-1.pgdg26.04+1_amd64.deb
Size: 13238972
SHA512: 2da3d176d96644b4ea83cc30f3b07a37cd46e38199f3f460cba5b79a192eb35d2ee9f4b595516c00c729764e4ee0ba487f3940729ef17cccfdef0d36faacb334
SHA256: 775658176a9f57a4bd64b3bbca53214b067e16c928ccb6c161fe5854d3f05166
SHA1: 50d8cf282a8d743d0c2caedb5e11b14381721d71
MD5sum: 7998b5187dd81b7b5192514822f4356a
Description: PostgreSQL metrics monitor/dashboard
 pgwatch is a PostgreSQL monitoring metrics collector, using Grafana for data
 visualization.
Timestamp: 2026-03-17 12:18:36+00

Package: pgwatch-dbgsym
Package-Type: ddeb
Source: pgwatch
Version: 5.1.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10251
Depends: pgwatch (= 5.1.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgwatch/pgwatch-dbgsym_5.1.0-1.pgdg26.04+1_amd64.deb
Size: 7504300
SHA512: 6e1c36cc456f24339340f5344c1957cbb95edb8dc451da3fab457d3af2bbcbc5ded6c0c24322c24f1bd621543b2b1b41038fa6906f1d841a3787c641d3eb3643
SHA256: 75130ae32b9c7a0a5747d95dc5d655df5a5e0e1a434dfdbeb45f23c98e3fefa8
SHA1: 98b6a5832f6c64e3bf35d17678ed4d50290b6f02
MD5sum: d55eb6891c12107054b60f9592bfbd2d
Description: debug symbols for pgwatch
Build-Ids: 09a64dc5eaea92398bfff181a548f49201b3ef8f
Timestamp: 2026-03-17 12:18:36+00

Package: credativ-pg-migrator
Version: 0.12.0-1.pgdg26.04+1
Architecture: all
Maintainer: Michael Banck <michael.banck@credativ.de>
Installed-Size: 1454
Depends: python3-jaydebeapi, python3-pandas, python3-psycopg2, python3-pyodbc, python3-sqlglot, python3-tabulate, python3-yaml, python3:any (>= 3.6~)
Suggests: tdsodbc
Homepage: https://github.com/credativ/credativ-pg-migrator
Priority: optional
Section: python
Filename: pool/main/c/credativ-pg-migrator/credativ-pg-migrator_0.12.0-1.pgdg26.04+1_all.deb
Size: 161192
SHA512: 642a487d00c6804f0ef02fe92eb784feed681b368558ad5431c49c04210b765c44f5a6e75ed3d944d7e184f234dbceb462b1063f50497a93be982163040f6f81
SHA256: 3231f1ffbca75c1c826b9023f64a8a8dfc1906e850c35c845f23f3b9b30eb0a3
SHA1: 17be8f70e25537a3ecc1fdd899d03a0f70d5c547
MD5sum: 79dacf28c930bb7bb3b4260f25f3e3d4
Description: credativ Postgres Migrator
 This package provides a solution for migrations of whole databases from legacy
 systems to PostgreSQL.
 .
 Main features are:
  - Supports migration of tables, column constraints and defaults, primary
    keys, secondary indexes, foreign keys, functions/procedures, triggers and
    views from source to target database
  - If tables have sequences, migrator sets current values of sequences on the
    target database
  - Migration of views is currently only in rudimentary version, just replacing
    source schema names in code with target schema names
  - Conversion and migration of functions, procedures, triggers currently fully
    works for Informix, and is in progress for Sybase
  - Migrator allows customizable substitutions of data types, default values of
    columns, calls of remote objects
Timestamp: 2026-03-18 09:10:48+00

Package: credativ-pg-migrator
Version: 0.12.0-2.pgdg26.04+1
Architecture: all
Maintainer: Michael Banck <michael.banck@credativ.de>
Installed-Size: 1454
Depends: python3-jaydebeapi, python3-pandas, python3-psycopg2, python3-pyodbc, python3-sqlglot, python3-tabulate, python3-yaml, python3:any (>= 3.6~)
Suggests: tdsodbc
Homepage: https://github.com/credativ/credativ-pg-migrator
Priority: optional
Section: python
Filename: pool/main/c/credativ-pg-migrator/credativ-pg-migrator_0.12.0-2.pgdg26.04+1_all.deb
Size: 161264
SHA512: ac0b445b95ddec4b593e64d2cc98a76141374e690d135d77260a1a00a7ad871eb8aa62c76a60c62574db8a1224474ef553a1316c3482a0e32e4ab654b353f191
SHA256: c6fca08898247bf833b688244a7f2398a950e00bc0c05411c495cb13b58faa76
SHA1: 2feed236d897cf5c85a0fe0c32b8f3fff9b7fe5a
MD5sum: b28cc53f34a43397753ff8457096ef3c
Description: credativ Postgres Migrator
 This package provides a solution for migrations of whole databases from legacy
 systems to PostgreSQL.
 .
 Main features are:
  - Supports migration of tables, column constraints and defaults, primary
    keys, secondary indexes, foreign keys, functions/procedures, triggers and
    views from source to target database
  - If tables have sequences, migrator sets current values of sequences on the
    target database
  - Migration of views is currently only in rudimentary version, just replacing
    source schema names in code with target schema names
  - Conversion and migration of functions, procedures, triggers currently fully
    works for Informix, and is in progress for Sybase
  - Migrator allows customizable substitutions of data types, default values of
    columns, calls of remote objects
Timestamp: 2026-03-25 15:51:49+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.26.0+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14517
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.26.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 335248
SHA512: f4cc86bcdbf5acb8416df11f40d02ca7f65e54ce7056dbf6c0a3e2dfecbaa437cbd976babef46ef1e591922bd561227fd3b9a44e55e58846938f4a9ebd518b33
SHA256: 2b4a11526fbbf775b2de09a6a50dad0efb500b6fec07f19991490a38d73e2e04
SHA1: 156d9dc9ca47ad662640903449fc11181e4a1be6
MD5sum: b81dad0707d86bdbb418b0faa8546dc3
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-26 17:19:43+00

Package: postgresql-15-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.26.0+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1583
Depends: postgresql-15-timescaledb (= 2.26.0+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.26.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1171604
SHA512: 107a6f9a6d781b65d60f57f5452eae26fabf26a5d973a735c5d5d7a83265d4c6f177de319a812ddf62f3122f707367a1c18b2c265c3b736f220e0960ef53a559
SHA256: ea14a27782d778b0880c9147247c7dcc4cbdc349b3248ec0f7dda151d36742c4
SHA1: 7d5af64b4ee45044443b8164a14a356dfa22a745
MD5sum: 9b7af34c8590ccec1a80aaf0d6e26577
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: af5df714b4b65c16e18eee075096fad00f3d6277 dfddaef4481af260c277d682875d2bb93eb2e467
Timestamp: 2026-03-26 17:19:43+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.26.0+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14517
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.26.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 335828
SHA512: d51fbb7904bf893b7bb581a39a213136c0c6abaf2ba002c22736fcc7bb3d571dee0604706499b9ef8866f5321055394637cec45873d5acda7355349589d06a08
SHA256: 0df0ef2657c4db8001096d95818040b66237e0b4f8d146279889f8c5d1b25928
SHA1: 8a55eee46f8a36ce45d8b8e5880b37aa7bd392a2
MD5sum: 1d56b78feee1547f59560d7928b0823e
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-26 17:19:43+00

Package: postgresql-16-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.26.0+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1633
Depends: postgresql-16-timescaledb (= 2.26.0+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.26.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1221800
SHA512: c915a9aa1dd20c162212dc3c0b403a4d9480ad240b1745953b2215c1a35ea199df7fadc0376c22249fabd6828812191a04096d83b845ce4a77123687dcf910da
SHA256: 4fe764f0e04d897017ec2b29a77e2d33f807300fff0ad242bcae137460ab6d29
SHA1: 4570e7e29c3e33dce98b36bd53aa5254c0bcb33e
MD5sum: 7e9eb9ae70250782acb3b4c82186acf5
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 0bfb5de78a9979b6775eaac972be1ec299a702e2 432a85dcac7ffe306f3c8af2ed29d8f0a39b8318
Timestamp: 2026-03-26 17:19:43+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.26.0+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14517
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.26.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 335648
SHA512: 0b14b5c8eaad87cbae364652011a32dc054b6105e44fa9eb9b37dc399af11a157eb34e53c628a20fbd62da8de7d9f0e1d9770c2c9cc2b24b08d686f7ebda76d3
SHA256: 80f9fc809be916f4afab40d96059f26c7b4a4ade25bf29a3507b97aaf66debf5
SHA1: 333774880191774bcbfc79fa6f8522f9e24d221b
MD5sum: 40b2388c649d727426959fc010d0a105
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-26 17:19:43+00

Package: postgresql-17-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.26.0+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1650
Depends: postgresql-17-timescaledb (= 2.26.0+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.26.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1236612
SHA512: 2e580790898653a1e3f9bb40af4f6d3cd1162b09f0246e9f9b2a5e9b6fa3d8977a873ae4b621c80cbdafe9ef5bd8a5289a8b6643099ca29c15c9a44283c53734
SHA256: 02a53c31b1ac44ad643477cf9447f14fdf17c0126f5298988958f2d48df20bf2
SHA1: c41b6d9a22eea555711264dd8b93fd325cd0a18c
MD5sum: d728e56dd48ec6cb9270e312cc70b796
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 095cf9a7f272d16e89ddf1d4109c8321c38d2145 b4c3f220e3a41e0a5db38f53dfd80f1fa23b7b86
Timestamp: 2026-03-26 17:19:43+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.26.0+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14517
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.26.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 336256
SHA512: a86555454dd77cd8973b6f032f262601e3f1aca79f6b3df19f8f3049a2370a5457f605eaeceb0cef822881082be15e905214ea473350ed7913bb73e549d39046
SHA256: bdb081be11616a011a27d3e8697386aed15fb8d8b0025da37d7f6d2a9af20652
SHA1: 20387e4999dcb23e1096485d154466709a7aeb1e
MD5sum: 65b8a201db33c9dc4dfbd50d6d5605a1
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-26 17:19:43+00

Package: postgresql-18-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.26.0+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1651
Depends: postgresql-18-timescaledb (= 2.26.0+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.26.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1239228
SHA512: 5a5897164898297a643eeeb8bfc25fd36e22380cafe4a08f1a8f75c05dd23eba0a7cb41efe9bd0c68d106bcbd1ae01c3a4fcdb7916a58f989483fa60037d4092
SHA256: 5b976e03a163e92cfdc6ccdc6de0a5668cb88cda22ec2dd37f1521fd42ee12ba
SHA1: 871ff933595bba7ef1ccaeeb2e50b2b7df8a682b
MD5sum: 7fac7107776d6d0ec2f4796d11c21e93
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 005735dbba1d4a7a4a8c839a0ae94e8b3fced787 e324a5064ab4577951bc9ddc90b71c88c2d7e975
Timestamp: 2026-03-26 17:19:43+00

Package: python-pglast-doc
Source: pglast
Version: 7.13-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4048
Depends: libjs-sphinxdoc (>= 8.2)
Multi-Arch: foreign
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_7.13-1.pgdg26.04+1_all.deb
Size: 279580
SHA512: 0d214c35750645999ff293493b7bc9dc7f3828dc03903accd0fbba5e187d60347e352722d8c62ac43198d2c5d48c580e8d89331fc5308c40f9846c6f22d55a9c
SHA256: aa19f1c9e6352a6d51c1af38b4a898136a0dbd9d174edc8fb7f75242d4de9e0d
SHA1: 730358db86b4fe2ed9efc6b4cbb744482296f6b0
MD5sum: 832e47e4042452f96f4b96c3f13ce1a4
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2026-03-26 17:19:43+00

Package: python3-pglast
Source: pglast
Version: 7.13-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5092
Depends: python3 (<< 3.15), python3 (>= 3.14~), python3:any, libc6 (>= 2.4), libpg-query1706.0 (>= 17-6.2.0-1)
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_7.13-1.pgdg26.04+1_amd64.deb
Size: 509452
SHA512: 1bddc3eb6b1036e1b06dd4969d7a56437009104fdb8a49d7df05c14d92fe910b5d4b41a15246e2a214f5792794dd2d37785fa98c66794b958432d22a43dfe6ca
SHA256: 2775a541393a4429bb764bb791878cb1901c3aa4c3f4d87e350551a0533787ab
SHA1: 454490a4c9d199c8dbe5b2a787961870a3dffa76
MD5sum: 5d3a6a654837d0c73c9838413f2cfaf3
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2026-03-26 17:19:43+00

Package: python3-pglast-dbgsym
Package-Type: ddeb
Source: pglast
Version: 7.13-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1947
Depends: python3-pglast (= 7.13-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_7.13-1.pgdg26.04+1_amd64.deb
Size: 1765436
SHA512: 3a9b21a6d79347bbac03334b3343befeb9e4bfb52ac2e5d95a04ddd227ade195530a7a4d453e0313d039d67b5f60773c5a2af3aee53ca647652d1c54180db5da
SHA256: b13075a391de62ff38f87de61fb2c8c0de1db93fe1bafa21821442b990afe6c1
SHA1: 26732d9f2375f1653d8e43b329885f443c233dd4
MD5sum: 5240e0f7b1fb87d31e9d31c00b648f1d
Description: debug symbols for python3-pglast
Build-Ids: 4a3f6d47d03b59d43374d84c369be1d0679dea42
Timestamp: 2026-03-26 17:19:43+00

Package: libecpg-compat3
Source: postgresql-10
Version: 10.23-9.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg-compat3_10.23-9.pgdg26.04+2_amd64.deb
Size: 13780
SHA512: de7988004b119cb0e06c827be16cc302a51dcf04291238c6c8c1310b9ada23a658488027de2204a3a3fa0515d84f85c89d41a2e86b805539a695004ca3ebd48c
SHA256: bdf17727cf10cae6c759445db3b78e4965ba09bb253fea8c410febd730e64d79
SHA1: ee21110a5f4066e0245b233c898511941fe066e6
MD5sum: 9cbe1e0649e99d3a0b11a0b8c585d5f8
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-10
Version: 10.23-9.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 10.23-9.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-compat3-dbgsym_10.23-9.pgdg26.04+2_amd64.deb
Size: 17548
SHA512: 2428c3c4af91e1847089599e04c5c5120279c139489582b1a83cfbf7a0ed1fb6a9142ad4f74f701a75c099cf6a1095c00466d6516ac38d4e9d0adaf49e498c92
SHA256: 317225e328e62b91baa66926aeca6ca95be44a71e39421c9d5361620256183b6
SHA1: 989eb3f288754483505d630f5e85a9d68d2baded
MD5sum: 1ddf47f9898650c93c88f79ce39ae37b
Description: debug symbols for libecpg-compat3
Build-Ids: 0ca662d226dd407bdcc39674812ebf25f3bdc423
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-dev
Source: postgresql-10
Version: 10.23-9.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1238
Depends: libecpg-compat3 (= 10.23-9.pgdg26.04+2), libecpg6 (= 10.23-9.pgdg26.04+2), libpgtypes3 (= 10.23-9.pgdg26.04+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libecpg-dev_10.23-9.pgdg26.04+2_amd64.deb
Size: 229748
SHA512: 38d809a38046a56f1838308f2fd8d45f91bca8058394a18c52bd3745b1e49a5b21a7bac15a2ace46efc9fccf89c3a6a6e8cbc9adaafefdc8055b25b66f0c2b21
SHA256: a1e8027a8b6bf4f82a3b186ff37d2b4ccb1f0d17b5e21ba32a2ccd90132b6c4c
SHA1: f6fbe4438fc9ac705ca35a40befa6e3604a947c0
MD5sum: 12a21521f5854665755681f7777235a8
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-10
Version: 10.23-9.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 928
Depends: libecpg-dev (= 10.23-9.pgdg26.04+2)
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg-dev-dbgsym_10.23-9.pgdg26.04+2_amd64.deb
Size: 211468
SHA512: 796a9f8bbf9215edf0ed419cb25b35b4a695171cff471586cb23663d579e19cdc7393010bbef38e3a24fe9f67d2137f1e9ac8bd326cc30568a3f12fd40f40489
SHA256: 01463c62a8407e3f8c3e43d872651839291e0456018ab315da0328974abb0682
SHA1: e1e20cdd3cf1dfb09152edd6ecb18367674308e6
MD5sum: 30cb2805dedc52c006e950dde5d8b79c
Description: debug symbols for libecpg-dev
Build-Ids: e526044610ebee56dfa4d00afacf5f9c48a6e976
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg6
Source: postgresql-10
Version: 10.23-9.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 408
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libecpg6_10.23-9.pgdg26.04+2_amd64.deb
Size: 79028
SHA512: e734c5e8cd86c45ab1597e6cb7bb91bcc3abf960c3c6a850adf5c075a7c4a557cea39f1d1e86580efb8a7df2842c787c310b224767b2b1adad6b6aab0a11259f
SHA256: 09e72048c1d45c7e3e7629a7218b8f752a5487e058edfba1aeee19d1b6dcc3a7
SHA1: cd2de42db99622c28702b0c8cec4e5a12238c86d
MD5sum: eba3e207a0d5f5ae965acc41592cec6c
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-10
Version: 10.23-9.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: libecpg6 (= 10.23-9.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libecpg6-dbgsym_10.23-9.pgdg26.04+2_amd64.deb
Size: 99180
SHA512: dc2811e990ac63c6552466f026f1367141495d1ca18d32a48ca9341137ea3cffd131e6118eaad2419870f7391cee8ed1863fdc3dda6259456c683ec1315da8da
SHA256: 11fb8f73c92dbcbb5abb8753cc21b78b1bb5adde935f2bf8e89fcd421ded3994
SHA1: d4350dbd418e24f96f8370a0170aec1fe1cfe004
MD5sum: a7ed38f5c2f70c8e160601191b2b2a7d
Description: debug symbols for libecpg6
Build-Ids: f8400f612d2996f61936873dccdc993d277873ff
Timestamp: 2026-03-31 13:06:14+00

Package: libpgtypes3
Source: postgresql-10
Version: 10.23-9.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpgtypes3_10.23-9.pgdg26.04+2_amd64.deb
Size: 35136
SHA512: 9129dcb8dbfb38895b7965fef686f46aec2ab0f2fa7f10bfea8729028a2e7d3b2f7910781488321c7d416445aac69101710697b503bc948763d0e55e6bfa0710
SHA256: 3ed838b5a2f916b3eb2b9a9248f26310b9680cfd0662e1c6a13bf8a92948e48d
SHA1: b0df897dafa5a315a55d7830e93d559dc39523e2
MD5sum: 15824e1abc23e004a68585f970de5a5b
Description: shared library libpgtypes for PostgreSQL 10
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-10
Version: 10.23-9.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libpgtypes3 (= 10.23-9.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpgtypes3-dbgsym_10.23-9.pgdg26.04+2_amd64.deb
Size: 74532
SHA512: 3af6bf61c33509e0d61a9b49a1e667858d6c408996064722e1511825799cb3512c9e53311058e371ce77776973a13721f3065a2a5c9401a0f514c62348c04d33
SHA256: 6af48e41161ce37f6936c078c1e9732a274088ebd2c755902cb9f90f8541d989
SHA1: 7ade39bf91ca4dd8336bccbc444b52c960eda98d
MD5sum: cdf8e9c01950969499e71f1328f3c124
Description: debug symbols for libpgtypes3
Build-Ids: 86fc7050438c600191f1f9cac6c6afeee795ce21
Timestamp: 2026-03-31 13:06:14+00

Package: libpq-dev
Source: postgresql-10
Version: 10.23-9.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 666
Depends: libpq5 (= 10.23-9.pgdg26.04+2)
Suggests: postgresql-doc-10
Breaks: postgresql-server-dev-10 (<< 10.1-2~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libdevel
Filename: pool/10/p/postgresql-10/libpq-dev_10.23-9.pgdg26.04+2_amd64.deb
Size: 159120
SHA512: d55a8782c5d8961e1f18349b483c200fba640282ef24b219b9cc70c66e63c9e00b200a01b914905765ff7c44407197d455b415464cc253cb63ef0e59422e9a71
SHA256: c09749670c5d4e8efd3c2df6a1448006423f4584df6a5d4301e875b95cb0525c
SHA1: 2a4b693a29f652d5924ed138da91b6620759b454
MD5sum: c5c8de208c049df16285a82e11f23ecb
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq5
Source: postgresql-10
Version: 10.23-9.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 742
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 10/libs
Filename: pool/10/p/postgresql-10/libpq5_10.23-9.pgdg26.04+2_amd64.deb
Size: 164644
SHA512: bd36cc97d261950999f2ee59f2bfa23faa8592ff13ee87b74bfc236ae5c50b467232f4c3e13c6a7ed8a0d8fa3e85cc018436fa087b84d74521008c6c1d1606a5
SHA256: e6c4bc7990d52160a56904b09c6eceade91d1b46d997cb096d7081daf5acb34e
SHA1: 478bc2699c10f4e8a3b58e470eb4a9887c541890
MD5sum: a0ba40429c1dc308814d364caccfbed8
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-10
Version: 10.23-9.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 421
Depends: libpq5 (= 10.23-9.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 10/debug
Filename: pool/10/p/postgresql-10/libpq5-dbgsym_10.23-9.pgdg26.04+2_amd64.deb
Size: 259800
SHA512: d1bb09cee8252b94f15521c21d0ac38211c43fb2a2e81a6504a7d6258c44f825b8758577c27fb9cc873bc551bf8dde1c9e863c63c17af6bb5c7c030b95db5432
SHA256: c7898ec37be973d97c2ee26509ac91114431e7be5142d1e251b74bb17f734edc
SHA1: b54339e7231d21f8504acd40964ef8475eaf55bf
MD5sum: 6b982900e5b0c3af960dc3ac6ff481fc
Description: debug symbols for libpq5
Build-Ids: 7936f1bd7345125743e05ead24926aeb4ac60d61
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-compat3
Source: postgresql-11
Version: 11.22-10.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg-compat3_11.22-10.pgdg26.04+2_amd64.deb
Size: 15008
SHA512: f535ee2e9c4a9af55f298c95164e77eb4f49df4a7851362f725fbf2fedf7e618bafb9e3404b540894b61912e1f6193acc5f325653b405785e56c48289d4a005b
SHA256: 2b466da0df75ba42fc9b4b64393bdad7926b6fe0c7e19f3e27f5e8416992c212
SHA1: 9b82d65598ef8c0181b59e5f59292e70751862c2
MD5sum: 77cbf622e9d6b728f7065eb2a7e6ab54
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-10.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 11.22-10.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-compat3-dbgsym_11.22-10.pgdg26.04+2_amd64.deb
Size: 17596
SHA512: 1657ea878e80d2057c5055aa46206018fad905c59d16f3884288a51f3c2808ef7b6a4e4c01db3b39510bd357a114fc52c8958724f0b9f4b7c8b179a05a93362c
SHA256: aee64e32cf23d703fd08a366f97600f6e8b08a8fd63f7af5880393a1655e680b
SHA1: ebf981164c25fc30c1ab7c018107f86245d64760
MD5sum: 2d9d66e19bc1779eb4a2f06689616951
Description: debug symbols for libecpg-compat3
Build-Ids: be01a0fd95b175b528d65223418a196fb0100af4
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-dev
Source: postgresql-11
Version: 11.22-10.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1265
Depends: libecpg-compat3 (= 11.22-10.pgdg26.04+2), libecpg6 (= 11.22-10.pgdg26.04+2), libpgtypes3 (= 11.22-10.pgdg26.04+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libecpg-dev_11.22-10.pgdg26.04+2_amd64.deb
Size: 233100
SHA512: bf1032dd9059158cec16c62c34d9b6189ac643c48dc00524449be32e8666c4f808afa9a9e0d49ad3f9d536492d7a87aa2c9a41e6624ce9fb13d0da4001ecee54
SHA256: 7ee064b0094f6150979eb7331cf2b0218aa3bb9a3a3568c5bcac1496e53b00e9
SHA1: f41316eb6b79ce181f125c7cc3893c14215ae87d
MD5sum: f8f32caf2dae58b825bdaf773064ccb3
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-10.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 952
Depends: libecpg-dev (= 11.22-10.pgdg26.04+2)
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg-dev-dbgsym_11.22-10.pgdg26.04+2_amd64.deb
Size: 214200
SHA512: 4fc2f3578f2e89cd67674a67ff04c570ae882c525cf1cc8be9888d6c8824492d3eb6c1529449bed7e399fc01adea072a17f8e9226553396a01ab692dc2b04972
SHA256: bf0cbd67a5608f62bb6cc9ba8dab8b549e361f108b8bfab8776a5be3bce83d8b
SHA1: 1d1816c723c3ce4d25bc78c4cee0482c97e56721
MD5sum: e304112578b0b0979830ea6272b1180d
Description: debug symbols for libecpg-dev
Build-Ids: d178402b6c5dc269dd7d8f101dbfc94e1c3a2c69
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg6
Source: postgresql-11
Version: 11.22-10.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 432
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libecpg6_11.22-10.pgdg26.04+2_amd64.deb
Size: 83168
SHA512: eed993c1e0d4b06dffacec97958d2549d2483ad0e5ec3ac0523fc570ebf616eea69f61c2dcc68026a0c416a1ebaa6b34ec32b05a282fb3990cff540470500af5
SHA256: e505f6e701044c16a91c00fab9d51b684af65ae1af33a9d6454d9752a195c792
SHA1: a4b07331f679fa30755b98ba4c3e58a2bd79bfd1
MD5sum: 3178440cc05a82854a212dc3fcad9bb4
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-10.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: libecpg6 (= 11.22-10.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libecpg6-dbgsym_11.22-10.pgdg26.04+2_amd64.deb
Size: 99244
SHA512: b210ccee3b6fda6fe2125bd4e9d86658802270b8e66231436441419e201e638109066e9da0746a1ced8238425dfd9de05f52c7bb8c37bff0cbec23b020f9b64c
SHA256: b3a13b524e23e022079d59599e4725bcb34b639c68e248ac6c46e70202f872b0
SHA1: 67f47706d877f751f0e8d208efecbebf7bd3f10b
MD5sum: a267dc6e1153d2e51ad3b7c0c5c64c09
Description: debug symbols for libecpg6
Build-Ids: ced76424a7060b3bd132eeeda7ae13c4a1c7fc65
Timestamp: 2026-03-31 13:06:14+00

Package: libpgtypes3
Source: postgresql-11
Version: 11.22-10.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 102
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpgtypes3_11.22-10.pgdg26.04+2_amd64.deb
Size: 36316
SHA512: 77f526ed4091a9b5c4ebeb66fc85c138c05435cbf5a56064390ec514079bf363ae3fdc9dfa4192b566fee782fe680d3451f6427abe4c5d00ab4e9afacad6acd1
SHA256: d79fd7ee368df0b6a1d4f95dd173d212adc3209011a1f9ac0008118fcfa7817e
SHA1: 2b38d36819ed29cfbcec448fe806bf27d41ca4e2
MD5sum: 2ba1d3bfd60d9f5039ec2014479067b3
Description: shared library libpgtypes for PostgreSQL 11
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-10.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: libpgtypes3 (= 11.22-10.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpgtypes3-dbgsym_11.22-10.pgdg26.04+2_amd64.deb
Size: 74668
SHA512: 8e9ddbae51606bb83f21561a2ccac8943ca88e972ffb24354c245f09ab8938798bbf10d59bba9056d370cda3b3db4b3a737ace82a74ca84eaa9dd43733d0e421
SHA256: 8e57160c9853e0f54a18c423f3cda4a57199c5174907c787819e8c483e5a8fe7
SHA1: 63ef6834ff3e2228598365368f7a344951385f42
MD5sum: 0af889a9dfaeac6347ccaaaf676d24f4
Description: debug symbols for libpgtypes3
Build-Ids: 7edc317e3eaa0ae2ed902ee44928b2d66c3414ca
Timestamp: 2026-03-31 13:06:14+00

Package: libpq-dev
Source: postgresql-11
Version: 11.22-10.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 680
Depends: libpq5 (= 11.22-10.pgdg26.04+2)
Suggests: postgresql-doc-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libdevel
Filename: pool/11/p/postgresql-11/libpq-dev_11.22-10.pgdg26.04+2_amd64.deb
Size: 161804
SHA512: 5493675d5f5c4d09cda0af848dcaefc630e25788c7639b1fd4953b74d209505150ec6cf6f630d8eb78cafc313338bdf30b292102ea13b918291f96c51a6cdde0
SHA256: 15f234f2277c8dbf2e977dc205fc6b74e0f0f27b690ab6b7651c96e883c67225
SHA1: 0c3c335d8a60d3db7c83c03702883df1ac2d07cc
MD5sum: 09c1ef138d9ac9902d35254078be66b6
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq5
Source: postgresql-11
Version: 11.22-10.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 751
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 11/libs
Filename: pool/11/p/postgresql-11/libpq5_11.22-10.pgdg26.04+2_amd64.deb
Size: 166616
SHA512: adbb912c27d652535100e7339b84c80838d43c00da930656384f04cf25e69050c148a32873f16c54ffd5747bd7d29ade64a524a447159f0aeecb58804f1278aa
SHA256: 3c72f6f3aba4b92e7bc20960b624fb5cfe849d12c40c309f492cfff92e85ea8b
SHA1: fae5952949c04e1a088b1833d257dd2365f85dd5
MD5sum: a68c97a2e81bc20a7ae17f0f69df70b1
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-10.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 424
Depends: libpq5 (= 11.22-10.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 11/debug
Filename: pool/11/p/postgresql-11/libpq5-dbgsym_11.22-10.pgdg26.04+2_amd64.deb
Size: 261380
SHA512: 9bbcd4ab47685525aa7e1f93d0cb06a8cb2af3b9dfa67ad103b966cf3fcaadd9c184f3ed7bfe707e64d59e6c0fc05383810491e7148adab4e1493205fe5ae072
SHA256: 37740b2a469bf20d60dd76dd93127d5b7782f84f4a525ec24b2a561fa269fa14
SHA1: 0f32767de9d3c1498149c16b243e33276f41eaeb
MD5sum: 34149f38f5534f00bfa43ef03385e3cf
Description: debug symbols for libpq5
Build-Ids: a4580f8937f64b3fa692cc2239ff9cadf95949da
Timestamp: 2026-03-31 13:06:14+00

Package: libpq5
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 598
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpq5_9.6.24-12.pgdg26.04+2_amd64.deb
Size: 132504
SHA512: 51df4683856a2c7735c5a167de8512911d54dec376f55d15c356035efad90dbab17b4fc3ac2629b6debc970afb8ff10c63e2feaf9e69016741e3c6b54c3686ea
SHA256: 355edf5fee8a8434c800beb309311b6fa3c150e35ef3a9c8ec7b93bf9135337f
SHA1: 7e6b4394709a6bd9a971d02c2c27a3164c4cf1b1
MD5sum: 163dfe2e10d15627e962f3af705470b4
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-compat3
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg-compat3_12.22-4.pgdg26.04+2_amd64.deb
Size: 16964
SHA512: c08874de51a2624c1fefe50fe4d29b364bce6eef88db9d6b8dcdc2ef122abc7c0f8ac6e901a455c70067e2188d946dcbbd724f9f2534c8fca788282fa064e6ff
SHA256: fe541ab28b820a15d194039ab23ca71498371ec3626f561207e4608b83ab1bf3
SHA1: 9edd8aa4e16f2007c114cacfab411d8869454525
MD5sum: 86aca670de164102c02494c891c42549
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 12.22-4.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-compat3-dbgsym_12.22-4.pgdg26.04+2_amd64.deb
Size: 17568
SHA512: ee629fb393ffe6a7528a774aad2f4d629dd20ab85bcc194ae024c9cc26859cb484805f380bfa05d7de45ef1f696aa2b9ff510e476ab52f9600438686f47c257a
SHA256: 47c7a644d7dd2d980718d14c689460fcb43e2d2218b954d62eb3a8e4849cf411
SHA1: e4ff481e3249e0d35222cf8532f5b316af6c3fe9
MD5sum: 932dd6ce7553d7afb659cd5cc3cb05cb
Description: debug symbols for libecpg-compat3
Build-Ids: ee2bdb3496e0723200e66f481d52ddcf55f99c1d
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-dev
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1536
Depends: libecpg-compat3 (= 12.22-4.pgdg26.04+2), libecpg6 (= 12.22-4.pgdg26.04+2), libpgtypes3 (= 12.22-4.pgdg26.04+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libecpg-dev_12.22-4.pgdg26.04+2_amd64.deb
Size: 279072
SHA512: ec8e6cd501882533400da2367fea48f0448eedb67dff3b033f92007ff540b8dccb7b508f64089176fce93cbaecb8ab562bde1d6164412383334300b76af00953
SHA256: 2f579dc9f5016845720d359f5316da642eae00849faaa522afffbda4b81349dc
SHA1: 9330caf4b30e9e19fa660ceffd1a26beca1e16d6
MD5sum: a62f6f98a4228e67a0592405bb6f9ac5
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 983
Depends: libecpg-dev (= 12.22-4.pgdg26.04+2)
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg-dev-dbgsym_12.22-4.pgdg26.04+2_amd64.deb
Size: 225344
SHA512: 080f9ac6039ae47f57b7480461d41e448263e5b91df49a576b7ef4123d3b4ef52b128ada0f20f8e20afea0c4ccf23020b8119bf83e6641b2f8ee881a96ccb436
SHA256: a13e12807a6b68281da9ca5e436205c1bea74a2ecaf16458089c84f37c52c4be
SHA1: 52e1809fb5ea25c953c80d41ebfd08e4d9a96e0b
MD5sum: 865586d6c4373b0784afc8d73c2d0bb5
Description: debug symbols for libecpg-dev
Build-Ids: 2ea1e1b0e90dc323f2f37de85da818c86936011d
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg6
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 222
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libecpg6_12.22-4.pgdg26.04+2_amd64.deb
Size: 58072
SHA512: 0005edb6f657b357d3806049c79f690f5fb480c45b71c0243dd5e73b62845df980313a9d54d515fa708b2db9cfbf744fdaca31210037245a7c15be37367590d0
SHA256: aa19174765b8c4b988c0bf0db4906a39d9b0a352e3414e1b58f0385f8c6e6d4e
SHA1: 6877a631a81a21b67cecb8668faa1154932b1b2b
MD5sum: 6faf6453ab8d7825a32de749a624a676
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libecpg6 (= 12.22-4.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libecpg6-dbgsym_12.22-4.pgdg26.04+2_amd64.deb
Size: 120280
SHA512: 58ac8ec52615da385ca8c64622c542172b3ae2b1b7d2b5b145d84b84beda9e2f4eb93a2f4c84830bd09c8a481de637be609a78512bfe46319e4aadd680c882b6
SHA256: 67410168e3159c462cfbdf170f310c776659b20b3c6c8bda92ede0be9b027cf1
SHA1: 4a3a77a35aedcccd55662125303424c36b3e4058
MD5sum: fe4268cba2d25646ddb8978b60522443
Description: debug symbols for libecpg6
Build-Ids: 28251409a3227867f0a945d2e4e4be5197ae1cda
Timestamp: 2026-03-31 13:06:14+00

Package: libpgtypes3
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpgtypes3_12.22-4.pgdg26.04+2_amd64.deb
Size: 43172
SHA512: cb94dedbab3286b4aa9a631077340da3c4befe1ba1595ab9e4123dadc8e7cb03e7a1671cc1e5a15b25c2e37f635e1736b887e4828dc40aef1e3375eb838c5acc
SHA256: 97dbdf34ae11d045e95e28b75b74874e67fbfc4fb734d3aa7c7489e8a75f03c8
SHA1: 41629e3946c4f7155edf981f26ee0464ff0e5fbd
MD5sum: 1c5a196d74f6334d8ab6a32ee82c1a66
Description: shared library libpgtypes for PostgreSQL 12
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: libpgtypes3 (= 12.22-4.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpgtypes3-dbgsym_12.22-4.pgdg26.04+2_amd64.deb
Size: 90036
SHA512: 807582d0dc8a536fc7b1855bde6562f2cf0899560e906da2724277fd7b3ca2f3bcf8d32353b6ba4396afcafc546ebc66ed5d0becd7a52ab966d2f5dc09d370c2
SHA256: 81237e500a8d513d845b8c8e1f6bfa8f9e263f0b60d410d44f818151642fd793
SHA1: 1ddd53b97a50930cc4e437cd1e87bd8c9633e1c4
MD5sum: 13ccb18dbec62dfa566c23a0d35933d0
Description: debug symbols for libpgtypes3
Build-Ids: 1e050045d42226fd76c5476cd8e957da46fadf70
Timestamp: 2026-03-31 13:06:14+00

Package: libpq-dev
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 578
Depends: libpq5 (= 12.22-4.pgdg26.04+2)
Suggests: postgresql-doc-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libdevel
Filename: pool/12/p/postgresql-12/libpq-dev_12.22-4.pgdg26.04+2_amd64.deb
Size: 142536
SHA512: db4bbd4b791bd8e93cfa85d2963d988e74fdc98c4b85d218b5d138a9c248e63735cc3f5de1c905c6fc2ed99ba4efccaefa9b62a8e09283c8fe689ee3300ae178
SHA256: 974dd06cd897317945498b7e89c9042e96c5e9c423edd5262d2ad8d6e5809f29
SHA1: 6695c52f16e702dbe2b4dd6fbf7e7be801f7d90f
MD5sum: a5a5fa86e7b85ae109f07e27d30bd10d
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq5
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 794
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 12/libs
Filename: pool/12/p/postgresql-12/libpq5_12.22-4.pgdg26.04+2_amd64.deb
Size: 182840
SHA512: 93deae0cd9009662eda5ee8466f80323e2d0965c6ae85084e28a91af79b8afd7257c23835cfe4c45fbc76f3e8bff2a22f281c2752b9bf4e9879a6fadd0203d02
SHA256: c86aaaea913966c26d7c9025d2488b96c386b8d23008a126f822209f79ca52bc
SHA1: 2e479fc9b6de886a500a30ab6847fa4cf3ee8d56
MD5sum: 2c39cba724283fafaa761b963c82c10e
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 469
Depends: libpq5 (= 12.22-4.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 12/debug
Filename: pool/12/p/postgresql-12/libpq5-dbgsym_12.22-4.pgdg26.04+2_amd64.deb
Size: 298480
SHA512: d07536ee26ef746ea29d1f37b9ec0b22003f8e663c9a85d0310285fe64ef551c1a9048e9ffa9ccd9a5f7f6f61b1a1f282a353efd4365f280e11cdc3462f56d79
SHA256: e48287fd39bca88ed4deccdd9d70aa7f514170f85c7436da3ba7098d085b7f5c
SHA1: b1cdbc5908068cfefe7e1ebea2fb699d0e526944
MD5sum: 951cf6a493cc489079142138d31f490c
Description: debug symbols for libpq5
Build-Ids: aac3fd191c3ad0edfb28588cb883897a65ae1636
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-compat3
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 62
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg-compat3_13.23-2.pgdg26.04+2_amd64.deb
Size: 19520
SHA512: d4e2aac0a10b88efca3224f535f6770cdac40a4d65e9342872ad8726adf7f7d91be8c30bfda7db828d045cf4d20111858385be7a5b4c6be94ae3ea56704f67ac
SHA256: 0ecca7bd8d843124d5706b47a570a2876e89b6ae9d3d5c37ea5a0e1d3f7743e9
SHA1: 6ef99b8a4b0342fb986b64c58a8e48b3d1a780e4
MD5sum: 2e29276179e5a6983c049e9126afa667
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 13.23-2.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-compat3-dbgsym_13.23-2.pgdg26.04+2_amd64.deb
Size: 17548
SHA512: 0e287f2f7ad8e5bb517c30337a0cdc1e34bb8ff209c43c0daa48ebc86dd482ce6fd9e3fb32ddb148a321f5bf56d1abb678c8512f1ce7788c1bac89a28609d9e5
SHA256: e9c74fabda5accd65fe612005f854f1d6357c23135c13810207d8ca20885c950
SHA1: 816e63f7af39d2ac7f902b6996ed93834918cb8c
MD5sum: 6e778ebaf4103400f75f24d2812f040a
Description: debug symbols for libecpg-compat3
Build-Ids: 47ad2a83c0526c2d380206f9884944aa533caac3
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-dev
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1535
Depends: libecpg-compat3 (= 13.23-2.pgdg26.04+2), libecpg6 (= 13.23-2.pgdg26.04+2), libpgtypes3 (= 13.23-2.pgdg26.04+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libecpg-dev_13.23-2.pgdg26.04+2_amd64.deb
Size: 280684
SHA512: 64e3bdff7bef54b4ceb998aac9f67cdae17d3506ee08e40e6a1b8696bc0f93f8711735bce57e4bcb788abf6dce20882108a5283ef787cde0527ae018d14c1844
SHA256: ea6a09b9faa10fe8c68d880075c1f40317783e80b0e942da31454fcdf640f9d2
SHA1: 073717b1b4deb939de4a02134811958ce154978a
MD5sum: 106303018841071d601485e18f82e383
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 982
Depends: libecpg-dev (= 13.23-2.pgdg26.04+2)
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg-dev-dbgsym_13.23-2.pgdg26.04+2_amd64.deb
Size: 228464
SHA512: 57874c902f0e08c60e160fb84f89195ef77fa0d970af8e6b8926c2a6affee516b652e3be6b363e8ffbb1473d866411b5250c2560e7c1e2eada2f2805d6d94882
SHA256: 48e5b2369669d912f63dd7324b6dfc5e64305cd553216f5d63a4994721fcd8f5
SHA1: 729732c74446158f935aed34a40e562447988b3b
MD5sum: d18324a56aec4738e4a725a19f9fa980
Description: debug symbols for libecpg-dev
Build-Ids: 46ec1687c6886847e9c3e76157f2d1278165e482
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg6
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libecpg6_13.23-2.pgdg26.04+2_amd64.deb
Size: 60580
SHA512: 99b3e966b55fe86738c75064469ed655b40250840f2a16ae70017b19d64b21e175287bd50511a5ffeff26345585029d6b35b3f4e6851b6ff222570ee04ec77a0
SHA256: d619ffd1b10773e1d719c8884be29ec434fc5a5ea6a99b08ef01e7db7ea4dc4e
SHA1: e6c01f12c0d3718ced856e07cabb307b808dab59
MD5sum: 5b99a4164f5034a8861f8ef4512fac8d
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libecpg6 (= 13.23-2.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libecpg6-dbgsym_13.23-2.pgdg26.04+2_amd64.deb
Size: 120620
SHA512: f6a3216f489b4ca36d4044cf0e258e5ebbae9008773328d8f2bb33de9b24a9b4923b62a8a0ffec2f48f70d1d723cbd35c14bf4e22140f4bb4ff122663c24abe9
SHA256: 3e1b22be3159ce5110eaf6a4433ce12214c99fb2c0638dbec41b859062292763
SHA1: 8d33099166f060a7a3a42e488481e97f71cfb5a2
MD5sum: d2d4e5bbadcac3a6151d73fcc09b5e2c
Description: debug symbols for libecpg6
Build-Ids: 5b907018b40131f7f9d6fa8b7de9f08ef7e290e2
Timestamp: 2026-03-31 13:06:14+00

Package: libpgtypes3
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpgtypes3_13.23-2.pgdg26.04+2_amd64.deb
Size: 45992
SHA512: 0bb26eda2da60a5690eeef9517ac06f12e33a93d8ca18376825688440d94b6fb9c27106b55b7e7e75f7bce2745dd2669f5c83a78f1b6de926e2b02f7dd815ded
SHA256: 08b987e8ffd68dc0e8507503e3c40c5bf5b90c9b6cf7ac8db982a84e6ccc874a
SHA1: 05c06cb5409a5b28ad5108aab2662f722bc52d28
MD5sum: ef2cab4585d3cb8c139629d94b260c73
Description: shared library libpgtypes for PostgreSQL 13
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: libpgtypes3 (= 13.23-2.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpgtypes3-dbgsym_13.23-2.pgdg26.04+2_amd64.deb
Size: 91520
SHA512: 127ebb321d11941e98af73ce1d4af41f36ec8402071910672f0ae5d894552d130782bee754759e284d5bc7872320b91418c60f50acbb5cfc34d84906c8785536
SHA256: 24e2ddf94b0845c02ab7513a6ac2d21214bbe05b84c6e5c98aeafdb4fc435c80
SHA1: 487be3c20524d61a36554ca4a23bbaf168b79902
MD5sum: f55967a24282196ec943d68dbe3c4a38
Description: debug symbols for libpgtypes3
Build-Ids: 4aa1280b8f9e17b6907b758ed6cb45d80d2fbd15
Timestamp: 2026-03-31 13:06:14+00

Package: libpq-dev
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 566
Depends: libpq5 (= 13.23-2.pgdg26.04+2)
Suggests: postgresql-doc-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libdevel
Filename: pool/13/p/postgresql-13/libpq-dev_13.23-2.pgdg26.04+2_amd64.deb
Size: 142704
SHA512: 952455b36422e112e59fec4c8152eddb78be0f2eb817ddfa9fb7c628bacde0644114819709d9cb74ec7e43863da2ede1cde0c3b02d576faa7084616bc5bbbef2
SHA256: a0a2b9b7d44093618f25b824d2bf82b9b5ff9b953323ddd1aeb6aa2199e159e9
SHA1: 53209871d58a1e7d7b410c77ffb7717b10adab2d
MD5sum: 6a3afc571f867663507342779a42d613
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq5
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 799
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 13/libs
Filename: pool/13/p/postgresql-13/libpq5_13.23-2.pgdg26.04+2_amd64.deb
Size: 186688
SHA512: c45769d2664335301f9651452d39a7ebbfce48f7f64516ce8695f691b190a60358d9a18f92a6ccb10ce53674d1681861680b543e7dcf58f1776bfa3e1b5db13e
SHA256: b47e437e1fb738fd95c7c586b17e7b1e73ccf1b3d5925c6a79d031a946677c48
SHA1: f4d33477d141d77e0b4dd8d5d3cb9b0ad4bf9121
MD5sum: 015a57f0473824876dfd130688050696
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 483
Depends: libpq5 (= 13.23-2.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 13/debug
Filename: pool/13/p/postgresql-13/libpq5-dbgsym_13.23-2.pgdg26.04+2_amd64.deb
Size: 309036
SHA512: 6f67e34f828f2f8c5c6771e46ca544327347ba88e0ebdf5787006f415020d6734a0b25f3581045ef91b56bab3827913bdba16b1769505017bfd2a14357f5b0c0
SHA256: 4471ae225d194deec5e1ff1bc6853e111ea19850ab8ade10c009609a4daae904
SHA1: e414d4484ba7bf94f39fd568e5bcd29eda0a3fe9
MD5sum: c02e37bde24114ba5910928f45746b10
Description: debug symbols for libpq5
Build-Ids: 40b52e6241ead2e492e23ef9071759de40adc63e
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.22-1.pgdg26.04+2_amd64.deb
Size: 21148
SHA512: 90a2b384f130dff06bed18887807147e9818396ab98e56f05f79be7f09866aced207971059ac594c3c832fc3b69146da5cf289e48340713b2400a028aed9fac1
SHA256: e4f8567843a673b5dfdb6062086c35f9b6951c25d81476d13441bac905ca0a3e
SHA1: 413dddf9a0a30ea453b8a2af11d2d2e7e0fe6e3b
MD5sum: e63494ef5aaee0730ff5288b130085cc
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 14.22-1.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.22-1.pgdg26.04+2_amd64.deb
Size: 17552
SHA512: 29ff51691d1379983ae8a9c1c2020e91cfe915b1c0ddc7779a3a20b37a577d25c3d353a833931af83837e70380b4ee8e414f193ea8cdb476d4879d21e9a6d30c
SHA256: 794006b618eee1930c0e4c720450d1cfd55f77f61b4a690ce50b003013dd8238
SHA1: 30694e8af1657414cdf414ac450b87b0e15ff4da
MD5sum: 2b1b9fe006febadd8cfaf8d303cbe868
Description: debug symbols for libecpg-compat3
Build-Ids: cb100457c2d2b5812d089defd4a68e9db5776e32
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1597
Depends: libecpg-compat3 (= 14.22-1.pgdg26.04+2), libecpg6 (= 14.22-1.pgdg26.04+2), libpgtypes3 (= 14.22-1.pgdg26.04+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.22-1.pgdg26.04+2_amd64.deb
Size: 291116
SHA512: ad5afe5075bb8e9d7ec94391874ac51b33c84bb4cd6e8d9a663ad69c1373adcb1fec3330085cf401bd0b9109fa2a0d4ad7438a7d102723d2352bdf6369ebe69e
SHA256: 7ee9605c407ff58d7af51872666fb00913b709d2f768b59486e30a1634712a2b
SHA1: 6d0ba6ee529ab1e52d064b952259f31e9d66df37
MD5sum: 736003630b8334c378904d65886a9c25
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1013
Depends: libecpg-dev (= 14.22-1.pgdg26.04+2)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.22-1.pgdg26.04+2_amd64.deb
Size: 234116
SHA512: e3ed8e30896adf84e3fe5ab89dbbf5c7ec3083dbd36f3e3d98095de8994f8c62bdbd5a9bf5c6d2e2a029314a111e86769e82732b56df9081fb5d9988b2bf04f9
SHA256: ffba57566828c93ecf9aad2f2b82c23907c7927a09268218568da3f1c7b3c2c4
SHA1: 35ffb2835052e46c42256f96e2c09c266ab6a6dc
MD5sum: dc7ab2a4b346c419fb9ee4336404f0f5
Description: debug symbols for libecpg-dev
Build-Ids: 681ad3e85f50d67e4c17fd27e09f7b93fa7e6c8a
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg6
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 233
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.22-1.pgdg26.04+2_amd64.deb
Size: 63016
SHA512: 943df40e3dff3be9564c3ef8ddf55bf2ee408551957750c280b4db701716e9e037b60bca8a7e5f1bc2214ca82955be2e1f42600d6a6450bc30123816d279879f
SHA256: bc46036519af15dc32745fc234597b142393251c5d402f2afa86ba68320a509e
SHA1: e322b8c0d4a8881b0cf0ea8898229677bc8ec024
MD5sum: 476312f7623dac052fb40287f2e860a6
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libecpg6 (= 14.22-1.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.22-1.pgdg26.04+2_amd64.deb
Size: 120372
SHA512: cdbfc2a7bd96dd7b7bf98c63e1af5f5035483c56d96859b6f1d74b161975ee41f2c624be73989a08ea93febb1f6eaabfb375a0ee6cce4939c4ed8845b03a2d4b
SHA256: a1f36e94d4a49952960b322a812e6af56cf5164c40000874b313fe283a55a901
SHA1: 252539103ef6f85296718ac12864477c2689b3bd
MD5sum: 3a11efd34bc16bb93eaf9e91e5c8cc8d
Description: debug symbols for libecpg6
Build-Ids: 9d5fce737d1bbcd9c86668a395d8ca0ec4e14ca4
Timestamp: 2026-03-31 13:06:14+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.22-1.pgdg26.04+2_amd64.deb
Size: 47616
SHA512: 81a92c87057c39313e1c8a1141e64ee4bfa7f4d8cf8dd9f40fc2938b347ff26e37ec088cef22eb7c55cec2bd58738baa72ec699bd998a1329104471b88b8e045
SHA256: f7317723ad6456917ebccb9a606e48df997297e1dbf14ce52e7f32e831fb4868
SHA1: 04cb65be902e787efdb4ac153825958a5c1b3518
MD5sum: 0c36f6526f46ff8c1449b1d432f3e17f
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: libpgtypes3 (= 14.22-1.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.22-1.pgdg26.04+2_amd64.deb
Size: 91524
SHA512: f04ba43d27ba291adce0c5b1f9a539d9785ed1852dd92b41074b376f8a7a07e97c7d44e62555223b04f0ded8c4b81fcbc85ecfc5f51089e6dd442eedb34f03d3
SHA256: b7cdcb3718419a513618ffcacb2934bfd561d5b87bc2250f4b5497f389661a9f
SHA1: fb6a8567c0a9b25f48f44626bd673c4023964e03
MD5sum: 6043710e289b7e19db82124939bbb6af
Description: debug symbols for libpgtypes3
Build-Ids: ff898a5155d82d66ac61f52b9c9c477307acd7a2
Timestamp: 2026-03-31 13:06:14+00

Package: libpq-dev
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 581
Depends: libpq5 (= 14.22-1.pgdg26.04+2), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.22-1.pgdg26.04+2_amd64.deb
Size: 147320
SHA512: cf6cfe2fa895179fce759b746321d6c1d24f38f4edc5623950d60ab5e592579387790a68923ed2fd94648d12feee87ba432af28f28970a637fb6a50d35ed3b80
SHA256: 275f717d420de71ffe74d58f487473490a06b84a8d03902bdeecdff5be2c0b71
SHA1: 6d692dfd66e1028a53b2e5735d4acfa286809bdf
MD5sum: e9a4dbe3d94e6f3ffd97f3c42bcfbe0a
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq5
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 775
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.22-1.pgdg26.04+2_amd64.deb
Size: 186240
SHA512: 97f197a250f7596b89e037eda45296d0dd9d8923216316691719bcce758e45188c54cfe637078aa60507013856a3318dc032f4b28d7cdae94e1808f196c87e50
SHA256: 108646bf242e9ed41daa6827ee3a1e95f1539a359b6ccc468f7e1cd8cc74bda6
SHA1: f2fb2580680186aadd5a179cd752eaacf4319870
MD5sum: 78966033e08e06fb34209963740989d1
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 500
Depends: libpq5 (= 14.22-1.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.22-1.pgdg26.04+2_amd64.deb
Size: 323304
SHA512: 62047032d6d71fdb66905f8a89a9d1eda3b801e4a01cbc12c40f6effbba5d4f69f06f0b2ec61dcd64769708c7bd5ce45cd5d9a284149486151123bf7e6ab3027
SHA256: 6e4286afe7044bed23adfba4788190c8be9c0df681bea011d90fba40d94f78bb
SHA1: 31b3a3bcfcbc9977dc9fa2b7ea05b295cffc80d9
MD5sum: 2adc6c90ea825f8f7505d6ca6b4b61c4
Description: debug symbols for libpq5
Build-Ids: 34ffa5d03f15e49e53c074e0ae9f2cae7b1b9bee
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.17-1.pgdg26.04+2_amd64.deb
Size: 20600
SHA512: 1523380a634389de7de134bbd66621b8bdef46d00246c37cc1af016813d87c8cc14c12818dbb636580f26786379b1ece3e04de6298dc1f9dd521ef7d0f60e6d0
SHA256: cc43b1330fdc5e9513af4fb8dacccc2b4a627845ad40e203586d884cd9c9c41d
SHA1: 009700a8dc78011854231239a497fe14b145e02a
MD5sum: 47cd905c42ad73145b1c0feab694fc70
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 15.17-1.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.17-1.pgdg26.04+2_amd64.deb
Size: 17560
SHA512: 9f3be8b577cd332a6bd5535263a5fd3d7f2a616ee04598924f6afbdbc0fd596483bc0647376cd623fac9252ed57bdf5f35d414af3fbc8f641167b2dce0f91ce3
SHA256: d76afc485a1dfdde398e5ebf085b1daff68bb580038a3ecdf031b4c86e62d2c5
SHA1: 25c893474a19ed5e21adfd8aaa83819b652f0058
MD5sum: 7a48ec0e5257b76ae687f4fe159480de
Description: debug symbols for libecpg-compat3
Build-Ids: 928c240fec806cb78c33eb8971b2bf77aa8f7f88
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1652
Depends: libecpg-compat3 (= 15.17-1.pgdg26.04+2), libecpg6 (= 15.17-1.pgdg26.04+2), libpgtypes3 (= 15.17-1.pgdg26.04+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.17-1.pgdg26.04+2_amd64.deb
Size: 297172
SHA512: e33963007617885bd4675c755b57fa3f33d445c84f0d3e238ef3c0a944793bc257f8681f34c3c7617da4c74b5dd96b674b275c3c97dae59b3282206d5cbef691
SHA256: 0af68073c34db12cb1ebb77a80757f29faba9fd4bfaefd328365dca15e5b9664
SHA1: 432fee70d67e75a296398b3fe04211bf49c323e3
MD5sum: e83f2666a9cf15dbff136eeba9b4c153
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1037
Depends: libecpg-dev (= 15.17-1.pgdg26.04+2)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.17-1.pgdg26.04+2_amd64.deb
Size: 238312
SHA512: 07ac483517412dd7be34c33027ab95a7481f102dfab200747fe550a1f020fa35edf74c191b674a6c12335077cb5b1f8ab04b99f885558aed24a04c9beb3a714a
SHA256: d7af98d3f94ee25d6526528dae7a75f48768abe1801821504ea52d85592f7855
SHA1: f1f3351f793f2c62b05fe79745424ef5ac11e82d
MD5sum: e2eaf2934a527b5884993c09d12119a1
Description: debug symbols for libecpg-dev
Build-Ids: 40cf7f471310cee2f9fbcded354481c259b4ab15
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg6
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 239
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.17-1.pgdg26.04+2_amd64.deb
Size: 63668
SHA512: d9bd59520cab040b9eee46ed487ce6b569aee5381c8139b4ea23264c5c986530b8ae9dfedd977f5c7f3d0051b02dd8a4a9632d1e359944c411dc469e893be8b5
SHA256: d4f321614a6a428d252d8d08b46868cc8aa07f8c625d19b6141b6f86d87c22c7
SHA1: 99b1201451a45bc15783ec778bd6c8337c9c6725
MD5sum: ef0c787112c72d8f35e999fee694b025
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libecpg6 (= 15.17-1.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.17-1.pgdg26.04+2_amd64.deb
Size: 121240
SHA512: af55d95e07dae83ee688f92ee1707eb8a3db4264a29cd5ef01a18c47bdb9318a25f42025e76508f82c565c5f4a9c209f84aaa61f6a1fa2c2ce20c6d3de830a87
SHA256: d8707ff85a58e2a3295a381792adfcdeabfd221f4bf13f4af3b084197b70f10e
SHA1: 93e56366e14098a2d3b8826df6e3aeedab5872ac
MD5sum: 522b644c1958d0ca77dcd105be92a7b8
Description: debug symbols for libecpg6
Build-Ids: 57664878c393facd6de8bd5edaa3b4d7f63d0305
Timestamp: 2026-03-31 13:06:14+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.17-1.pgdg26.04+2_amd64.deb
Size: 47560
SHA512: a25356a54285ac2b6edda048bc9f2b4f461add24edc91c471940783f7f71070b1a906c9e476787097ab20201e7b7719d1e6d35d45c70a7d8164876b391085875
SHA256: 99aaa31abc17d5191ca3cd762639c566c0ec7064b8f3fb93e00e10dffc4568d7
SHA1: b7a1397f2e1820f50f0e00460a06a0f0b1664af3
MD5sum: ff51d3c51f1c9525b60518a8a76d1799
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libpgtypes3 (= 15.17-1.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.17-1.pgdg26.04+2_amd64.deb
Size: 92168
SHA512: a35fb0f10279ecf7c7901ca16aa0c9feff17e00db8224005365e034d96bf8378cbd3a221c77db3abd520e3c6731a867f6b45225ca6c142e8a97d88ce3e33f315
SHA256: 1c7b6dc0b4fcf455a0440be5fa69f394deeadec7184d3a8a4c5807d7fcd33fff
SHA1: b63b9767bf7634ea30112bba877c5d2d3d4c7a00
MD5sum: 15294f4e54eb0964a078289b6b7633dd
Description: debug symbols for libpgtypes3
Build-Ids: a71838fd4648b06278a14d0a4785aed3d6b657df
Timestamp: 2026-03-31 13:06:14+00

Package: libpq-dev
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 591
Depends: libpq5 (= 15.17-1.pgdg26.04+2), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.17-1.pgdg26.04+2_amd64.deb
Size: 149864
SHA512: 19a18d1c06536f8df2ea0e5f59db39f605a8a6e8cbdba30b4d31bbbd562465a0714d0f4112a37fbd6a7f6ee5e76d44c2c0f8d37fcb1299a0e5552b0be0b7e19c
SHA256: 6b54b1f3443131f54ffc972d51457a37f4ee53e8b45b2f92fc85691d25ec109c
SHA1: 38e6c39738c717d8d80dab80569472640b903deb
MD5sum: 828fcc1eaf3504843299a5d1991723a4
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq5
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 873
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.17-1.pgdg26.04+2_amd64.deb
Size: 199692
SHA512: 36139823542dd728d4be6d21f0678fbf8ec5fc928c107802155966633330a32df3e5f218d9b0858fa0df8aaf35c21edfdee6b44573ffcb847eb2d7dcce365b9e
SHA256: e0aeea924db58fe86620586d0fbe6d4fb523ef7f307fc65c765ddbb888c408f4
SHA1: 624e19813b0311787374903bf130ed7cd18cedf3
MD5sum: e700f7c2f518793516446067ed3c0d4f
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 519
Depends: libpq5 (= 15.17-1.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.17-1.pgdg26.04+2_amd64.deb
Size: 336048
SHA512: 1ac5cb8368cac071343c61a6a65ce4ebbb8d2169546ab9b4b166f618c37b61a690addeb7eb202ea3efc0d1cf1ac76b11dded6449fe7d5838d47e3abea39c0cd7
SHA256: 909a769bfc23f92428eacb051dc6e2eda42bdae4e7726dd3f1b603729c759e91
SHA1: 9d90df1c35ccac3a431e1444bb52e6fede0b3443
MD5sum: 16c82115c6ba83d9b2d1f3d3f01b6d50
Description: debug symbols for libpq5
Build-Ids: 5b949dcf0563bf53f8a6e74d0640a6e4ed76a9eb
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg-compat3_16.13-1.pgdg26.04+2_amd64.deb
Size: 20700
SHA512: 5d756d806aad8ebf15cd4894d3f0f99ac995a8cc5945cdfcf9b3b5ec8d136ee5a17634bcd850fc0ed58601feeb9b8e53422871879b3661b228052b6b0272e48b
SHA256: fbb0640d53813f6719ff259dcd16e0395a72cd456cce57e6cbb3aea7879b588f
SHA1: b19b5ad04151028bc21e775e0312e255e7f6fdfc
MD5sum: 92d17c1980208c4ff3a0df10afaf8139
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 16.13-1.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-compat3-dbgsym_16.13-1.pgdg26.04+2_amd64.deb
Size: 17544
SHA512: baba209401882892857f91e973cf9b8863c9785d244cb754d884c6299722f6e081b9aa2ce7883f6139e1c91f07cb6c94d51eff84bf74edc65ab613b33f0ba44d
SHA256: a89f8e9ed5491f0ab7d5d24913c41c163f2adc329de0a184fcfbf2b04d58ac5a
SHA1: 11b2a281abf8f58ee282aba622a19dbf9e8bf756
MD5sum: fae85f984cd23184477c88a8aa4ccfdd
Description: debug symbols for libecpg-compat3
Build-Ids: 8d1eaac1eafe318448b1937290e40f023eed44fa
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1666
Depends: libecpg-compat3 (= 16.13-1.pgdg26.04+2), libecpg6 (= 16.13-1.pgdg26.04+2), libpgtypes3 (= 16.13-1.pgdg26.04+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libecpg-dev_16.13-1.pgdg26.04+2_amd64.deb
Size: 299736
SHA512: 396f82e68de7f21e5ee693dc019afe1c46bfcba7c1af8014b76d7dd98b5131355a730c65c0ca7b98af52694ebb7bce81be162e71a2dbbb4d2aa2275b0f5ededd
SHA256: 4e2d44a6656673c16bac443b1c114032f10de63e296257f7023863326a6ab9f9
SHA1: 9247bd501ff60a9d48e4f0cb2009965f44cc3fdb
MD5sum: dee07e4952f5ae5567b0ddf5a3760a24
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1051
Depends: libecpg-dev (= 16.13-1.pgdg26.04+2)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-dev-dbgsym_16.13-1.pgdg26.04+2_amd64.deb
Size: 238128
SHA512: c1fe1855cfc218886185bf77214844ac99869c45bdda6bc02fbaaab4b86bb1e05572ac2cedc783f6c7781c992a30384972c23657b0343b29b5b00a508beee894
SHA256: 457dedc76006a296d65be87b6e67f9efb8b2108c4649651a534b8bf125f08122
SHA1: d624ac1cbce5baf03b60d88ecee7a354a7ed9936
MD5sum: 0cf97089623a3c04e561e31ead7f5944
Description: debug symbols for libecpg-dev
Build-Ids: 79df7359de71bf45036f5f86205edaf644bcf019
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg6
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 245
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg6_16.13-1.pgdg26.04+2_amd64.deb
Size: 64292
SHA512: 735735c7d518db1703844f1da8a5b90d7076568df8349070932c472ff174d82ad3810dc197b0354f3db3d59dcb1c0d9717935d0187e19e2da1252ad3f4234c66
SHA256: f98ffe3617b1ad48edfd89ed082a928f7562e8742affb8926fc04006f1157826
SHA1: 80b36e7cb3d6ff0eb6e3e71748e41bc004c626ad
MD5sum: 589c238f76112a1adaa6837b5b9434ff
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libecpg6 (= 16.13-1.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg6-dbgsym_16.13-1.pgdg26.04+2_amd64.deb
Size: 121004
SHA512: 7b291ca988dbbdac70765f3cec56ae2185555770ec34eaec3a594f03fae87813e740be3ce0dabbacdef6ac962b58efac56e4c7c9cc3d49dc86bc37ecd619aa49
SHA256: 4b35884cc2c18983bfb93a4573fc90890b6e5eb422cdde6aa5b2e371c654c2ea
SHA1: 1ccc758e7a124621d64f4044ba18faff2897cd58
MD5sum: db37ffc7f7439a319ef094c89b2d0721
Description: debug symbols for libecpg6
Build-Ids: 6d7837770203b440b1c0bad4a7c768971cd11d26
Timestamp: 2026-03-31 13:06:14+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpgtypes3_16.13-1.pgdg26.04+2_amd64.deb
Size: 47544
SHA512: 8fee04702e34b19872c9ce68502b007222ca42ef52ad0c39dc690223647bf61359785747cd1f1e9242667de3116798cd94ecf140826d480d81de5b32d43e83c5
SHA256: 5ae31b18bddaf5390ca3458da4e0eac73b997f8d3a5b21ad707c7c76b592896a
SHA1: 175ed2c3fd182e99523d91b1e1b7c31907b47ec3
MD5sum: ec5f4ca3f4b2fefdceafcb5a418279e3
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libpgtypes3 (= 16.13-1.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpgtypes3-dbgsym_16.13-1.pgdg26.04+2_amd64.deb
Size: 92080
SHA512: cb5c14403d9b1febb422f32e3e4e8d43496285a3ae6e6094ab92ad8b7c1b43c14e36109424c173e155457e199707a390f04db07612485edfcfc552214a372d90
SHA256: 268ae143363cfa6609e53f2baa8221efd03bac7a27de2f72442996a98afd8d49
SHA1: 4ef64e396c2888f5cb86a0a4f7a7657a2a19daa8
MD5sum: b0c34142ac1b83e5e0776a5d28c9eb61
Description: debug symbols for libpgtypes3
Build-Ids: 06644d2be76db2e2804980199ac1181825751874
Timestamp: 2026-03-31 13:06:14+00

Package: libpq-dev
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 591
Depends: libpq5 (= 16.13-1.pgdg26.04+2), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libpq-dev_16.13-1.pgdg26.04+2_amd64.deb
Size: 151128
SHA512: db32dc5eafec1a1a79fc55b598c3e25f96f591335d34dd0efb5c78ea1bcc5d6aecdc5157d0484d6ae7b5ddeca015937cdcbef3af707aef22bd52a220a4019f47
SHA256: 6955d8188082d005eec7d7ce850f2f98d306cd9cc4c23a4f97d007ea21c3882e
SHA1: 3d6340a567408cd72d952c311626e0f1297e684b
MD5sum: fa676e455a04d1cbf3e2a91eb13258ae
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq5
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1066
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpq5_16.13-1.pgdg26.04+2_amd64.deb
Size: 227544
SHA512: 76a6f73871cdc3e9d41d6eeaf62f0e07e1369774c2b94661fa8d83c64b11d46c24b65aa875e33643bca814b4d890681a9417b255eac6321ef031733061a1073a
SHA256: 9658767b15551162a3c1158413890b400bd0634c2d0d0176001938120a4a7860
SHA1: 6b114e9d052191e7ca1d5dcc1eeaed52c3f52878
MD5sum: 28ce352c12ba24ebca50387470098c9b
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 510
Depends: libpq5 (= 16.13-1.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpq5-dbgsym_16.13-1.pgdg26.04+2_amd64.deb
Size: 322876
SHA512: 1776a8f6eb1304971466624f1473529b28b837832114f3a7268793be76711f41358e3a3829a59fa0d323e92a534a13a235d79e467c3956e9628cbb3c55973d97
SHA256: f53dd220e2b5ecac9be540412d5d20a4dc1da1051aa9e8adee1329eee90b4cb3
SHA1: 4c1095e208ae0e1f390b044f9466747d09e3ee4a
MD5sum: e0c80e09a96dc3cb23fde7949689a993
Description: debug symbols for libpq5
Build-Ids: e7f21d14c95f18d01e5a36ef5718b0229c30bfdf
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-compat3
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 56
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg-compat3_17.9-1.pgdg26.04+2_amd64.deb
Size: 18376
SHA512: a4bb39e6d7cf466e8d3b47327f1c4117bb8f38ae0f0589c6bc4017e820968ad9ab87974aeb6d3578921cb887ccf4b3da010b76578680f4ea929785aa0b8ea1c5
SHA256: 5e3478e7822bff46a7ea9ed8bcd593daa9b6477387ced0505316c2f0b4e36de4
SHA1: 62024bfa147b7a4ae45d7b94171694605d946c18
MD5sum: 490c8d180811e426ec802e4267a08ffe
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 17.9-1.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-compat3-dbgsym_17.9-1.pgdg26.04+2_amd64.deb
Size: 17632
SHA512: 3ee26a2165e4324479bf27a9a2cd78170ad677d49ad890b317ea33154c9a3e96e634b36fe368ff5685bd345917d18bdd0578cfca6ffc0e7329bc4a1dbbf508ef
SHA256: d1efe19a68a597a9b07416e08f04ae8aa6edee6f8f3287cb6ec3f8842d3a4411
SHA1: ded3f3fc0ab84063492179fb6b629cbea1c99379
MD5sum: 47356160b880b123a3eec927e518c9fc
Description: debug symbols for libecpg-compat3
Build-Ids: 0d196cbf3906374dd872b3ab479b7ed9b23562e3
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-dev
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1709
Depends: libecpg-compat3 (= 17.9-1.pgdg26.04+2), libecpg6 (= 17.9-1.pgdg26.04+2), libpgtypes3 (= 17.9-1.pgdg26.04+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libecpg-dev_17.9-1.pgdg26.04+2_amd64.deb
Size: 301452
SHA512: 0073047130bc1f31c0feeeeeb1cdeb12afe9e917901d2524175ad49d3425e7e32c7a8107a167fe58088eab07564d369d1fc77ae6f483659ea325d7867428d91f
SHA256: c0a72686645d1cebc319eec564da5bc8ab7f5958a3d03140b4ee5444290a15e2
SHA1: b5c9d574583bee4f12d2ae0e14ab7b5106972633
MD5sum: 21b98e616193eed99341759404ca6a37
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1095
Depends: libecpg-dev (= 17.9-1.pgdg26.04+2)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-dev-dbgsym_17.9-1.pgdg26.04+2_amd64.deb
Size: 244844
SHA512: 0b0e5ff8512bc794a68ac3b2bbcdac489b1ea85beffbb15adefcda93a5b56b347c363f64dc479379ecd75dcb085c090188b8216fdd8b418bb3643e0e08b85668
SHA256: 3cfee131d80d2bfe19a0b51f8bd1340bbd58ade1536f7834b927dee187ec08cb
SHA1: e129fefb414ef4e185661e9690edb23a3fd59a79
MD5sum: b70d4d89631c84664efa32d3bd8aa565
Description: debug symbols for libecpg-dev
Build-Ids: cc15b8425e8e15b35f59cb8eb0342ea0f5c8d0b4
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg6
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg6_17.9-1.pgdg26.04+2_amd64.deb
Size: 61952
SHA512: bcd91ca71080b21478cd37b0549a7cca27ee715005d409c1f45d6cf19746fa79229eb5dc66c782953f599b0c2554002f3fac32d35d7c79be11d8fe1a4f05b077
SHA256: 22fe966167922b5c977dbbf595d2a73bff77eddc2da0069b3d957a765c5d0022
SHA1: 4faa13b9e1e5324bcab4b2749d68a4a39593f549
MD5sum: 377e26da42a035a8a25ce4f4b7a3fe80
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libecpg6 (= 17.9-1.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg6-dbgsym_17.9-1.pgdg26.04+2_amd64.deb
Size: 120980
SHA512: 34ed751d7ec060a1524a1385c99d360d171498a2ece5041a35e4a7e7bb88408acdcab0f0e7e545a11a5c5e5a128bf56aacf4b10f36c628b6c99e500f3532c0bc
SHA256: b098a7b71eeb1b80314d5186c6dc82dafdccb0142d5e5c2d97b35d0bb40f2e63
SHA1: 3a14480a9784d11ccb76d51b61a58eaeb6babadd
MD5sum: d2e40963b6857074548790f21562cdeb
Description: debug symbols for libecpg6
Build-Ids: bd1d6587e1f81e050d74aa1421e3347aca3d7be8
Timestamp: 2026-03-31 13:06:14+00

Package: libpgtypes3
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpgtypes3_17.9-1.pgdg26.04+2_amd64.deb
Size: 45060
SHA512: f1b71acc9f2c8a2ea44a3b4035ba4cfd7b8fbd33109c000d7ace4f30d3b2f6377a4a4d47704ad8325eaff0b0b732ee3823714767fa200a61a6b86a298c343367
SHA256: 1198345b8c5ba5577ade8854d40c72536c4fd137a34a7d06024ed85d9432d03f
SHA1: f8a337d0798e16030d623c60ebbea4c2f754aa56
MD5sum: ea43000a7a1107f8f2b1c767ed60c88c
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libpgtypes3 (= 17.9-1.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpgtypes3-dbgsym_17.9-1.pgdg26.04+2_amd64.deb
Size: 91984
SHA512: cffde462921160aece7d92223ff68dba6921902f0214ae827261c03cb6ed3638253587dcb529b47916ff9fcfd0395cb5a83683aa6bf8e935f6baa0a7038c2b32
SHA256: 29a0b3a4d06b8b5b313ea16ec92eae5a1f8913f39eb6fef574750e65ded9586a
SHA1: fa28fdd4211674386b253548f821c55c89b15901
MD5sum: 11168d7883f505bfee41f7e36918e135
Description: debug symbols for libpgtypes3
Build-Ids: f3ccb6ec635aa13e20d20d98329b00ab9b88a5e3
Timestamp: 2026-03-31 13:06:14+00

Package: libpq-dev
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 606
Depends: libpq5 (= 17.9-1.pgdg26.04+2), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libpq-dev_17.9-1.pgdg26.04+2_amd64.deb
Size: 153156
SHA512: 43d8ddceba4d23abb36508236095fbdcaf0911329e835800f7806f564aea6c8663514193e1f2623721fba38e69dee249c0413d071eaadb5e27108ca33c73f6b0
SHA256: efbcc8ddfa8cf767166e2c8cd683562fa7208998da5d85a0233a59269723b933
SHA1: 9c5dc7e20b431655ce370aacef7fed511ad37145
MD5sum: eb2bbac1210e6421808b56e2797c276f
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq5
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1081
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpq5_17.9-1.pgdg26.04+2_amd64.deb
Size: 230512
SHA512: d220269eb33ececf32579aba8fbad78429ec67544ded4d308b46cb6e1742111e03fef1839dd4b7a5a68b513209ac0f57b22df124e65954bb1cd1e3fc037b8af3
SHA256: 27b06282497c57412d36902a6b5e514bdd0264451e1a12d6a466013ce0236da1
SHA1: cf288efc0eae53c910e058704ba9301d2eccff3a
MD5sum: f78646ccdda3263b3ad7e273bed2427d
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 520
Depends: libpq5 (= 17.9-1.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpq5-dbgsym_17.9-1.pgdg26.04+2_amd64.deb
Size: 331048
SHA512: e7335e42085cc52e43639680e9bd935571886941ed181932cf9b6b7c8ad854a85dc1886bfa4f078b5d0fa397b8f76e31235476e5ee618c700b837d3b3b59683a
SHA256: 7c6fc13cafb6a3df5aa01a543c1e378a456192f16b8a0a8e9ebfcda44c3a45e0
SHA1: 29c3c04b7f4421b6a466b692f80a42f93103807f
MD5sum: a7fe2c173f3b51aea91fe20e483a60d9
Description: debug symbols for libpq5
Build-Ids: a424b68f6eb0ca78da826bf7daec2c092ab9611d
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-compat3
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg-compat3_9.1.24-18.pgdg26.04+2_amd64.deb
Size: 12504
SHA512: 3e3b2f19165e622a940261594b509d0885e676193fd049a9e2009161d473f6c90d840121dcf19604fdbe3d51247cc1d0af8cd540963a39384b20278529d10c02
SHA256: 70acc17ec2052aba6b9461ca4df5795aaf621761e26da4be586ca584bfa9c979
SHA1: 524239eb398de93e5a0e6dc05f358eb4cae971b0
MD5sum: 204b06d0a93474356bea1809341024be
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-dev
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1043
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.1.24-18.pgdg26.04+2), libecpg-compat3 (= 9.1.24-18.pgdg26.04+2), libpgtypes3 (= 9.1.24-18.pgdg26.04+2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libecpg-dev_9.1.24-18.pgdg26.04+2_amd64.deb
Size: 209144
SHA512: 84e5bff5b64adb2463e384eac31b1c20d8a05fb334f36493e95f9d38a28397a93392aac077d6274d23ec06d5c4274c7dcf0c06db06c3f4c74254018be2712ea7
SHA256: 89b5ba57e2fbc998c3ca9cdeb098d0bab66afcad9170d090abf6fba505b89d72
SHA1: 41e7edc08811c19ab4ac38fe4c2a8bff992ab249
MD5sum: 2d54a7ae0d4300a3dae00063941a9967
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg6
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 370
Depends: libc6 (>= 2.38), libpgtypes3, libpq5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libecpg6_9.1.24-18.pgdg26.04+2_amd64.deb
Size: 74092
SHA512: ad084fba7d085ab17507a61d5f814b613275375289c64c21c46d1436a0594a544c9a08469d6c81f309143c964a70b961e89b26f4669f6d91c4d902614912dc0b
SHA256: 3e07e976dda639d600b6240989ecb13560f84a8bff0c1c8ecaab1ff1ce736865
SHA1: 626de2254faa2b67e6b7769d293ef29145062937
MD5sum: f49b92bac05b72eadaad737fb2ab6cab
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpgtypes3
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpgtypes3_9.1.24-18.pgdg26.04+2_amd64.deb
Size: 33916
SHA512: e2d6013bff4d0ca00cbdd5e80823bd86564b7ffc497875ba0f9691d85ddade4310a73e1559ae920eec9592ee98fb6308ab3f88969c960c4aa414c048dbc1522c
SHA256: 322a97b2f08785b574837ff47ecfbef3fa9f02e01c315be46e82c7bb820973f1
SHA1: 8bd8f5a03cefb95ae2157beba487f1589e9daf0d
MD5sum: 1245ee3f7d1df75869c18372b1266654
Description: shared library libpgtypes for PostgreSQL 9.1
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq-dev
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 887
Depends: libc6 (>= 2.38), libpq5 (= 9.1.24-18.pgdg26.04+2)
Suggests: postgresql-doc-9.1
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libdevel
Filename: pool/9.1/p/postgresql-9.1/libpq-dev_9.1.24-18.pgdg26.04+2_amd64.deb
Size: 172032
SHA512: a90ad69968a3da50d28370509bb06fd3292c6652bde6866da8e56513f82c75d2cba32811a582ac9e0e2496b7e3fb011787ef9b6216118b414c750cdad1ff2807
SHA256: c4eeee5e18ec329f4e58ef65fec366d606274c95ebc66b438af5713773388a29
SHA1: 2eef86ea77629c14b5952a6c2c939f6b470f7c8d
MD5sum: eb6f3a4f7843812057a7171335dd7398
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq5
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 523
Depends: libc6 (>= 2.38), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.17), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap2 (>= 2.6.2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.1/libs
Filename: pool/9.1/p/postgresql-9.1/libpq5_9.1.24-18.pgdg26.04+2_amd64.deb
Size: 115896
SHA512: 35603494684a373e91642af6c90d50ec48f1e90b1f19da8f3e61234ecb37106a63b1700df6531d7ad09402e047d30a040f943db89290422264d8d5fb4259b7c1
SHA256: 494847cce294ec64d539324eeaf16d3458cb2a8e3f25deea9b4c0542a1668a6e
SHA1: 288b3abf934112364413fe6ba575f9a908c4cf61
MD5sum: 8c29ff22aaea9d1a11a3520b32940071
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-compat3
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg-compat3_9.2.24-15.pgdg26.04+2_amd64.deb
Size: 12512
SHA512: b0b737b53be892dcfb17faabd2a910bac3a64d2ec36d14437b8217218ec978e736521b0cfadd66c64a32521291a3362e8457d82da8cde7ae7f3f56a539a259c6
SHA256: 99066103aab4d2c5109ce8dfcff5d965ba46528dab41b4803df9ac34ba82e04e
SHA1: 76b8d504732794eb33a139070373cd8a72dec514
MD5sum: 18a8908d88d87bcc26a5b17aca6dbcf7
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-dev
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1070
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.2.24-15.pgdg26.04+2), libecpg-compat3 (= 9.2.24-15.pgdg26.04+2), libpgtypes3 (= 9.2.24-15.pgdg26.04+2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libecpg-dev_9.2.24-15.pgdg26.04+2_amd64.deb
Size: 211148
SHA512: 6cb2f96504c871837633d13b7414ed0c791408b3caab3deea8d34ff24ef593dd2e23649fdd891af04fcc040e3d92da18b861f9e1d894638267a3842a6497bdcd
SHA256: fbe807f1731a9d1b374d882f5dbb3d71b341b21a4c9fb77bbc482bb766817385
SHA1: 4aff32f9beb332a122c20bb4d725875d1980832f
MD5sum: f9eb16635cb3b9ba763bd935c28f3c74
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg6
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 367
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libecpg6_9.2.24-15.pgdg26.04+2_amd64.deb
Size: 73920
SHA512: d1a359387c6048e6049f1113a90e52bf329142422339f08d779acaf66bd648597a04dcad70596545acca1378d7f02dd0b4b27ef79058f5ad5e784dc7336b2e25
SHA256: 41bca2af0c8bb2c99606773542cdcdde3326ac14817c9b007bae73a6ab0f3e16
SHA1: 416723696def3697ba5370d8c647ad54e693d9f5
MD5sum: 3dfe478d2e751fdc02159eec73696701
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpgtypes3
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 93
Depends: libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpgtypes3_9.2.24-15.pgdg26.04+2_amd64.deb
Size: 33928
SHA512: eeab2bfd6f62c124a78dfdd762a22c4da7566099c5813d749bdc222cc9f37b07f9febd30684b3441963914221bf3b6fa0e1ae0905a8642fb09ed0b38f3d8be0a
SHA256: 82281d4f0a4fc1707074c56b47cea98d30691970c0063316f1f937a3caa2b1ff
SHA1: a71e1e7ab17a5757e2e577713442aab41cd9d071
MD5sum: 823045340c9b94d710041fea66aabf97
Description: shared library libpgtypes for PostgreSQL 9.2
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq-dev
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 924
Depends: libc6 (>= 2.38), libpq5 (= 9.2.24-15.pgdg26.04+2)
Suggests: postgresql-doc-9.2
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libdevel
Filename: pool/9.2/p/postgresql-9.2/libpq-dev_9.2.24-15.pgdg26.04+2_amd64.deb
Size: 181236
SHA512: 87d481390f14ff05446ca10f344c7b6f7f5c38594d6f925d9d2250addcf0c24c3021fb99143399d08b9f291dadc8e001e8c09e33fef71dd94e572270b410a694
SHA256: 2550e8320f185692b620c28ab3b2e15c7c02e5f3655ddad3af30863bb37ba70f
SHA1: dc18dad0a3831f5b47390ca78f79f4244fef7330
MD5sum: 361ed2a9eb91880d44f4a9ff6a7150ee
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq5
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 510
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.2/libs
Filename: pool/9.2/p/postgresql-9.2/libpq5_9.2.24-15.pgdg26.04+2_amd64.deb
Size: 118640
SHA512: 723337e746f636b652a31f26b3b8b8fc0d4f21ad45ae36f53b520af3e947014cc768d8d92468c4ce8374a9a2361067b02918761ef9d647f53f94fb77e8259738
SHA256: f08572f2e2b1d1bc851313fd5571fbcd05ac2f9161e73a33ac810373a8784be9
SHA1: 3a42889f4308b84d7950a1444f6bcd95c359a262
MD5sum: edbcdf8886a846b8927f7f0cbd083c18
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-compat3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg-compat3_9.3.25-15.pgdg26.04+2_amd64.deb
Size: 12588
SHA512: 0bfe56dbeaf5475bc8f4c8cd9633b9da0ac14ea5a417165452088c1134b463f4dc0253cb8e3a92115276a2310356774791cb4dd2c8d230cefa901de86f351ee0
SHA256: 5486299d29d1a029b67f112d74776c0d24fa8cdbe30c8e72ee7be9880d1095a1
SHA1: 026c07354e881c3ae479ecd0a669fe5b0e3772b0
MD5sum: 55f3c4f5a6ae98c0d949c065ad1774ad
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-dev
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1097
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.3.25-15.pgdg26.04+2), libecpg-compat3 (= 9.3.25-15.pgdg26.04+2), libpgtypes3 (= 9.3.25-15.pgdg26.04+2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libecpg-dev_9.3.25-15.pgdg26.04+2_amd64.deb
Size: 214340
SHA512: af6c0ebd880a14c637f7eb8a219b8c9788cb529accf7a04b6ec0622a301d7ffc37e5dd3b97bc450d224eaf8564d15ee978893ff307f5a402487cfc74997e0271
SHA256: 8fde8658b56fffd1396848acbbbd138a981efc526bba973b49f1dc58a8105c74
SHA1: 63472208a248a43b1440ca27cd5d9c4c9ec9c512
MD5sum: ae4b1cc1bda3987429b51401af5377e1
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg6
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 367
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libecpg6_9.3.25-15.pgdg26.04+2_amd64.deb
Size: 74516
SHA512: 127e6e293c4e7ee05a609cf183f7dfae03208e5f2666f9222d397b5162a50611ea22e894ffe60791ce33162f4705bb21134e60dc1cdc6578e40086ddd0e110dd
SHA256: 520fcf977966fe5d2b2f4df868d13b2e794b051fba95b8b9267dec64e2eb927a
SHA1: c6daec92ce011840d8c6981cda1283761929be96
MD5sum: f6c3699eb378182f0d6869a9645b920f
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpgtypes3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpgtypes3_9.3.25-15.pgdg26.04+2_amd64.deb
Size: 34052
SHA512: 40d5c12005511b04edc295f5f8bc4fa0b8b043701b68f1946ec9b954dc8c3d9b4c2b1c39f227e71910a294d9a8da3de38c85b8090894826bb84c6eee8c873c24
SHA256: 6a4347bcd07296a26a5653ce35564ec8b574c6d973d2d730fcf2509bfe319d5c
SHA1: 0bdf32712d94864da95c7f415f5d04eb11aadf75
MD5sum: cd6e7c2dc0df5e2810986635ee0fd0ef
Description: shared library libpgtypes for PostgreSQL 9.3
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq-dev
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 690
Depends: libc6 (>= 2.38), libpq5 (= 9.3.25-15.pgdg26.04+2)
Suggests: postgresql-doc-9.3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libdevel
Filename: pool/9.3/p/postgresql-9.3/libpq-dev_9.3.25-15.pgdg26.04+2_amd64.deb
Size: 146352
SHA512: 6340841e8b27ad47fdb038623cb66655fd8b541c3978be9cf82ab74b9f0b910d86d1467447e2e5c32f0260c1a8df9c736e9b0f12b15550f816831c67ba091e73
SHA256: a5b3db562340b3183459202775cc49ce18ebc3d9690013d18339e9df9088a2d0
SHA1: b7d7e01be4e2ce2c5e6f082164c68209199d7bf1
MD5sum: fff86deec95ed2d399580c739e312d85
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq5
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 523
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.3/libs
Filename: pool/9.3/p/postgresql-9.3/libpq5_9.3.25-15.pgdg26.04+2_amd64.deb
Size: 119720
SHA512: a084b529496aab4f7ffa8c23dbfcae3fbe2c2149a7f4d1dd6b2d697bc199053baa7dad5d412bc1d74c8fc4acdc6aa485f93bd46533d2ad8dd22779ad9af59e15
SHA256: 6afcbf723bc5db768a18a7be24cbacbc9970ad467796294e448043dda87e5653
SHA1: 65c3824bb92d2a7723d9199cdf633a2b9c838e2d
MD5sum: 86e56575de7d04a3799cea8255a09b9f
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-compat3
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg-compat3_9.4.26-15.pgdg26.04+2_amd64.deb
Size: 13904
SHA512: ca86f3b2aa939ff4d84f421f043b94eaf154d810eeeb324445cd43d17d0aa8a124fe45dd419061d8ccb9cc1217446fea75fc5b673e633335da4f32cdadac5b5a
SHA256: 844b0615158f9e27aad18b335bac855d6ca29164f1906b2daca0652ae829e677
SHA1: 9308b21b17a10abaa42c569336ed0059b11c68a4
MD5sum: c4c7bf430b11d2182ebfc66b69e046c1
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-dev
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1122
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.4.26-15.pgdg26.04+2), libecpg-compat3 (= 9.4.26-15.pgdg26.04+2), libpgtypes3 (= 9.4.26-15.pgdg26.04+2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libecpg-dev_9.4.26-15.pgdg26.04+2_amd64.deb
Size: 216716
SHA512: 26317451808db4bb1ab5d66e362c900504a56d000da71de1d5fa16785a5f46fca5f9d8b103022b992a5657ebdc0346c4a5f0880466ff8dac066647d9ca118df1
SHA256: 69b81c7cf9f387924a74aa98fa341cdf4cfb92b26957d100c01ad3fe17528f9a
SHA1: 56e35a9544417c683880837e9d775dd9e779cdf6
MD5sum: 7e11e9cdd64d03cf83a9547adcf3ebef
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg6
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 383
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libecpg6_9.4.26-15.pgdg26.04+2_amd64.deb
Size: 76792
SHA512: 9a30ea3fae888af54e0f895536ec00dda7e5bd9bc36668a065bc90aff43e903f23c69552a5f9e4107f6c0418df696282b67a40637fc14f214f4dac7c7a9313a3
SHA256: ee8384c45700c1ff81259c89c0e706afd942041e7d705ae22624f95276880ca7
SHA1: 7e6ae90a7163ee5d2df7b40a1a35a56280cfa9f8
MD5sum: 7dcddce17f69bcbfe87e6c6a5c95871f
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpgtypes3
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 100
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpgtypes3_9.4.26-15.pgdg26.04+2_amd64.deb
Size: 35236
SHA512: 1f9b59f29c57ef116031863f9c62d92fc3f5960d6051294c81909400342f279b4e1fce0c55eb1124bc51c16a0138fd763ac800e9f2bb5146419ea2c2e73052ad
SHA256: 9d63ff94847f7916b1728af9ff80cc85e22d83ef0c78b19bb6c445385bf0fb30
SHA1: e09a992ac8a1f862ab0ac6810465118973822c1c
MD5sum: b4c335ff545fb8fb8bebe356b222854d
Description: shared library libpgtypes for PostgreSQL 9.4
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq-dev
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 699
Depends: libc6 (>= 2.38), libpq5 (= 9.4.26-15.pgdg26.04+2)
Suggests: postgresql-doc-9.4
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libdevel
Filename: pool/9.4/p/postgresql-9.4/libpq-dev_9.4.26-15.pgdg26.04+2_amd64.deb
Size: 148232
SHA512: ad6303d7b39b2bcaec73bb06d5bd9a24fcd503f11bd32dbc531d831915c753d489a78d85103b302f0dd25d1cbd6c2459a39e5b35d141f8db2dd35268fb6c8ff1
SHA256: 47691893a1878e312a8573e98a724a211a3b3a471caa6839360c1d866cf2b3bd
SHA1: 656333c204331fef6505fdc54c8e9a0550e40ed6
MD5sum: 1f4fcff28c71313e9936ca47ffa10f14
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq5
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 525
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.4/libs
Filename: pool/9.4/p/postgresql-9.4/libpq5_9.4.26-15.pgdg26.04+2_amd64.deb
Size: 121840
SHA512: ab2298e25ff7f9ffed486a730e2452eb8eaa6e6cd3b44802b61de5783545f023f0a41ab929463e7a975669b4e36d7d8804f96134d9ed9c973dcb813b6c80fe37
SHA256: 17e2c90463a04baf40b18c41392d52bdc7765220c391d30ae176e23dde1a2421
SHA1: 73265ed184a784a66eea906b4fd9c620268e0bfe
MD5sum: 732a1d6dda0fa5fe1f85e949924d665b
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-compat3
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg-compat3_9.5.25-13.pgdg26.04+2_amd64.deb
Size: 13976
SHA512: f8fbcb6a73705ee7f34e91fe5d68acc9d13eda2ca814286537d0bc18d7cefefb4fd40a6f0ba4f24fced3fadc6302126ffb98a72e333c43005d40641d5841d51b
SHA256: 97876bc8b17474bb4b38407e7f3ebecb87a07b33234021e915361c02363715a7
SHA1: d3bbe734b91d9ad83591e8294165683174e1e098
MD5sum: 800824be86e22cf679c52494bfb1039d
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-dev
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1183
Depends: libc6 (>= 2.38), libpq-dev, libecpg6 (= 9.5.25-13.pgdg26.04+2), libecpg-compat3 (= 9.5.25-13.pgdg26.04+2), libpgtypes3 (= 9.5.25-13.pgdg26.04+2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libecpg-dev_9.5.25-13.pgdg26.04+2_amd64.deb
Size: 222680
SHA512: 8968e5bef65a7207c2042a499f34862b7876b0dbc2a0bf2f4e382e070b631d30b613ea139b2b99a4f192837010542e28e8e1141a2e11893386436ca5e24f6958
SHA256: ce9c7cad86c13180a1704d07ab84fe6f91fb0c10df0d31616fffc24472a8d5a7
SHA1: 860d0ccb827507fa437d404462c45104fd3bcb53
MD5sum: 6aba2c5ca79e2e7b9c482309b7189615
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg6
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 408
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libecpg6_9.5.25-13.pgdg26.04+2_amd64.deb
Size: 79736
SHA512: 3a7ba94b2f73b56c39545169e4a1c4c120a9b8eee98d706fa5774565a13df77976a33580078a045bb707e18779c7a1912a7b56873d8efb1cbf4b76e04c7d3449
SHA256: 22355580a8594598275eaf8493f0c796390ce188aa4c7d5e41ce77be9d06daaa
SHA1: d8e8cf1c7d59b0df13addaf16a08721863089070
MD5sum: 807d3420a272c3ac001fa618f78b6268
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpgtypes3
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpgtypes3_9.5.25-13.pgdg26.04+2_amd64.deb
Size: 35288
SHA512: 8e9ec71aafae13889c27f5a609ed1b4bcff9415142586559990869ed4b7a839ed9acedf764a6ae09c8a65b0a506ea0849986502034a7b82e69998c72fe69c3f8
SHA256: 858183aaa09c84f4c63c9482dcd03e47e2e69deca8a080a76caf2282861252ba
SHA1: 7492b4c19281e30aeea56f7de27a33f3d65d3c01
MD5sum: 4c4bf1144324842ccd574e4312309e37
Description: shared library libpgtypes for PostgreSQL 9.5
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq-dev
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 719
Depends: libc6 (>= 2.38), libpq5 (= 9.5.25-13.pgdg26.04+2)
Suggests: postgresql-doc-9.5
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libdevel
Filename: pool/9.5/p/postgresql-9.5/libpq-dev_9.5.25-13.pgdg26.04+2_amd64.deb
Size: 152096
SHA512: 3e4a3f9f84bae9cadcc8a3d611aa1488f68a4095dadfcf0b4f4c9202f617247771b008dcd463333a7dff32fc0ded2e5d7941fadae8fb7da4918af4502014d5a5
SHA256: 82fb13aa4d1d95a4e2e45d4f8e8cfd31cb466be8c926a702e5c1c2dc14a89056
SHA1: bea39831df6b8e8e80f78aee4c42eecb6ba968cc
MD5sum: 643e2c4174669fb1838cab917b9c4630
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 583
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.5/libs
Filename: pool/9.5/p/postgresql-9.5/libpq5_9.5.25-13.pgdg26.04+2_amd64.deb
Size: 132272
SHA512: 38723bdd528b97589e618ea8c9ff0ad20680a33101974baff9cd2171f8ed23cf4f0637fb0044152d45ecae691e7d9c77ca9e4c1b40fc78e92a79858f72de719d
SHA256: 5947d0a766c6098832ba516c504e74d09b151951a2eeafd2d734be6e60939a4f
SHA1: 71e589f3561096eeae863797fdc1f1a485bac9f0
MD5sum: ffe67541a389e05e6a9b35ad5e2af923
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-compat3
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg-compat3_9.6.24-12.pgdg26.04+2_amd64.deb
Size: 13984
SHA512: 11d64c481fb3afba2205acfafadecb6cbb6d0a61f4814cb600bd921a8ed8af7b6c5b7240c997b0cfa9688eff3f67f85e2814dca412dc50d7d5ad9f41cb29bb58
SHA256: b385e90d8ee9122ad0a1ec376a2c331631f51e47d4e3b0e8e9709b446a5fb4f0
SHA1: e1a0ae95184f75b8b46b74fabe69e45d9f1c3e4f
MD5sum: 3f3f5424aa60f4a6307826856285ce5d
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-dev
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1195
Depends: libecpg-compat3 (= 9.6.24-12.pgdg26.04+2), libecpg6 (= 9.6.24-12.pgdg26.04+2), libpgtypes3 (= 9.6.24-12.pgdg26.04+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libecpg-dev_9.6.24-12.pgdg26.04+2_amd64.deb
Size: 224128
SHA512: f1f962e24be3c52ee7edb839d2a4a518bcd223db2985370197c9d6e7f0c4aaf0730a43f1d77c0554e4989052abe41c81d6664db8b6d6e5f33385f68e14d2bb1a
SHA256: af8ee0af48c658702abf01cba079d89d59087adb470e1aaf7f5ef9aec3e1073f
SHA1: c801cabe3a84ae1da434f6bc1cb25931683fd2e8
MD5sum: e8f92a0d1851d1e672e6ce450eb09f0d
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 409
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libecpg6_9.6.24-12.pgdg26.04+2_amd64.deb
Size: 79160
SHA512: ad556762e97516bb40c9ca53657838950ab286b39af65c120712fd560c0c6f4a7ba03396ddc9aec5737bd29ef9abb20cc0bf31322c74019334be71a0bd3faa4d
SHA256: 1a46e82a9938740c8ab8368b648183a3a165add4cb6e8c829602546fb5c1e34e
SHA1: 75b4aba28c1ec653df5c3ae9bda458fad5bf2708
MD5sum: 1c12f58f56f6919e1d0237664f937ccf
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpgtypes3
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libs
Filename: pool/9.6/p/postgresql-9.6/libpgtypes3_9.6.24-12.pgdg26.04+2_amd64.deb
Size: 35308
SHA512: 68820303e34603a51768d3bbfa8eefe253a4fe321cdbf975593bd87d9847904198cadebd314c4124445b611894e67d27f51ef9e1b8b783ce191bd24273b1f8fb
SHA256: 288483e1515c23265ecfa3efda5168d05691ea75d9baa42f1e1e800b81ba12d1
SHA1: 682df871836bcc24814b244795edecf3fd80337d
MD5sum: 7acd484112f6422eb1c3b8ce39a535ca
Description: shared library libpgtypes for PostgreSQL 9.6
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libpq-dev
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 720
Depends: libpq5 (= 9.6.24-12.pgdg26.04+2), libc6 (>= 2.38)
Suggests: postgresql-doc-9.6
Homepage: http://www.postgresql.org/
Priority: optional
Section: 9.6/libdevel
Filename: pool/9.6/p/postgresql-9.6/libpq-dev_9.6.24-12.pgdg26.04+2_amd64.deb
Size: 152460
SHA512: b442c79f5bdf09a3d765951f526c39b5b7a4a72e18533b7c7b88f495625b457d30f39413c318227d1f01743c993fabceaa166f3e65a4e281a6639d407ecc6f51
SHA256: 0c592be1270b13e436f097cd9c196f808fa0b88a09c6d8e70f246d38c1ea4216
SHA1: 2b0c01714dd442d42b70fd961cb33fe5183a94e2
MD5sum: 34007bfe4aecd7dc528ccde58f8edea3
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:14+00

Package: libecpg-compat3
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libecpg-compat3_18.3-1.pgdg26.04+2_amd64.deb
Size: 15880
SHA512: da552dcb092903b6f552f75029bc809b67f44cf360bb1a1a83beb54e219dc5a4d21da8c2c4b01465626fee18f2d645f7c490db028981b4b1fa53bf8126b9e2e7
SHA256: 4beb4dda6f69fa73c8a224debaac021175ac8bcf8af64d02efeae2fce25b0f85
SHA1: 6aaad976a61eb07db8c2b15d88c0d2de229e65c5
MD5sum: 9e92b7412347fc0f1acd74d2c89a8074
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 18.3-1.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg-compat3-dbgsym_18.3-1.pgdg26.04+2_amd64.deb
Size: 17680
SHA512: 4e724e5df2c682e157c44f71d92a2721aa405a31f28812c58025ff1284540174615e5ea921ed0958d46202cb6c0aa2372f196024314e51bd9a32e04b79ada76b
SHA256: 15a6c9f0b98c2671352fb4d62a7fec51e9a0fffcf5ade2eda6a428be459000a4
SHA1: a0cfb8d0c1280a2ba8f4466b4dac39057d11878d
MD5sum: fcacfc69a72ebe456d437b6808c9c0d0
Description: debug symbols for libecpg-compat3
Build-Ids: 206b8f8285787a85c4b59aa5cfb87727aaea0679
Timestamp: 2026-03-31 13:06:13+00

Package: libecpg-dev
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1536
Depends: libecpg-compat3 (= 18.3-1.pgdg26.04+2), libecpg6 (= 18.3-1.pgdg26.04+2), libpgtypes3 (= 18.3-1.pgdg26.04+2), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/libecpg-dev_18.3-1.pgdg26.04+2_amd64.deb
Size: 257480
SHA512: 7be9d022482e3288c79c7e367c6913b6f3b0396d8384ca3d434b74b177d3eca52c5ab9373875074c2acc90f20306509c8ab120316e7bd84e807bba898fdd46a6
SHA256: 78a2c832b2afd8d15e374f13c6cdf6248de5feabad297c11b2bb49eec29d5137
SHA1: 377bd077cb89f795dafa5389dc31b6c6fb88022d
MD5sum: f9e37c245c9aa04ea3ae919166c00e72
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-03-31 13:06:13+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 962
Depends: libecpg-dev (= 18.3-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg-dev-dbgsym_18.3-1.pgdg26.04+2_amd64.deb
Size: 160556
SHA512: ca59422f82cbeed794d80397071b7f69ad431c3a073628d6751a468e6dc3bc340bd14e6d79e327069706e48475ac0c2c163f811108299b79a51b821ef34e7949
SHA256: eaa3ef75a14ce478cd34b4dcbc64f0b8160a6ae4244bc92ce5622f0636b1d219
SHA1: 825426bd6b3b69521849e1dcb772365eaabd4c1b
MD5sum: ad7a7f329e1b570651c970bda70b2558
Description: debug symbols for libecpg-dev
Build-Ids: a34f9e76008b866f08685fdfb7b65d0c64195e93
Timestamp: 2026-03-31 13:06:13+00

Package: libecpg6
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libecpg6_18.3-1.pgdg26.04+2_amd64.deb
Size: 59400
SHA512: 31554646f7f246a04cd1788ac29c0739f1e19d27ef7c254eb064f33a8c213a65932ff41762a3350f894d44fd422f7d9c35afd0fed3b1515bec92fedbbf2f8c06
SHA256: 1a374572c820b8ede309af21f0a68467b32e8522129ff4d033fc481d7114487b
SHA1: 0af83b62751f4e44b397757d64354026f77523d2
MD5sum: 0cf01a7fe66d160f2513e5debd275614
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libecpg6 (= 18.3-1.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg6-dbgsym_18.3-1.pgdg26.04+2_amd64.deb
Size: 120936
SHA512: 4d2cacc454a50ad9781fa63ff003502d746ab0cf9bd3ede0c496610ab560e6edd54af8606418835da1b13f91ed57b137c01a120eaf12e0c5064006ae6c114f13
SHA256: a0ea3d01a674c1c26c68d30375811ce49642be96af7395ca580bf57c0ca539ff
SHA1: d93ed1ba86d39d35628e04f50b59642d42670b75
MD5sum: 92bf204e69eedce56f6a37f7a82408dd
Description: debug symbols for libecpg6
Build-Ids: d29ee16bd93c975962152f60e208512fd89f67ca
Timestamp: 2026-03-31 13:06:13+00

Package: libgvm-dev
Source: gvm-libs
Version: 22.38.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 199
Depends: libgcrypt-dev, libglib2.0-dev, libgnutls28-dev, libgpgme-dev, libhiredis-dev, libksba-dev, libgvm22t64 (= 22.38.0-1.pgdg26.04+1), libpcap-dev, libssh-dev, uuid-dev, libsnmp-dev
Suggests: libgvm-doc
Homepage: https://www.greenbone.net/
Priority: optional
Section: libdevel
Filename: pool/main/g/gvm-libs/libgvm-dev_22.38.0-1.pgdg26.04+1_amd64.deb
Size: 30648
SHA512: c4da51fc204a705f8a90c8f28f78784d73f61d6005b6513b1b52232f87a355f3111379e04a11d466b620fb09dbdd58f13d95d5d0aca54be55757b1f073417113
SHA256: 5aa060c2818daa1ed3283024a8ea2b6a4c2ad18f7de6fd857341185d47c7b4f5
SHA1: bdc63610f1045eb6ca95a48402a99627715789cf
MD5sum: f4e5d3d5a036432a0e2387ecd201291e
Description: remote network security auditor - static libraries and headers
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required static libraries and headers.
Timestamp: 2026-03-31 13:06:13+00

Package: libgvm-doc
Source: gvm-libs
Version: 22.38.0-1.pgdg26.04+1
Architecture: all
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 11061
Homepage: https://www.greenbone.net/
Priority: optional
Section: doc
Filename: pool/main/g/gvm-libs/libgvm-doc_22.38.0-1.pgdg26.04+1_all.deb
Size: 641612
SHA512: 0aa2a2340e468ea8fc80a9cebcacb3703eeee0c2c8478973230d04da3ef3fe78130e9d3022fd83d5e4588f8f2c69285013ff58ee33a6f82029e1c3fda2e429be
SHA256: 4bb9e89aeff4135a5a0073301a54b538b0480c57895e17713f2d1c776adcc958
SHA1: 796c32454fde343d246c8a3dc66b23aa8d93fafb
MD5sum: 2f6b98de11a36ffde3eadf5467650002
Description: remote network security auditor - libraries documentation
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the doxygen generated HTML documentation for the
 libraries.
Timestamp: 2026-03-31 13:06:13+00

Package: libgvm22t64
Source: gvm-libs
Version: 22.38.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 612
Depends: libc6 (>= 2.38), libcjson1 (>= 1.7.13), libcrypt1 (>= 1:4.1.0), libcurl3t64-gnutls (>= 7.83.0), libgcrypt20 (>= 1.12.0), libglib2.0-0t64 (>= 2.76.0), libgnutls30t64 (>= 3.8.1), libgpgme45 (>= 1.23.2), libhiredis1.1.0 (>= 1.2.0), libldap2 (>= 2.6.2), libnet9 (>= 1.1.2.1), libpaho-mqtt1.3 (>= 1.3.0), libpcap0.8t64 (>= 0.9.8), libradcli4 (>= 1.2.11), libssh-4 (>= 0.8.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.2.3.4)
Conflicts: libopenvas9
Breaks: libgvm22 (<< 22.38.0-1.pgdg26.04+1)
Replaces: libgvm22, libopenvas9
Provides: libgvm22 (= 22.38.0-1.pgdg26.04+1)
Multi-Arch: same
Homepage: https://www.greenbone.net/
Priority: optional
Section: libs
Filename: pool/main/g/gvm-libs/libgvm22t64_22.38.0-1.pgdg26.04+1_amd64.deb
Size: 156844
SHA512: 1aef71a5f30268e2a1f82eec5f2136026b908289261001edce369b019bc5b3c9092def0d19ac85f803dafe54b27fc0282d10ff2de6ec7e7b583063a8904f96a5
SHA256: 3e2e1d1d9e2b1aabda8f17545b53ded07644a7e6bb370989f20caf3616abea3e
SHA1: 3a987bb8ddad775efc5958c7e63ada7636baf83b
MD5sum: c794a72aaac2ced220906223b4d1b9ad
Description: remote network security auditor - shared libraries
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required shared libraries.
Timestamp: 2026-03-31 13:06:13+00

Package: libgvm22t64-dbgsym
Package-Type: ddeb
Source: gvm-libs
Version: 22.38.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 828
Depends: libgvm22t64 (= 22.38.0-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/g/gvm-libs/libgvm22t64-dbgsym_22.38.0-1.pgdg26.04+1_amd64.deb
Size: 533260
SHA512: a2a620c7c3c41aef9353f9fd588f0fbed18b0eab35f353002588c5b92f0450b7dbf7d6b0051e97a226a89ed0e6c14094d96c9b2a5e6b1dbda0de4004b9115498
SHA256: be89bd1c935fe2c80276c660a891adca551c9d4b7899fb0563b20c466be0f0bb
SHA1: 9528694788390d7b220ba8daf209514cb18098f8
MD5sum: ee9bf65a451492f50df9a3b8ab3f5938
Description: debug symbols for libgvm22t64
Build-Ids: 208c3fce8ca8d0a06e230a83ded3cfb2159381c5 30d9144b4eb9e8b9ed7a27b92bd8d0d692cb9a73 4276493d85422449ba60050d57ef969dcaf34baa 67c8a7bbab79b041303cadf5d0bd8d808dd09942 6f03df45309499d795f7219ed246a0bb781a8fa5 980eed757c0f0a9ee99bd359837e87fc34e0486e 98dee8168d90129983c44722e33833bbc110ca3b a14b183848a66c2456c48bac6a7033d7f60cb8c7 a7bfef5e0e7f9623572687f83b275ee0f23d9500 d76d7fca386a55ae515019d7b64396252cb42bcc edd767b3e32556b0a36160a2f5dbee94c8e5c60e
Timestamp: 2026-03-31 13:06:13+00

Package: libpgtypes3
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpgtypes3_18.3-1.pgdg26.04+2_amd64.deb
Size: 42464
SHA512: 048d4537170e08d1e0eecc05484e6f4bc11665c9b4eb710876e2326a5d58a04b8140494a01b89d2f919d142bbc72ec0285fc3bbcc5b141aa2ed1bb20f2ca6ff1
SHA256: c4573aa9ad17b9f676c1730b6c3d5b39b60a292e9366a23b476e2a0a5566ef3c
SHA1: cf94ee6eabe641d5f51a77ac5be3ef779d109521
MD5sum: 9ecf90b5fce353b5f054b567ccf692ea
Description: shared library libpgtypes for PostgreSQL 18
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libpgtypes3 (= 18.3-1.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpgtypes3-dbgsym_18.3-1.pgdg26.04+2_amd64.deb
Size: 92184
SHA512: fbc9291cc84d6d690ba976dcbf15eac143be812642544f1f84b595d6c49240c3080d7be6a5c8576b9453b5a414124978a94d6db43b65234fb6f942b36ec99afa
SHA256: 0b617765d0856f4c015959ef0e3334f31470da4e16d93a01068b8a373c2b0396
SHA1: 587c447e9a081e7137b219b8adadeed603d12a29
MD5sum: 7839a4cd29a5a152cc5a58b08f321f52
Description: debug symbols for libpgtypes3
Build-Ids: 10733d63c0753e4aa6bf59c0c75b1efbaa38dcef
Timestamp: 2026-03-31 13:06:13+00

Package: libpq-dev
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 678
Depends: libpq5 (= 18.3-1.pgdg26.04+2), libssl-dev
Suggests: postgresql-doc-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/libpq-dev_18.3-1.pgdg26.04+2_amd64.deb
Size: 167648
SHA512: f81173bd5207e00fdf41c82517fd1f00bed71b0970f09dbf313f879ce6fefe89afae31a5cd07da1b4cd0495a5e53671035df09e08d24cf2f38cb3ecce870bdd4
SHA256: 133f5e261d72997b5460c00af3c40214bde77c468ab722f02c82dda99c7905dc
SHA1: fe01636f05af39eb3e2b794ccdb2c02e139b60b9
MD5sum: 25840f5eaf0e0d1ef63a33b061cf2710
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: libpq-oauth
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libpq5 (= 18.3-1.pgdg26.04+2), libc6 (>= 2.38), libcurl4t64 (>= 7.16.3)
Provides: libpq-oauth-18
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpq-oauth_18.3-1.pgdg26.04+2_amd64.deb
Size: 36568
SHA512: 71dae18c68752643d4e6bd7c74f452ea0ccb251de9a3cedb2df62966b2649e5f7625b12de9033a169a9c565ad71ec7c520cadc07823f9d0bbb3405acf51f21da
SHA256: a4a68ab715370beb82d53c20eda8de3782825e70acbb04f474f939c71e00ffba
SHA1: 60fe7efb6e7bca2e9f68e21bc05bb6019eab4830
MD5sum: af58cd34b4402ab70dd6648919822dbf
Description: PostgreSQL C client library - OAuth flow
 libpq-oauth is an optional module for libpq5 implementing the Device
 Authorization flow for OAuth clients (RFC 8628). It is maintained as
 its own shared library in order to isolate its dependency on libcurl.
 (End users who don't want the Curl dependency can simply choose not
 to install this module.)
 .
 If a connection string allows the use of OAuth, and the server asks
 for it, and a libpq client has not installed its own custom OAuth
 flow, libpq will attempt to delay-load this module using dlopen() and
 the following ABI. Failure to load results in a failed connection.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: libpq-oauth-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: libpq-oauth (= 18.3-1.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpq-oauth-dbgsym_18.3-1.pgdg26.04+2_amd64.deb
Size: 94984
SHA512: 1360d891bd0924ea81be4073df953982b9f39bccf849840cdafeae70f73e1b27334eed0e9d8910767687a7f5746a8404061e5eb5aa3cef570cb0d062f005d3aa
SHA256: 3c7580800deaec5545b360898f7392e5393b119ec5a1d0936b0aa9395648ecfc
SHA1: c28608a1605abf5354a9350a47eba42cb1a7a012
MD5sum: d7e5bf2e7020a56d7be0c36b3a8cffa7
Description: debug symbols for libpq-oauth
Build-Ids: 349808aeeda6914a4840627d4bd698e7b5e6fd61
Timestamp: 2026-03-31 13:06:13+00

Package: libpq5
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1230
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Suggests: libpq-oauth
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpq5_18.3-1.pgdg26.04+2_amd64.deb
Size: 256076
SHA512: 79e39d8c6508186416fa84dc1678a504b57deced5528b8385638c71f0cce073cd7b07a63a96d7d851afcdcf7b7778bc326bc7ad04690ee6b19f63c04c2caeddc
SHA256: c4b3a292e09bf8f94c6a8a41b563ce80b9dd585d3de796771c0107f078d364ef
SHA1: f37b85300da260f92f65c84c3496402cd4884c04
MD5sum: 7057c54b7666e9a1cc276a890df6313b
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 573
Depends: libpq5 (= 18.3-1.pgdg26.04+2)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpq5-dbgsym_18.3-1.pgdg26.04+2_amd64.deb
Size: 370072
SHA512: 28c698d3772719fb9ea4e8f8d4fbc11b31100862aaf613afbefb600ec8e289fc44d477d93a11522cca60f4199e9b765792e781e5c6fafe101dbcab301b2ee283
SHA256: 0459d4ddac75923d7fcdf6fa81539ede7cdc7c5b0b8f36ad008e88b688d0a0cd
SHA1: e66f3ae325a7f68b24c59e6eb1906868b99d65d7
MD5sum: 804a38486b218206ee9b72086c916ec8
Description: debug symbols for libpq5
Build-Ids: fbeb18d039ee13381a8eac369c4cbf7ae7b1db1d
Timestamp: 2026-03-31 13:06:13+00

Package: odbc-postgresql
Source: psqlodbc
Version: 1:18.00.0001-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1425
Depends: odbcinst, libc6 (>= 2.38), libodbcinst2 (>= 2.3.1), libpq5 (>= 9.2~beta3)
Enhances: unixodbc
Multi-Arch: same
Homepage: https://odbc.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/psqlodbc/odbc-postgresql_18.00.0001-1.pgdg26.04+1_amd64.deb
Size: 431304
SHA512: ef451d97375d06133efd5c634f475732a6243e1905c7e1b8c149841d21cc1415e0a34b1e29dbeac41777c7dc87c1e70e4ba14fa91bab87eca73927ce106c14fd
SHA256: 9bfce945360e9cf711936d4e0239c8f982652ebdeef8f81d055bf37cffe8546f
SHA1: 96137fc62bea098c738d0f7f55e006fb8f8a6612
MD5sum: 9dd7c78665c8f1408d066e1e996e45ab
Description: ODBC driver for PostgreSQL
 This package provides a driver that allows ODBC-enabled applications to
 access PostgreSQL databases.  ODBC is an abstraction layer that allows
 applications written for that layer to access databases in a manner
 that is relatively independent of the particular database management
 system.
 .
 You need to install this package if you want to use an application that
 provides database access through ODBC and you want that application to
 access a PostgreSQL database.  This package would need to be installed
 on the same machine as that client application; the PostgreSQL database
 server can be on a different machine and does not need any additional
 software to accept ODBC clients.
 .
 If you want to write software that can access a database through the
 ODBC abstraction layer, you need to install the unixODBC driver manager
 development package unixodbc-dev, and possibly additional packages for
 language bindings.  This driver package is only used at run time.
Timestamp: 2026-03-31 13:06:13+00

Package: odbc-postgresql-dbgsym
Package-Type: ddeb
Source: psqlodbc
Version: 1:18.00.0001-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1703
Depends: odbc-postgresql (= 1:18.00.0001-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/psqlodbc/odbc-postgresql-dbgsym_18.00.0001-1.pgdg26.04+1_amd64.deb
Size: 1276656
SHA512: 05a130f0ef2aacb2b9b6febbf875c6b704eabddbe1a2173a1992127dccce1a780263c3fc325b974c5aa67d6e83333f797a686347615da402922ca79725eb92ae
SHA256: f692072ce675e87c337ed5b3b46eec7e34a25a8221ead818dc138b9c46e98b7d
SHA1: c5e8ec7d214a0d5095088f7d69cc2d5963d1079c
MD5sum: e8c64cbdc81467a42ab3fcca01fed644
Description: debug symbols for odbc-postgresql
Build-Ids: 2ee07b8a92e432cae5f42501b58f9121ecce10d9 754453de5dd9c0ad9930eb2960162f76e929df09
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-10
Version: 10.23-9.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24528
Depends: locales | locales-all, postgresql-client-10, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.43), libcrypt1 (>= 1:4.1.0), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-10
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-10_10.23-9.pgdg26.04+2_amd64.deb
Size: 5295688
SHA512: f52bf64428a00239903fd533ca0c584efd17f02a39cbe073a67c22861791c5d8d95e3afb22e1e6d817ab70a236eb37211db358656ddd08e30dc85e18374a7972
SHA256: b94dbb1644f81053618387dcbeff7362939e537d72a0ff4436df54ac5801b25c
SHA1: 1ce4593a7f258781c01661e1112b63ac3a734cf0
MD5sum: 7cbc9af8416bd93e7b57e90a7950d552
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 10.
Postgresql-Catversion: 201707211
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-10-dbgsym
Package-Type: ddeb
Source: postgresql-10
Version: 10.23-9.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20355
Depends: postgresql-10 (= 10.23-9.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-10-dbgsym_10.23-9.pgdg26.04+2_amd64.deb
Size: 13096188
SHA512: 04066250a252657badb8c0d8d03f347d75765cb9960f29ad8fb7ab5d63a25574e0dfe770825ac462f12d91f8e6ced8c53126b0d3f65700da895074802864c496
SHA256: bf73325193c51c0c0fbc48dc98e92de621f41627ec5c04282c0d0bb48c2dc3e4
SHA1: 79bab27996ef92dd2e9b3feffe642d9c02ffc20f
MD5sum: 686d7f047cef155674c7fa0e3ec656d9
Description: debug symbols for postgresql-10
Build-Ids: 008d9a30ed1b8c5bb49289e4c27bdf0e808ab184 0449214b9f4a60be0618afb52f067e7478b3ac63 04f5d1f6fec1aa398dd45a89495c999e6ce20b42 0a579a2880578c0b66f6e3f8188d223fa9d811d8 0ba8f7e5eced21c5c1dfe9442786a17ef8ecd38c 0c240038c02134dc921cde20e575bfb0d4652d14 0c7e662a1d53e53ee6ceb81732d32adb867b432f 1a06cd39dd82654121cf5ff8c17f9232c885c02a 1c3c35271ff255c64d051490645ca30786bcc954 1dcabc8aa0ab99cb6e0c2ca7746a0400390d5b1d 1ed2a0e634e9a3fad14b4bf7fc255f37c8d05ac4 1f04062446fa69885dc75cf667620f6951ac3b4c 213c27d7a4ba7c959d9025b86c24f9fecd24c0f5 243a302916808ef0ee8dd6f959feead69060ebe2 24a9b60636562c2621aa6be176a35c8ce75a82b9 257889adbbbf8ef5a825c3d1a27cefeae6ce466d 26950dfd964ecabe1be3fec9e330b1c5562cdbeb 28e0a6d8f432b999874989b77fa0b6336246300f 2b0d62ebc866ff31d82f069ccfe58493dfb3f133 31b74c54c8813dafc0e36ad704991f02adfecb5e 343627bcf845f02e02e51a5548863077a9529910 351a7cb171655a07c60ae34c6ec4bcc7dc0a1404 37acfe24d61e47dc53643bf06d2d2f474552fcd2 3a851555cd89be5e726768e4afb83476b7fba1b8 3c6261322d69d8519ce5f63367ed3bee2acfdeac 3e98a64cd070d5bb3c5fec5057e6f437ac5671e7 3ff890bb6272f80b2b4f7ec23f878b9384918ee1 40d96bacd6cddde5b9f2cc6b8bae7218e0ea98c9 46bcb40264ca5bc5be48258509dc0e708ba48277 46e97e02a1dddfbc790556db391dcf30e1eaa040 47908fae03d0f7a0627fd2b8d68035fdad44c074 4a92cf20267b7c3e96e55c464a91a2b85fa5f73e 4f0f4cbdc9ef61fd021570cd5bfe7d8843f9ae86 55b7b332221b2e44aa1859d53b26a6abba0d4bd5 59d7e32c52e6c86c402f8ce167a4a3e070c15bc8 5ad97d36a1e2be0ec43260b1ce34a7764d65fe02 5c7bd00b32f2be2854f3dac6c5edd031c2c712d8 5f4fdd8704dbc1c3e68464ac625fbc12ccbdd7a5 6143f1691d7d5b51f59d5e557bd70fadf36cc5f6 61e971c74f74bd0b3343d312ca7777537786f4b5 6836516938ab1728c7c9361f8ec7b134fa3934f6 6baddd6f85e21b837e9aef9505c29b4ed055b716 70f18005cab756a4823b15ca5b5a9939a6ffa324 74cfcd1d418c18845a423c831914e9c4f875897b 79b55e88849c82c820454e53f96d78a87e2f074e 7dc2c78701803e2a4fc613d39aa0061b1dd1fa3e 83dca79cdb779b93f26e9f0802bca4ef5e415e83 890d85a781533ae258ddf371696853ebd13143ca 8dbacac870d90bd415355ab68b07e4d4ccad4eb3 8e135ea0b0480a669cd0d4cdf2e57f9daa4bb5b6 8ee3b2431e19a93ef85e32ef07c39889344e5192 9004d21d6088aff813f91da996ce7e043fa2f3a8 900a5cb4932ef570ea7348eabffe514337d8a8d8 902e4934eef34b9a5b7ec168ff41f7a56c5884f7 910e091f4fdbb10349a5e291a491cda851620cb9 9431a589af7fc44b2e7e17aca269ec37ea9fb281 96d3ec2de9854992d76cf56c60f964b6252e3e5b 986f82e73998de59c2926cf7e513b582e55a2db1 992bfc4eb3aaacaada020491b5eebbc6195bab95 9d08c1e73b2f689efaddaf1f626d41c42f5a5c38 9e85047dbd1d3a6412e1c8ced786c4f9997fe65d a1a58f8f3fd56fe5c4b6ab3fcdaf49246c32f304 ab9b76d97bc9ee6f8bc627ffa40fc3f6556427eb abc390d7280f1b0e9a5f5e43a23bc6790da3bb65 ad93d3a338e72bc01a2b75bac03507417199466a aedaee811ac67cbc1c7b1972d7ab47f706876e93 b2cbae6f404f7c29d3332e00dd1c0ac4e15f34c7 b5bea04bf9a7dc51fa1fec21b268454d5f03638b b5e8c6b83195b93b14d20e222c6790b7adec55d6 b71de9385b881f2af9975af8f81bd49f39ad92d6 bb382204915c3bd675fb4c649b7167e7a8fd9965 bb6d8e2ce8ba7f27b79686c50a3d7398f1191431 bc0f13e270ee14af39f213470cb09de2193261ed c0bd114c5383838e1fcc523b39d762a796856756 c1dd397d0c5573ab4859b2b347bfd9474326fc40 c72635fb8601c8f3a25c45a753ce6830843acfa9 cd18fac0fc709b4f5a902612d4ffedae82aa7bec cdb4a6b8d586932af7d2b45dae10e684d8d49b56 cf8daec17c23c5531b35a9595fb62d7b32e6d056 d2b559484bf67051c0f70c4f14bbccc5edab6fe7 d2d690e75f83bc9a20170569367944a69600e503 d42b49c9362f4f57c939a41253c8c14bb31c64bd d78ad215c8d7b44270608f616fb02967b7c73208 e0cf5de4d73d2afca851dbf0c1e92ab34ced6a19 e139f4bad4a7e64e6c29c9ff9325ce0b81a29e1c e8593e0c32720b2251200d9da959ac8847aec623 e948dd00f4904aadf416f00cfb1dd79d16c0cbad eceedab09c0519b3bbc9c6b82addd21a07465325 f38cf60ef5733a2967752f7a2ead067b7291021b f457f209288aa8c078509f45b92b4d47a4bb31f2 f52bce25bab52ed38c417f153bbe04d4a36282d9 f701c34b69ac8221a678a6bdda3a7fc3e9b73be0 f75056d789310c1ae86c8659884ae8e27604abf5 f981c89c7fc97abef03be8c2d919f020266d2bb6
Postgresql-Catversion: 201707211
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-11
Version: 11.22-10.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25573
Depends: locales | locales-all, postgresql-client-11, postgresql-common (>= 194~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.43), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: postgresql-11-citus (<< 8.0.0.PGDG-2~), postgresql-11-cron (<< 1.1.3-2~), postgresql-11-pgextwlist (<< 1.8-2~), postgresql-11-pglogical (<< 2.2.1-4~), postgresql-11-plsh (<< 1.20171014-3~), postgresql-11-rum (<< 1.3.2-4~), postgresql-11-wal2json (<< 1.0-5~)
Provides: postgresql-contrib-11
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-11_11.22-10.pgdg26.04+2_amd64.deb
Size: 5540608
SHA512: da508ca730ce25cebf3a6a2d7b39e44620f870846e229e5e2d74d5a142d6310096f272edd97cef2b3a174afb1459708db26f2ba9125a2b40e916bffb6391f78c
SHA256: ec6701f6171d8c716cfece282197241a4f4b53c1c0654ee681f5861a58346274
SHA1: ca6fd17d7cd443e28874db1d977ee395dc9ba152
MD5sum: adac02e68c5459783f59a1baf9842764
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 11.
Postgresql-Catversion: 201809051
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-11-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-10.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 21189
Depends: postgresql-11 (= 11.22-10.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-11-dbgsym_11.22-10.pgdg26.04+2_amd64.deb
Size: 13756372
SHA512: a2caaf8d2540b20a0533e33c90a0b643036e52c94c37906c74bcfaa60f22090f25e0792e5607492cdaf2fe94ca02d54c662692cffd05f9753b13e59b311bcb18
SHA256: 2a9667a730ff6a620e74ebe5f48bf5625964ecf5251b4c5100d4eb183b4ac43f
SHA1: 29c9e11c7b25680df12abaeebff0f2921f8ae61c
MD5sum: 5fa34981a69b41e3714b832e0677dc5d
Description: debug symbols for postgresql-11
Build-Ids: 03039211d7b22614b1f22e7b557fd27ad7f5e003 06dee55a94cc045cc6b8daf43565ac498c971090 0816e3da48665faf54812dd8448b6d4c6821274a 0a9ab139ec11d4dd3c0413429b13f2d65e00a1d2 0d2fbb3f038d90f58ef4b5340db57e331dba7950 10ec3549493619a993a34bd558e675ce5d7384f9 111fccfb4db4c02030b1fb21d5264cdf62af5f06 11457395265cdb24421625c52604900863ab85f5 12b9a3ff2cd0cbf5f032d51210f96db36c2a96aa 150e2ac5991b078e6022fb56a44bb3a3992881c9 16c94cb480d4bf0348d1bbdf3148d3339a3faa86 1c093abd2471de682cb6976878e8857a9aaa0595 21af0cdad549f2a09d2b5ebf2bd2630f39c105ad 27baa195e81b25e7df79b6434cc6c12a5324778c 2eeebc452d280b3f8a7543f98d467125f8dd48d3 312117315abcf319bc9a8ef41ba5562a23337268 3982683e82a4b690f8f702254a33fa16875cbc9d 3acfedec6f1cdbb01fe34809f02ab4afd39c2e74 3de44d405164c36c0139c3bfb21a57e3c4f5f4f8 432766a8ae066b892fb10434fb304d443c70700a 443ec2379ae931ec5d9a11d84b0832274dd65c40 44501183e7d85d2ee94da4681e33749ebc8d1b25 44c2331b860baf29b05821660e345e9cb6211d22 46a4e72a5b18d58f6e31aef2ef1863a2362e0f76 471976973ee72cee38435fb67be6ed335d58c0ee 5020b2950def54498c0ac9d9ab6020064879585a 50817debf6b3d8a3d6e768068c94772c24b167b0 5509b97bf432fa74a2cdea3e2b7751597b00b62f 59e352d6ceb29650899b8e5e0e395b6bb78c6472 5e679c97ad0437659c13c0cb75de5aa52d3851d4 5fbb60f76161546a0eefcee17dfe3e815ad9938a 60dca3d7c153da3f2f3257fdd57fb0ed90fc61e1 6110d7a224f7b343063a586af436dd1a8bff8945 619a2f544f2b0d632a034612066c164c7b154fb9 63994a9a2b6d75c50307105e8ffd7f35cdd19682 63f59e0408c9d7f2c9bdc008a2b6c0a264806f97 642d65267cb81e2d1f86e8ed0ce571bcf625c939 64755a0be38740bd569689b128a6016f238dcf09 652a2cdb64abb9493f947ed8f0f480eccc60461b 669fcde747b35587198dadac6db6419cc1199c87 6895414936f1e017ef6f933f07f1b129b6bb8e68 6e224808ee506415c8696d041b2defe74c4df1f0 6e861ea5840e925ce0d547ccac03bc4d01afb798 717cc1879b657a2c5538e04da61162caed0885e9 71f59fe3e579ae3d572828bd09ac0872cfdc4137 7366f46fe412d9f760b02bb40c76ebb33b2c2f4a 7537a10cdcb04636b43b3bc13a18bc71c900d416 8046662ab330304c7fc14314deabd14cee6adf23 80a2e0e4b82da3fa95727fa62679932bcee1268e 82ee4537ded26cbed0520b7731328212503625f4 8407f7d048c7c291d9cc2dc1cde9be4cad93d51b 8634c32ec5cdc7c8e02ff424c1424dd012c80ec8 86bddda351891bfe363770e9df98bb477ef370fc 8982ae3ec06d8d0139e2322cf736146e2e73f72c 8d46b42f1e8ba2aa7b2febb96f90d7ce22f7f24f 8ec2257796587df2b2841796529caa225f5c3cdd 8f5851f9cadf207cda28bcbc7b9c40209da48d9b 9035047ee41d4154aa5fd4c59395f80b965e30a7 90532e8ebafee7f80584b81fa86823e8e3fa60d1 979a4c3f7418b02b2cae361b36e7046aacc37091 98d42dccc19ab43b4a6c584acbf6f7dca6fccdc7 9b99ea568a9e8cbdf5cbd0f260a6676c78e3b755 9eca090d61f825e718548f6296d29f2fb050d7bd a40c5a4089070f95b30ce6b17fb7a40257123734 a4658af348100a45efcf94e420a299edd87ec0ae a4e3210b090dff40e79eb1c511ce688992cce0d9 a537aa9b38c503ad0b54ae263a4c81a058baffc5 a5c5797cf90b30bd2d86854cf8868f848cf006ff a66a59a25daa5ade4a1be70fc0c61a6d09e9e716 aa608f1664351135f41222fd27aca18cd4f29432 aad036983f993d152d22cc26865365f551b6d71d ac5f054fcb41925af67c11d3016a7b1aafd4cd27 b11df058435da550ecf87f66b3b75ede26882557 b37465394d2c66b870fb131d9f616f32977bb8ff b979784df836b745da4975c6d1f226d51fd2dbcd c2c6a83d9232e08e10b577b23d15bd2f32b57fec c593042920e193f2ef63f0947028b683e703729a cfc89ca886002abcb536df6e9dfe3a5be169957d cff42d71a1953ca6c593aa9e0341a7a915a06526 d1c0bc83680f7d247611df069134351f4fe694ae d28d19185f73c28d179e080ee759a38c141da142 dab9df784473862dfa51ec9a6b41600cd98afd4b dcf532601c4ae3c84db2bd0fe1a626572aaac5f9 def48b143192320b51f9adf5de05d357ca27e754 dfc0a92cb56be06241963a46edf99cd1be4b899f e56ef3d0e5b767fed3786e11b0cdd6905637246a e5dec1f80815a82c447e4448750cb6d9b0b54f7c e97e5104d63d91e51c319c191609ce13957a434f e9a40965a085fa37aa5bd6a3c2bbf56d449937db ea3a8c199eec8b1f3f737cd472285bb14a464d41 f6ede9ca932535fea50eddfc7dcdde557d197dd8 fdc3826d312e4f3ba5bbe6b42f841412eade43b3 fe2c9511e8322cfafa1eceaca4c0f94babae514c ffed879550cd7bef7d0c83c8c14637d53ed112de
Postgresql-Catversion: 201809051
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-12
Version: 12.22-4.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27040
Depends: locales | locales-all, postgresql-client-12, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.43), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-12
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-12_12.22-4.pgdg26.04+2_amd64.deb
Size: 5863624
SHA512: a299ae407731382e5567f01f69983446ae0a52567fca56c975ab91374a9d38ffd8a403da0470ab929c3e052d8b37689aa317449c864de17c9d2d9654f3b68284
SHA256: d1d99fc678e2ef14cfee05b4454e749d66f1565d2d7b92c9516379f60a6f76f0
SHA1: 939abd74a865317c5dd277c19359f9726d4dfa54
MD5sum: 4b175e563d24369631e5e3549fc0178a
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 12.
Postgresql-Catversion: 201909212
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-12-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 22702
Depends: postgresql-12 (= 12.22-4.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-12-dbgsym_12.22-4.pgdg26.04+2_amd64.deb
Size: 14956836
SHA512: c8896a1c3617473186a68159159df491fc163a401548e8501906d74dfe7f86527e9eef09af26bab6c1ba74e226c9208940af6947d367293a01dc73e40db549b5
SHA256: 4b6fb6e826f790c52bc5a1b42dc942775a1f1bdd4eb4525e33ee1e9ab4f429ad
SHA1: 86ad72f832fa2b55a415ef728b33e8b9796a029a
MD5sum: 98f017e1f063efc1f054cc87b988e3ab
Description: debug symbols for postgresql-12
Build-Ids: 0238533fbfac8c8209357cdffe49d8a1b634cb5d 02991c93fa53677ad1200261e04fc61d2d000db6 0c10f6df4a4a69e12732262096a5bced67f583f9 0c11edbc1666be3758daa1caac30cef42dc8fd8d 0ea5dc948e545555f3b8e43133cb5c8c7923dda2 0ef2579580967a732a1694ae2f0e4e5dd1ee25b1 0f324ce8750e36e21a30f59907f5d89b3df9ff76 109d6e88e632ab7eec0f66267f869124f0cdfedf 14aa131631c09f0ea470eb958aa9a4e06644e156 14fce78caf67731d538825e2baf0d4cfd0ed202a 18239873a6ac20030505f85a5083fa689377869a 1847bd0c4fe8d9890b0178a5b2e51fe2671559e0 19b25310fc76f6d54a822c9cfe77089754c70078 1eebb82c13639dd3c3cbd98ac2df102f28256837 206e7f922b1cb8a4e871f9c129609012429685ac 2316fd30da75affb8a6fc10c40f2429a6a89955e 27903d30079d067fbca409cfc7d63ada469ff8b4 29100a59cb886f43af462d6f8d52f4c4f224fe4e 2d4baa24faf5e7b4e120901367ccba485c793764 33e2eb25d76a7bca5a1bf951d1c85aadf06c67b1 35009b0b7f69cbee977f0ec803f2be5acf7515bb 3662897bb73544605b23e7692efb26e5d97a5146 3695ba6f47e44504f89ec7f52b92cef196813608 3c324f670d35c0f733eb81ca4e11ae974252948e 3e9c9dc06e021ed58109105b0554790dcf211248 4260a08621e8976a483dd120606829cb7d040b2e 426f9504bba4fe880bb4d601b1688ae896e9064c 4445b14d37e46a55606264f30e4ef809cb7f086a 4a45bcc2519e4f76da7d56fe1dfe7510619a123d 4a560284dcbc3f1f58f2bd1663a080a0c67e7229 5194c2de7eb35ccc613ff12a13a3e922b069cabd 522050686f8c0e2c6e27a3ca56a9b25943ce2d67 544ece546612e37dd17af1dbd1a57626669d5471 5647132ea1ef8717141eb72909ae56f6fdf2a8d8 56d30e70837dac7056af33f1a85c68a6c63495af 5c328f574bc2062cfd40735419e3021c6a3d9813 5f7b054f393718825fc28227cd85b91fee53b5a8 5f7e5fa46f3aba4bcb4105f20b77fa20d46a5600 5f90403282faa49c770c06cfe7042b4f2333256b 61e191ff2d70e528f2aed810cb354fd6e70a8a09 6519028ebe5bee18524751ef8f2d041f2cc80b14 70907ea8711e7ada6df25ad954e7e654f7a1ef4d 7130ef4e21f36e546dee6f2bf67939e1da4b7eed 7195bf352725be220c9cb3b353274893fd6f00a0 7224bbfdcad7067aa18d728417add438f93e6e83 7232b70a813d0c2e315720672014473688dcf82c 7499d4328f4195b7f9f27e81a4d3dc0cfeb6977b 75caeac69f115b05cc619a8d31540fee63022ec1 7e602ffe189846ff069bbf00bcebaeefeff6a6cd 80019810f0dd46d37be503d66ffcff798a291402 80f1c9c2c746c7a55d10052c4a8d366d5775bfe6 8a8a6cd2b6e1d186047d06504e6561980fa7ecfe 8fce91ad01548150e3c77268bcc883391f8fb829 9142f1939c5110f272aabca5d2a6cc29540eff0a 91c2f0af959ff8184eec617651282defd5690b8f 91f3c06e2a84b233e49bd20ea6ca8caa51292acd 9963c95de99cf992dc5e31dab2419ccdb95d5ffe 9a2de31d8b718550db4a5f743c3d30cf4dbe367a 9a98e39340006768fc00ad00fa09d53616e45428 9bb3e37977333f8658232b96d15ec0aba5ae1d54 9c0ea37f0538c2b9a96dd1d60efa70cf090c3ecb 9d12d3cf4d690d05b531768ad4450af29b6e3864 9d1741cef47c31a7d60a8a7fd5436ee3bdf3a5d3 9eda9c6ce7a5c1a6d432dcb58599417c421a57c7 a2f0019f61221379090b7fa0e036728d3a7f5794 a6648a37ea252fedfe14f731521ecac5c01a6e10 a7fb7badeaf1049fc58cec9ddb6b58b18ed8e961 a8b44b8fb3f9c27764074d107edebe260feb504f ac351587f3ec638563a5430ccf4ec0e9c92434db af11187b1924f7766b7d6fa3031b2f3d517c905a c120da9f95d45b9911206b30c03467368021286c c1b8e623bfb1e8ba29d93b60947dc12d3eb9cca6 c7b51c1a3b717b40354588458dd66c577824219c cb6caec5efe8595977e38ac72169073ae23ca279 cbdd39434c7e84a5d36dea851092f423038bffb5 cd6ab1e3cbf02d66611d826d463b583b0859a001 d1e50ad1172b19e86a0341d26434858c56b550d3 d2b87bcf7caae3fd1487394c63df8a1b0633c49e d350d7de3138ec2f72483a8304b8e76bc4904ede d6ca17720022b9b42ca31eb8c6bc6f3d55736dfa dbc1e60c39ef34b1f27bf26ebefb1a634a80d4d3 dfd83b0fa519474ddc9f4a256f568d3e893208e5 e3c2f8d17f140b272bdb49eff31deecfb17a6e46 e4ef00f8298b498fa550b2f7b4efdbc61258e730 e6211883aa41fc5089dbbd27e7f2e266bc4910ee e7374621fff944693be3cd09d3d389fe61ec13ce edc59ed3d19686afe528dcfee074d716fe046207 edfd2872520dc94100cbee91a031a6736962d0f7 f5436bdc837739b79b83d3b1cd40e1c86581fb3a f74372ea6f5aef573cec50c7aaae6cf1aadd760a f8c4e1b64b466dc99b3bc7ea34f436dfd79bad35 fd4cdae611511a342de5896a1bc79720191f0a96 ff88279bd89b503e59acf48f0b411927d743d080
Postgresql-Catversion: 201909212
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-13
Version: 13.23-2.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26829
Depends: locales | locales-all, postgresql-client-13, postgresql-common (>= 182~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.43), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-contrib-13
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-13_13.23-2.pgdg26.04+2_amd64.deb
Size: 5896272
SHA512: 2d2c273266ecbf7a4ecc7693d79a65123a60d590be57661a7ab43f18794ca5a278f539e84f5d4310632c54b5b14724e11489e2d12410c2f7aca9f36f55cb2065
SHA256: 3e6976e1f63ebf75cc3c859b2ee8ddc8e396246e604eea5b8123272394e92c96
SHA1: 1f76034985e00edab0cf8c42dfafbf57f4a45e97
MD5sum: 4af221b1c2795f603358eb1b44446e79
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 13.
Postgresql-Catversion: 202007201
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-13-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23492
Depends: postgresql-13 (= 13.23-2.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-13-dbgsym_13.23-2.pgdg26.04+2_amd64.deb
Size: 15646748
SHA512: 01e61dc7fbe1481414fe18d44904ad8c3a226d6c8c87998eb10f39e583bcce404e81eb23efe56ba471037004f60ad5b8b4ee515f576374db6764993d761def57
SHA256: d78e743bcda2c5a8941ae6a5c3a2da40e08fece97b12031b9871e79cbb1010c4
SHA1: e84391911a5446987fabc05afe08872e612f30a9
MD5sum: e1a94476bcae2937396b41e3d45192f1
Description: debug symbols for postgresql-13
Build-Ids: 016e1c4400c41b83d0668388aa71ae2e876c64f2 03c9d63c73a45c9b34360fb0999003c577ede7fe 0590a46b05a4a109269dcf1c222383de65f69221 0a398d4ab09422c6e9c327af1f6bce9264fc1ebc 0e4c45b65b2089bfb2d4f58d932357fe0acaf98d 120f430e85272d4077d1c8b6c8dba30b397e8132 1254e99b557db9dc85d5de74cc5519c3305e9fb5 1f7680edede63028392ef05624e7c4cf0f99c6d0 20d8fb2b29a5ec2fadca2d6109c686d0df2381bb 23bbcb1d45e229fe9882dcde3cc2dd343faccfed 26caa6180405d0dd04f9c276ef7c8838bf77476a 26fe2c1e0801ed8ace6455a9fe38627e4d3f9526 2ab7ec584e9981867a9f92ef79a25579ac0f3a7b 2bdbbd2d9782072f498921afb722046aa7d0b5ee 2c23df4090c175fd56fe034323fb9a20b9fc5a0a 2f105ce2ac207abf0d6b56c11cb5c032dd98e772 3325f276f8f795081b35000caeebbd644c50c625 33e2737376ddca142b5764e8d369cea6fa9f96d8 36f672c6706d569875a69502209972ea9984ab8b 387f71571c606b2a007fb9c4f024c08972421b0b 38a1bb475b177517902160f9c6a2f5e2971bc743 3bcc189ac4c2140440aaed403277a13d4a70789a 3cf2bce3bbe77631fe36aefbcdd647adb3deb9ea 3d9d04dc8920bcd32ea412cf3c0e4a9565c7d797 3f78c715babdfcfde33eaa147b4c3e50b0a3e77f 40e92b4e469f003f482770ff59387c6add622837 4386366c3049f25fd7bb437f1ee305a8c52721ad 43ce758fd26d6ac2723f939a3082609129d2e329 466b013ae74dd52c90593da8783a7ed045e72d4d 48069ebeca7c434c396f86307ffde64a4d57af34 49dff126ec40bdc5f5136f38b799946dad320b5a 4d747fd8f16a51589526937b15de32adabbaf070 4f3918371f282714beb9c134df456a830749a8ff 4f7bf6fffaeb6f5052b449cf7afd8a928131e478 56e35c6be69e8f838bd5147e513482dbf39a5ff5 57f11aa9cabe07d187c0abb5bb28dc9674519f87 5841f89d63ca016f1406cd6fa7b0b2dc4ac634d4 594ed47a2b404c4621d53bb10f445ffb3cab14b6 5d354d4f5f517d3412cf7f0afc0d28478cc49ff1 5d54591de4b6be76b0d5ccbed9512afb748f599b 62124633d117128c9bb2885bcc98645ffa244608 625a908169468c34087cfb423a0c6613fd7e071b 687945ef864650d71aadcf2fc7cab43b38932a26 692a31fc510a8b035ddd121ab789adac9a20ad37 69d36154c82353fd4de2956f012d8e2c5e6ce0e9 6a244b84011f0df442519eb9bc49e95b004cadc9 6a309d36c21e5190580e29d930b7910aeb1520cf 6fd57d17e9b05c3908012375b97660871b03bbb6 715ddc0924ab5f131de427be34d6ac6ca7cb8d56 726ff2686160bee4303dc93e3334e5c092440df7 77e7b7307c37c38c22909f0db0ca622ec4ff9839 7a261cf94828b0c4c5db1aa0f814d4835f0b1572 7afd5e0664ecf07d1c03b0090baa1b8d586b297f 7d3837ed7e86432e8821071eab7622e67bab3026 867d0479f91a92632361e9b002d936e9b7757eba 8ce21a1ecabda8be5994a1cf9cfd35ceebf91b00 8eee7eaf16e06ea8802d2262506973f2631e31f2 97601752630f284e05ebc7119c49ca3afa62a3a7 9d3b0379889d990c46c2d51460c50802eeeccb85 9e8c4e3781ea8cdff69c1804f5ecb39d4249abed a24ec2a2e15e394f4d6f342b07c97addffd6d073 a38a47091aa710cdc4ad2ef0da8a02075686d322 a7b41cd21bdd0538f0abda5f62eca3b04e1db3de a7c60a60774f90717737ebd78bbb948b1ef7d3f5 a8406fe3c08ae4692a3095a6d80aac67b600ffc4 a948ca6da9f52c665da50c118d9534c50435e1e5 aea99a75e151466cbcb785ada99b46792b8d8572 b02207e44c2accd0e306edae772d4d1f838a42b6 b75a3eddc4de074029f7cd2b1169379e1eca0440 b89df17abb21353ff3d6954cb798f552f40ccde2 b97d751edf0da85941c9b06975c68d3ac7faae1a ba43bb3708c6977490fe59d50edacf0c2ae98d30 bc9a6f350e42420de93f3d0e918ed64620b018b5 be8e77b8dc9b5feb27132f4c68c59be4ef573167 bf33061fc64785608f4028e4acf1cdfe9e4e1938 ca61880e77e1343d28facc157737d0feda4f19b7 ca9ec1e4d51a2bf2cd7ab23e84f336cca131d866 cba2a0c394e34879aa393d03cb9abbd45ad7319d cc7c657f17479d269d946fc5ac116e9ad2be7a98 cf331417997f8fcdde0a67b3fb0bc480d4446f35 d0bb726af47c6cf47cb3a43be2f4164a048fffa0 d14876ae2c94158826c293508c53bdfcf8c6f305 d8255eb74e71dcaba41a2d0b0f238de5e31194a2 d9079ca2e5ebe1484fda9c74457d66654f34bce7 d939179f8a7c0cd644d0539ff16fce2d273c956a da05e08d3aac2c5249c722aef0110dde714cd246 e2c553c10d321ddc1d660884709c188ed49eddbe e535edcca5636b8605a2b2337bbfa7a6de9ae2df ee5061aaff947a80ff0d7c9b12717be31f528f6e ef9330790ddad0eef2f4b601595b6e7fc593efab f2b4346563daf7785fffbbda53abb7682fadf29d
Postgresql-Catversion: 202007201
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-14
Version: 14.22-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48125
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 21), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.22-1.pgdg26.04+2_amd64.deb
Size: 14828224
SHA512: 0f6ec4abb265cd80d5bcf6b509f50b4471f343db010cc1194249eb42bbc04b7ecac196744677cfb2ce007e29ed653275ad1ed2342001492d971c6162fb66fbd2
SHA256: 718afe060bafb732d397d82fb91bedc1db69cc172037fe5e9de858167b05c3bd
SHA1: 06f2e033c4c2462ceae2e5af30de11cf8b1ed4e0
MD5sum: 87bbe43ae925c49fb66da49c090cf14b
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
Postgresql-Catversion: 202107181
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26418
Depends: postgresql-14 (= 14.22-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.22-1.pgdg26.04+2_amd64.deb
Size: 17937728
SHA512: 28e552ff46bcaaff6ecce8cc337579a5068ecd9e970039d7ada3dc9a057d1fbc9184cf14abe95cc12c0fcb68011b3c09c1ca2ca75347a993c0c1f9bb8c61fe56
SHA256: b2778674cc5b6ea5144dad454f28427efe807122d81d712e4262775ba8e1eed6
SHA1: 944d110289da94fb07c6f440574d3006c818a69f
MD5sum: 7fa90ff7c9f2bf6ded6204ffa1d4b1f0
Description: debug symbols for postgresql-14
Build-Ids: 0348d1a398895e76d7b2c2069a6153596e506e39 04955322e65c1c292cb98649b8a40be7dde66600 0a93ce51512d363ab05ff862bf5e0ccf84abc24a 0f4d8fb6fcc1ae995fb61faae671ea49efd3dd1b 125081bfeeaf274b2a620200f474a6fbac320aa5 14b1aacefb72fed2f21c193faae260478f834321 192941140765143f15611e3b3f3ae1107e38fdc2 1983718ac21adbe60408e4593120bb49128fede7 1b0a2eee50fef465a3cee43d1b4320744d751409 1b0cb3ccc51a08ad504e49baa13ab48235088649 1b970c059a8d4d529413bd8c18f602954dd089ab 1d31188e312119e01dab4aeb7688148b8cf0344c 1dc13a35dee7224112532d62396f7c0cd22e3982 212bfcd781b4101ce440b77dd4dc96000c0cc2b3 25d3bc1d885729751d9fb42f97dc7ca4fc6ead85 26acf73e12d299daf3724e88e33ca4c9393934b9 2980860697bf483aa068121dde3fb139f8124cc4 2983d45672163358cd0997b7e2d9f9a45a7ff80c 34bd0f01e00ecfcb51125879c7094ad25f8e3bd9 3519997a1f920edcda58b0779167847281fa6418 3592fbb240c8eb71390410999bff28a812faa029 35abb6efa76ac9e5e81013d085e1f73a6fde8c5d 38c668c170f8fd9e74948639f20caf0db910bd15 3ae0701d0cbd676cfdf243e3d4090a513e699264 454c4fff702581726a4ec81125d9c997ea88936d 4a62a2c27f1823a44ba32ab6bf72040d7e42180f 4e2c862ccc5a510607895919def9ca89887aab85 4ed7c0f0ff9c7f498049df0dfb8cfafbfd9d21c5 4f0ec55941fa7d10b0ad3f0c6c9e7e329a78fe03 50f46bdfa5e164df8127b0cccda8ac5d7747f020 52d6c0eadc211627e90bfbe3e624ba5f6e4029e7 53fb424a3444070f3b0b845f2bb1edfdb953dcef 54c71b1a07485dc19e065bc2115acb19c72ce3e0 5795a1bdddb31c79d87d8d589f5ad88cfffaf275 5865eba75661b72930d900403cf0a34f8bbd6a0f 5ae4a31e9d89a17b367f5ceee68ded62668a7160 5d30f42e99655dd23af1f3cd91991c26924579a6 5d7dedd0026edfd50c3239439b15362263a602fd 60f234f28a1cfd969af2b64ec8ded97568d04433 617433f28a675eea336e6508cba17fc0f15a9431 6709f180c31a36d327ae964c70b6bdd7d5ef0e14 6961a338952f62139178bf57aa8788674edf6e46 6c4d9772df361afb849cb3666bd390bae00d084c 6c87bbc5d404d61b960b8b8eda21442afbe65f80 6e409d64d7f4c6a0cfab1abe43a250522deb879c 71514b813706029d21487f4e07cf6c6b3627f9ae 71e7ef2ad640c7ebc1486cf526c543a7c22040e4 71fc578122c88fcc37e33452fc3f3d1c828d4f8c 7b51c84a8a8efffb7caa3ad1587f47a1742ba3b2 7f7eb96b7a44addc475fe2cd8320bc22585843e2 818933399a688a6babde875ba8d802f0cb7e4663 84b11ea3671d39c4d0cf197c76b0815b1ae90d16 885056abe5113b544cc99b976f94cf9dc0327cfd 8a0eb44d1f21345a8ced8327a0ce25311141632e 8baf183386a3ed2e574980c5ebd3d181c796c110 8be78c80ba76c5a4b4238ff7aa8bc8ba750f1ef4 8e7051bb388dc0e267d6c9942b31d12ef51771b6 8fccc9b942f8998ff89945c84fc2d4e744e1f5ab 9177feaf0cc944e8cdf24c3148dd8474bc98d403 97079788935d1717c1757cbe3de2badba15acc86 9898c70630ca53fe94344dbb74a7a60a068b8b56 9d5f81e5cf30d0dd56d09c4ee8a1ae24a294357f a137def2f9edaa35737204b82d99424c21661253 a166ad8b65e79037701206045eaee6b950a41fa5 a595c91099eb78738697d442a9f2b621b605c950 a5d143a36ef1d18625ef91ae6d81bd9b6b70281e b0564c9dfef5f4fdf86caa96e48f4a9013b314ad b53fef7aa1857b9fd105c70e3df14551c4bcdebf b5b13555f64b67321fde9853f6bf3ef8c18ec8af b5ecdeea066d27e6db2e8c4bbbcc76df485be05d b668c393f084759f9e7743692349c678ac9c860d b9eb72e993dc657c6678d161987934b8ee180e40 babebf5fb69523066a299d747ac4ee6dc3b43e20 bdc94040c2cc1266a2ec1264e523a684eeef30ad c117c4d4d5c8793be64d24bbb244138acd605314 c145a699bcac5c12e9cba9e1e660f50bb1305ffa c5e08087fc730f8858918120c5ab899d59f98a02 c631e1642bbdeada7c19b2444f18be7d402c4145 c919df8978377bb4a91cf68a669ba571fb9e70de c968ad603e031114b90e3896bc3b0a0b9aaa7b71 d12f26b9e1f068a8fed2d0352b806cb742e58e59 d20a7730dde20e64b828990f5092047915ae0ca8 d2cb20f0c0d16743e5cd04ba48119c363223e316 d55659a9a2d29e957bab4aac8586975a237f9a2c d86ff08fb47ef5b3bd3df162c788ff29a1784498 d88e6a2d0c262cd2c90bf9b48551d3a643846fdc d8b20b61754d16174fb123230196c0e7b9ff0eca db2575bd310587b58d2cdbf1c08abd7344d494ef de4b1c206e26e2f3233c66f1019a2c529b17499d e1306e88346acd82442d90712f68ba6e9f828f28 e43d7578b7eaef66d2f7c10d43ba2ace60565652 e575a45b035d2ba18047f921cfe84e3578dc9039 f79f4e1d4f88e029fe0a476e3a832a02f324035b
Postgresql-Catversion: 202107181
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-15
Version: 15.17-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50901
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 21), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.17-1.pgdg26.04+2_amd64.deb
Size: 15314376
SHA512: c643ffb2e83583fa13d43597f9177ee023e84207c71962184ac52d6d66a2d78ec96e2cdc61718912a9c59f3cc46239dee6aa5bcc180301825f0ec69ba4e9c89d
SHA256: 942a72c7e28c13e967ebaaef02f2acbac19aa1110e29c6ca11577f06b3c8b3e6
SHA1: 88fc1745a49ecf239dadf76a928d2f25d2aab880
MD5sum: 68769e1e557ed5bba697ffc134819cb3
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27227
Depends: postgresql-15 (= 15.17-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.17-1.pgdg26.04+2_amd64.deb
Size: 18533736
SHA512: 1f7d25c13ab11412398ece1281239d0c37b4dbc98b3278f51f2ccd07c250a9e1c41b48c4dc72288c822a906fd4ede1fd59eae37277f43696bcf7f391d4a3875d
SHA256: 8a4e6001df0da8c8b20770eca3b63a9ad71019d6aeb0f1007472fe15c1b9b5d9
SHA1: 037015a3985532ac6dc76652f2844e544cbdece6
MD5sum: c49880ae11e2d624fca034cd08fbcf5f
Description: debug symbols for postgresql-15
Build-Ids: 015c88546d95a70e4595e82760ae62836642a85d 03cada355001841eda213bac5db0075d763a33c4 0625da572b8720488696b0a04c282a8ef6a4eced 0945d79a3cd8029e9b44e867a4c0aca8a582f1a4 0ad92051aef91fcda42d3d57710e540e404e8a62 0da65f034fb0cea00b4d1bdf9c91eadc61f8937e 152c0de625f036534cc92b8aec99370262257647 1c84f9895fc51dacecd1c829e6f22d5988f55d20 1e8c997de390b98a9ffbb939980b5a5daf402098 204d0758ae061710256fddb04102877408be2c80 205e01042f2a96c97d5c40cc52af0422134b489a 20b16686ec4c4e213978edb959045392118a3a52 26070db5ef0ec52a34ef3ca0cd2aa769235726b6 266de4dfeb11b006552f3907e54098bf63108691 276db061b287d8ddb0a6b17a30ede84153669d5a 28706bd1ccf19bcbad9c4205fcb2c649cba0082e 2a9c6a019f50233826b1e8225eeeccb86830b3cf 2ad48e953e29d09359656562cf79f2e30d8c2891 2b42dd320e40913f86df777f3920ac93defaa05e 2c69c96c35e8f1a351f031f320bca61258be8326 2d055bdc4145c3243cf72d606b1083633e569b81 2e445126ee9724c67b5146b0fa6f3e36881a12ae 2e7abf2c3572863c4131927215ca1b1172dda92b 2ecca5f1283911edb8edfad906a7887896a8fd4c 2fe5b212008db2078953d71fffc8caa22375616d 340dbda5809e4c3296e9bb479605f8cb641ee0ae 35e6dbb295443438e235f1ce30b40f6451d7b11d 37c86496bf404eecf847378edfdba9c61d2d3100 398d8032360c2dd8dfb44012fbeef665d2cb3edd 3ba2e749fb14f476b279c928326e14b27e3154dc 43a93ec3b0762e96439f1af2858b9aac3c315956 45e0aedd2ed7ef463dead11a3704ce927971fec5 494e7a9c51872900d13c3eb4f75d134c61f754b5 49e22047f67bb8e2e528e01f6ce65d72e0416f26 4c3294157a9a19c6a9366b2eba80694ae36295f6 4e481b54bfde33733db7236c037b52362f1b9be1 502c3dbc8e585b2a1dad241107adf544ed5d6ed1 522d0dd2520b532d0639211431f578397c3afddd 57504fecf7b95fae2c84b14344461974e216c4b5 5992772c7b6f8101bad022fcb0f87eb174f8f2a6 5a29a364819d7a975a615ac3be077ffa3184f33c 5bffd49d859fdc133f2d90f1e114d47961d2e5f8 5e42a2116550059d22483389128ba31315fe2b41 61a1a967e97b9d90bc17b9b606bb6bed7c155b46 63c0db61f9c0574d471c21528db6a708ed2cfa6b 68734e031b5084ee9801f7e122439833e71dcb34 7868b1f6a736c292d8a2edd3be848a5f32902f48 7a14fa5cd669509ab22ab4edc59e85b6769998dd 7e221582346180bf4f23f1e21d367289ff74fa18 7eb41949b009365a26539c2df5b9ba37dca8735b 7f1265f35bda3ab60db3653065f80abb2051c34e 80906749aac2ce7a1550a2b596f86a018a7c5a97 815214cf34370ef545f36e2edd8eb86e12822af7 8422eb9b97b35c3db2afb22780edc1f7343a0ee9 859d9d878a7e0ed266fef872356fbaeb237d16b3 8f412d4e603d268ad7e6366c69460f99372f8619 912ba666d6919b89e08829816ccadcb7abf897e6 91d7d891a004caff92bea47a7d3118f467c36348 97b2ddae53b6405fcbb59818ade697ade4d18cb0 9894b68b523c48f6777e1d1be6ff5acba871eb09 98a8ec19d2a9aa9cfd53a14fc0c79af34e32b498 99df5c3daada13fa92f837dc935c3f0a8c2a9d01 9c027639000bd24db6f3d65133145efa4c4056ea a132e962dbe9c76159ff773a9dfd4a81c85854f8 a44f8fe71aafdedf5393b9fd1411883a64a2ca6c a83f1726070ed71e1e3f880ed96b59cc542c7267 aa4a7521df05e74928697c98870e949473ec0daf ae5def66e092223b0fa53c51a9ba330bd4210423 aeb25538cd66a74e1b0a3c6a7fa2900ba8349ee5 b3772214090dc1f061de55be0c5be09ce447170d b4c43d3af3ccf3beac79c68436bccca5621ad3e2 b76092b0491960d18f20f1cd298460972286e150 bbdebd37986273a3fd3acbe19ae4b8177bea8c37 bf1c86c774f472c3f73025f20efe0df3a7e4631a c055ffc9bb96d6426c27491d7a1ef635ee04e805 c46ea3019dbdc5603dd0c78fbf03df0ed934df86 c8ca10438d6aecbf85a0d19e1f3ce93fc7bdd5b8 c9e99e330a8b1949f043c7f0193e26273cdfcdd8 cac4872703aa74e4208b485c90a663b623353cb1 cb09befd34120c4fd20781ea2515f557a068606c d0400b5aafc1f0a7b83f77033443349111b46e6e d09edafbdd89f0b9fb5ce398ea26808eca3117d0 d19aecdc0408191ad5603b11b079e15cabff7eed da77881f9cc7595de5e0f4b4506b851e94d0b9eb e087a0b0b277fd5a9e8640d55724c8a9461ead9e e2782daa7504e08c2a2629822e85c135646e4de7 e3d26010e47225833310ea42fb130f3ac39eb561 e4fce8f8c78127ecd6fce5f238211ec7884ebecb e54793eba41a54367bfc0b608d0108d66475731d ea704d7e61f6af6515dd6031dc3f3928c9e9297b f02fc04df22bd51cdb8acc6100e557b437f6863d f20c5f61e2379e1ae6e836ac6786bfdff41d5e9a f30995c07a972a43d83b207f2d219b9dcd2dfe54 f772b5ecdbb42d2409c2e6d01dd4db9c3e6c984e fb6c03d9d44e4635a5007fd503cbefff0bad93c0 fe75ca0923d6a68fe6b87c6f36d9fb72e035dcb4
Postgresql-Catversion: 202209061
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.26.1+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14707
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.26.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 337136
SHA512: 5f80a7eeb0a008da2e9ab6336b38a3a9f64c4c9f9ea75c58223e7db4868fa415b70dc0a1b0b4e5b07424469897d31100f738fff2f9e78e4b9c56b1b3addb685d
SHA256: a711e1b55102212eaf9607076f341f5dae4704bfcbf46cd008b379c930681100
SHA1: ef1db726ab310dd51637c27c9e7b81b4ede7d5b3
MD5sum: c753485989a9efe5e07a1cd427750d62
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-15-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.26.1+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1583
Depends: postgresql-15-timescaledb (= 2.26.1+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.26.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1171016
SHA512: fde76fa28ea6dac6ad2842990677a0e3596a25842a8955969f3d1443c33cddad6e6d6e6b191870f12e1a9375a2727b1a6ea02bff1c8cebba836b51a22cbad241
SHA256: 7fb77e967745d5b40d1f85b247ac825b4de3a2af3fb629a7c65d705994f324a9
SHA1: c1185ffc3a0d41c154a65734989b2d9968b93347
MD5sum: 661f1ec0539e1493692bea74586414b5
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 0169bdd1ec383faefbe17bdc066417022e0ce43d bc5bd6aa9cd0365e6b461d980db389d67a0dd9ba
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-16
Version: 16.13-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55839
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 21), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.13-1.pgdg26.04+2_amd64.deb
Size: 16441052
SHA512: b44d74c8785a389eaa17f3a2b7e727fe44627eadae034e3e10f1ffa25261c4504e8191e3577bc71516e936819fc1286913956e466c1efa2b74c521944bab7e05
SHA256: 706db31363b568943e260ae376fbeafd7a3e6573576fbbf8ba77cab8c0a81a36
SHA1: d86b80e9a52e3b99e2678482768a00740385d00e
MD5sum: 9644f90afba42a12fc4a3d6a0115dd44
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29444
Depends: postgresql-16 (= 16.13-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.13-1.pgdg26.04+2_amd64.deb
Size: 20384420
SHA512: 030c9de61026039e637268c60b59df5c202e8b347d351ae5850791b47e3a1aef02f93754068fb2c7310ccc37de55075f15268e2788f6e9e8b30d20f4217135b3
SHA256: f9821e4847f050be75673a0a123066e150a56772f223aff586c649ea1daf4596
SHA1: a4b88408e4d2f13dc9e6a22e884a01fe9919d7ab
MD5sum: 3e29c289d252fae1234a38f80944dbdc
Description: debug symbols for postgresql-16
Build-Ids: 0004b059b87f010abea60f7bc3fbdf27fa0701b0 0069eb5f17be6080359556e585ee3cf28ccd9378 031d6666bdf9245e591a0033ff2ce9de355f58a9 05e81678343da5479c432467f2d0ba4523e06d69 09b70c1e18c2c1d2e7e31ae82e1ae8cd1c3c9b23 0afe8e48280bc04eb082ccc59a4a9601fe4088cf 0cb42b4212390ff515a508bdfbb52cca814a51fb 0f607de02c60305901b200b89477a917e9b1dfb7 10f9f684aad37bd5306040bbad51864cf3f9a6b0 135c48edbd2b173ce3179ebe9f9b3054827d9b1b 1392c41ed9e0c51ee9b60354ed08c297f9345357 1d9b77e4afa5d55741c3a85b7e7a4fe6267799a2 22261abea2ba85d00bfe1c43600d39785993e9ec 261cf1908ae2854a920d87e0cd567428f7419140 27f9f490ee34e939ff60dc682d560b5c96836a50 2d50843fe4f9f5c864fab298a9c64ed343e82869 2e1b618a9808fcb5aed3d7e91b87f88bf3105b54 2f11adbbb47d0add8dd7fd3ac6ed44687bf3b963 30169e65e84b710670c09bcac900bbba4be2de49 319be03ead9044e6f6a4ef93ed1318ca6de9127f 34c90c894aa353cb0cd5f7414ea2fdb74db63500 36fa84bcf06fdf944d81a80f8d1e192dfbcb9483 37da0b9a6d66eb6e84881ff56864652febc1c704 38aea2b8b20953664b71937c1101111353a3a332 3960a72ac9cca89394de8b12aee175a956fd36b5 465e6de5dd45f358cd5ab873f76a3fe3b2d6814e 4951abccd8c430da7673c6a5bc26292bd1002062 4b259d02f689953c872f6593306942509761d1bd 4c484113093d4d4c0bd7b8b3cbe1eb2ee46f088f 4e1490222bde3161f4366308df244e168503da5a 4ee6c99d5376a16cd18de92f3787cfafea3cb024 4fd9bda4c5e00db237703781e4f2e0351c95fc70 5557c4811d8a9d454c1fc966dd3c1ece01be7e84 581490e6e127efa499ba498b84e95a1f29cda2f3 5b46a66a461589cc3fc0f776b25fe25c7d01559f 5bf05f31ca38e8122d27ff98eca83283d3c82e3e 5c996ca01487766b0f236008352bb2b92dcae98c 625f123bd3dc1fdaecd9cd617eea0c598be68c6f 63c294aa82f5a44c0e009d4eb6486d375e778b8f 6525be175feaa43b7d638896c25544f1fd855dbb 65ba3710f1ee842fb4e236e4a9733bc200d17537 6a8f55ba5216c3442f14e65821891dd0244e657e 6aae192a852f8ab262e2511d057024feda2f21be 6f3bd531aa18eb23a36ed81ad6fcbe26bfcfafa7 71cbe27d4eb6cf5c475eb094be2e0ea3aa0bb87b 7300bd95787da6f8a902767b36f1e51c1bf17696 75774c6b8ca447a2a1afa28cb2d6e2dd17db5be5 78cf0c050e5e539da78fa8833e839c22a743ee28 79455f24698104e85484cf3fc67de55248d7b019 79a8db02b1b1afc22a0304a9b5122d7117b29522 7ab11cfb191d2f88e456d8d9748656133d5c5516 7c439449072a0286bf17e14e521c2d788240bfc2 7c966dd8fe4089670710468b63a3c0b1b846582c 7dde3dc07440a804a9012134ad54270afbfc3634 7f68a329cb0b6b0f4de2fd754008246949d36ff5 7ff86a5e6c7fc28dbf1b2dc6337a58f38095feb7 812c530163dea417323b24bf85f892b2df3bef53 831d1aa811bf86f0503c7b67a521b6fe4b66bdab 89177a881a126459d673b42c11ecf6f273c80a15 8d696c4091968bffa66a95418e846e588bf841aa 8f78387a6fc88527f12fa8e408654b98a65ba6a7 8fcad6e0cbfa7d9e8a5d3b6f49097be54ff69b2b 9103ee9b47a9068454821b04fc4f3776ffef9d4b 9294141ce5474410f42fe81f32e2b834b30b8e1a 94168d12f357d1dc008c082d37f3fef3f36fc1cc 94b46b5eaa0377df0ddd23a171b4da2541b96420 95c249bd4be2a8755756cac9615eecd22a46982c 98e635e08ae02d79fc493c41f1d1821a4491f3e2 9966e02ac8bffdce80d77ca7ed976e134f941853 9f6ecc58c4680b636e91618c3828dbf72dd22a95 a818266a6f739cacc9d7216f742308f2f9444667 a9aa1e5455ddd3565118f237a08d49e4393a9a3c b3289b3e156d7f0a92919e958e78a36a495b8c5c b4d07690bda1fe7a70411c6a00bac3b4c92004d7 b83109d7c0c73df28122cdd56518d15fc1b337a6 c19aa899908a6dc1889a151ab8e3916320b6fbe9 c79ee53d0b91a327c981663b24938bd293ae932f c94495cfb880237214a7930ee1f98161c572cbb5 d3cf98179f5443a9db59eb75a5da7d7740d8c436 d90aa3af87a79a82c68b5b8290c2fc894d7d9d91 da9851e601a17081cc9ac14cb96f7269ba3b4c95 daabc833a1934fcdd44875b1f98a986d85666ce1 db95922086b400d52f7d591d2ae35004e5a40df7 df605a86dafe573ee11403e7e9dcb09d8e0b0b98 e68899a6bbcd6fd86f0abb4ba0f51137e8634592 ec9389200ff396ecabc44596a4d3b347b7f32d9e ed48df34bd14a4c43946728c440155ee63e1e9d9 f02ef2f80176007c5579d297bb5a34ef153db36f f15c57787ca51575cf5d8ec9a1c0ca51ff027536 f84a75723b3b1c36fa1d8b9606951caf8ef6e31b f8b0cd7f3b61c1f928bf49c12fd6df8ee6923092 fa6836f659e5534b6f65b461e7346240ec78e53c fb079d5c23f24e71157e23056f1007dfd0b453c4 fbd799ad962796e1ee1b277fb64e4d1c6d72f4bb fca84992714bc7e982cad08fe49cd82b423766b2 fd690848a612a69ac7cce8a6fbc5aebb780cfd45
Postgresql-Catversion: 202307071
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.26.1+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14707
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.26.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 337560
SHA512: 7a07b5ccb7e4049a9166f7d9e46bfee26dde3be0e19930402b218559282043e7afa4332575859a59bfea52417d146acf4ad2371aaf11955699f338dfb5ad040e
SHA256: 2fed6646af48ffb3f237fdd57e0f506ff228df74b2aba90b8f71b470e28fe6ca
SHA1: 0a41edb9a8f9c75938bbaa5c60b052cbda58d585
MD5sum: 25165ad5cc33a2a27d316a41f59af247
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-16-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.26.1+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1633
Depends: postgresql-16-timescaledb (= 2.26.1+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.26.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1221584
SHA512: 2e4ce09e13c2b05aec549f52b58696f504aef9384cf2f9fdeabf554574f570151a95f53012bbf3e0901a40ea95d645d0511dcc3bd7e49c7823272b0cd09d5055
SHA256: c1272838959804024088b68f6088140feaccd36b75573f3ae21872047d4fc303
SHA1: 80035526bd9f7ed36b433b95197291e2ce5b0d7c
MD5sum: b7662d23ac7ea0fd70d429c7cecba987
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 3211303e57bb360bd403787c701139d5e2be01e5 c6ebc98a1c09f745b63a9cf44ed8901f32312adf
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-17
Version: 17.9-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57553
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 21), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-17_17.9-1.pgdg26.04+2_amd64.deb
Size: 16942728
SHA512: 39e8808940be8edaff5766c4bb7c35cc59421a620c52ef88d21b67d44bd901a3d66a1cc044a0a176aaeef28dac1770d96cc19107ee0a2499dc239e41d8ce424d
SHA256: bb1ba66b7b5cd3c58143f800546191f9c92830d0a4958c5ceb2713866db63903
SHA1: bd06af90486da06be5af921bb5f57fb455ed135a
MD5sum: 571280084030982acadb05cf29693fc4
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30917
Depends: postgresql-17 (= 17.9-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-17-dbgsym_17.9-1.pgdg26.04+2_amd64.deb
Size: 21494512
SHA512: cfc62cb555fa0f5a9277d40d473a70161f4acb261c06812edd36c22e82979dff636bdccd201fad5964836c10cad5294e8fc57f5a3c44e2e57502c1afe53f104d
SHA256: 8d354479a32cc8c146f6dec417c3ed4334333611185746e56aa501e98bfddd42
SHA1: 4ab83c15e81876d164e7cd4571a6e7f062407888
MD5sum: 406e8fef8df13c587362ba41d1bbc4c4
Description: debug symbols for postgresql-17
Build-Ids: 005f0023c0f3216a603ba9a97211c20554dc60c7 026df8df6654e8d1f6512578bc8f6ee124128ea0 02e1d647febad259024ab7eee6481cd7b46d4be8 054a8baa948ad76ea3f6483c43bae2601e6b9d25 06a3755b59b7cd18bca371e8bf08f051c076c37f 08a376c5e2d5d08702db2e12d8658343552ceb20 08d9f3b4214ae7e56e02c487df5f7087ba6386ca 1091bdd6b2445e03a3ab3e00d442e2c5eed6855f 1379d1e4deae078c5c8c4d9b7607a5c72618c520 149af026afb79e13e8de6f28f7a54848c8e2a5e4 1562b18cec1690e49af8a965d11929a784ff4e26 16669453f01db8cd3e01c0fd4235071fcc51007f 16d253de4b1dabc5136eb399b8ef9e039c140784 1880b881899970f5138c93a1085ea03561dee183 1bc3e626cd3331b6d2072e9871d56f7c172305c1 1cfb6a68d5f37c598e782ba3fb5bbeb3aec7d8e7 1e15ecda2ecc27d858926bca807ab438f76ed0ce 238d59826c3e5e768b4bccec14bc07b1188f6b71 2395e12aeb02ce19f8bc3e6ef87bef6cf124701c 2764ff14a0cfd21a6c02e06e1e3466f259ea014a 28486a22c5627c586f2e74c1b4e35bfa54c772a0 28d99883cc76b75ba0522979f04731de8f7e1fdf 2e71e9351a31b345feba2e2dad0578ebb87cd4cf 30d36103b778a6f7a2138785b887d101942f2a2b 338e0ea4733b7acf3601f34b33534d5881e532d4 36e7cb11783564e8623138ab8ba2c47017de4e0e 386a2e05af2ccdd6cb9d1b2067c66bc40d84cd00 397f6f4e0dee4bc5ee8dddcc56b41ed474830e60 3bb4636b7e6bbf28709e75c7f72422c27d7660b7 3d7a01d9541bd86e2eace396d67d599ab4d77183 3e3365a9f51431c5b9c8c8670ed6c073982685d5 43b1be59174043bc8f2ea576ce31b5b2c18ae3a9 45a529bf294c389fb5a7cad9a9df87fb6c10a428 4b54c6603ca087e8128bcf1e957d7407e8bd7051 4c263223c424ad02e0ce2610354367b6a0c1d2ac 4fb2bf27b52163ba1dd54b09888c31146e27da99 5093753013cc17c9ace958df8262b1483b711119 5500e585a683a6c4106137812226dff1b3dfcd34 5a546eb4c5271cf94f0064389cc1d46290cb49b7 5e18ef1729f98be6f612bed88ced4a9df63fc8c3 5e76999f6a7d497299be2e669144d2e1758c7cf7 5eea668ddaec5fdd63f0cf66db1be1d998d1bba6 5f8beeb7120ca8bdde7ededf6383019d847a2cdc 61001a51beb683d35240daaa36ed63848153d02b 61f45f204740dec45b4272eefa82f46333952f09 648eb1b762a93af8a148c0b28e6e22d892c6ae92 6501640d540150b1be7f4fb5f2624b780aefb8af 65ae489dd60402d769d2150d306b185205e084fb 69bcfdf7f39848dd607c8e6c99dff14d811a1777 6b71a07fbeefc99b9fc85db260583f48e0502a05 6d3736d29d0a160330039b58aae55e53490af62a 7101364ea09d6be59e3d09239ff9eb880e4d5e54 72c902628769330a6974f80ea499662649d56a91 765d277305260f8d0c8e33e9a9e66bb72f5e66cc 7988f2e11e61f8eaa51fed6afbdd028bb23ec915 817d40cb3f6b249fea4edd8934ce1f89ca069607 82e155e0e345532d2c5aef1922ef2a9105309c21 8767ea19a608597bc4e29d873b580072d35da4cb 87a55724d1e2e9c44c0ba382381d49743289a6c3 89a85f4b849e0a24f5615737634def5282025808 8ae731497a6a58c45b582507a3a0cab175f14d36 95065b879850f00b7e962346502a3b590414b541 99da44f5ba4d891462763d8891e9919218c721b3 9b2fd194ad7124da2f638c60a19c758311833059 9ebf6b50b3a17d02706c2fa1d00fbaef9d5216d4 9f34c14a061e0b300f840151eefa258b612405d8 9f73936f75c8937ba5795ca9d6633177a3c9ee04 a05d6f3a0425ff54ba4fcbe3f781e9dbea21e35c a559e9755b4ed86c1b4c5cd8629fdf681dd52ca2 a56a189314f4bce59c5500ce5596db74ac200f07 a622b408ab6a7dd5277e5069f0818e6f66fad3eb a83bd0bfd4b92a2388703ef6b96606489263e385 a83cb123ddb02153733e1e723840ef88188cfdd0 abad6d998b9bf18e573b15f9cffc6c60372c4cc9 ac997183fb535bace3efd7cb0dbc6df0a6e9b7f7 b259602787c76b632bcd518cd300f105dbd1f465 bf1af9de3f6e5d90e9b43f0e8df303a5e621a174 c04c6c603ebca24350365f58509f6345ddf72d59 c06718e2d1fbcae3c787860089d76893c9919078 c254fc87e7adaeb345047c14ee5f357ab4f2f0c2 c42fe31249a4e62b15e2be10b56329646c92e666 c4ce4ee0b6a2729c569662006d358e32dec5704d ca4fd40c8f183d4239c8151e68353c90b35ad1e5 cbba8f95b18752fe04005eade10cbfd196d2c396 d011a2efc825c5fc47fd04a813b37cce40a198ab d880d851ba5b7ca4de9b2f855ffe6184a9547810 e41004cf7fa8d487a91f5aac82f1f865e14d160a e75889ba8bde6f9ff99807a7fe6e6a20eb265abc e7ea1c12ec6f18dc75b77754a046dc672e02df5a e8b7ce6bc2721f32d0d3e0ebb1736d147c480b2e ea96f63a8822494ae76aa7185380fb1e0c0ee2c8 eb3757c9d93e045744f1c6bcb269a72e14f68f9d ef24ff8c6c052b746f3aecb2679e162ce7682ea3 f21d071f860c69dadb49e467027cc38ab1288ca8 f244f0fcea09d625fd79aa6283684b2f3f261207 fbdd7d5ec1b8d306cf803cd7d4a657ba698b948a
Postgresql-Catversion: 202406281-1700
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.26.1+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14707
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.26.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 337288
SHA512: 4a6dbbe168dcdcefb843cec30734c878e9c811efa53e2e0eb6f575c5a2629c34e43d5648468dc2ae6e1ab13a36223194f82908ff2bc7e9738dfaf394260358d3
SHA256: c055c2e3614957c4d90b10645f40fd561daf8c111d8e0486d53a81120616d45c
SHA1: fe90b5ccdefb1309679e70d78f6cfd805a851608
MD5sum: 45fcc42b12801dff2736ff42108b98e5
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-17-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.26.1+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1650
Depends: postgresql-17-timescaledb (= 2.26.1+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.26.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1237212
SHA512: 0fb1968fe4a3e06bc3367571e97e02d1250ffb83021d2ab27e5bb60cb0fce3d616468255ee597710bd44ffbe70124637fdaddc5d6b08ca527bef54d2feb49e87
SHA256: 7d125f7cd198b9d4cc769f57c6aba5b61177927b4f4ca6a2f7a482310ca7b482
SHA1: 652bb9695778c8a9ffa67574f29dc32ee1afdc26
MD5sum: e5d0d72e74469265a32c9435b85271bd
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 6945e2d97aaed4f715d09fdf6c207a50059c4eb8 75e128e5356e2ec62f8d6acb7a149f8f979a7d3f
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-18
Version: 18.3-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35806
Depends: locales | locales-all, postgresql-client-18 (= 18.3-1.pgdg26.04+2), postgresql-common (>= 275~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.43), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), liblz4-1 (>= 0.0~r130), libnuma1 (>= 2.0.11), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, liburing2 (>= 2.5), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: postgresql-18-jit, sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-contrib-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-18_18.3-1.pgdg26.04+2_amd64.deb
Size: 7650360
SHA512: ef4691a881e795505dc404a85bddce3b0bea52edf10bc724ac0222b070637741032453f6fad3386dffe7b87d76640c1d4c9a8b9f6b2fa21a258d2e899dc99005
SHA256: 43f7cbdbf527063f21254bb04d91ced35d5cba7565888b18b18886488eba7e54
SHA1: b2a6a35638b22f4fbd339f471b75e2e5b0d03390
MD5sum: 476a30c4dd95d79352d8dee691789690
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 18.
Postgresql-Catversion: 202506291-1800
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30965
Depends: postgresql-18 (= 18.3-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-18-dbgsym_18.3-1.pgdg26.04+2_amd64.deb
Size: 21390676
SHA512: 14f0282f2d9fef186a8208ce0bd75df2fe12f6b9f846b0cdbce795eb6985ed681347b8cada9e441828e1ce44ebe79f211c3b9b14a3a1bca5add8d76a19541e07
SHA256: a2a09491bec72a64eff12ccc91fa38167e7670e86cd5675eb3fddf6b4550ad2a
SHA1: 22185a32b211d9cdeb905995ecb28fbcc93bb71e
MD5sum: 6c32fdc6940b6e3f6dc5e448b65eff8e
Description: debug symbols for postgresql-18
Build-Ids: 023f3316d98ab5a1d1741a9984233ea1c96d86e4 0bb886e49815677c575b7f95db006a68ecaca483 0d831f0ff5eb6b7ed0765f85bf2e451fda3d94f4 0e46654a1b020992a36a660cbc1ce184e448cce4 0f4b5006b750c5fb8c06a96ac77de6773ceb69bf 0fcab2a32a4598dc6ae10f3b3577448901dc314c 10b595ac02c71f7852d5c1fab75148e3340d697c 13e0d368bc477235c281d9c51ecedd0885b70620 18bb77caeeb37ad807ef1f28d1e2bb78ff17829a 233805ac83a253f7bacf55faed5dd9cfb652b59a 27497075c6750abd2a0be4244e666a4e4d8d44c5 27ca20e8a1882ae6a9d15f8e21c17bf08bc6e7d3 2908d3e6763df21d77d90cf45c395641b8f200b8 2d656fc186fd9d75e12d15c7dd41e7b012585a29 30347d0e9c7b97a3c1b503e9a49a262a4f0dfcce 32564eb0a3faae5244d5edd72897c0cba0106d74 32c13ffa05ddd15247db565f86945b465f291ddc 334a4b20eb4844f734b96261e41a75ee4fa80d90 33a283d24233ab668b0d77d9471b411ed2ba687f 34f9b4863b0c0e768026c2dfe183e054ae3dad27 39262052040fe1095a8af0700bda424803dda497 39767d44df10c59b622851c788b0a8f5056a0830 3d5f46401e6bfe092a01a370c0a2cb1e37df6c4f 401ff5bbbb47385303ebc87cef8089629d3cbff8 4378857c99dafe3c664a26d526b715443b639f40 44d4874691db6afb4f660d884c5e3be7d8f9afac 4b1caad842e5336c66600ca287aca3aee1539507 4c874f5159d65a913aa395c8cefe7a3b22005fde 4f11c3f90aec7222c49ba683ce5aeab826bece21 501caeedc1b48759929baed3703c3f105d3f46b2 50f70646a6385ef6fb5d581d55bf4e17acdb37ab 515deed9f83d96525a2fdb80203463f9ede807b3 57bff6ae6814898756dac49e728ba2e4a409e6e5 5858dfcbab831ec64435e92c6fee5be685fd9e75 58a727a4040ebb467d82711955e0b7217c9ad98c 58c624111f186dcb02ebcc13497c2f7e0ef902ec 59047b6a6c8917e940cf40f9fc1da83e30cf07fd 5b6c49e4de5f601d0cffa4a30ebf80d2c03855b1 5cd367a4d7015c9661605440b693b5d4e31f56e2 5ffb669a31406ecd90fd461ba977a069bb49f4f2 683f0e554279c0918d2e55811cae7207c37bb671 69cd7a7793f1da4cc4da4a6c71fb6d8747948f7a 6a2ccd527cad4426a1914761bb50706a748882e2 6b2e8737187c14110eef23310d772853aa385816 6e42dbe42ea48558d0bf0f33dee43fdef16e1474 6e7c07d6f88652e13dfd763362a69a1164faadd6 731f1a6eb176903bcfcb09fcdea10cf80011236b 74bd7f069437f88896dae8c310896bfe8c7ec965 830375f786c5aa828a20735406b914e83a3a707b 89fdb40dba5600e816abfc354737368d3e787371 8b13e73b9e235e8ed2bbf4f1bed4691b3146b773 8e44e72b1a297318660ce35d28a1fd296579a4b6 8f814f8b39fbaea8a093cecb1ecefb2abe3ce158 903d67294ccd97c34808bf814f34e4dde9ddf26f 90c1f0f906d90824bb98e2467f49b596543efd15 914aacec7208f6896a2c340122d9e604a2c333ac 95ddc0754d21736b91a96898bfd186bab2e47d03 99f9ffebbe26588efc3b3be239c0017da6b8c29e 9b57170fac042cfc5d0520aa255918b8355d10ea a0182e2db7643a7d15308f8eefb52be015cec0c6 a06d471032339a4b05a23ee8cafc607944fbcb6a a4769cad8f1cd9522b13fcf6a4585de21cf1c228 a539cd789cc6dba5b7087d719bba2263b0fa4978 a8bbdc0e6f8878d26fdb660a214377c0802aa141 aa2fb5e9d209dce76d3312b1ddb257b7c60df7b1 ab0b249244dc4edd33dd4415f44333438740326d ab8da15aa6b33c1aabe346d1fc5c0ce14ccd6461 ad48d967824b327b06bee452c7bffd9b50c9d58c ad76b9976329bec9ce15d51e8a1881d663f736d6 ae525eeaee8a91d740a848b1b800afa65e101226 aeb51bccdd4fcb20d3e300b4aaac2689913fd207 af563af646ec7274f42805a6d7af885a954696c2 b1dc8adfbd45fc0d43fc4d144c9d81cbaf6da3f8 b5836922733c19a87d560ece15780955459ca47a bca6f33a5bb522d74899db298e937a81668977de bd965cb80076423bae40ed3722208eaff5431db2 c39e2e96ad3b2a5cd426af1077deb5d496a0c782 c45c2fa4caf5eb0f0dc5676340fe482e17fc8c00 c6c3f04fbc860360687e0e8544f2511d2345f3f2 c7f9c7e3e51e8fcfbda0ed2d9602cc86823aaf70 ca7327680e4724aca02a531cdaa7654367754a2c cdd3033112cdf70bb75d988f0df64874b566074c d5daaee586e3b7b4d4cd31459ed37edd24d58226 d63de34817e271fe5e2f71e4ae83c6c2fcd04007 d97419e6bf44f9af89495a0612baea4e65c90c44 e50771ee422b4e1ac723b8639487c25fccec1407 e93be6cde559929a1955adbe682d06015f4174ae eae9e5bbe9e44338819a790e0571a01f831a49e8 eea08cee0abf2ed1a592e97c70e5b7c83b12bc72 effd7dadc0424907bc1fd95918b5679a9619a88a f4a5ca37673184f549145b12e97bb38b9b8f7493 f6a35fed4f4f17adddf09312eb33cc0b4e6ba643 f6b5b27e91c4fc4cada29bd4ad3a5d776cdce109 f77894a555c13949980b0d9b673359a00bac0c83 f80e7bee6e8eefb8e82590137626c1f3c8a42aca ff142cba7c41116c0f28e847708129589f293113 ff6641a6b917d85f0ff52d5c94c45700c1968f78
Postgresql-Catversion: 202506291-1800
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-18-jit
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23746
Depends: postgresql-18 (= 18.3-1.pgdg26.04+2), libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libllvm21 (>= 1:21.1.0), libstdc++6 (>= 5.2)
Provides: postgresql-18-jit-llvm (= 21)
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-18-jit_18.3-1.pgdg26.04+2_amd64.deb
Size: 9852276
SHA512: 1868303b8c361699c29a78cc2664db62bdaa8b64549954ebef0d695cf6b32d56b195a91b388c595aa50b0b07defdbb572e50029a5adf0b2cccf219b862ca93fb
SHA256: 2c5e1e5a0ae084cbaf583644bce24d11e7948700edb6c32dbf069188f9017372
SHA1: cf3eaddfbe51b7f68b485c6a5902a7479e606813
MD5sum: 86f14b69ad2942be9653d187e9e2c8e1
Description: LLVM JIT support for PostgreSQL 18
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides LLVM-based query JITing for PostgreSQL 18.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-18-jit-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1383
Depends: postgresql-18-jit (= 18.3-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-18-jit-dbgsym_18.3-1.pgdg26.04+2_amd64.deb
Size: 1344724
SHA512: 5bbd20f7229f80b2af18a4bc3fd48cf10292d7abea4aa2a82a3420d777ed20c57deb2509aa65179387280dd8dda0606b801b8895678bb72d954a3bfdc589ff79
SHA256: 2ce17b53c703dcc51e77d6d298846cd2fec871782ca35920c581b3a0a269bc65
SHA1: 80679415f45dd5dfb6f58ff86488c1b59b67e67a
MD5sum: ad3fbc5adbe0fed5f1defc91aa2687ff
Description: debug symbols for postgresql-18-jit
Build-Ids: 61c72dde4c396807e5aec3057720069b01ce5dd4
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.26.1+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14707
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.26.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 337772
SHA512: f0a5fb56534d81c5ad1a666ff57283c3d32dbc644cf0106ab3903472477499afd9d91d739dd8228a34f2974111134b5aa65eb653643c80041f92f3600ed53f98
SHA256: 5958baeabf472d2ef7cf580fa353ee6b2aaec7e420ace0cd8d73935f429692c1
SHA1: 84331e671297382937594ba36d0ee31d7c39f14e
MD5sum: de822b78d4c4d808cab0b2f9a55f0f33
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-18-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.26.1+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1651
Depends: postgresql-18-timescaledb (= 2.26.1+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.26.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1240336
SHA512: fc46548ff1913309c6cfe92402ed78033be633dc34db71574dbb54c8cf536be8d59d88e7650e282c6c168fbc578dc156a20e5e95cf785c0b77bedc899ce4d942
SHA256: 660b050670d2b37275394926e7b49940591ec99204abbbdf5757e86194165d6a
SHA1: d0f001d3ce478da20c98bc64ea86338281ae57ff
MD5sum: 7f27ead120070dd3d9f1f54b44806bf2
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: b81bc0a949d088568bcc23e4d22fb56a5fab1ed7 e4fc2d66857b8b06c451538556640f1bec77e9fb
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17548
Depends: libc6 (>= 2.43), libcom-err2 (>= 1.43.9), libgssapi-krb5-2 (>= 1.14+dfsg), libkrb5-3 (>= 1.13~alpha1+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libxml2-16 (>= 2.14.1), postgresql-client-9.1, postgresql-common (>= 115~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.1, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-9.1_9.1.24-18.pgdg26.04+2_amd64.deb
Size: 3559456
SHA512: 3734635acb300f8bd72ae5add5155e50d93e5b5434616a67402b909316d3c1fc21db0e31931d711ce9835ff90ea84844c80a6afcdfdd8d09c315794633f18325
SHA256: d056623aa8b9bf3c2dd2e0371f09f4a4f9335456db316681f24a0fcea68c3a19
SHA1: becab1906f6f8c96dcf4782d8e9e0010c28efc0e
MD5sum: 084777c8f095a184ce0b312d4501b1b2
Description: object-relational SQL database, version 9.1 server
 PostgreSQL is a powerful, open source object-relational database
 system. It is fully ACID compliant, has full support for foreign
 keys, joins, views, triggers, and stored procedures (in multiple
 languages). It includes most SQL:2008 data types, including INTEGER,
 NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It
 also supports storage of binary large objects, including pictures,
 sounds, or video. It has native programming interfaces for C/C++,
 Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and
 exceptional documentation.
 .
 This package provides the database server for PostgreSQL 9.1.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-9.1-dbg
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16621
Depends: postgresql-9.1 (= 9.1.24-18.pgdg26.04+2)
Replaces: postgresql-9.0-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.1/postgresql-9.1-dbg_9.1.24-18.pgdg26.04+2_amd64.deb
Size: 10793676
SHA512: 8ac9c58f4491d3841292fc1421a4b15b963bb63416f17c902b5a1a72d54d2f236c9ee3853f2292bff5dfd1a6cc0f9fa9120854125ea561a46a51b9aac3f8b12e
SHA256: 4e0901eb8d509fdd1d84af6f930aecf5c7216a22adc9fe78ea952d05a290c239
SHA1: 57aa7f56031094d3a163cd82683772c6ab84c007
MD5sum: 786e779c81fb5ce3eaf2e30477a8113d
Description: debug symbols for postgresql-9.1
 This package provides detached debugging symbols for PostgreSQL 9.1.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 00d8e51d9a018ac52e313228fa12bd7956316364 029aa424bc5619640735f10583f9220d6b1a84fd 03b9ec97e156ee74b367b13b202e9a6f46739c1a 05dd2895625b30ef7ccf8bec3d75f9b0e183ee41 0cad171742d5c05af65f129e0b784744c976f73e 0ddcf98001ef079027892466b9d99e242bedc1e7 0e9e37d1633c0bdda7e4b1b38f1ff5c7590f2c9e 0f8a0a9af3f5fc82fd68f7b4718e4e368c7be93f 0fbe57c03881c0acf582778b9f2cfba5fd6d2807 11476f1fd6ef3534efefb3d0dc48959d761ae901 121d4202a40594133a9648496ad4758ff05dc683 133db08897633a2c4ece7cbefa39a805df6f3091 15514ef356d4a7beb3254f07a46fad66fa2d6273 18185dd07767ed6a98bf11f1d807272d6e766981 1a664fdfcca14235630d1b007ef20995f709505d 1e24ad1cde1e907bd9adcbc291219c3c0ceb76b0 2a0a1cbe453bcd69863471b4c0254559003c5f38 32eb7bfb86b9057048938321c64cf6034d13c40f 35cc057a32510c9d23f43f27e09bb18c495aaf0d 36525334bbac792c69254348db15c55d0b277450 36852de97e7b44ce37907ac0d9fd3c21d0cb3866 36c0e411a94d747e60daaefe752745520f1dde90 386c8079eee842c3c0ee4fb13da8ec71bbf5f7f1 3eb5c64cc5de11c3cfa35974730bf7df2708c447 42461c8aa7099e7260e280cf336b8560cd027a6f 449bc16f13088d8d7cadb4af8718898187dd4f9b 4a1893a2e7d33c8d4335ef4419ccf86f1391cb8a 4bc13afbb547b4bd009221a173120631dac9bbd2 4bcd1c4b5efd0cd51fb18b8c83046ccc18bbe641 5251cc58eba701590c76ad1d2020af1adc3fb3dc 52ac9f932b3e7b9602c5e3ea617dde9f7183b348 52eb1e3a7aba10cade323843d5d1b02aeeca4c86 556197d7b07893bcfdac068b5c2fad218f23e7cf 573f7315fc6d8a90dfb95ec339f7a057987e3ffc 57f86bf1e1a442ff175a3bc781d6fa5bbb8fa57d 5dcdfccd6ebc14e2cf96bf472ff0c0f02d6509d4 61721d36aa512b71d469282428cb3615d6875fd3 64a96128f470b4953d3df710819625bd6de30465 676e16e8dff5b3c61d6824dfd98f1bd62b6c4f31 689e5c80093998653c724a4df1e9f761da3269f2 6a1eda716e55989fde2b3d4bb004a07cd6648e44 6ad48b8fb2ee3884121e1996bc5fd6c933cc9788 6b0964021e2fa996150101e3c19075bafefb1917 6fbeba4f2f277739c86ed21f173bfe6564d4c2d8 729957166c7c39eaf43b91954de9b7c1e4ef4ff1 76a6c16c6a3a227816469232ff85e1db21593f02 76da0ca27a8cea7c14094525ee72d74072dbe828 78eb62179dc79c230f5973c2a877a4c96a24f356 79fd6b8e8f443961509e69b229f7a9e64bb0d9b8 7aa59b513ee19db0a109bf5e045289ec98079a12 7c18be1565615b99bd8866fe3241858a3a53c732 7d2f09a4f3d30ecc2b6532390b7aebf95f5eb0e2 7f88efa5433620cfea10129ad26da2bb57c6ae66 7fa39e907db51ad4086f2d4899af399cfbcdb7e8 8137d43d3daeba5132ea4acaa1648b7b9462ee25 837ae53e6d2aec927ecb35aecfdb7edaacfb5293 847451789f1ebf607743b87bb58a1d49fdf56827 88c6162fb30739b6f016232dbc009216e1e207d0 8c4cec10eea1f9f9e274af4a3cf3cf8861dfcd82 8e01d98f1eea655bedd2947bdd965322e92fa09e 8ee427c64a9ed55066accb4497479b975aba29f6 8ee84cd47e3a73f619dab5a1363ca44f44aab7e4 8f0d47a8b03dbb644f5f8e0f962f6173cd94183f 914e322da7256d254956e326ff37883e3e3b3eec 9442581c82431af97b5669b70cec92f83a102b01 951cbf915711d45c66d252445e6c2b53c82b6f78 95f24f81b2454a88b952e433e3d35b4437f300fb 9765dc4c542ade7f45e7224384086f5b58002757 9951b2af00bb6b2fe77e6057acb5cd2dcfdf0b41 9a79b4df27761f802be25f00350c4f08afca925a 9aeb3e2b0730697318533713614b18119854daa0 9c43fd89e730eb120d019b6e8fa139857210c143 a03729d141651f288c29b5fcf441fc99946f16fe a12e5c65a08f1bf717540046842d3bda85ceca8d a43f85890b947d6d59fecbcefe6a60dd57eda79a a73677746f32ec9912e7deec8c3bc00e06c5f159 ad5e20f44a19ca9b6d47c474f7dbec31e8318c11 ade88d8dc7362fa930e518eac5110f79f3094f95 b6e8774a3683c66cb1696e418a8ae82ea46b9132 b8b96bf001046a6f18951ce10f67f0f4f8a3634f b9032430a6165d0a9ccc75627f23c4b213c110f4 b9a373924cc5063566fc0d041b424a6c1dd83d98 ba5b8f3e87c3aecc884edc5506eea4ddec1619fd bc0298c3a8d1aae532f62025e18ec2a79fe9834f bfaf85ba3bb7983f2c2487339f51806134809bd1 bfb0d5b66ce6e43a6c0da864d66a924bcb037840 c18a834094e5ec1b06d2b2d8a0bcd3a3fd94a4dc c21a7a36c20ab6e6b548efab3145bd36f709505d c3a6fe0ec681eb00f9e8de8851711d29863e470d c82f558e39ad0b648c3d308d734b2d71cf4f2228 c8fa6bf024548b72599f73baa9146fbad076abd6 cbb13292f072de0d8f6a6623cb973edb9748b24b ccf5a0357976041d772883d093c6b42adc67326d cfb1f1ec6694b73c1d77942caec216970203e5ef d01396ca9d8f048f9a85516b838925dc9a260e4a d29e3d514cfe006a2e4e5babd9e7880bd8d03029 d4b419e10948bb1fe9437924066d317d25755a7e d59f3bd1300ac8343bd5d62c8eecfd0ea4695e4f d7ac30164ee31b56ba151f2cc202455293f28c56 de4e7f51c6120a69ad9703e8d360bb89893c222f e230f02cf8dda24a479bd3faa2f7ad752f5d7fe6 e30d78888d902611b6fa3c545c03e2d03641ff41 ec7e5f84beb58227df929af494752b23e6ea9791 ed6c81fbf48602dc847a4b8a21045a37ad8fcd52 f1c3420feb05f37ede51cdbd95cc48ab91f1978b f477a386c064a9d7c8545ff978268a94759b34df f858ef2be11b3965e3489b68c8286b18d6003944 fda91b5c4da51a6f84efb6e654952548dac5fcf2
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18079
Depends: libc6 (>= 2.43), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2-16 (>= 2.14.1), postgresql-client-9.2, postgresql-common (>= 135~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.2, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-9.2_9.2.24-15.pgdg26.04+2_amd64.deb
Size: 3731516
SHA512: abe550b2a9e04b860a633ca67995a7276d4bba6949dbcde2e7c0f3d83321c74567917b9eca70b5810c3aad28a41669ac775356ca519f1a511d168f19e804ab8c
SHA256: 7aac04dfd6b0059a93dab2d811b955f9ba7d00084cb4541eb8d89e55812eedda
SHA1: 8354dabe5ba78507775d3f140df78fd69a7bcd11
MD5sum: 592149ff4e9d08f613b30bb0c0d87fe1
Description: object-relational SQL database, version 9.2 server
 PostgreSQL is a powerful, open source object-relational database
 system. It is fully ACID compliant, has full support for foreign
 keys, joins, views, triggers, and stored procedures (in multiple
 languages). It includes most SQL:2008 data types, including INTEGER,
 NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It
 also supports storage of binary large objects, including pictures,
 sounds, or video. It has native programming interfaces for C/C++,
 Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and
 exceptional documentation.
 .
 This package provides the database server for PostgreSQL 9.2.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-9.2-dbg
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17509
Depends: postgresql-9.2 (= 9.2.24-15.pgdg26.04+2)
Conflicts: postgresql-9.1-dbg, postgresql-dbg
Provides: postgresql-dbg
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.2/postgresql-9.2-dbg_9.2.24-15.pgdg26.04+2_amd64.deb
Size: 11453820
SHA512: ddcf38eebde6cab2af611993d81b43a9644191b49af77a93b1f6f49a6f9084fe087b3658558beed8333d7eb8ef7b9fdadd3558cc55e0d097fa30b9995bfb6a28
SHA256: 835d25fb4850a8e2893d80155e81d45d1abb2e3627518f3fe7eeba5e3d26a78e
SHA1: 292440403b91152257083302b4463e44725f5057
MD5sum: 20a7bd028b735741c7d298df039410cd
Description: debug symbols for postgresql-9.2
 This package provides detached debugging symbols for PostgreSQL 9.2.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 0191a8bb61bf112d3a3e54fe690be33235d9aeb4 02bb3b50ffe25a633053397f2f28c26354e74074 055dfaaaf09570b620014defd5d355331ee6e094 05d75f4a796d4bfffeb278b4a15244eefd293ac1 08070835a7671fd7ec1595d0dc9a70eee862f245 0a0a21add5cd50623690c6525002ef1d4cd582bc 0ca85a33c55add4c9593c1f95bfad874d8cae44e 0ee06f1e36e2608fa6c0c13fbc01e0998f00b201 0fa88adebd5643e21041cdc4f14d352d4500b9c9 13fd910ee07b1387b7e78891fe0aa948b513a0ac 14c6ecf3ac2b9ec369aaaa610c5be967ff77c273 17bda518e00ee190df03ade397f6ad79f57ced87 1878f384a1aceb36b590920dad30ab022eb0779b 1931f859e44f2c6616d90687519518326758233b 19b85c8320a6681f83ce2fb1576fc885b78d2761 1a2844ecb269d128a64eb4d9eaa6a9cb14c3424e 1c72eea5ca3d6b7ecd984664dfa8c7a6f5e400fa 22abba7047e46e86fde3b60f50839cdc1b1670aa 2539e514f1206fc4830168bf1c31c519a0c17030 25a5fb7fb3cb60e918e29e4d60ef0ae51bd38d98 2655fae4767a67f7edec7351782de471fc55c818 2963b6c5959c13fd35942a64c501fe66bab3c041 29ca31adcb6941b1f3e01f8491cea2f178613ef3 2c0be1fecd3b38a71a60b89597437636204510dc 2e10e931796133ec46ca8c4594fe2eb555e82f74 2f321dace35dbd082de7d8751f888f66f6eb3d05 2fe3bcc8bd992d72e29b5a2bdb14823a35791f0a 31a6a27450fd2a561f64d65665628c8a341ea0fa 32650a3502a077b24cc634d2fd89c0beea62e837 33645e2d27b1e0ddec813a644d7408891b47ad36 336909105d9e4163248ffce1b92347866e94bfc7 34bb5254868cad0cb9e29507202378c8f3a3f52b 35b8f80e7d9c48393cb5cea2c7f43cc730ee776e 35fe0d78f445c2e42a7f2005261b158e96b2456b 394311c88271e99a91258386b3180ced38433e6a 3d3b84ad5ab166e851262c26a9aa646e50876a9a 3dc9e732d3e636d8817f9c4715ae1e0994568fce 4878bc6bf162b41092d33f037443dc50563f214e 4d57010e7290f6c0b2dea7c32193f1abcbbd5e02 5072020689195af68c8f580ee87a5eda86455abd 55b7f3da6c86c985c472898e711bbea8dac42a18 59a7026c4b3cfbb725b395ff09f12f81819331d3 5a5037a644dd504c9850d9e55c80df0e6993dd7e 5de879b8ecca34a83ad5e372bcfb85913b1ddb02 6759c24e2f6fb7382499e5f6fae502e366ba4d9b 6881c4fd89f7d2f3679186cacf86a80c462b697e 694eec399f827eba8bc15b46d91d394ce6ae2475 70a5921b8d0a57c1128b4a84b240dffa71473d06 70c09d93bd215c475ea22fab50d814cf343e6d39 715d2e15a5bc8ae74f692621adaf15cf7690e384 720880c636f532dc2e2ae64ba81f53c632e15c34 72df68ae759e2b29f0caafbec35cae274b61a01e 75549035820709f28f06df34d3355a4263936e06 767e66ce525e9ee06a8aab691c5e40e0ec3918c5 776d76700e1c4e2763bdd29249fe0cbfd57cbe71 7cf9434a71e55b44775f13cde7a548c0bd728ea5 7d1e034e23194755f710021c8b99b28251d99848 7f48707e85a91df73d5f451af8088d005c4e11a9 81d9fe1125297774faff17088ec8111416728b83 833e6791857638223f8b92f2dec56a852626845c 8945a54e8f60912054e45206cc037900d6124235 8be82df6d7dc05c02eb5a80a31d81081401d0ea6 8d5a2b0b98fed04def09dcd84f6fe059953de23f 8da95af7b234652d7553e54823101d4b7feec736 8e3592cb40f5537ef13d71fa9d7ab5daaa97c587 90053cb1d50cc17e13165b0e57c8744d3660bb70 93208d91c78bcd844a22a2fe2ce889b7654ce65f 977b09b7b38c5530bc6e8fa8e7bccb4cdf8912e4 9d9b83ef12f60973cc7fb3701036e3d2aa56f658 9dd70fe21549e8e992b4590f79b6c0218641dbb1 a4157008c76b1027866db2ad7b48c28cc7939d0d aa1b6dc93038e04433c5a15df48d253ea5389ef8 ac3b27301ff78c5d7a5e5c200b6c1abf437ad5dd adb96e2934abf998b3126095515cbcf4ed0f28cc ae6ca14361605e5908e4be49d72aa6a0a1c790d7 afdad514200bf6af6115187b4eeb6e40e775efc6 b2702c3ca1015722703443a9e314a0ff71dbdece b86af587800db60acbbabe35588c20651566ce50 baf43ed737d096bd6078c526afe409e8fa3d2193 bc327d282e3bab79267a0b9caabce48f684de657 bc37397d9dc4c8de23cc50d6a38ecfa51044049d bd8df34efb535006d1ba2a663079e7ae009fc559 bdaa333414e2d4e371a3f7e9771c1caee3bceb82 be00a0b3cbd751eb9e0a60d480de61ea5adf0282 be3d4d7e31fc5d7291837089b671f584a8ad37ef c2a8ccda7abf7987bec4d0e1c882a5e73e587805 c3f5072718235d214773f24fda5d7e9f92a125c9 c4524b5906d450629ba9fdd08d9d3bab1a72224d c5653b24235cf4745aad1e10b08a9499dd7770fe c5bb335911cdb75063aa4e1f9fc3a2551e59ddcf cb8632aeb06c99406c5d4b72f4726666b704798b cc4cde97a3f481ac5b3219047e963502f7479d7a ce079ba99afae7501e60bf7d1d2cfb2f4cce6804 ceb2d48cb412e5d1a8b20faa07250aff7feec736 cfacd01ba76ee6a57b82c706b54e8db4049978e7 d19ec60183bab5914308f0f7c5dd75bd04882ed0 d59049da6e36a9eabc8eb581f69cd293e220c67e d747973549e333c25c588fbe709690d23b224686 ddaeef21fb47ca9f603e26d3af2d9809fb51a9f3 e231af492ee53d8784707b06e0ae7240b578a918 e3123d4d19c82c11bb2ccf2e575aa1b3d747fb49 e4b44cc9c4d973e281f0bd9d8d55e1c5b1bb9b04 e4fef1b08757f6c2506b432d21666e4388fe0e62 e98fcfc0b454f601a801f96437391f4a3e120ce8 eb1e149497441df45c78fb87e831e4310aa5308b ee55153256965c2ee0467f97401a1faee469fc8f ef9204850d769ade4c6bdfc977076fb93fa8e335 f12bfabe7ecbc2280894de4910595cb082acc45e f70149dbd2fbebe392dc5ceb5c29b6f060e6940c f8aba13882a290757e9e573d808cd835e286a6b7 fa68a4076374a2c066be0052c2eea0d5f282c509 fc75b6da73d88ac70f3e2ec1508e259d2291cd89
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18143
Depends: libc6 (>= 2.43), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2-16 (>= 2.14.1), postgresql-client-9.3, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.3, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-9.3_9.3.25-15.pgdg26.04+2_amd64.deb
Size: 3763240
SHA512: b7e1685f17325bccc3bc6ee4e686de06b1c54ec509d6c2130241d7129924af729e004a99d2ad17fc2034b361deccb702d99a4f44f03d4d6a0e98151aba504c6a
SHA256: f06f63f366a13bb5144b15bbf2a145962a31ed6950e44d09225fe8949e17cb7b
SHA1: 0b47dad681a9dfc164980703276f5eef4169f3e6
MD5sum: 4047449259360530213b1fa74170b1e1
Description: object-relational SQL database, version 9.3 server
 PostgreSQL is a powerful, open source object-relational database
 system. It is fully ACID compliant, has full support for foreign
 keys, joins, views, triggers, and stored procedures (in multiple
 languages). It includes most SQL:2008 data types, including INTEGER,
 NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It
 also supports storage of binary large objects, including pictures,
 sounds, or video. It has native programming interfaces for C/C++,
 Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and
 exceptional documentation.
 .
 This package provides the database server for PostgreSQL 9.3.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-9.3-dbg
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 18412
Depends: postgresql-9.3 (= 9.3.25-15.pgdg26.04+2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.3/postgresql-9.3-dbg_9.3.25-15.pgdg26.04+2_amd64.deb
Size: 12165340
SHA512: 802ea5d6d49059320e26c418795818167a6ec46716ba52df65e4d8a3178e9fc79447a80ac83b0214d543f9d91ef831d8f5d628d0fb110ffbc3a060ea14d870ac
SHA256: d0b0b424728ef9a9ba5ff1ebb9b8d9febfc9c11a0c067c406ed4c11d3903a2ad
SHA1: 32d19504eb84f9d9c5fa5cb2d295f366b69b062d
MD5sum: 3b7f718f684ec9e80ae9aaf2198df3f6
Description: debug symbols for postgresql-9.3
 This package provides detached debugging symbols for PostgreSQL 9.3.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 029671373557a0ff7f760599938ac45cd1a7b3da 033e6b90dd8a030099a935f381b7284e911c5a7a 03759a1beb97fd88c4de35cb6f23d0c5d41dac84 03b252f1f451999f4eaa7ee9015b111a4f9eab9c 05076bb59f09e85d6f492bfec3c6e131243decc1 066c497773087ee553f0ab984cfb3f4101d9e057 07d33bdcc46533e1dcd478cca58a52ca0897883a 0c9b2d521767bfeafafb2c8f7e8221aeb33a6755 0d04dc8d506c463da2d617c9d062fa4c0eb4c04a 0f3115f07fd47d90a393aac99569d00dfaf0e2bc 0fd22b5d828e1daf16db03f704e40538192609f7 127026f79f2e3cdd1b58404faf23977d5474b1d2 158039a043342de4e2b47f86c5d9793f765cf3e0 15de66a7c50cb557cccea2316d8afd2dcc91b092 18475754700b67b556583f5f2d3e1aa90875127f 1899a5198f97d41a42bfff3a002e06ef9e0ec284 1a88152dfc1f2829e8a7733a3343c80474ed0eec 1bb84fa1280473aa955bab602ddac96d8bc93cd5 1ccb7dd9a43b48089c5eabd28a3851ffb67e5de6 2148c6d05fe1563a5130bfcc62904b1ec03c18db 21b72acf5deac17c7ab92fe88b57a1631c3e31b9 227ee5a1fb061a270f2d4f67425e77403351a3e0 28e5e4d854885dfaaecd5d9e5267718e34e8acd9 2a9e53abecb49e4ac3443073702be27f51255a96 2b99c7302b6f77fb1c18bd12977c9b12bdd7549c 2dd80f0de541491d1a17f42f9a96bb9ba1a606ef 3175e0e06dbe2ead42712ea6acb2fe1573b30fa5 337726795ca3e3450341bb77c9b192ed12f4684f 3c92a50b8552cdc012fc61f8e7faf0006164abc7 3d32457f6d87e976cf17f9161490b0da1b63ca86 3e0b7c8ac7cd8c55ee08c898f2bc75890f8c2f4e 41179cab684e838aeb638c5142ea6baa3f0a739f 42b0e7fdfadf686c6c235f40f0e82d6d9e727809 44765d610687d33ad0ad2aacdba9df611ef6a1a2 467f714e5e4f4a03b31c37967bfef3126396b9a3 46c4ca7fffed0bb70b792da218353d9c078cf180 4a108cae13c9f8ad61f9097fa0f9b020a031156f 4ad46895b21d3493aeec3e6b02f783b3dab31fe2 4b4ee84d7e38d55b1dd33ee5bbc7de40a0805cdf 4ef956fff5f55e7db2d4e2975ffa5f9829ce6c53 518b892accc6bbefe80ee73bc7edc171e0b3b984 519e0d146a57ec0627ef3b3325ba50dc4b1635f8 51d73022d6c59cfd1a28c36080b460ce35cf2877 5528d525d590511981b8bf91a34c125c5077ef0a 5736334c662a552a25ddcc0eb07e9ef732a45e76 576022619f47d9c694319485246aba9102a6146c 57b3b93861d4bffba305ff2e3e8787775aa3b6e0 587e44e9864247b4a431ab3fa3972b53d64a79fc 5d50e2278299f409ce820833b2584572c06bc203 602a4b3c7c0a0f1b0537e9c9c184f484e79576e4 60df98e8fc9446a79ab573568e3410ea3a1676ba 61b5eb75182754175597e5a38c505e640a49662f 632b2650db08262662edb8f78872e5558bece71b 63c71b42a60435bc360f1a170a6835c7ad18a9a5 640af92d6b5848a0dced279e2ffecd01814b13d9 691d2bbe29210e6686b49366526297392c86eb75 6944ed6b32d56c118c6d18fa5f43a4ed6722c8af 69e4bd650c16cc034a2690ad233c3d7f1155f9af 6b09f0210293f4b27f619f21a6c89d98fc352c77 6d8becf3cd868edc07ac2a7487b700d9cb1330d8 6eb47e768b5276262f375525092cdeb38b1e5139 6f8ae7767cb6cfd170f83799515f3bf1dc18c97d 7498470f8fd08f26b22faee28894127f02ecfab9 7922d120a4c8a28cddd10fb30c6bf1b8c5703620 7edbd5d6cf6c2d3d25a7108194a0b088812ad819 7f74703c0becf3e09a38dd29b1f94f55c3f3ff95 7f76e096093affd75db4c72138bf18744009f6cb 8239c429515b748181dcae721a457479d68b20a3 827d962a64ed4bfdff92e661dafebf46234d12a6 8874107f40b21689000d1d050b4265e85ce6be13 8b0f32314edf46a367535f6bbf33bb243223f977 8eec38e72fe09be3d8de6a6bb9083cec0cd9b105 8fa05c59918bc74321e21eb7b486823115e755be 910701685b244f3b79ef0ab3b2f7257d1bcab62b 931d27026b765cb8f09ad7d606f3a19ddf0a7879 991919b8e8996555eda5a5f87888bb35151836c0 9bee13f12e16bdb02e0b8f4d0594951b3d96a1f2 9f138ce4a096f42f7fb974f039ee5421f74225b5 9fc1d6a4322ee9724fd51f102fa46b9cae6a19f5 a1f0b86fbf4cda24b773ab1fe48c4c7f71d4e4fa a4212d37e7324c0bb836c960d197ae4dbd475eb4 a67305031cff868a763cad961abc9276efb84c05 a688770fba5a83ff31b83521fa5cfd35c003bb5d ad3fd683af755c667739d47db4d6f7366aedcd60 aefb30c75dc0c00662fbc0981f20a2ec11e8bb99 b116497ae53a480b7eaabb1c44c686f1d8319310 b594e664a513a79437744fb29e5c7651b11eaba2 b6a1137faaa4919c966e5d6dc584bf9bae61baa6 bbed6d47664d243b63782448f27449c7b13000e2 bd739c0a102bbfa80dffddd0ae451bfcb95e2ea8 bd829157e16b79ba11ee26d229414b53158d4dd6 bf1c42f42e43ace48a10b05e1c0bbcbb36970548 bf5517085bc0ff21067585950ddec8a6b90f1e4a bfcc0e6b6c4840155a5b74dbf95526750138acd7 c31536b73e17fc4fefd5092f0bb9f4cb15926ba7 c4c2e1049f7c219c4c81d40dc1e72ffe3a1676ba c7e1f571cdd5538d7f48ff2ff74563dd51fc5c71 ca2753c41442f2634983e29b6909f646fc8b8d73 ca53225c5be56fa1a8a016fa274586e24d745438 d129d62c4175277b70228308ef5d624178f50f96 d2b929cb1720938d35e86bf9151f9bcb8b114623 d52750159dee0064048ef33244874d34e99c5aa8 d5ba891a4f3aa083385b8f5f5d0caa818b2b8839 d846f72431ff4ba4e5d116ecbb1b01ca05ce91a3 dc5f8ea4edbf5e685ba4004a7e094196675d35bb e1c3db8ff6869b3721fa9086afc9587ace4dc3fa e52780983d45596a420965ac6c57b975ce746d5f e69731c73b09b2ba6c99ed7253eefe17284b998c e8f8c9ee41cac1c195323c5203cfa422feb7bda1 e9e3b1ab0b43753cb7db1a5f058122a4fbfc3881 f613fdf3f183684da6bf60c0598c65c86a9bd8bc f8a5cda0bb6e271b40dd768a406b09c4035d7ede fad150bf90abbf6a5d0f581e1c0a7ed659939c00 fc9fbdf0ca3e5b6b2f16a7915ed0129bc3e9504d fe0c5ecde0375789b70b60e655533dc268cd7266 ff0dafce8a9b8b065caf334c76eebd4e98d7ca87
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19054
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.43), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3t64 (>= 3.0.0), libxml2-16 (>= 2.14.1), postgresql-client-9.4, postgresql-common (>= 142~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.4, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-9.4_9.4.26-15.pgdg26.04+2_amd64.deb
Size: 4021204
SHA512: 628de895010eb1fd7b914a0974491b32fef9215a0ea63847514cc54a16d36f91949f737f0f21171fc304c6d980e23e7acff4fe95c0a1eb72a46493a66a8505f4
SHA256: a1b7b3b9341c911d82897e38f5ae5282cd9f31ee8e4e9a3657145befd349a069
SHA1: 7c425da364eecd14c0fef7cdbc3d1f256cdcf6aa
MD5sum: 35a495d87978f01263d52d0d78c65fe7
Description: object-relational SQL database, version 9.4 server
 PostgreSQL is a powerful, open source object-relational database
 system. It is fully ACID compliant, has full support for foreign
 keys, joins, views, triggers, and stored procedures (in multiple
 languages). It includes most SQL:2008 data types, including INTEGER,
 NUMERIC, BOOLEAN, CHAR, VARCHAR, DATE, INTERVAL, and TIMESTAMP. It
 also supports storage of binary large objects, including pictures,
 sounds, or video. It has native programming interfaces for C/C++,
 Java, .Net, Perl, Python, Ruby, Tcl, ODBC, among others, and
 exceptional documentation.
 .
 This package provides the database server for PostgreSQL 9.4.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-9.4-dbg
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 19465
Depends: postgresql-9.4 (= 9.4.26-15.pgdg26.04+2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.4/postgresql-9.4-dbg_9.4.26-15.pgdg26.04+2_amd64.deb
Size: 12919196
SHA512: 5acb23b3d01df3138248ed0a2b155c5fe71c1f9ea6694eb4c8c495b5f6ac476bf6e718d7888383ad9877e7e51921384f42a97f8e7228d3bf3bd2fefd9e8c0dab
SHA256: e0257c5602fcf1860f01cfc66b3099e723ca3a67f6f8bd1ae42d07edd56c1bcc
SHA1: 0b071cecebfb8ec13bb5f513b91a80567b98d9c5
MD5sum: 2096742bc5eb64767f7f79f8540959c7
Description: debug symbols for postgresql-9.4
 This package provides detached debugging symbols for PostgreSQL 9.4.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 0446f46a4e9371b0d52a35d9646db45917f7b751 04863781b50bcaf1822bc609ea2f49d0e2e839c3 04a05e4e31992e24a8b7d421f7f4da25c4579edf 05b4b3278f510889dbc64ec84d6f06cc40b1c37b 06808d7f901a2f03a93da64e6e82c2bf3ea91eff 0afee63f9bf7a28269e6b3faf3d075bb420cb8ae 166a1e4263203c8d02675d8101675a754f0211e2 1670857fc35cf86411c644e6b33a8820b02d03ab 16833010f88d8b26a8c44c2086ba5ef7237439b8 174150b146b7f7025f5a83031883c3038f6caaa7 1972ca4edc4eebbfa667c64682322402b9e45d0d 1a379fff0ccd429d2af7ce91c69af1550228d710 1aa8723a871b228f22b91e804216811b5c9e8783 1ae29d6722f0ec37ccfe1791ee2c353b26469fb0 1c29584974a0de56ca0e9856268b9d87d27b0d61 1c29dc1a464d0a964485cbe9b53ebe1e906eb7b6 1c7b0afae966bdafafb704358a9998099a322727 1d45c09a965e2c20f8104ba7b9f0acb391016da6 1e2e4cf62c6065b9debd91f3f2c5420ba78bb61d 1f5ff490727b0132fa8cf57c2e7b4fa9ea9e0bdf 22f616159549c62390017f7da2ffb2c2ce5283d5 25871982a44258b084fdfce62761380c664ce608 28e970f30bf94d669db2dca1911073ab0d934f5c 298583b4546160a58b571aecce5a317376513f53 2ae25e318e0335c7af9c0b223cf4dd68faaa4497 2b910620b18e05e2b69fdf2af54863dc5e2d58ee 2f2a67bbbfda801f1a70306690104f0072215d6d 309b655aa6cc5c97fd2e4ca54977413d879c2644 35722163c6940b2999cde72a942d081cb991a8ee 3634c8d63d9fa1a9d26e62fdc78c7b9b00b4c422 36c324862966502c0657c76dcb3151f405cb5485 38e1cd696883e22b9dd959ae63d3e0c5147bd70c 39d4c13665b8c61ee2b99478ab7d0718a2cac102 39ec0f3b4450aa7d50832209e0c38b1dc57e4848 3dd57bdb1fc978e80a950d1346ef8eeded412f5b 3e8b2a7664be91cda62205af8ece5b32e96fd3fe 3ef87319d2596f8ef82511e6690f50bc460369c4 437764e918f1eb53eb0fc51ef4153c26813221e0 47d164fe9dda99f6245f0c71912fd35fe37cc027 490a395998686c985237c22123fa4ea7fd89ceb3 4b59275b2c5ea95a8b276898e1d04b551a7bef68 4bfdbc398e993a546ac389089d6242af3e3e7b3c 4f1b704d78b06587d61631b12f188ab4d5dd9e2f 5338fe87efcc3c543c0c0ab2b9f9a8a1bd9060b6 5365888c7586e25a7aa4971c756eb11e34d1cddd 585e383e9031a3552c641ae4f2d2c62cc88aa78d 5a28daeafb152ecc2613524833b07a95e84a7c97 5b39da71069617bf2122646d96fc355781ea2898 5cd824c2cd14e89e223da04bc01d8d27d1667b43 619121c41219cc8ea61e0933ebdec6e837695ad9 6489bf1fb3bf1a71f89d41cb5a0c9cddde33bbec 6909957d001ac82d1cfa5c086d8f7b4e3428a728 6b624b49cd98a40240a34d93af9ff006ebcc0387 6b9234d12baceb37e18b993b5ff2822cd3d90caa 6ce2560936c2a6c7a7d3ebc43f8af977d0ce684b 7108b917b71f949b212226697c5a3d8e3bc3abec 7186643975259ee9d04d2c89c66d056d961956ff 71bde4ab4c3fedc0b1bf4947ede54d450362d1fe 7312e54a9a22a7335e6db62968325e30720a0992 73eb0144e7111c094ba159bfcf4b0e669d52e17f 75b2c10a8e7aa8b48dc56120b7665725b3856a3a 7bed5bd423cca173b89bd3d750b411281bff7c06 7e05d3ba0b3145fb3476fc286b3f371517e058c1 81440cabc335814ad0700e8c5af3a5c9c499bdbe 81bfea28ba8a14f91a24f12291c032fb9070924c 85d4aa7097fae59ee62b7e8dcd0f292e17e058c1 862fbc6b9d1df6d52f8ec916cca538b234de8e1e 882d4ad13bf3fc7d4882fb36b63df18564c6cec3 8aa35329ddebb0c6b8a21d6c70b28f35b947b6b8 8b09f43190bdcab477cb91ba6a262d1bbc3a6594 8c4d7b03cb83a59db7fd8c0ef000784ffa0194e5 8e9896ee055c041c888240e1ee1fe2df1c45a75e 90bed6e3df9a3a3f7fdd0545485ec7d79443edbb 94b8379c16810764426295eb7c79b64683951647 979e7e5348c358000edf3e62bb1f344b95c25f3d 989e7017ac4b735259b1f3874e6ec49d11ee4c60 9a91a86abb959cbb5b99364483abdaa818e7cd1f 9c7c1adc31bee1a2184fb9cee7173754a18db35b 9d33a654177f974c09435dfd9c81d2ec42751fd1 9d5b55349b3c13b69b3b567a7634f2cde255f788 9feb1b8f0f6902280ce6dcbc038aca76fd90da38 a11749a3cab81b9eb69cd906b0fffafa7d8b8a96 a1b1e2249172997987e3ef5e3a6cb1f0afcae57f a579165e33ec6cab05c6748d412be491dc7c8a0e a64ede038ad2db02eb85d33f0a0a2033e77130c7 a97a7c2365352f1c4365110201479b1c1edc040d a9c488e9a18c07a10eb6746a0ce3ab1420baac14 b2773045b67fafe138090ea43b5606e4ac3816f0 b3044c7fe726cb40d63ca2d97ed47fbc77313db1 b6a7af4e667c1314d3bc27538b723d936b1bfb48 b76edf5f86d98abd718d13bad0866a6b09301d7d b7b4165c7cc05bec0b88d6793e704382b428d4ab b7c2d28485aebd47f68b1dcb02b23d2f94624d11 b818d90d9679c33b3be06e2e31a8cab168a12c30 bb413f21e3d0d3eb1eca1fce115fa5a4dbdd59b9 bc308b6b1e88fc9d53aa8b62b4508a7dbe1e9a4b bcbfd864d671985b92dc34c2535f710e6f7c517c bdf02ba7fb806c68ef49d2f20e2ecf09d6d1cd27 bf45230178ff172a12fd7164f2380c2b700e09dd c0e0b252b49e62e200a764517648a00f43081eac c87d639f8b64fe234e57bf933a70f3183fa2c6b0 c9e654c687f30119ae5e9a61133fe8cecdd48d3b cdffb5151f8a6d3ee3cbf6c4850c2a6171e3deb7 ce7709b409c83318c032049d5b38e5dd4dd7b980 d1421f3bed610726f9bb6e1e2fecab8e51f19e66 d30f0b348a15fd05e49c5983263297e85b7810af d359ed43e6e4e0de8a95aa3c6512bdfe13fdff3d d4b2adfe2eb6305ff977281a6ed38662f4f87227 d508d8ffeb687d9d53c2f90389159669a15d3c94 d74e29c91fb92af3272a4b26afd12c07f471ab18 dc19fa285ea39202c4dccfe41d4c6f69f9e71751 dee27ff0d953c81dfd7bbbe67700bd1580340695 dff7979d156e096550646aaffadabd89efe09334 e0ca05c8c1b1d24dd6826349e978459449cb4be6 e12897b1cb5bcb6672d042651ce15a7d4bfbb17c ecbe973841f0c0386ed6dcc54fa4f844faa84dc3 ecfa8bcee8677c56d3c0173872c588b3182e6593 ee8178322462ac461b1a986d2278138998879337 f1f4320942c2fa681960cea06220e0a546a67652 fe042c3b39e0f1b9005a03a90dd1b9ada4e84d1a fe0a852abda16fac32d5a745f7e7f672a3fa9af7
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 20302
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.43), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.0.0), libxml2-16 (>= 2.14.1), postgresql-client-9.5, postgresql-common (>= 158~), tzdata, ssl-cert, locales | locales-all
Recommends: postgresql-contrib-9.5, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-9.5_9.5.25-13.pgdg26.04+2_amd64.deb
Size: 4358788
SHA512: b4eeffc3f90512fbbbb864812888715d09896a8cf753aadb320cba04cf99d7a9d68bde1630192e525d17a711cb2b47722d5a58412e87e3d478df96c67be5d68e
SHA256: d47089bdf6765fd17652859513daff18c70814f15cdcefee4d95b035660a9649
SHA1: 6955e58b4be698f6fd1b8ecb78f6eff56fd4e167
MD5sum: 08aa05df90e57d8b84aedfe873c6f17b
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.5.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-9.5-dbg
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23483
Depends: postgresql-9.5 (= 9.5.25-13.pgdg26.04+2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.5/postgresql-9.5-dbg_9.5.25-13.pgdg26.04+2_amd64.deb
Size: 13656772
SHA512: fbd15deb137f7d87f68bed0dc3743e0f713fcc07b305c4fd0b5b33f38dc829da3eddbfe19fe223e9485149ab93309c1160ccead71fa18e0fba6822b0db278165
SHA256: 88cb18b49012fac17bdf99897c1d425d66e9666887a4dc3f85f616226f05e513
SHA1: 8d96fc1eb49d88b27f8d68e14c97b3851e29900c
MD5sum: 5e2977f9d19b85d97533d0b09b20f1ce
Description: debug symbols for postgresql-9.5
 This package provides detached debugging symbols for PostgreSQL 9.5.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 00edc15ce2ba9c169279c940fdc6a5f793c66b97 01e677665f3072ce08c6d089735cd981ea4da12e 07d5a48305d0c3f6fbbab26da49c21d9a075ab4d 08439e2af19c1278055200bb2927d29c3d427fa6 0a3a808a17c6e26dd2de327ad34fbac65816df36 0ad286d99dca274d5c887e21d33678becc663a60 0b9ef26c27b7ee92beddafdaa450178756d64f8a 0e8ccce88a5ebe913119a06fd907f4a51c7a24e8 0f52b4ac998abd661c108c1194e34d3ea51b6144 10aa80d1828f89a963b49542befafc92a0c7bbc6 13d31643386f90566f50f1c0a5c6d4a8a103eb93 1473eea60a74c399b4086de228110c51f41df122 15633ec65dde7e8a5668e63e8f76a0e1047059c6 16adff5218366ee10a2dc6369fc8424d09718c6c 180b3643f00b87a8b9770e701eeb15f220f42591 18936857561cbfcbd10aa183550c4861a58f7256 189acc793ed70f2c98ca55bc64b9b024aaf4ca8b 1a053d62933ad0a31612f7a5053aa3308f11fccf 1ac239c5158395bf325f30c76ebf5bbc62a7103c 200d97bd0bb1782586410d3ec3b4ae4001f2455f 210e9999b613f77a72a5bf52c22693a2496ee0b5 2760bb4d7092eeb047ad80a37da38731256abfa4 289909e4c6295a9e1b1ce8fb0a996a5dd1f5c5f9 2983684376aacd491cbf3a0c310b41d06c0ed603 2ccba88ab284c9335bb94f63a24fc7399464c1e8 308d31c8bdf739e9465ea8b1baf06e89a9984173 327aa3493f8bbde4324a0aff18bbadebd820a50b 3b4a40eb6c01d467230605cda7235626ed3c57ea 3b8be9cedcc898e6ba5c2d0e8cc3476f04e31d9c 3e6cfe0a7bc6f0da6eb77b6de8c87710e52e3151 45ccade5ec4be9ad4587305d2094fabe6ffb5d15 45e663618326969f4e7d7c1011e07ba4f3d0227b 45e9143c3639b4ecb4bc2eb68d32efc153254843 4634a52a3992b33d4e13112656c71c77a3702f0b 4bc8998902f6214a6569818029c96c7a474a8c4d 4e35899445b42a9e50b1eeed9adf2d9be04fef9b 4e3cd211761380a86b76bbf75cad27ec1f524d48 4ea6c8175cbc3bf08e3e820e911bb405e6eb2456 4f4d78e3fa7b4b62abdc989dc651d57d0d043c20 4f8d4804ace92ab914e6d5f9a7db2eb6d0204f8b 503d7d106a0cd97b3929babe965bcdd0169adc07 54dc68d569c02302f03e11c6f55318fc45121fc0 559b5d915cfd5bee04f4a8dfe7532bd25589c3e4 59f3a5c27b10a153e22e38b425d3c41df158f585 5a1aa87999716444417e0002e7e8ff3a397e330b 5b8a58f706aa97ab9ea111233f51954b2a184540 5d867f330b72906ba49d7448b539a76d275f6e23 5f315be9697f83c0dbdb7b4ef11c65343089448c 611059f0e0a3b3c949658325a4add64f96a69c1d 6141456707b8a3c4a56ee5a5e8fee0a9184a4a78 639883e0ab2429ba46f19e886025222c6b9950ce 6497753384235695905eecd0c390a410d7481244 64f99a5802743049a5a4f327ba7199ca7bb769e3 65244055541c12e48adc12fed997ecdc72c0fc02 667490df54f576e9654ae948b5934b2b4981a7ba 6de9bcfb8901ef7a86e8469bacd6d564dd60de33 6df961e4216289cc1d58e344e60a74655fdef6c0 70d34d385190e04c988bffb89f32caaa1bea449f 7139bbe31a7e7bd5469f33856ba24d0f87d79c0f 768dba9fc05b9bfb045904ddb74259f7080aaac1 79bdce365b4c122ea2981b419046d5576bd6ad7f 79ef3878f1d3c504de8a4ea3266ee489ce3cc217 7af918ebb39d34428a27cd75cd168f59e375daaa 7da6a973aa37e394a76426668bd9f53eaeca2378 7e57fdf07e1f99c618066f8d965fe323e6eb2456 817805ac61e524a5b322899e0781cfaa9488709d 817f1151bb3db8f9ba9d683ee10af2c84d8d5327 81df2f672423450aa9f914fa87a0902bcd9fa400 8437549ad6b88783f51c888dbffe1a2bf1a74148 859b48f61adfa5aae764b045cbd49daf10a42a11 8662c285af5a4f3cbf60b799c90b8233d2a57846 8813bff34b38c3336d95ed821f994571359dad05 89e3e36b756bc93f9ef79388eb632cff7ed8e0af 8a78ebf45e7c0b883c2f573f1cf4533b306ec0ce 8a8b81b21ff01d43d0678537df2553de0db85bc5 8c1676598775b2330672aa0118f900605950986a 8de51a7bb4df78af6727a08cdcca2ece9f6d3287 93c3b30b4a4878af3f77ae0979c23eefb0d8ed77 9a6c077702fa448735ac7dae3f0c834a2fdd260e 9d0d37618f78f09bd503fcaf2458049579358fd5 a08e55c3fb82f2c0aed42a6ed40d5fc66e4c8725 a34a5de492eaa74e282ec28c0ea88de86df79be6 a45081861b3a0abdb09807acd6e77da99dd47223 a4cfce8a01914d73ff550d43e2a18ab70ce527c5 a5c0628abdcd6a47af7aff85d9b1d27f370268d7 a8b89aeccfa0707f123472d73fc6dc324bf2c836 a9f5bb7a6b9cb1f58fa5119305f13ac1a3a221f5 acd1b802782d86c7fb3f6856da2100419dac470c adca99bd97d9f4cfd8570c8639159eacfecf1500 b0308413effd078bb0b6c2d6eb6f8db60a713a7b b1f2c3b1791cf64381d6072c78a3ad2563b4afeb bf4885829e3c09de4144f6d9835e5d94faf1f4e0 c6da1e5c7c0ceddd690e40fc408eae7368958bc5 c890cf1d57127be2a834b85068e0248e42a5c504 ca511957314307b58b2c0c7e0aa9659291a17c19 cf864763cf2ccb96815526133868b95eca63c80a cff72634eec31157851edc2cbba66b7505843701 d05c9690a2c70d8f0a5b468f82cc80a707bfb561 d575fb5b282ab22d8dee699145e3c07a3273b944 d8c036a5d71f5a5c405bd9f3ac8ab1deb8b10a06 d9fa797cc8b6187f935f5b79ab1d5a460285a988 dae85af1fdd336cf71ece5d47ce1e9391fda6a05 db1e8ce44455cc0fa600b2aab0bc73145c8ae309 dd318861638b7310069d67742183451fc05c87ba de352051d96e45931d3f4bc1fc8b2538700a5699 deb72ad1adad031191747e5e029e2c4508cb491d df124cf463e62571c24fa061ae61312381ab5d54 dfa30b037698b8bf863d9768182ec5e520413ce7 e48e9b34a4e4aa7077bb6ceee983f82c2da4dbbf e5ab454f92cba87ba739a756939b1501d4902af9 e6eb7c6880a7e69873b3a55263516623247e2203 e7472ce3d913b01ae8a2cad7998cab27ef485e3d e8f007dd575905f63a5228853bac1a9f9bb70600 eaf990f717195b8ad0b26ffebe10183928a9da3c ec1969a39543bbab979342f4c865230399bcb5bf eda826fd0d52719e1e47483210bd20fd50d824b8 ee1287908c3b8cfef7ee320f6532ffc0ca654f62 f43f5415ead7cb0eb437e47437aaa88f01f51bdc f4a75bd4a3989d18970a2fcd5e5843124ff4fd09 f5977a7615f1ad7ea52fdf901ba7d69d364e2462 fba80ca02d82250b0d9134308ee27ea84e068d6d fc68c1616439cab09a9dac2d4a6d11d265458f3e
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 22076
Depends: locales | locales-all, postgresql-client-9.6, postgresql-common (>= 171~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.43), libgssapi-krb5-2 (>= 1.14+dfsg), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libpq5 (>= 9.3~), libssl3t64 (>= 3.0.0), libsystemd0, libxml2-16 (>= 2.14.1)
Recommends: postgresql-contrib-9.6, sysstat
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-9.6_9.6.24-12.pgdg26.04+2_amd64.deb
Size: 4647960
SHA512: 1fb852d5892c3ee64cfe6b8b052558b2334cee385f0c88969b7bd901e551ef68649ffefea0ec2e148b0a4affd233c31d8e9a61243a3142874b2c18c8cea6f6b5
SHA256: b5920933c89db9e5df1ed792bbd5e44c4dec75f20428daea7ae9517b6e60c33e
SHA1: 39b6de497c2b5e8bb0ab0f9e29a5aa5529d7acf1
MD5sum: 4d5b94095855f5ee29903fd6594f8882
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 9.6.
Postgresql-Catversion: 201608131
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-9.6-dbg
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 24539
Depends: postgresql-9.6 (= 9.6.24-12.pgdg26.04+2)
Homepage: http://www.postgresql.org/
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-9.6/postgresql-9.6-dbg_9.6.24-12.pgdg26.04+2_amd64.deb
Size: 14473588
SHA512: 8205b8b8b5e14632d1770b8dfb003e90777cb6bad8c16cdcd1658da5be8438307fce78377a779b2d8974c9eb2f2b107b9d74addd1f8ac77f4bc2c6422acf77d9
SHA256: 28b36110d0bc653e766739f1c95564eeb20d1ce31fe5d149d8893f91a356cdc7
SHA1: d3e9c1da7685721b6d0d12cf8b2639f8fac71271
MD5sum: cabb164361db1f01ef4263b83d6b4403
Description: debug symbols for postgresql-9.6
 This package provides detached debugging symbols for PostgreSQL 9.6.
 .
 PostgreSQL is an object-relational SQL database management system.
Build-Ids: 08a64014cd9c4778f19bd450cbb579c5191d8469 091458a7633d194a93fa4a0d2391c70f83bbd14b 0925c22e0e604d1c8841ae0b0669dda3758fb3a7 0a0c30bace4c75f52b8c692ca928e0b90189f3b1 0c0bd8c1eea691cd33c4e89c67f18558950c37ba 0c5cf153ead8dc072eb7a041ceec15d7498e9482 0ec4cbc397ab1a7f24e0fd75b29bac51ccc24a62 10ecc76c4b99bb8959839ba8439129b8f6b17841 117acee625f13c1287654105917fa8fec28c9307 12cd9880b63e931281bbe0f1c34f9d1e0d5778f7 13e3791ea7c3dda334075f7def572e2def1f02c6 13f006b3a258595e67b6dba1bf19de07c2a638db 15d528002d176c5c6494596ad33da666df4c3337 18e99efb9501e39998ee82ace4afa8b5ccd13e77 19001cf418c9ddf09cf7a05fd9e62c0018624ada 1b49c043674bf4319a17c42fb379c12d155ea781 1bfac5707d5defa356272fd4de7e12ea7c9b67a8 1d880e9f316b3187841d151b406dff3112b7acc8 1ed183382de3e0e4fd6c4d11d0c8822a08a6da45 1fe4d63eaae970381127c936f31fa0f4c666d8bc 222aa7d559c88f47bc8ecd7f65b65becdff990ba 222af5991710534a0cfd9c8eb00ddf0f289e3521 224e8939ae877b0372c06af1e219bc0c3a7132cc 263e2e4cc09ce97c1466ac50382fabb93f9a0890 280babc04f63644377ad03e0dfd655a5084053c7 283617e5543cee821a6960fbe58831d7e4d8c099 330186971c10fb6843d9a6cfe66c86427e758b44 34d2a3ca55929bc5527838f4c82dd511ae3ed486 3886865cc695b78205446e14ac2c16332768955a 3a4b2b8e41626b453febb7df61f20b3ea6296700 4115dcad39117ecdbf6d7d7c9adac78d9bc300c7 45026209168c884b7047dfdee20c74545ed8a799 4596bac0086efac7addcf691720353c868772817 4b3987d8a8593ac3ea96e4e95d9eb8772d3ab674 4f7a6c85afdaf62770915fcdf3470147438f0e73 4fb346fb4d8d9ce5e82e030b74c1b74a571812fd 4fd44633885965c35d2de1edea6c5873abca205b 50088581f24378b79d8f149db458e44547de29b4 50531dce7509fb06a0f7c1834883a61576159a60 534cde5c63344fb6f27732f0c26622799cb8ff64 54395d52ce0c700105fa067695fa74ee9301041a 5510c31d0c236ab815ff9644573c7c4c039b3c9d 5acfa5919fd7816c4c049ccf40ed651bd4dacff6 5d9714fe81304e684d0a245b39b45c884718d649 5f9e6f5239654f86771532a8b4bc3894619def81 60c9c9a1d1d1b4ffd7816232dac8f1493d3cf5a7 60eaba309514f612e5655011133e6c4578c2d81d 63cc4f08648e94898f18ae8e2c75caac1e43fca2 647785a93e295c7a5bfb6ee149b69ff8183f5e5d 6cdad9cef303a0abcb56c8a6c9ff98e2756a3630 6da5433d49edc1dcbb7e9a5f80d25fddaea22b9b 6db653c0ac176f9bf8a0fd0976d39956f5f5c92d 6ff97fd88ce838c226232d1ea626c8c435661d87 70edf12cc2344cf8b7ace0beedd3b7963c1ff412 72bdc41776ebb18af9a50257b1af7822363be2b9 74c6c59618cd2fdc31b12c2caeb910cd08b960ff 75658b9a383eb244c14ee94eeb806864db84938e 760fd22fe02fb3447d677c6b6d517a37cf4ba6f9 78779247af0402c3946fc6167d8fa0fb76a6afdb 7938a751747daaa3288615a82691ccd6f21da269 7df144d93a455385be5fc9a81289a30e2835f487 7e5a0039c045ed537369f204b41138d97776f597 810c53bf653b59168c85b7cd69aae414803f3149 82f2cbcccc1ba0d8d9f349c9bfa348ac35bea739 84d7a640e5ecb1992c0454ab18f4af6f72f5e82f 8622d2cb9432dadf7302881684a5a0f82a9558a1 87385c7682ffd0762ff493dbbc8f0acd264f16ab 87ffcf3d02350aed45606fb7ab3a1da1f7fe413f 8a37eb98179454e4771dffc7fb2c1af177cd9fbf 90a2627b5860939deb0da0b1794555ec68565c92 914b9b788992a2b5b3a19d076758312f0d24a337 91d2df608854747d61a48452b6fd885311c859cf 93f50161937ef93e71084f4391df51934ed36513 93fe86461a273788ddb9475106502634fec1f563 97d3bf4710fba17bf1dab48c7efe74f06ed1b000 98c2405cbdc8b96d12775caa84dd0f7561aa9e7b 98dd7a7f8c893184a9614a98d053ff3bfe461c26 994404b3863aa0c229b44e074d84dddec8f18ed7 99a1e8beb2f95972834fd5174fbf727e2c804e94 9a045879e89c2e66266655884f205fc132475bfb 9bdeab280fe935140fbf4bed51e53d9287187fa3 a126ca66eead2b109e2dc5f38377abac9d6f061e a5082425f5b10642e14e829c05b7138e9324b2db a6a9be2eb08da2f9b4b9ce8fc9afccbe6764e5da ac0b84c2753c1e77987adb95f7dc82fa9f8a9d8d af33189e06b4fef62dbbd113ac00765142cd9c7a b1315baef676c377cdeec0120f2f9a85893e33e0 b1a55357ecf387a2c6875b6928042d66077321a0 b1caae75ce95cffea034356f335839a7f6ff7c6c b23b0ffda1506eee3c1de3544fb2c1d6737bab5d b29de20ce4c73968dec7d8cbe31b9387b1aebf5c b3d772b30c1179384e2cac0a4e3b9f504444af35 b8bb91ab3d085e9c2381f969387d845a57d56e0d b8f99c39cb7472f21378c072b8e9b62fc607cada bef5e5b2b1bb624d76619452cbc2750a766d215e c018c074d1761365d01bde2b514bbd91d4dacff6 c2df47fca513721b859e32a4517e64779d341969 c3c6c4b8e10e5b6003fbbe1f34b5b5bfd2db1425 c8844872608c204f1391e3152d4d4e8e5ca75047 c913ee66844fbdea7f637ee683718f05941683e3 c97f92412d52bf6aaee5ca4979874fd246443a9a c9e5d90c70813a9636ca7791f522b48240c206d8 ca0910677ca8685f04ae1a81ef6a4e3a724bd3f3 cb80e05ac3cb3f8e85d739bd89aab2762198fe3b cc60e7b1aeebafea6488d3f54e78f35ab7fa505e d557f0bd631a3899b44e6419cbc3d766bfc85b05 db1389276f34ade75cac2aca6835e64d97c1e413 dc25968b7877fcb83c4f35d1aae08ceccf168ddf ddf169fa8a32b6bd6ebab2a8480ac5a0f53736ff de448a10d2fdfa8b5240543ad78cf1abb30c5d61 deaca679495bb9e02bfc670079e4fcc3423d590c e8fcde0c256ec56462b1466e92e44e7f19c604f9 ede2311a4d1995c5b21731e7070e00c512ddba30 f0db9b4c857377d46c88199f33797882a793c290 f26f0540b8ff25ec88bc054692af1f46a8c62ce6 f3acbc82a62142d0be67396b7c64da2a69c7dbff f73a6d929e24fa6cde123ac2736a26835a06df65 fb2e4cd2f7c9ad98cd2a062b89a420df7795b9d5 fb7230c92a2872bab5954b8659226a59e37e57f5 fb8912242c106f8f0e6703b9b90e350c778c4b2b fc7b2714b160b953290bf767b2b201251da08d47 fc87e82b7f1fec1778e7e8fcac4bb1d9016e1cc0 fcd4c2eec8be8ac031629de6637b5d41dfb76e55 fd537f0905df639fd595a204999d67042ffad6d3
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-10
Source: postgresql-10
Version: 10.23-9.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6035
Depends: libpq5 (>= 10.23), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-10, postgresql-doc-10
Conflicts: postgresql-server-dev-10 (<< 10.11-2~)
Replaces: postgresql-server-dev-10
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-client-10_10.23-9.pgdg26.04+2_amd64.deb
Size: 1435640
SHA512: 6e6390eb5dea6ef4652dc644b114197007f79839ebc1894cd2d76eb09fcdbaeca91f84488dfab823db5104a17f582794f8b8e6ac8832f23b04bc54a5bc7432b8
SHA256: a9782b0636a7da7a606f665a896b5751c2b6fb689f6f4b6f79c78f3ef4ba4019
SHA1: 33fe1689f5d41021069e7b2c73cff322909d7808
MD5sum: ff3ce05b1f0bfffc3a8d2143799f8d7d
Description: front-end programs for PostgreSQL 10
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 10. If you install
 PostgreSQL 10 on a standalone machine, you need the server package
 postgresql-10, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-10-dbgsym
Package-Type: ddeb
Source: postgresql-10
Version: 10.23-9.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2397
Depends: postgresql-client-10 (= 10.23-9.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-client-10-dbgsym_10.23-9.pgdg26.04+2_amd64.deb
Size: 1361420
SHA512: 2ff262501e0c23596769b2d49b8182d267751e10542c4558f41b67c4efe1c930ac6368f7532fff961c6f7f89cacfb338343a77c1adefe0612855559456efdc8c
SHA256: 16e421fd8f7c702748a809f0acadd796a81dafe6409f1d8b9ad1b3696f8c2fcd
SHA1: 68e4fdd5e2233180a94ee961f27a22acc6db63c6
MD5sum: cdba56d574366012cf5fef51dee89861
Description: debug symbols for postgresql-client-10
Build-Ids: 2647cd8aa144689efaafe620c1b7bd5da9129b7a 2d1eebadba2d6cb07f011d9d97cefb42a9204ea2 2dbdee194e52e3d8a61d064e1ca5fd0577d11166 33d5135ec0350aeed367b1d7ae4942862810b861 4944668dee068e1897a7b896bbd88c0a9cdb9969 4ac3850fc5403a9bfd411ac82347f89e3b4a5e8b 4dbb894e2ea052f8a451611245b01a8f91ca96d8 54f337675b0a8c928e0a042057bb931d082259a6 907ee6eb15dafb3b9374d244a2abe91a00ff043e 9c24dc5fe256068161dd5a98dd332c0812420b9c a7b9b0f2429ad6aab995699cfe40df2171a24254 c66f5c17aab9f5a91dc4753cc933bf9ca05ddf6a c8df24fd457caec2daa57fe9770085bfb1f9740c d505e1dea105a5abba94f5527b9a31c3479b3edf de8c173a871093fde068f1ca6f080cd6955cd347 e224d374b38fcf5562282dbc65c9c57eac6aaf76 ea9eecb1f36777f8604df3664e32e7914491be87
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-11
Source: postgresql-11
Version: 11.22-10.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6267
Depends: libpq5 (>= 11.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-11, postgresql-doc-11
Conflicts: postgresql-server-dev-11 (<< 11.6-2~)
Replaces: postgresql-server-dev-11
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-client-11_11.22-10.pgdg26.04+2_amd64.deb
Size: 1485008
SHA512: 63227a8d814a3f4ef9d7060dd3e68087c5398fa40f2eebe2b981e81424b48f40211f48019e184fbf679db31646c968a0d1e0c2246e372725da4fedeefa4e6ced
SHA256: ec65b1e7ff446219e21807a6a38ce715cbf7344c65f1ab659b44fe0f23e46a5c
SHA1: e1ef568b570a358ec1c54f63fc99490c10e03163
MD5sum: 4f6e91e8c5389f57cd549465aec1a9ca
Description: front-end programs for PostgreSQL 11
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 11. If you install
 PostgreSQL 11 on a standalone machine, you need the server package
 postgresql-11, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-11-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-10.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2436
Depends: postgresql-client-11 (= 11.22-10.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-client-11-dbgsym_11.22-10.pgdg26.04+2_amd64.deb
Size: 1377220
SHA512: 5c9beafab796cb7a3b5696a9ae1e6ad3b119951094d1082ccb589a7e116353f268d4495784e3623a13bbeb43532391514a9a5f988c0c061c376a07a4875847e3
SHA256: 558f31f8e4e81f5067f83856d8bb7449daa4b20ccc644787baffd8314bba575c
SHA1: 2089a11d7766bc0e6d5c8039ad32f64c57aa3f28
MD5sum: 36a64b3865d8991e831d1088334af1fa
Description: debug symbols for postgresql-client-11
Build-Ids: 0928895652374e3946208eafa493dc692dd51786 0b4304624c17e1f1390e19c07ecc2e20fbc5d674 1cf3d820f3df6acff04b97f6889292f8e0d966ea 2002efb1b42e05582f76d50567eb7a4b2a133bd6 20b7aa4c53745549a7e1b8d68617875727cce72e 20c5e946c779c7e59ea42e824b8aee654952898c 391033aac304c09f5846c12b4140946e5e0060b7 395486a02e8dbc3771efc86e6c818b7d2df19eff 964b58a564dbf2392234802735d6c676fb750944 af4229dbaada0c76188afc48c0524fb749a66b0a b5060990103a89fd3033837605120123837d4192 baec801f26db53ac35d76bf72690f5cc13432e6d c7bc3484b0c7ce81fc99b01bdc8fa535b350ccb8 f2d9f4062fd380fbd67d82d50b9487f20a2389f8 f3ebda3ba26fe51cbef9430f07ca22b80f2d4c45 faf188e43162c4fdb8ba5f53eafb3f03b41daefa fb268d834874b97c3509983bbb69b41dcd26b086
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-12
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5831
Depends: libpq5 (>= 12.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-12, postgresql-doc-12
Conflicts: postgresql-server-dev-12 (<< 12.1-2~)
Replaces: postgresql-server-dev-12 (<< 12.1-2~)
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-client-12_12.22-4.pgdg26.04+2_amd64.deb
Size: 1439156
SHA512: b5112f538eadb5004a1fe1fd8707ffc39705f915158a01357f3944c2116eab95f95e7d76cf9ce2e1761793c17b7300a00d86fc7c9888d00605b0a8582f76a74f
SHA256: ace3b5f5a246c9867fc435ee17384686c1866b0809b2b022c98ec52ea1c3f141
SHA1: 5d081d06c34f1b572f9d01030e3096c7275b74f0
MD5sum: 5c812b54a78ede881deb7ec98ede1097
Description: front-end programs for PostgreSQL 12
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 12. If you install
 PostgreSQL 12 on a standalone machine, you need the server package
 postgresql-12, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-12-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2735
Depends: postgresql-client-12 (= 12.22-4.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-client-12-dbgsym_12.22-4.pgdg26.04+2_amd64.deb
Size: 1498988
SHA512: 121b8ddab395da5762789bbb53a3e931c5bf881b3636b0fa0fb7990809a4b91675c2d7e5d4cd57ef67fb89f1c180ef49e92538429044437e2117fb26f61945bb
SHA256: f4452581fcd5154b3987729e878d1a389fc8a710687c8fb6a81a8a291e62d5db
SHA1: 5de464a583385ae38c956dbf7cc1e51b083e2d64
MD5sum: 1479b1c401d668a9dd7099bad0f85322
Description: debug symbols for postgresql-client-12
Build-Ids: 029e012992f73f747321085971ae423fc2d9098c 11cd08f0469b3c3e30a351130b818712a5298e8f 14113cf675c6bc8794ec4d6e3f7c263d5179956b 383753190720719784c832edac21042bdcb877cc 45eed9aadbd46b9f1303adc193b60e8175172364 4821e86383e674126d8cf130a9016c634c8c93b0 4dbe2d07dbb6ac15038c057d4ce17c23a68b0c9a 515acab23265b6c2971a1c13dfdf00160019a7f0 5a1b45398325591a58e9d01aca4714118bd4238e 721a227173c6424878e6521b75f66b01db1b26af a651327fc80de673b3088cd664e50cf53739e8e5 a71529fc7f91a11114193001ac25d176c0c70fb4 a86b4d67a9a62616aebda43a12259f07bc476115 ad9361f23f84589566e3c115abd233221e0be613 b91f4b95acf5338f41ddabbea52ad846d338b2b8 dde7809016cd22350c6a8712faebc6a740b296d3 df043e8789dbd40be9f1da17ef6deede6aac6c22
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-13
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6361
Depends: libpq5 (>= 13.23), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-13, postgresql-doc-13
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-client-13_13.23-2.pgdg26.04+2_amd64.deb
Size: 1539912
SHA512: 93d9ea391c60fa6d3a31ab67a49c009780b60d0dc07ee0b81e9f5ef12e726e2b30e7567a83675d1c3d97042081b80d86b7762d5dacdf1d89c59b1f7166e75590
SHA256: 5d52c34184f9085f84cab03bff723afdf80515feaa578987ca82c7a4818b01e6
SHA1: 20cf8a594a18366f406f8fa472dca54d6255655a
MD5sum: 82473fe60ed98b468864a8fb11f1c0c8
Description: front-end programs for PostgreSQL 13
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 13. If you install
 PostgreSQL 13 on a standalone machine, you need the server package
 postgresql-13, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-13-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3123
Depends: postgresql-client-13 (= 13.23-2.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-client-13-dbgsym_13.23-2.pgdg26.04+2_amd64.deb
Size: 1739024
SHA512: 71f34e4a7227682716f48d1d1d5826d02b48516515214b80894419be8686e933b9a630fcce81f8ecfd7544acf1e8784ad10450b83777c86f02c0c3fa5e74e641
SHA256: 028050b90dcd8315d062f14e572b29db3f7840ff2e5032169c17a289003d6bac
SHA1: 8c30ec4e45b412072a5a9fd5bde0e77de7cdf2c9
MD5sum: 312ca4e2d0ac62e5e178309a2eb9c67d
Description: debug symbols for postgresql-client-13
Build-Ids: 05c34a3b77a0f626ce282569a9d3e502f82d9dea 072814b6cc5cbec9839fb2cfc58127389dda9305 0de23253ef8f10b49699cc64eecba9d947bba986 20d001cbbc58a4849424f9ed7a66bc9bd5888462 4fae81445d04cbc67385a72bfa81309b0155bd7a 82dd7a480a31fe44ed6e3ab7bfc9c0d7f145423d 893ffed8ea3f025921031b2887473916fef65062 9cd71d6e171e56819bd0e615c451578001062a2e aaea90df2503a4e5e812892528c4d8b8fb970ad4 b380792a8b8f171dd0b1cc5311ced188bababf7f bc2a3fdda927ad451e9564c9e49b5824cd17fa4a c083c8b68ba4084269ccdedac90e4b582f1114e5 cc7ffecb88a7cb9d027da002ee1b4f5ea7c5469a d81cd132d7e89a147710a6b9d3026e38def4bc76 daa4ce222dccae68d578412c5004216ea760fb2f e56030f2a4c504dc01022ce1bfa7ade071161130 f447c551d29f7366fadde141844addb6169d50a6 fa50bfdd87cb8adf34bf428679fbc9ecd79b8a36
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7173
Depends: libpq5 (>= 14.22), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.22-1.pgdg26.04+2_amd64.deb
Size: 1665692
SHA512: 863350a4d695abd010eb57d640837484ca78f74f0746146bd175434d720061614bcda86fba4961b4c3cc01a9924398ada84747fd1f48d35ebb2e8ec3850a20bb
SHA256: 3d3a0da8496bb71242ea5ea29a0d27d7a9761e872ea289459affd79cc5540ab5
SHA1: 47ce8413d4cc84c3bc57988751336b4cb52e638e
MD5sum: 08b828e5aa516f9bef447d7109393348
Description: front-end programs for PostgreSQL 14
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3529
Depends: postgresql-client-14 (= 14.22-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.22-1.pgdg26.04+2_amd64.deb
Size: 1969952
SHA512: 548ab9834bd7d461a9484ef982cbc5adb8528f076a87c7b1005e006c58438122194fb34aea60a9b6bd385aed0fa6921b978c4cc1ffa9c79dd5cb184c1e5482fb
SHA256: 7c244eed355dc5e98456046b2a57ff72df6feb0dfad3c73e32893c296f598eb1
SHA1: f51a1dd917061fed34e8b2b71f3bed66314406b4
MD5sum: 3b83a302e6ceb506e014d81818c98b44
Description: debug symbols for postgresql-client-14
Build-Ids: 193903b45693c86484cd40417dc00795633efe26 20a2b14065b8383912d300361e1026361b81b5d4 24d668b46b5f914a1e7a06f6ef8c7bc8e017747d 27b833fbdc03bf03a62c4abc6cdcc054a662b218 2ca620173d8a16982507df6a6c04621f2866314b 32544c55e22b771a34e1c3666644eccd180eccaf 36ecf482e5cd767e4e37a4386b74df5adf6b5333 383b783c72b37cdde2b3f421b7374cdf9092a244 5587d73477d9799496a6ceba65885d95e6e78ba6 66e32544d0be9f408c95749ad89208f2c69bf72e 6fff792469ae8e338aa4229213161db219afac75 891bd090c5a1dfd8d994e24f152319083a1e7032 9c6eff209c5d0816197ba303fc253c0806d1ad2d a292d551c9e95ad42ec873ba2991dbbfdcac4e76 c2213a60aa381a19690dbaf5e55237cfc9bc26c8 cd927c54f715575f7500d9e16dee7b120149b4cc da0fe7452227cf5d7d7e8ddad7caa78a20179de2 eb0374fd6429e5213f24d86d74f1fa70eed1251e f2e395165a240e26b7d94e8c7289543257db2ced f83080cae704b4556a2b624e0f5bb25ef6c957b5 f8fe3bb09894d407e62407c5b52f9178f1ee6c68
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7793
Depends: libpq5 (>= 15.17), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.17-1.pgdg26.04+2_amd64.deb
Size: 1729088
SHA512: 2b203386a6fea97476bc6e4dec5fcb8a75814509359571207dfc59724151373502f67650e50bfec3c490aa8fcbb5f9a4e79629f476bc497f468fca1cd2012b8d
SHA256: 246ef75a5bb2781ffc984e69c8ea7a2867f00bc2600e6792b270c0b17dcde914
SHA1: 4b47027f9512d659472142f00d9152db8bc2e006
MD5sum: d0ac4d451da73a8ff3c08fe8429d3109
Description: front-end programs for PostgreSQL 15
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3704
Depends: postgresql-client-15 (= 15.17-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.17-1.pgdg26.04+2_amd64.deb
Size: 2106012
SHA512: 4fd4eb9afae487a0e0d44a2635b31b4ea40559c428676d976f5e5ee16f142b33c000fdf49e05f806e3d4a53130fef95ed8df65344ddd6445c7d95ecfb7d01269
SHA256: a887d6c337b6f15d8e04cf1fcab70034b3b9fdf124e1e82cf5692338ec689f74
SHA1: 373460ba580fa3912d002a2d8c4601b01554ec9b
MD5sum: 9a1f4ac2d9aef61622dcf8af5c5d4341
Description: debug symbols for postgresql-client-15
Build-Ids: 04d0e5471152e35d4a6f991e625c708f955c8544 0725e4752ae6e41e1679f2d3ba48b1dc36308cd0 2adb22ebcd67c0b0832713c49dc08792dacf89ec 3ad7e215ea53df37ae9ef90928079ddf9eba726d 615153cf2416d56d7ee1d1725b7c3b18f5d3a94c 6c5c505317b0892dd55f9e01cfc667dae467f1fc 6cc07e7d37a99785fb1ee9f8ea3962608817e50e 71b8bfd45e64b361f8ed4652383674532854a986 73be78e6a9357e36b8a2850a586ca950c1d4ef6b 78624be2bd977808b58c0eabd3741bb772b1ad48 852daa3db449275b05a7837904def80590a05f5e 9808271813ab2f527af28e76d7cbbb4416517ad1 a17523efacf4787bbec49e084361bd11efbd133b b756b21167781eca2bea08c93f76017b0c772a1f be1258d14d8f44e4ecf31b4956db107378144e68 cc21a6b3c1815a2ee5a2c32ecbf8634f7467b59f d0546e1119af764f46af12c860f010166758ad0b dae9d48f29b8d4ec6af9a2b44365a429986029c8 e4bde213fcd1a51f39bb06e69c5b59d0c6afeba6 ec704d54c883605a374acd7599a1c0385d8eead0 ee435128db8c8c4cdacfcef7fc5b2c2ac03a9929
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9141
Depends: libpq5 (>= 16.13), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.13-1.pgdg26.04+2_amd64.deb
Size: 1932292
SHA512: be11fc80c7f4dbd7b1a1de5605860237056daf5fc6929b443086a4ea3b551cd814189239ec60b99fdc3504a689aeb97d815ddfe771c23e761f64ad5a5213b7d3
SHA256: 648605697952ebf7e23db7728fcf28971aac7fbc1fdae03ddfad1b2293edda11
SHA1: 7a50b2eead8949868e970be55ea11794ab60c6e4
MD5sum: 0bf948d102ae19369e472ce51b274524
Description: front-end programs for PostgreSQL 16
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3820
Depends: postgresql-client-16 (= 16.13-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.13-1.pgdg26.04+2_amd64.deb
Size: 2159644
SHA512: 52bb58a72dd4b828fe5211dadb35fb5d3b239147c471a1347cf845d34418b4e221c5324d7f8138c17b2a1e6b6ef762bb686beb846a281a5544a273a1d38a8ff4
SHA256: 9e7aea6e6c129de1c39b77c6dd4577e148a7034f85e8bacca4a55b96afe35715
SHA1: d64c8abb3ab3abbb74b4c0f8c21a861dc11a9f0a
MD5sum: 2d30415106115752c59e17240d277452
Description: debug symbols for postgresql-client-16
Build-Ids: 04e90822cfa8da310ca6017e06b9e36f24c4f012 080e0a62b10ce04a0974ccd811fdac39646e8313 0bf4696676259a2804cc2e0d3bb7d169ce032a3b 2245bfadb98f695208754919ef2ea655580e8794 316f604f04a1908cb862dea24d5896be31d32c6d 335fd09d8134a0b8bd6e00a6906f01e4a133b0ff 492757ee2dc6b7190dfd454dfc7daf10403655a5 4f7141907f97e0adfb27987aef47337788489ec7 551d29b01c5154c0c40455465e76ed51b2be7155 5bbe41b0f1667ff74d6cd28509e0920a9566d876 5c4a5e5f70cd5e2c442adf3bf2426d79bf937eb0 748e246f87d7e775b56b82f02a004b44ce6e6cfd 76abd3f47d2a0b35ca583c63766af9db9ca89526 777507be2aaebf93a1fba97bc8081154e15d699b 7e232892a7596069ff0d8ddf60d718b7c71293c2 80998a69ad7c6aa5b65fe2d18534f39f63e99387 869c250fb22de213501833e413e3aeef515cd0cd a16d0824df3e3e89f2408d27fcb88c7d3eaa9d53 b00fae0fcdd66b1c9a269a761a4deb121cf1f64b d92b6751ca20a4c0712b6fd1dba898fa30bd327e e77547241c9fe8631092f84c36b65f9585e7083c
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9821
Depends: libpq5 (>= 17.9), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-client-17_17.9-1.pgdg26.04+2_amd64.deb
Size: 2030608
SHA512: fc9fa482e4815077adf156857e95d6dd69a5e2accc231556381d1a6773747deca029a9836cf0464af2d5c9685a3859549b2a3b251140bed46afa9155b7e2ac78
SHA256: b6d4bc9dca01316cf8246e6c562a8c7a681ba63eecc05a18784317f02cabae85
SHA1: 7ef25dc92b96f5aae7fb402231343db147ed0d63
MD5sum: 364d2978a0ad4386f20c85919727553d
Description: front-end programs for PostgreSQL 17
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4118
Depends: postgresql-client-17 (= 17.9-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-client-17-dbgsym_17.9-1.pgdg26.04+2_amd64.deb
Size: 2359764
SHA512: 45c69d2c548dcab7596966aaf77f7244d077c2363affb4bb290317436db4539263175636b2bcb2b9c1d2db97373e2fe51162806f8187205ca693f3df7f72e371
SHA256: 57957feef34cd2a48ba77fc60de6bc3f1c54e3b24a6dcb4ee254ab04453a47c8
SHA1: 4c4eb08caa4513f1bc28486d4f66e3801edc109a
MD5sum: 79f74feb4315e87dcbb477d26becf3bc
Description: debug symbols for postgresql-client-17
Build-Ids: 0b57e309b95bf6f641ecce7d7d2d7728a5cea7de 1580e6911aeaaf88d84bba886dbc10cdaff72683 1cd05d630fefdbd24168d0fcb32d4f363740dd7a 1fbb4b72d1f03d9c79547bf2ed41df9027ce89df 2115a95f89c49a7c54aefbb3e574dcede677c357 44549333550cf1159492f3989f7a6d6bff850849 6fb22eb01d3f85f0920ec425cfa5fbc985cf8f21 7a29ec0dcc82c0ce8db5c341444dda784e609d1b 7ca6276b6e3fb20ee01d1241dadb3bec0ea11bcc 9197fdda174c930b5cd35c6ca981e6e248a4b6af 99598549b94f972a699b0e7a92e470b02fa2b07a 9c97d9712a306468d49ae28e17f1e74fa789fd3b 9cde3f3ef1c283724ee1d4c717887e4a9b7b658a a752d6460007ba8dffb1881d98f9e22df88e2ecc cb25185457475f1687f174321e53fa874dab12a3 d16130e767f7d77a57bee9d484f68fde521f8bd0 d176138cc81a617f2332d1f33772e09aa9771c61 d25ec74c950b7948843b5c8fe2961eb591a5709e e00e045e1af56aec28d714348807005231bb8c55 ea03689a22900e113e1dcd09d8768635ccd750d9 f1871cfefdf6aaae17672a9b08551181c5d76ff4 f76c35d238cf4046aaa5b636dd0f2cf2a7ab24b1
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-18
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10285
Depends: libpq5 (>= 18.3), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-18, postgresql-doc-18
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-client-18_18.3-1.pgdg26.04+2_amd64.deb
Size: 2090232
SHA512: c97539046d99235d55aff3ba45631db822fb15a261298cc820212b0351a951982830060523db49777f46e041a1f308792c93baef39473eefd1bef863be2c6141
SHA256: 6566ac7a7ebd398d279d651019e35d5718ae93c3067cee30ba96dd7fa2507d9b
SHA1: 7bc417ee1395cfc1b5a585cf2e88ca704503edc3
MD5sum: b39cf502affe6dad4ecd9cba18bb0f50
Description: front-end programs for PostgreSQL 18
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 18. If you install
 PostgreSQL 18 on a standalone machine, you need the server package
 postgresql-18, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4348
Depends: postgresql-client-18 (= 18.3-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-client-18-dbgsym_18.3-1.pgdg26.04+2_amd64.deb
Size: 2462208
SHA512: 041ff5b0315cb9c0e1d00cd8903032a42e0cedc908c3329e7a8112fe07bdbc8e6bd0c3fa611f43da73b48a017f4b1e515aa019d51c2f37ec4a94f7eab2da86ad
SHA256: 6e40aab8e06e6e6719e3ad65527e29c78dfe521bed483fc525b7ef3195593be6
SHA1: 14f428b399d50ae6c189e3654c9f37871640525e
MD5sum: bab469069ea7a392f5b695e96b6da489
Description: debug symbols for postgresql-client-18
Build-Ids: 0cf44db32bb36a487e333707cb0f0116f3c2fd32 1e7f082f126a65285f569e1106d1d2e2ed2426fd 1e9f84d33df4b9ae7e5dcdd8a3d33e25c55f6d95 41fb1ac427c4ac8ecda0bb584938e9a5f08dc4b3 483e9a445e92c164c7c54c537a7ff7c2c4ee0252 4e14f08ab6d7d5de25ae5d659c49cc7bf04d09e0 6841a8e6ddc361e0eda94f80aea1f8df0ffe6f24 7df1385de788868320a04ae80a68fc148c286e4e 8bdd6fd20838ad66c549d149b899613811643122 924b2f275fadfae9b0eb1838463bc084fdcd8bdb 959b3e77a0cab44e45a6fe83bd26a87bdb79c2ae 9740f0320223e7fd2ce2dba4db58de915c90b0ac ae7105dfb963a03421401d7fa737b3e1c21bc93e b35828a56abda573310d5d5a851a4cb0b0be0959 b582b7e6426f655afcf9e0f8f6bbcf92d40649d8 c0cf3dd32ad0ebc425a96f2be8c704c089ce1846 c3bc641b81af3ee515190e0dab46c0ce3fe15f68 da209d8d0fdc6e3b8c591aebc295d9365ee53fe8 e4b716d43f0784620c7293f1ede00023b6361697 e987f9cff3791bc6de914b582b2e0831a914df08 f22b4b1d2e12589976313530655d64a12fe184fb ff286d3375ec45dc15a9f37f148907156c4bd12c
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-9.1
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3952
Depends: libc6 (>= 2.38), libpq5 (>= 9.0~), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.1, postgresql-doc-9.1
Provides: postgresql-client
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-client-9.1_9.1.24-18.pgdg26.04+2_amd64.deb
Size: 982876
SHA512: c124ef1f46181d9fdfb91756e308b1b4adea30481907df60f2f4a9bb5e64f33d4f2f3e9e4fab7fe40623db0480677a50df9c615a658af32e12e14591bec4fac8
SHA256: ebcf62bac7d3b834618a796241a6b221d9b0d0884139370ba71512ebd7e2bd04
SHA1: e80d1cc1870652ad2057173bece7a9b42e8f0495
MD5sum: 53773d44d92a8b6480cef38525440966
Description: front-end programs for PostgreSQL 9.1
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 9.1. If you install
 PostgreSQL 9.1 on a standalone machine, you need the server package
 postgresql-9.1, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-9.2
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3897
Depends: libc6 (>= 2.38), libpq5 (>= 9.2.24), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 115~), sensible-utils
Suggests: postgresql-9.2, postgresql-doc-9.2
Provides: postgresql-client
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-client-9.2_9.2.24-15.pgdg26.04+2_amd64.deb
Size: 993924
SHA512: d75817d68e6af1860d2929715c4815aa6542b62eb1c90933344676c9e1b06091813a2faa838164d2e1b15bcfd011d09b18c64f38495575980f03ee100c6fd71c
SHA256: f7366452a86b4e844f827e6ae962560793ef8b3f96a7f5d32d627bbfd5948682
SHA1: 07036067e5cf350d2b6c44c1c227c950516b00c9
MD5sum: a1171efc3a44213c6cc1970b7827655d
Description: front-end programs for PostgreSQL 9.2
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 9.2. If you install
 PostgreSQL 9.2 on a standalone machine, you need the server package
 postgresql-9.2, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-9.3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4087
Depends: libc6 (>= 2.38), libpq5 (>= 9.3.25), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.3, postgresql-doc-9.3
Provides: postgresql-client
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-client-9.3_9.3.25-15.pgdg26.04+2_amd64.deb
Size: 1051780
SHA512: d2385ea9e66ad15a3d302e539c512a115464a580c0c6d872c23fca9a9c07d4bd06e9f16588f3bb9dff8148f2bd98256ae8e096e28d08adca19714a2dda008d49
SHA256: 00fd88d1b3ad3c0e50801a4b8250bffbefbce07be0aed72f7a3085742043871b
SHA1: 5320971ea77e76528a0e44991ef56ca2b1e8b6be
MD5sum: 3c409b70a8b177d41420dd37c4dd9a52
Description: front-end programs for PostgreSQL 9.3
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 9.3. If you install
 PostgreSQL 9.3 on a standalone machine, you need the server package
 postgresql-9.3, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-9.4
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4505
Depends: libc6 (>= 2.38), libpq5 (>= 9.4.26), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.4, postgresql-doc-9.4
Conflicts: postgresql-server-dev-9.4 (<< 9.4.25-2~)
Replaces: postgresql-server-dev-9.4
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-client-9.4_9.4.26-15.pgdg26.04+2_amd64.deb
Size: 1146396
SHA512: 8e5ba41275ea747cce1a0ba96cea26c2b26987bf62bc1635a3551b4ce775fb5aad994f2ad72354aedad500f8411456d3a8c1f1963e12a68286b717630be4bbd0
SHA256: 33f4898d7a726e36a59e592adb4b1196d5df4b7bde7c874c6bb519482262d432
SHA1: 6c255714c93eac9aef866a00f530594d4d148ba4
MD5sum: 867514fc5dac4afe1e4f7bc34d8f4d78
Description: front-end programs for PostgreSQL 9.4
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 9.4. If you install
 PostgreSQL 9.4 on a standalone machine, you need the server package
 postgresql-9.4, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-9.5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5217
Depends: libc6 (>= 2.38), libpq5 (>= 9.5.25), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4), postgresql-client-common (>= 142~), sensible-utils
Suggests: postgresql-9.5, postgresql-doc-9.5
Conflicts: postgresql-server-dev-9.5 (<< 9.5.20-2~)
Replaces: postgresql-server-dev-9.5
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-client-9.5_9.5.25-13.pgdg26.04+2_amd64.deb
Size: 1284016
SHA512: 4ae19442c72dc6f935fd3c76e6d86930296cdeb1ca69eba64e4280d29e6899e185430659c0e095e85b3d43b16282d109985ce316e57c6bab90cce4cf2603baaa
SHA256: 3315545ffef18d7b6f9a77d86dce0dabb2b42a505a90c576f12ad124f2c5d105
SHA1: b6bbe1c56b4224b531ebf592e561e9cbb702ce79
MD5sum: a847ea37a062218d12d35eed8728408f
Description: front-end programs for PostgreSQL 9.5
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 9.5. If you install
 PostgreSQL 9.5 on a standalone machine, you need the server package
 postgresql-9.5, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-client-9.6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5673
Depends: libpq5 (>= 9.6.24), postgresql-client-common (>= 142~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-9.6, postgresql-doc-9.6
Conflicts: postgresql-server-dev-9.6 (<< 9.6.16-2~)
Replaces: postgresql-server-dev-9.6
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-client-9.6_9.6.24-12.pgdg26.04+2_amd64.deb
Size: 1360428
SHA512: 50a77908588e210da096f325a36f6531b0572f445b49459433e430bbdc3f2dbcad76598adeb5b57208b9e4fdb39f850607bc918e08684adcda6db58048dcc261
SHA256: a623de29309234cef57d0d6eab47943c54f28724dfe5801630e4698ac1720339
SHA1: 5661d015010934f519a8004c97f66e7c8e7df98f
MD5sum: f562b11a7fff3a29df59ecd6504636ae
Description: front-end programs for PostgreSQL 9.6
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 9.6. If you install
 PostgreSQL 9.6 on a standalone machine, you need the server package
 postgresql-9.6, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-contrib-9.1
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1937
Depends: postgresql-9.1 (= 9.1.24-18.pgdg26.04+2), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16 (>= 1.6.6), libpq5 (>= 9.0~), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4), postgresql-common (>= 115~)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-contrib-9.1_9.1.24-18.pgdg26.04+2_amd64.deb
Size: 367052
SHA512: 6ec8c95a27bbd6709dc58e98f32a109f5d1eeccdb90b9428b39c01ea4316e10a9e22d623245fcff97211832a6db3135595731c7584fbb7f2eaf99b572eedcc23
SHA256: 11d9bde35d6f5acf9e5886e33f73ddb2a23248af8e7cd92bfee7038b82e9124f
SHA1: dca74be39b0301706105d77d7a777609f038a77e
MD5sum: f1f8b6d98adc30a89a78a8659b5e2cd3
Description: additional facilities for PostgreSQL
 The PostgreSQL contrib package provides several additional features
 for the PostgreSQL database. This version is built to work with the
 server package postgresql-9.1.  contrib often serves as a testbed for
 features before they are adopted into PostgreSQL proper:
 .
  adminpack      - File and log manipulation routines, used by pgAdmin
  btree_gist     - B-Tree indexing using GiST (Generalised Search Tree)
  chkpass        - An auto-encrypted password datatype
  cube           - Multidimensional-cube datatype (GiST indexing example)
  dblink         - Functions to return results from a remote database
  earthdistance  - Operator for computing the distance (in miles) between
                   two points on the earth's surface
  fuzzystrmatch  - Levenshtein, metaphone, and soundex fuzzy string matching
  hstore         - Store (key, value) pairs
  intagg         - Integer aggregator/enumerator
  _int           - Index support for arrays of int4, using GiST (benchmark
                   needs the libdbd-pg-perl package)
  isn            - type extensions for ISBN, ISSN, ISMN, EAN13 product numbers
  lo             - Large Object maintenance
  ltree          - Tree-like data structures
  oid2name       - Maps OIDs to table names
  pageinspect    - Inspection of database pages
  passwordcheck  - Simple password strength checker
  pg_buffercache - Real time queries on the shared buffer cache
  pg_freespacemap- Displays the contents of the free space map (FSM)
  pg_trgm        - Determine the similarity of text based on trigram matching
  pg_standby     - Create a warm stand-by server
  pgbench        - TPC-B like benchmark
  pgcrypto       - Cryptographic functions
  pgrowlocks     - A function to return row locking information
  pgstattuple    - Returns the percentage of dead tuples in a table; this
                   indicates whether a vacuum is required.
  seg            - Confidence-interval datatype (GiST indexing example)
  spi            - PostgreSQL Server Programming Interface; 4 examples of
                   its use:
                   autoinc    - A function for implementing AUTOINCREMENT/
                                IDENTITY
                   insert_username - function for inserting user names
                   moddatetime - Update modification timestamps
                   refint     - Functions for implementing referential
                                integrity (foreign keys).  Note that this is
                                now superseded by built-in referential
                                integrity.
                   timetravel - Re-implements in user code the time travel
                                feature that was removed in 6.3.
  tablefunc      - examples of functions returning tables
  uuid-ossp      - UUID generation functions
  vacuumlo       - Remove orphaned large objects
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-contrib-9.2
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1985
Depends: postgresql-9.2 (= 9.2.24-15.pgdg26.04+2), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16 (>= 1.6.6), libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.4.0), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-contrib-9.2_9.2.24-15.pgdg26.04+2_amd64.deb
Size: 379000
SHA512: 24835d3c6395b40f9f1fb1ef837e3ac7135c6dbea5cfb8f3a0c14265075fdb3da9e35f86d1bbc2270b1fc5daec95b3faf0f837aa5be750469103bd3b0f9eeb29
SHA256: 9c114f09f25ee10cd8cc1378ec2871fe523098955616cb49018dcde7c654a714
SHA1: 3adc316fa807e8c65ed465781247a33f7dc405af
MD5sum: c9d7eb09ec53b2c2e5c8db8a7dccdeab
Description: additional facilities for PostgreSQL
 The PostgreSQL contrib package provides several additional features
 for the PostgreSQL database. This version is built to work with the
 server package postgresql-9.2.  contrib often serves as a testbed for
 features before they are adopted into PostgreSQL proper:
 .
  adminpack      - File and log manipulation routines, used by pgAdmin
  btree_gist     - B-Tree indexing using GiST (Generalised Search Tree)
  chkpass        - An auto-encrypted password datatype
  cube           - Multidimensional-cube datatype (GiST indexing example)
  dblink         - Functions to return results from a remote database
  earthdistance  - Operator for computing the distance (in miles) between
                   two points on the earth's surface
  fuzzystrmatch  - Levenshtein, metaphone, and soundex fuzzy string matching
  hstore         - Store (key, value) pairs
  intagg         - Integer aggregator/enumerator
  _int           - Index support for arrays of int4, using GiST (benchmark
                   needs the libdbd-pg-perl package)
  isn            - type extensions for ISBN, ISSN, ISMN, EAN13 product numbers
  lo             - Large Object maintenance
  ltree          - Tree-like data structures
  oid2name       - Maps OIDs to table names
  pageinspect    - Inspection of database pages
  passwordcheck  - Simple password strength checker
  pg_buffercache - Real time queries on the shared buffer cache
  pg_freespacemap- Displays the contents of the free space map (FSM)
  pg_trgm        - Determine the similarity of text based on trigram matching
  pg_standby     - Create a warm stand-by server
  pgbench        - TPC-B like benchmark
  pgcrypto       - Cryptographic functions
  pgrowlocks     - A function to return row locking information
  pgstattuple    - Returns the percentage of dead tuples in a table; this
                   indicates whether a vacuum is required.
  seg            - Confidence-interval datatype (GiST indexing example)
  spi            - PostgreSQL Server Programming Interface; 4 examples of
                   its use:
                   autoinc    - A function for implementing AUTOINCREMENT/
                                IDENTITY
                   insert_username - function for inserting user names
                   moddatetime - Update modification timestamps
                   refint     - Functions for implementing referential
                                integrity (foreign keys).  Note that this is
                                now superseded by built-in referential
                                integrity.
                   timetravel - Re-implements in user code the time travel
                                feature that was removed in 6.3.
  tablefunc      - examples of functions returning tables
  uuid-ossp      - UUID generation functions
  vacuumlo       - Remove orphaned large objects
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-contrib-9.3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2104
Depends: postgresql-9.3 (= 9.3.25-15.pgdg26.04+2), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libossp-uuid16 (>= 1.6.6), libpq5 (>= 9.2~beta3), libssl3t64 (>= 3.4.0), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-contrib-9.3_9.3.25-15.pgdg26.04+2_amd64.deb
Size: 407176
SHA512: 8dca5421cf153be57cb4baa306a71ed41b307b73aab2e3abc0ea31bcf29ad492341ce479de806048edf37616593a7d8d70345b2f886de86cfab89d16fddd5e8d
SHA256: 6ac6554abba1954fdfa4e5a6fc966ab29b274215d6dfc6a47d16b96431d3999c
SHA1: e2177a4e26f0ed2aa02d5cba2ca8a0a895290601
MD5sum: 597b7243d72c3858683f6f5171b93771
Description: additional facilities for PostgreSQL
 The PostgreSQL contrib package provides several additional features
 for the PostgreSQL database. This version is built to work with the
 server package postgresql-9.3.  contrib often serves as a testbed for
 features before they are adopted into PostgreSQL proper:
 .
  adminpack      - File and log manipulation routines, used by pgAdmin
  btree_gist     - B-Tree indexing using GiST (Generalised Search Tree)
  chkpass        - An auto-encrypted password datatype
  cube           - Multidimensional-cube datatype (GiST indexing example)
  dblink         - Functions to return results from a remote database
  earthdistance  - Operator for computing the distance (in miles) between
                   two points on the earth's surface
  fuzzystrmatch  - Levenshtein, metaphone, and soundex fuzzy string matching
  hstore         - Store (key, value) pairs
  intagg         - Integer aggregator/enumerator
  _int           - Index support for arrays of int4, using GiST (benchmark
                   needs the libdbd-pg-perl package)
  isn            - type extensions for ISBN, ISSN, ISMN, EAN13 product numbers
  lo             - Large Object maintenance
  ltree          - Tree-like data structures
  oid2name       - Maps OIDs to table names
  pageinspect    - Inspection of database pages
  passwordcheck  - Simple password strength checker
  pg_buffercache - Real time queries on the shared buffer cache
  pg_freespacemap- Displays the contents of the free space map (FSM)
  pg_trgm        - Determine the similarity of text based on trigram matching
  pg_standby     - Create a warm stand-by server
  pgbench        - TPC-B like benchmark
  pgcrypto       - Cryptographic functions
  pgrowlocks     - A function to return row locking information
  pgstattuple    - Returns the percentage of dead tuples in a table; this
                   indicates whether a vacuum is required.
  postgresql_fdw - foreign data wrapper for PostgreSQL
  seg            - Confidence-interval datatype (GiST indexing example)
  spi            - PostgreSQL Server Programming Interface; 4 examples of
                   its use:
                   autoinc    - A function for implementing AUTOINCREMENT/
                                IDENTITY
                   insert_username - function for inserting user names
                   moddatetime - Update modification timestamps
                   refint     - Functions for implementing referential
                                integrity (foreign keys).  Note that this is
                                now superseded by built-in referential
                                integrity.
                   timetravel - Re-implements in user code the time travel
                                feature that was removed in 6.3.
  tablefunc      - examples of functions returning tables
  uuid-ossp      - UUID generation functions
  vacuumlo       - Remove orphaned large objects
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-contrib-9.4
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2274
Depends: postgresql-9.4 (= 9.4.26-15.pgdg26.04+2), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-contrib-9.4_9.4.26-15.pgdg26.04+2_amd64.deb
Size: 446472
SHA512: aec07d2ef4cee18d79ba633d82605932448747934a36f0d64fed7eaa40682791fc096a850c6de45b28ac26851f6298ebb54ac9202406ace22deea0e3a2640334
SHA256: 135cfcb78bbb26461d5cca2ba3a850a3fd787795a5fe8bfb72658fb1a1ee2d86
SHA1: ff08a04682758f6c79db308927c6c41acafcdbaf
MD5sum: 95467157b2195f024b8441cd0ca88554
Description: additional facilities for PostgreSQL
 The PostgreSQL contrib package provides several additional features
 for the PostgreSQL database. This version is built to work with the
 server package postgresql-9.4.  contrib often serves as a testbed for
 features before they are adopted into PostgreSQL proper:
 .
  adminpack      - File and log manipulation routines, used by pgAdmin
  btree_gist     - B-Tree indexing using GiST (Generalised Search Tree)
  chkpass        - An auto-encrypted password datatype
  cube           - Multidimensional-cube datatype (GiST indexing example)
  dblink         - Functions to return results from a remote database
  earthdistance  - Operator for computing the distance (in miles) between
                   two points on the earth's surface
  fuzzystrmatch  - Levenshtein, metaphone, and soundex fuzzy string matching
  hstore         - Store (key, value) pairs
  intagg         - Integer aggregator/enumerator
  _int           - Index support for arrays of int4, using GiST (benchmark
                   needs the libdbd-pg-perl package)
  isn            - type extensions for ISBN, ISSN, ISMN, EAN13 product numbers
  lo             - Large Object maintenance
  ltree          - Tree-like data structures
  oid2name       - Maps OIDs to table names
  pageinspect    - Inspection of database pages
  passwordcheck  - Simple password strength checker
  pg_buffercache - Real time queries on the shared buffer cache
  pg_freespacemap- Displays the contents of the free space map (FSM)
  pg_trgm        - Determine the similarity of text based on trigram matching
  pg_standby     - Create a warm stand-by server
  pgbench        - TPC-B like benchmark
  pgcrypto       - Cryptographic functions
  pgrowlocks     - A function to return row locking information
  pgstattuple    - Returns the percentage of dead tuples in a table; this
                   indicates whether a vacuum is required.
  postgresql_fdw - foreign data wrapper for PostgreSQL
  seg            - Confidence-interval datatype (GiST indexing example)
  sepgsql        - mandatory access control (MAC) based on SELinux
  spi            - PostgreSQL Server Programming Interface; 4 examples of
                   its use:
                   autoinc    - A function for implementing AUTOINCREMENT/
                                IDENTITY
                   insert_username - function for inserting user names
                   moddatetime - Update modification timestamps
                   refint     - Functions for implementing referential
                                integrity (foreign keys).  Note that this is
                                now superseded by built-in referential
                                integrity.
                   timetravel - Re-implements in user code the time travel
                                feature that was removed in 6.3.
  tablefunc      - examples of functions returning tables
  uuid-ossp      - UUID generation functions
  vacuumlo       - Remove orphaned large objects
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-contrib-9.5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2270
Depends: postgresql-9.5 (= 9.5.25-13.pgdg26.04+2), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-contrib-9.5_9.5.25-13.pgdg26.04+2_amd64.deb
Size: 455360
SHA512: 8cd48952fe73b1914fef627676a0a1601dad375138b1ba1b51bcef0bd40be98bf238bf975ed79ee763e0e43e077c0427c505709ae0395ae0e2a8773986707e88
SHA256: 877598742e986dd770a688d14ea269ed8ba1382574b3f2f93e7c236a36abbf6f
SHA1: f6f716b6540c8d51aeae799d598d46bf72cb1785
MD5sum: bbbc746e52ecfbac146c6800f1240bbe
Description: additional facilities for PostgreSQL
 The PostgreSQL contrib package provides several additional features
 for the PostgreSQL database. This version is built to work with the
 server package postgresql-9.5.  contrib often serves as a testbed for
 features before they are adopted into PostgreSQL proper:
 .
  adminpack      - File and log manipulation routines, used by pgAdmin
  btree_gist     - B-Tree indexing using GiST (Generalised Search Tree)
  chkpass        - An auto-encrypted password datatype
  cube           - Multidimensional-cube datatype (GiST indexing example)
  dblink         - Functions to return results from a remote database
  earthdistance  - Operator for computing the distance (in miles) between
                   two points on the earth's surface
  fuzzystrmatch  - Levenshtein, metaphone, and soundex fuzzy string matching
  hstore         - Store (key, value) pairs
  intagg         - Integer aggregator/enumerator
  _int           - Index support for arrays of int4, using GiST (benchmark
                   needs the libdbd-pg-perl package)
  isn            - type extensions for ISBN, ISSN, ISMN, EAN13 product numbers
  lo             - Large Object maintenance
  ltree          - Tree-like data structures
  oid2name       - Maps OIDs to table names
  pageinspect    - Inspection of database pages
  passwordcheck  - Simple password strength checker
  pg_buffercache - Real time queries on the shared buffer cache
  pg_freespacemap- Displays the contents of the free space map (FSM)
  pg_trgm        - Determine the similarity of text based on trigram matching
  pg_standby     - Create a warm stand-by server
  pgbench        - TPC-B like benchmark
  pgcrypto       - Cryptographic functions
  pgrowlocks     - A function to return row locking information
  pgstattuple    - Returns the percentage of dead tuples in a table; this
                   indicates whether a vacuum is required.
  postgresql_fdw - foreign data wrapper for PostgreSQL
  seg            - Confidence-interval datatype (GiST indexing example)
  sepgsql        - mandatory access control (MAC) based on SELinux
  spi            - PostgreSQL Server Programming Interface; 4 examples of
                   its use:
                   autoinc    - A function for implementing AUTOINCREMENT/
                                IDENTITY
                   insert_username - function for inserting user names
                   moddatetime - Update modification timestamps
                   refint     - Functions for implementing referential
                                integrity (foreign keys).  Note that this is
                                now superseded by built-in referential
                                integrity.
                   timetravel - Re-implements in user code the time travel
                                feature that was removed in 6.3.
  tablefunc      - examples of functions returning tables
  uuid-ossp      - UUID generation functions
  vacuumlo       - Remove orphaned large objects
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-contrib-9.6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2521
Depends: postgresql-9.6 (= 9.6.24-12.pgdg26.04+2), libc6 (>= 2.38), libcrypt1 (>= 1:4.1.0), libpq5 (>= 9.2~beta3), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Suggests: libdbd-pg-perl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-contrib-9.6_9.6.24-12.pgdg26.04+2_amd64.deb
Size: 500508
SHA512: 1458801a65531ed24787f93f3ba9182075c9c70eb86038b876dd6db8dc9250cc7af45954ce058d260150024669e57a59bffa950dd06be3ae92670bf16bbac3f6
SHA256: cb24962e8c58f40226fec4f18c63ddb02de84bc44e310683c347bf276c92c0d6
SHA1: d289bd841fe385ed9c07f9dbb73d8199480a1302
MD5sum: 2696d94d464e585e081b9445be7021af
Description: additional facilities for PostgreSQL
 The PostgreSQL contrib package provides several additional features
 for the PostgreSQL database. This version is built to work with the
 server package postgresql-9.6.  contrib often serves as a testbed for
 features before they are adopted into PostgreSQL proper:
 .
  adminpack      - File and log manipulation routines, used by pgAdmin
  btree_gist     - B-Tree indexing using GiST (Generalised Search Tree)
  chkpass        - An auto-encrypted password datatype
  cube           - Multidimensional-cube datatype (GiST indexing example)
  dblink         - Functions to return results from a remote database
  earthdistance  - Operator for computing the distance (in miles) between
                   two points on the earth's surface
  fuzzystrmatch  - Levenshtein, metaphone, and soundex fuzzy string matching
  hstore         - Store (key, value) pairs
  intagg         - Integer aggregator/enumerator
  _int           - Index support for arrays of int4, using GiST (benchmark
                   needs the libdbd-pg-perl package)
  isn            - type extensions for ISBN, ISSN, ISMN, EAN13 product numbers
  lo             - Large Object maintenance
  ltree          - Tree-like data structures
  oid2name       - Maps OIDs to table names
  pageinspect    - Inspection of database pages
  passwordcheck  - Simple password strength checker
  pg_buffercache - Real time queries on the shared buffer cache
  pg_freespacemap- Displays the contents of the free space map (FSM)
  pg_trgm        - Determine the similarity of text based on trigram matching
  pg_standby     - Create a warm stand-by server
  pgbench        - TPC-B like benchmark
  pgcrypto       - Cryptographic functions
  pgrowlocks     - A function to return row locking information
  pgstattuple    - Returns the percentage of dead tuples in a table; this
                   indicates whether a vacuum is required.
  postgresql_fdw - foreign data wrapper for PostgreSQL
  seg            - Confidence-interval datatype (GiST indexing example)
  sepgsql        - mandatory access control (MAC) based on SELinux
  spi            - PostgreSQL Server Programming Interface; 4 examples of
                   its use:
                   autoinc    - A function for implementing AUTOINCREMENT/
                                IDENTITY
                   insert_username - function for inserting user names
                   moddatetime - Update modification timestamps
                   refint     - Functions for implementing referential
                                integrity (foreign keys).  Note that this is
                                now superseded by built-in referential
                                integrity.
                   timetravel - Re-implements in user code the time travel
                                feature that was removed in 6.3.
  tablefunc      - examples of functions returning tables
  uuid-ossp      - UUID generation functions
  vacuumlo       - Remove orphaned large objects
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-doc-10
Source: postgresql-10
Version: 10.23-9.pgdg26.04+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14151
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-10/postgresql-doc-10_10.23-9.pgdg26.04+2_all.deb
Size: 1821556
SHA512: 8b370b7043bf01c676e4be7b4cb9a9622ab4f490ca3e9a3ad97b8182cfb1dfc8e2a7886272b724f3d64942f971adc759bf4c16d04a88b19269fd79bb3e20ccc9
SHA256: c84b6eeb1e9b951e0ef58918347d86e009ca5cdad8a6f7b0c3a7d1ab5dd9bac4
SHA1: 1a08990f219c2bb7913e04f67ec472ab6c5a7eec
MD5sum: ad773da3b22a8233ec786f16c4107ebb
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 10. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-doc-11
Source: postgresql-11
Version: 11.22-10.pgdg26.04+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14650
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-11/postgresql-doc-11_11.22-10.pgdg26.04+2_all.deb
Size: 1881084
SHA512: 737eeb92d4484493837606115f6dbbede4350bf929e668c55ee2848a87b1ac5dfe76ec252b4c4e1d125f601f1e628261c1e927124962f93ecb64f608cedf6dae
SHA256: 7c3bbbb01dc7300f65a1f73d70aed7ce78b8fcc95f456fd866a1ca1b0a43e8bd
SHA1: 16226fa6d2fb28f5a7473577b9d561c8016830d8
MD5sum: dee9c7ea35c396c1f4b0e76549238cd4
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 11. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-doc-12
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15180
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-12/postgresql-doc-12_12.22-4.pgdg26.04+2_all.deb
Size: 1948140
SHA512: fd0afb1b62e860eb7fccd0b2394698245666c48e32da7195d033f85c6b9b7ce78895956e06363912a02f9c9918e8778f69a4d2a390b987c6df70b3837d673291
SHA256: 9ff598ab3032b6a25e1d111c1b27bdd86bd335327fec4f98b4e1c7e318b23161
SHA1: d35f81ab2cfa4c2a2e548d8fc158509ee1b56f9e
MD5sum: bfd1a213e9411a9f43772d5486a90fb1
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 12. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-doc-13
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16037
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-13/postgresql-doc-13_13.23-2.pgdg26.04+2_all.deb
Size: 2013568
SHA512: 09a04605b9d906a18846496cbc7e53af6eb14c6532eb31cb3d63b04ed8d8f03e7dba57f53ded2d41b8dae13781744cb7a45fd588199160ee7767dc07ab483e22
SHA256: f8800f460b0b061824100b51dcb78652c8def98a8c0c01579511ccd79e8d1f54
SHA1: 95fd7d734021f55bcf9c4e157d5052b13c41585e
MD5sum: 5f11b168bcf1066c615da3e8fbfab8cc
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 13. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16530
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.22-1.pgdg26.04+2_all.deb
Size: 2074120
SHA512: 48f19dc8e9cd2b53ee6a9b2290c7ce9d603711a91539b011867757917e65a03873939b9f3823846487e99dc859b30d8017062f23e39e3a1cbac729ff9e8988e9
SHA256: 263a11304744895953e68dbe2d3128eea5fbb6d2dd4562e07039bd1a4d7d61db
SHA1: bf00552e5b2ef6ccd094421d7e29181803c2c6a3
MD5sum: 19c4a078b34552c7999f92eec7a596c3
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16373
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.17-1.pgdg26.04+2_all.deb
Size: 2088636
SHA512: fc5e0abe8bab3c6891a308b5c62e295207acf787edb6308d07d69d1f7fdaf9da512d48dbf98f585d9b958f371ab8061886c8465610adc2eaee6b1842846bb651
SHA256: 62f1e5008766517d0b9dad27ce5786bc78ba5665388f96450933388269646b08
SHA1: bd9dcc8b5f9954c2b67623309a1d1338f9103f6c
MD5sum: d50a23223740ea13317509b0785b27fc
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16917
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.13-1.pgdg26.04+2_all.deb
Size: 2142640
SHA512: aa81c94852243d56c4521bba49374900a478915ffc6b6a7b5b67b2939543b566ea8c48206b996d30a2aa9896132f5daa1e3f8f39a2efa65ee40fa6845736ebf7
SHA256: 948cfb74482d807b56c2d357e5e112037bfd61fec2fa44b8a84a6b4601499225
SHA1: 760fee85e07fe9de2fe7084174381968d03e7a58
MD5sum: e4dca7ddd8d07ba6120233989cebbc8e
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17093
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-17/postgresql-doc-17_17.9-1.pgdg26.04+2_all.deb
Size: 2157728
SHA512: 824bdd906bb1635ac21aa1cd1b14d07ff216cdf3e758e077ab0c677e7f1354554558f8be29e8e65c4401babde79994b00dfb0a469d9a8b82eb94582099230688
SHA256: cd6a847d4804d40a4de8585f2fa3f2dba6b382f557821aaf39a2bd55f61889a7
SHA1: a5c293248c120aa9bac8cffd20c5f5afde219564
MD5sum: c7e32be0eb67232da77676dbdf8fd8f8
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-doc-18
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17373
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-18/postgresql-doc-18_18.3-1.pgdg26.04+2_all.deb
Size: 2189580
SHA512: 6ea8f3ab07b3261c68b3342ccda4dd07464afd09ee2e993365aacef4c432d3a7ebda09559f238f8b76d3b235f179324a3ce3e43554e56ee77b9e4109b43064ed
SHA256: 64e686f8b22799bd89d0eb740f2f859b1c3fc0da65a7e707fb4d5ff9066fa5fb
SHA1: 2f1c0080d0035a738fc299ad8f643b420e9e6883
MD5sum: 99afcf479962ba2cea5e5b49c9a317b4
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 18. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-doc-9.1
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12598
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.1/postgresql-doc-9.1_9.1.24-18.pgdg26.04+2_all.deb
Size: 1601760
SHA512: 3f29a21594f9391527e16441fe9e7bd7e4c6d91351e2ad2b1019b897d9572c25e070362a4880f95d863d45b4535b0f648980c3af1ea5049fc2349146a6d9df6b
SHA256: fdac6267fca4225414e6735385d50304afa37072331cad62195b9916b2c90d40
SHA1: a461d8684ad68a7fa7f8a40496d489c6bc613589
MD5sum: 2cb49858698414a9824e80b35a2948f3
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.1. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-doc-9.2
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13408
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.2/postgresql-doc-9.2_9.2.24-15.pgdg26.04+2_all.deb
Size: 1690112
SHA512: cd76f7a9a88ecf0ca6d25a6b4c41b2f11278454bcb9aeda063ceb4650eba276bf4498cd4df568f59139820a971eb2b135b698dc5955a36e3fc4705ad3027dda0
SHA256: 0d93b403afbde6911cf96386319ae284e6d85af7d7ff4c5082515c896227c796
SHA1: 6602016453302b5bb6217259ddc745bc7040bed4
MD5sum: e57850f29a7b22ab7ae993d1bfd782b9
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.2. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-doc-9.3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14218
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.3/postgresql-doc-9.3_9.3.25-15.pgdg26.04+2_all.deb
Size: 1770492
SHA512: 757f101562f1ff4f139945dc897261ddb9c9c685dc6f5ce365bf829bb0db372a8758ecc0e575e2178bf9369a78260783ed24a93c1c0af0d842f177388a579e57
SHA256: c9d2fd60f163a2760948979eac6de1ef27da9a5178b1f0ae0d6edde258c73286
SHA1: f46be9707eddd437a3c7484a9cc38ad5baccd6a5
MD5sum: d73e13a3509da317658a69f88b8aa1e7
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.3. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-doc-9.4
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 11501
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.4/postgresql-doc-9.4_9.4.26-15.pgdg26.04+2_all.deb
Size: 1560352
SHA512: b87a61611f513df5da43cc79d0b46c927566c8be274d2c1af26d99db4177fb795c70d74add5d0cc13b91e12c771b2e34ae007bce1fd89d22f1a16e5c3a43501e
SHA256: 392a9ed77c5efae0f712d0b0b5207d65637dc2d17b81778c2f61d993264916c4
SHA1: 1573ce7dd892026d78b30367d7b9073ed95b479c
MD5sum: 5daf53d2d5deb54aedda2d1e9736393c
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.4. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-doc-9.5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12013
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.5/postgresql-doc-9.5_9.5.25-13.pgdg26.04+2_all.deb
Size: 1628224
SHA512: a1017bc0438feec7329b0a106efa3a585e77b520f71872d98c68b16f94a8d3f3123651aa6c2c1c5526160a62c1a9dd04b57a7e2448603e564b8ef84f9c5105ed
SHA256: ec4c61d4180a41240a5810daa617b358d2175f73229ec653f0ed72fd31a0751b
SHA1: d2fc3dad61a6096100ae3eb7b80a5e7e0fa63f96
MD5sum: 6684f1482a9bf0f42c1a8f52865930f4
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.5. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-doc-9.6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+2
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 12465
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-9.6/postgresql-doc-9.6_9.6.24-12.pgdg26.04+2_all.deb
Size: 1693824
SHA512: 2a3dccdeb4e02cce94729b3e4d28a4fabd59e70c9aea3fb1bf0a30b3c3fda03ebe2328e76e5539dabe104d1d0762290076f2210482e1aa3ad95faed619e0bc7d
SHA256: d0fa8c0bf2f117cbf93f8d296bc75cce4cecc651d798df4b32def243dc601e9e
SHA1: 1bcac8403de2d8883fd544bd97d5b2fd8c3d4ebd
MD5sum: 7773dde392109bdfbe5e7ec8a470a92f
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 9.6. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-10
Source: postgresql-10
Version: 10.23-9.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 256
Depends: perl, postgresql-10 (= 10.23-9.pgdg26.04+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plperl-10_10.23-9.pgdg26.04+2_amd64.deb
Size: 55520
SHA512: 25105ca0c66afd7082b23bd4116c1048031715fd77cd542a080860f069fe5e865f24005d55ae211c30ee91c788d93a337602a759693e68ca82373f5db6965701
SHA256: 646a2d7ba581b418652876c0fb6263615ed48cbd4bc350b04cd403f98925a41f
SHA1: 731f69879d8388fb4b758267c5001da2df2931d5
MD5sum: 62d713dccdff01e5cc0d051a7d834e3b
Description: PL/Perl procedural language for PostgreSQL 10
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Perl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-10-dbgsym
Package-Type: ddeb
Source: postgresql-10
Version: 10.23-9.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-plperl-10 (= 10.23-9.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plperl-10-dbgsym_10.23-9.pgdg26.04+2_amd64.deb
Size: 164420
SHA512: e7131ff43833a0895832295259dfe6eb12576ef8842b62137627b7a33588054a7c6a89ef73bf1f3245ee5302e05ea4ff51d63f3d121fa987d106de78075d42fa
SHA256: 2c3723d42c06d22b736f9deb7e25232982449c4c1a51bd37191984dc0a3e1825
SHA1: 330d0de24569675225c947a27139398c4df0d6fb
MD5sum: f0c6b63db43584a1c781412dcde04bb1
Description: debug symbols for postgresql-plperl-10
Build-Ids: 0c786a45cdc0d970e9f94e52c7b1a805ffac34b1 23fa419c1adb4de9d5202d1be4ad4fcbc0f9e200
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-11
Source: postgresql-11
Version: 11.22-10.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: perl, postgresql-11 (= 11.22-10.pgdg26.04+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plperl-11_11.22-10.pgdg26.04+2_amd64.deb
Size: 61628
SHA512: e5b9c776e969ae1b30d854bd67ac114d17e245ac10e119652302795aa476f8fd818959a26b8991d0c43611a44f1dba50c7c7815f0172ace6cac94b77025c7b37
SHA256: e6b1ff181dabb616c08af4887e38b91ae3329044257c54c9658e7b2fb22b7417
SHA1: 549b04b3e9f32faf158b384c768f4090421815c7
MD5sum: 641660c63e0d5a206c794b67edbd3a64
Description: PL/Perl procedural language for PostgreSQL 11
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Perl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-11-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-10.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 249
Depends: postgresql-plperl-11 (= 11.22-10.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plperl-11-dbgsym_11.22-10.pgdg26.04+2_amd64.deb
Size: 179216
SHA512: 602e0f5e09dca8948390261b74dd72b48eabb99fc0cc8906d9575210dabdbf536a34645f4fd0e1a8a9c2c56f15ec060ac0edc602b5cd3f2b0d757992124f96df
SHA256: b43dbb0a64b38daaf722cba448b3f40cd1f0560152c4d73957eff374f3e5552c
SHA1: a23614474cf3fb5fb13d4ed39bf5dddc7d759ee7
MD5sum: 7c42533542c2ae7b074c7f8e0830812a
Description: debug symbols for postgresql-plperl-11
Build-Ids: 0030de6809816ff2e0a8d47faac75ded9c2777a5 253ba58a92ea7995ad36e0ba40b99e1fbb942fe9 4366dd42e98ab8739f1eb574eca470a20dcb0e39
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-12
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 310
Depends: perl, postgresql-12 (= 12.22-4.pgdg26.04+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plperl-12_12.22-4.pgdg26.04+2_amd64.deb
Size: 64904
SHA512: 2256f181b30df86a8fdf59b792facefe3002982ebec3dd978f571e74e904862134d5fe937c4661c95260781967e9e04ed32dce0f3145e7105681de85a23a084a
SHA256: c071f8b2c69c477335ab958e769fa8a0aea758830a99ea735c066d1e2accfe07
SHA1: f52393c0347692c842801164d741204bb989a40f
MD5sum: 4c1f68a0aa34bb20a0d96a8feac76f32
Description: PL/Perl procedural language for PostgreSQL 12
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Perl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-12-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 253
Depends: postgresql-plperl-12 (= 12.22-4.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plperl-12-dbgsym_12.22-4.pgdg26.04+2_amd64.deb
Size: 182168
SHA512: b1acecf5a98d2c1a886ba463fdca5f0a5d04e562a2f922b72c394707bdf971db4d7703bf557311045a0aeaeaa53e0d65d0bbf74bf34a0a19abf05b918332941d
SHA256: 77914e7cd86dac76068e7b4e6b945ab62fd277638d893d4f25c7e3fe8531d1ae
SHA1: ef53a630ccf7be3b0154e8f56c66570df12354b3
MD5sum: d32d1ecda26b3f414315a1b8280fa346
Description: debug symbols for postgresql-plperl-12
Build-Ids: 53c57981e464fbeb03f67f4d957eef2e89ec0768 5bca56edc452ddc4a2f76b6299b827b484825a3a b0eeca0f90caaa1240c310210b54a083864ecffb
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-13
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 333
Depends: perl, postgresql-13 (= 13.23-2.pgdg26.04+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plperl-13_13.23-2.pgdg26.04+2_amd64.deb
Size: 69036
SHA512: 09ec3cad85e396afc2291dc297e5cbc4ba57456f591f691a851b51d53775b99a9d09e5a4702014a10578cafaf91a978c94f5973b12892dd83fe426025e0d1547
SHA256: bd5f4617ef1d73437def0cfe3b45a8efe222b2218aaffecf0e3d5e2ae31a88ee
SHA1: 06c1a54b9c4610ab0e13982f9ee7f42b9c03f3c1
MD5sum: 458fad638e4444be3d1ccb5602060082
Description: PL/Perl procedural language for PostgreSQL 13
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Perl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-13-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 269
Depends: postgresql-plperl-13 (= 13.23-2.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plperl-13-dbgsym_13.23-2.pgdg26.04+2_amd64.deb
Size: 188788
SHA512: 0a888d7a8b69370bf6d325f215e9c546cd4994870c2e4cbb3b482d5ddcf880bb3544bda9bcedd89a13c53643e881323c46c9a8b2e15cefdb9e3d9feed98a0075
SHA256: 39c34b68888418c7852057a1a8f6aa8d0de2459c5da6e5eb829f96b30773ecb5
SHA1: a0ee8bfb0aac0363d14cf91da8555457b523b38b
MD5sum: 943b572a220e0d7cc18a7c27700b6cf2
Description: debug symbols for postgresql-plperl-13
Build-Ids: 046c4c573a508b799e6c4f352fe9a7645b7af0c0 a508721916d261578232a938803eda39b8323ed9 bda109276218210e150317cb9c4d9dadfb65123c e28abeaa1ce1f0c542094bed712fc7bbdccf2d2d
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 379
Depends: perl, postgresql-14 (= 14.22-1.pgdg26.04+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.22-1.pgdg26.04+2_amd64.deb
Size: 87036
SHA512: 79c27a5bed8f4b90ca6aa1090226dee452ece0b65b747e13cb7abbdfb1db8645d5e00660322e84967b191fe35833671c936db40ab6c5d34c35f5550bcca74dfe
SHA256: 61a396ebcdce355441b1177a865814038c90567d9640fe4269e7e2ca3eabfa29
SHA1: 866dcdfe9373114c4372aee11d6c385a17a714c9
MD5sum: 75c5c99e095b581b3de8a892b6b0fa17
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: postgresql-plperl-14 (= 14.22-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.22-1.pgdg26.04+2_amd64.deb
Size: 189884
SHA512: b0068d8f2552f67a3f0ac2ade5b73e2589b22ba0c6386adb3e4977ef475427598b66086a0726956d8e0945d920d64b9e67c4093829fdf4a9b792b913a9ad758b
SHA256: b9da08a5f951de3e93cd6d9f675b2c12ce32cae45ac2b250e6dd976988138e4c
SHA1: 27185388f65d4ec9675b8ea45004f0d546485e85
MD5sum: f31008bc8b1ca57645abf684f092a994
Description: debug symbols for postgresql-plperl-14
Build-Ids: 2510849d70a240aa7bd733468e8c1c6c0f913377 80849152e79e4e216b34c25798f17f7bbfe1138f 9432331b3df537677c86eddb4c4f0721bc3daa71 dffd61ec14623776a52c53692eedb6917f1426a2
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 384
Depends: perl, postgresql-15 (= 15.17-1.pgdg26.04+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.17-1.pgdg26.04+2_amd64.deb
Size: 87456
SHA512: 20e8112369eaebd2ed8484f3c6e192760428d6a1bfb409ae7f58aff511e4bdab23d370ed8c674f4e2aef1643fffe25d41a60d6537afa87f2ef48cbad9ceedf45
SHA256: 1796d42f64875bf6468e92f6b60787eb13979eefa775135fc4411054297d135b
SHA1: d8554acb7676176f97e9fb25fd4a648c3ebb2e1a
MD5sum: e7ea3f9099cb99a814e80ebfd5be0db8
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-plperl-15 (= 15.17-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.17-1.pgdg26.04+2_amd64.deb
Size: 193524
SHA512: 345aa9b0209b08541b3514ee824c35329cbfa8534fbbaabbf602cbb3ad39038ee7475714e8e983d36484712bda3ec79530fe8996914ac1e41e5639ce9d27e559
SHA256: 0abb923aa4e60826d6402ee9353abf0cf689a4e64f9e8be78358787770ac7ac6
SHA1: da017c989d89bc20d7eb66b7873b63852bb6ead2
MD5sum: 5b8cf8e88c84284680ab7f34fbdd4637
Description: debug symbols for postgresql-plperl-15
Build-Ids: 3be56802a42e2234cbab3d859e49bc37dc760f70 58e2adec6aacf24df3a16fe392dec952daed56ce 86b2b69f7a7a6b7561faa401ef2a04cb2c24484e 89964c128cadc17c00e084686b9e200a5ba64fdb
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 394
Depends: perl, postgresql-16 (= 16.13-1.pgdg26.04+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.13-1.pgdg26.04+2_amd64.deb
Size: 89008
SHA512: 1dcc33c46e9a2e2556576dab7dbd156a3878a2c68e3c03839e901a72cadf629b324fa0cad21f2ad1c26b6392882981a8ae32ec7b651d3b6c1e66a6009d34dc14
SHA256: 23a7589636de26225325bc9ff9ae68e527fd7982a305546b5bcba14bdea08baf
SHA1: 8143d430f880536cec949d077804572b11587a16
MD5sum: a71fea4e176df6de4e7dd77490703986
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: postgresql-plperl-16 (= 16.13-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.13-1.pgdg26.04+2_amd64.deb
Size: 197576
SHA512: 01bb1e6b8314eecbd6705772e16f5b3b2a89b0457f71636bebf24b26b71b84cb6ff23c93242675d70db5f25ee0b4a8e2c220b7317da8539eee4bc7bc9a426031
SHA256: 2bd40f1499ef8b33620d298316350d62d5cd6c32f129f6a299cd3b4fcccf3317
SHA1: 949bcdd86ca61b9c5ac60685aae9e3e2a984fa75
MD5sum: 8a52cd114d811530a340e5a304a34767
Description: debug symbols for postgresql-plperl-16
Build-Ids: 2c92d02e28a72b38a5269e72f2b74ae899fb100e 3a8f7c45175e31e7ea177b02f6476beeb22019b8 5cb8ff9f341d4775fb3edf554007d4a62f2439ca c9fbc4fad24e5e013afd8b10c6c15f0fda6068b1
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 392
Depends: perl, postgresql-17 (= 17.9-1.pgdg26.04+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plperl-17_17.9-1.pgdg26.04+2_amd64.deb
Size: 86912
SHA512: 4a7a667de70bcd42c1ae5eb933f9c7737b99f12192fd8ca77cec742919bd7779191c1dc16e4ed157bde0bf284ef217f3e0a0792d2a7cdc5b038a5377eb6bb1ba
SHA256: 5ecc04dfd826852488df9f29ec91a8269903dec04e5dee6870cb031de0a993fc
SHA1: 6bd79feff3c7fccabfc38e8f5d4b412a17689385
MD5sum: 04f5ff11e25c6d55b737b699e6937253
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-plperl-17 (= 17.9-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plperl-17-dbgsym_17.9-1.pgdg26.04+2_amd64.deb
Size: 201404
SHA512: 9bccecd0f4eb61964ff847dc4ffe56e1646e3abaa42cc04c6efbb19c47e2fc3f28280bdae28f15ec3d1c45b0397857e77d9a6021ffe854425ceaf9dd783b0639
SHA256: e568a536c10dd0c709e7793d87f05a4082aeb473b78fcd6f7833216a408b08b9
SHA1: 17c9dfe6d787dd489aa1bc83918fea6b939e98a6
MD5sum: 3f5bc03a4b36c5dd177ea8be05770339
Description: debug symbols for postgresql-plperl-17
Build-Ids: 0dd56cd3783a7f2b5f34a6cb01bf23a893394b2b 1939e4563072908f7e0f1c880948881161e331f6 55b8b565f66579d0c06a158ae48f91ead1b00910 8ef94c6ca38834eb385bd04e5935382e93560d09
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-18
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 353
Depends: perl, postgresql-18 (= 18.3-1.pgdg26.04+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-plperl-18_18.3-1.pgdg26.04+2_amd64.deb
Size: 69156
SHA512: d69a02d2647bf990d5cba7e115eefe45f033b8f2ea9bde0eb87c438fb057da8cd33ff552ee78e2ef824a5d9a0dc1f7c1e459d7a344e326a9a7fc5bf61c3cb437
SHA256: 63b1e665839fafe3bb668216601b04c51298a9fc163f98bfd0f9533d0ef4bad7
SHA1: a22b8fb6c48b74fa2f8e6aba0050083f718efd2a
MD5sum: ee4a578c370b34920284fbc8064ce0b5
Description: PL/Perl procedural language for PostgreSQL 18
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Perl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: postgresql-plperl-18 (= 18.3-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-plperl-18-dbgsym_18.3-1.pgdg26.04+2_amd64.deb
Size: 203408
SHA512: 29028224fea5077522387e10e35ebd14e523f23896eeac256f0493e43328107a22ca3b0ae53818c01f07eb90463e6173821b19ff8fe6d4c5f963cbedc4b51ad4
SHA256: 1d2694cc9851483d86cadfa367b2dec5e35d9e2e8dc284d889ca852173d5e979
SHA1: d4bca2e36539d0cc6b2bdaabc23c7c9c66fe6cc2
MD5sum: 1da474e13f26caaeeccf6f279342ace1
Description: debug symbols for postgresql-plperl-18
Build-Ids: 39550260cf807d5405f36597385b453b070c7ab9 65f3c7875141281a6b60262cc9a180f3b3299249 749963c3701963aa990012b318458421a23746ef 88b939d3ccedf3c3bbd611d0758d9b396aa80f67
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-9.1
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 217
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.1 (= 9.1.24-18.pgdg26.04+2), perl
Replaces: postgresql-contrib-9.1 (<< 9.1~beta1-3~)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-plperl-9.1_9.1.24-18.pgdg26.04+2_amd64.deb
Size: 48816
SHA512: acf5e2dbbd5a5958101b77da8d7ca543f892f05e96afa653c916b82848b41a460f52104e90d0f69f67790561fed8f3ace5f7a90f1b6d158e30b05945ba900b69
SHA256: f0bea7a1f42b2ca6aa685feb20de0dc73f85099ebbde52ecc2ecf15e7b486047
SHA1: 1ca5bc6fc8476e671acada61102ae1219bd8e41e
MD5sum: ad85e7f4537525a360fbcc3fe533d3d1
Description: PL/Perl procedural language for PostgreSQL 9.1
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.1 in Perl.  You need this package if you have any
 PostgreSQL 9.1 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-9.2
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.2 (= 9.2.24-15.pgdg26.04+2), perl
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-plperl-9.2_9.2.24-15.pgdg26.04+2_amd64.deb
Size: 48084
SHA512: 2d5c3e3e7fe53056eb1589bd1bbfeeb2ba35df56a0ee957b9c02e1a2171caefd1515960cd65f10e1224bcf3cb4b7ba79b0ecd8f539defeeace00de5699f45642
SHA256: 343044c30ab4f9d8cc7f38b657e0da17b989031f3499fc8ca00fc1ebceb80a43
SHA1: aad42206c0c3127a1756eb4c47cf57ef32a66175
MD5sum: ab5b8f3e307ee8bec14a463dd45cc116
Description: PL/Perl procedural language for PostgreSQL 9.2
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.2 in Perl.  You need this package if you have any
 PostgreSQL 9.2 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-9.3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.3 (= 9.3.25-15.pgdg26.04+2), perl
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-plperl-9.3_9.3.25-15.pgdg26.04+2_amd64.deb
Size: 47432
SHA512: 5aaab950cf61905aef6e8298757d8f445c4e6dc9cfd00c7e9bfc91042c580e208f5f684a060c16ec7c20b4439083ceb7b32c735a68fa0265fff8650b9fe9ef92
SHA256: 05b21ef54029af1fafe4af7910634c3cd9ae20c22a46cfa90bf1064364250fdb
SHA1: 5623c8466a27b74a932b2b2cefd1a07b5d59388d
MD5sum: 85ca9edb25d2929b46cc604cbe9d27f4
Description: PL/Perl procedural language for PostgreSQL 9.3
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.3 in Perl.  You need this package if you have any
 PostgreSQL 9.3 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-9.4
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.4 (= 9.4.26-15.pgdg26.04+2), perl
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-plperl-9.4_9.4.26-15.pgdg26.04+2_amd64.deb
Size: 49880
SHA512: 112cb838cb80bea6cf1718d99c64ebb670e2df96f48353bfd19b6aac023433c7eca8c627025a622479e5f91d805842c0081b724580cd081e83cd3717ceb63afe
SHA256: cf4e185aebc3f5c74bff0518b90e52a5d45be3c11990757289e30104d9bd2443
SHA1: 2c67d6cc38a1802d20d18508d4a6e413fadaa2c3
MD5sum: 0d6908716d391c1814ddfe831c8b5acc
Description: PL/Perl procedural language for PostgreSQL 9.4
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.4 in Perl.  You need this package if you have any
 PostgreSQL 9.4 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-9.5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: libc6 (>= 2.34), libperl5.40 (>= 5.40.0), postgresql-9.5 (= 9.5.25-13.pgdg26.04+2), perl
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-plperl-9.5_9.5.25-13.pgdg26.04+2_amd64.deb
Size: 54880
SHA512: 7c3e021724f744809d21d2769dbf431f48ab898a931868502031fd47da6be774472e0f58d59820b72e22dec9642cb9fba0f3fa6c04582fa208ad320fc8f24daa
SHA256: 62b7829f18f17b691c26f309a820ca6d51de91f3576c88f47bfd663b4f5c8e56
SHA1: c54e23e04c29ee675eeea6bcae525fb1577a1bcd
MD5sum: 65850917617ce383b51211ab0b2a2ed8
Description: PL/Perl procedural language for PostgreSQL 9.5
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.5 in Perl.  You need this package if you have any
 PostgreSQL 9.5 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plperl-9.6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: perl, postgresql-9.6 (= 9.6.24-12.pgdg26.04+2), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plperl-9.6_9.6.24-12.pgdg26.04+2_amd64.deb
Size: 55652
SHA512: 466000bda0bd34e974ef1bc42d2660d25cb0e16797d20fc8581dc0c95c2fac51dfe5fef3e24063605927865150502cc927d90b9809b645601899db60ae795c9c
SHA256: 2c5c59ef11642334c3e555b129b38c9eb33ce7043ecee295aefcdac8270ce194
SHA1: d77e221452e04b23f094de5ebbef6b88dedf738d
MD5sum: 6512723450169526b800126c7f0fcc4f
Description: PL/Perl procedural language for PostgreSQL 9.6
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Perl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-10
Source: postgresql-10
Version: 10.23-9.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-10 (= 10.23-9.pgdg26.04+2), libc6 (>= 2.14), libpython3.14 (>= 3.14.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10_10.23-9.pgdg26.04+2_amd64.deb
Size: 50876
SHA512: 7576810f34e3032d993760125c74307b7176355e118ff874fdb519b5f91a52dbb46718602d849431cb1c26940cd97379feff3ea7f60054972ac0becc15117d63
SHA256: bab194c205bc4afe8e8b81ca60e9acd8782a45f49a267ace742a8315a1828c67
SHA1: d4fd4a567f7e791de7bd117ac1c0110765fdd9b5
MD5sum: 0a13c1004e551e7cf40be57352544b34
Description: PL/Python 3 procedural language for PostgreSQL 10
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Python 3.  You need this package if you have any
 PostgreSQL 10 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-10-dbgsym
Package-Type: ddeb
Source: postgresql-10
Version: 10.23-9.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: postgresql-plpython3-10 (= 10.23-9.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-plpython3-10-dbgsym_10.23-9.pgdg26.04+2_amd64.deb
Size: 164368
SHA512: 7fe772cf33e1b9ab76812eb44e5aaf3dcd09fe645c6e59c4b6ee3e7be1d756c2999cddf93a5528d5adf0d127abd20267aaec335e9f99b24d7fbfea78bb293045
SHA256: 0fee7b6072bf34749c20c443a231e31968ff5ed852416bbb3c9479392f84f35b
SHA1: 7dc3c311f09a1d484c190cca0c818ed6f58a59e0
MD5sum: c4cb258201a85c58e428d8a869cd2624
Description: debug symbols for postgresql-plpython3-10
Build-Ids: 2017279d09141c449b460fa0233a3c79a6c53f1b 605d62926f674b8cc2cde920a9c7e3bddfcc91aa f2c521fb2e48b9678cde09b13a88460c625d6098
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-11
Source: postgresql-11
Version: 11.22-10.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 237
Depends: postgresql-11 (= 11.22-10.pgdg26.04+2), libc6 (>= 2.14), libpython3.14 (>= 3.14.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11_11.22-10.pgdg26.04+2_amd64.deb
Size: 54392
SHA512: 8314e889f5cda865c8b286e59a741c00198a065e4ce150612b06a57d78355c3a83978ab7100028810625f25407f11397387c14380ad9c3b16f1ca8ef2019952e
SHA256: 389ff2ced524ac6b5e256382378f176667def3d7c3a78baf562c6ba4fdac247c
SHA1: 6bbc07edfbe520d0e2d1a82ddda71f8320a4c920
MD5sum: c9208bf1414e2d5d2d2099bcf7b908ff
Description: PL/Python 3 procedural language for PostgreSQL 11
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Python 3.  You need this package if you have any
 PostgreSQL 11 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-11-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-10.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 286
Depends: postgresql-plpython3-11 (= 11.22-10.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-plpython3-11-dbgsym_11.22-10.pgdg26.04+2_amd64.deb
Size: 178372
SHA512: caccb45fa466e1ed0bf3015abb91b46f842c1bd085c2152723ddcfbe5bb51fa4258f3a430fb7b7303fe38e0be20ca920f30d3cc24b03ed5ad4db1b1069d0c1db
SHA256: 91e6b742fc888d6bfa381c2a99b1f2f009c6a0877c184b6707a03cc43af35353
SHA1: f843f47d0e205050ca49d03d0f4512d5fc310095
MD5sum: 0d38e02ec5f03e1e3e783d2300a29080
Description: debug symbols for postgresql-plpython3-11
Build-Ids: 1725b1dc129ec79c86a22458a574055df38258bb 7ba1a0e330bd35276892f9c6e82bd1481fc33f67 bffce89df5cdf2efd3ce4f02012200d5d87c9ff6 e1ffafbfbcadc61322ca03f8410f61c28dee3bcf
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-12
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 455
Depends: postgresql-12 (= 12.22-4.pgdg26.04+2), libc6 (>= 2.14), libpython3.14 (>= 3.14.1)
Breaks: postgresql-12 (<< 12~beta4)
Replaces: postgresql-12 (<< 12~beta4)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12_12.22-4.pgdg26.04+2_amd64.deb
Size: 88292
SHA512: ad1fabf060e0a3ef532532f9c78d33da8819d63bedf25fbdb10fd83628f762cf0bafb8118c1df4a44be6f4717ae35c7ed239f4994f1c7c17404176e46ef61617
SHA256: 7446467a70cfd9845d48bbe303d23556777d902be96865cfb48d4352015c12f4
SHA1: fec56bb4a4b4109f3d39d99fc8172fe02e4a57b9
MD5sum: 5b92762f5ea51b26ce1f07290402ee05
Description: PL/Python 3 procedural language for PostgreSQL 12
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Python 3.  You need this package if you have any
 PostgreSQL 12 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-12-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: postgresql-plpython3-12 (= 12.22-4.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-plpython3-12-dbgsym_12.22-4.pgdg26.04+2_amd64.deb
Size: 181140
SHA512: 00ecdeef06bf22d2099e6ad4333f2af99d8472998fc2eea12bb629d941109510b0a1b60276b84a8d4aee8d5ed1402c2f1ee2aea38957a2b28ee7be2bc16364f2
SHA256: 0ef20d30f3aa13a55971d4e6913c4ee1dd225184d983c82e501700cd43562fcd
SHA1: 2ab3e3025aae41fe657544ab06413e6e80d07cc8
MD5sum: fc0e575a8a60c73bda1b4c8e7a2d460b
Description: debug symbols for postgresql-plpython3-12
Build-Ids: 3ddd3142c136c689e1012ec2e884675497ae2813 8e792fb67ac6cca8ce1cd99b1edd7bec9fddf810 b80978264cbc6e8a5173ba4dbefc190e104b4fb3 d1290f79d9fa3bbc4def31ed32d380a1d5e3e146
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-13
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 457
Depends: postgresql-13 (= 13.23-2.pgdg26.04+2), libc6 (>= 2.14), libpython3.14 (>= 3.14.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13_13.23-2.pgdg26.04+2_amd64.deb
Size: 90064
SHA512: fc6cc02ffde88fe48515109cfd802ef366d9e1379f6b900ce7337f1964da596dc1fb3827ffeb123fbd4743aba15313a3e08dae909bfdaeb88623031d32a5d730
SHA256: ed0934006e5d5c0ddbf132b5133d4edf902481a05ab34d0099fc3c9bffb3fb2a
SHA1: a95ce38650fa4a28b589c7043eb7c5940ce4b206
MD5sum: 1e9fccaa84136de7e5b73b3295213a1f
Description: PL/Python 3 procedural language for PostgreSQL 13
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Python 3.  You need this package if you have any
 PostgreSQL 13 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-13-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 291
Depends: postgresql-plpython3-13 (= 13.23-2.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-plpython3-13-dbgsym_13.23-2.pgdg26.04+2_amd64.deb
Size: 182180
SHA512: 417f52c95c2a35ba10e41ab0db80a6737b82e5616628eaf865f874c0250da7d1ad680bf9572991914004cda5abcd931dbef905ac6989495020dc429357818040
SHA256: b0662b06da1111444086231f31d9b2ad25f9fa57fcdb71658cf08d1042f04759
SHA1: f776c8eaccd6a98d66759264af3c1f2d839465d6
MD5sum: 5c9377751adec2a95b9fc454cab94082
Description: debug symbols for postgresql-plpython3-13
Build-Ids: 03f086ab9b3be757db8dbc6046ebcbc1d7d440d5 2e071c657fa6a9c6cc445e3b9d46d5b00bd89bf7 926c05355e84494e6d397b5d4e348c1424584996 d02d40785599a1352ccee727d4b84a14b8263ec8
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 516
Depends: postgresql-14 (= 14.22-1.pgdg26.04+2), libc6 (>= 2.14), libpython3.14 (>= 3.14.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.22-1.pgdg26.04+2_amd64.deb
Size: 111400
SHA512: 4e6bdff9eec733ee5d30cc633902ae87ba39790103bb27f4cde1d32130b9d6a33f782843b0ce1b3d331161f8ca5153508f59797c0bbf31dbeefd6b8799e430c4
SHA256: 41b2c6abec9b50640ca69369a04fd5042b8ed3d5b0ff452b8a2dc7647c7adf36
SHA1: 5c85a09371fd8bdc8ce00fc61c2613f4db9ff368
MD5sum: 7b5d0d01113f4d6ef3f983478d15532e
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: postgresql-plpython3-14 (= 14.22-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.22-1.pgdg26.04+2_amd64.deb
Size: 183428
SHA512: 2d779c6ea2531df066ea1d99739655dae771e394cfb1b00850b081b291c66da7eb241d5beddb4f22358a6a4e83d7e7e3c8083d09ae4bf04635f47d2e9a5c7efd
SHA256: 77a600df8af595b564260cc5f0986ac728365b7030244656e8926cf5ea2e56e5
SHA1: e643fc9887344c0bba26532a4586cc7f2d960183
MD5sum: 24ad74010137e4ef55ad89303759c17d
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 03a4389f5d7be7edb7bd5b1bd7000cc1cae9814f 1e9cbdc1437fc3805e7ba6dcd72b0c998a29e912 6bd25a3c57c922f352f1834ccd1fdea1cc7c157c fa6fabb757c49bb90603350265cb0b0fd21ec380
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 534
Depends: postgresql-15 (= 15.17-1.pgdg26.04+2), libc6 (>= 2.14), libpython3.14 (>= 3.14.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.17-1.pgdg26.04+2_amd64.deb
Size: 112520
SHA512: 3b6b89f35babae1156af9b7deaf0f79a6940c0acf408d01653aa8fc71bc313a7f813fc7038ca8cc5ca6a44b76899f07cf574530b98d73dc4575a254536ea9bd3
SHA256: c5cb70890ceea81c4d0b533f702b0ec203cf3f6b9d26cb225e587975c37aa67a
SHA1: 76e88b373cc0ec6a819eb777c3a468806d78b6a3
MD5sum: 8afe1b3f8738f6bbb50cda70e2cf7752
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 299
Depends: postgresql-plpython3-15 (= 15.17-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.17-1.pgdg26.04+2_amd64.deb
Size: 186704
SHA512: 85569a06b00b030a011579bc0b2bbac6d6c1fed01142fde8dcb0e9d75034e510fac30c8259fc3e702e53cb8042248c2cb1c58f2be948dcdb076fa4ef5428efb6
SHA256: 66d326ed6b19fdbdc65afc419f4752f92dd5c437fda6a7aa17fe115ef831ee76
SHA1: f17fe41f031b82f2a848c978fa4383083ef6e6db
MD5sum: d48e108a7c0fa8634648ddcef4d1ac63
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 310b4ea498b9c206f33c65ed2fae4aa978c5f80a 4503c90caee785ff4fd90fa7807a5333360af4c6 9bc8a5dec02f421923aadef0a9b3668941a46b22 9f8ca1440d655e680647d3fd72109298f2b750be
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 541
Depends: postgresql-16 (= 16.13-1.pgdg26.04+2), libc6 (>= 2.14), libpython3.14 (>= 3.14.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.13-1.pgdg26.04+2_amd64.deb
Size: 113772
SHA512: b2f42f7262b8fa76967592b032a10a94a8043ab24cb9661177b91470d5debd34daff32a4735716a39c75844dc4a528cc874615961bab7f8f84a0ac9135e6242d
SHA256: 3357d9145135c834198663a0221c259f62570118698506af574764aed7c9eddc
SHA1: d5898e99e26b3986446344039e0968f7fa405ead
MD5sum: f64713b890086902fff76ef783cff634
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 307
Depends: postgresql-plpython3-16 (= 16.13-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.13-1.pgdg26.04+2_amd64.deb
Size: 193720
SHA512: c37602b63726f8c4d8c25035adc28b6b888172c7cca225f35f2e7344a41f119bacee24e18b1ab1a6fc2bd0584b684d7121a7560bcad28b60fd7f3525ef6d36f1
SHA256: 52331e2a1feea1e854eb8dea94bc4a6a8c6c9805958a0e62ca60b73643f9c60d
SHA1: 6db9d5a7eaff736d29c6abe45747ad7142e64e3e
MD5sum: b8225b1e97aa88747ae283fcd52b14f6
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 0be21bc11aec6e5f1be924c64558d674226e4ac4 70b5e5298cc3b056f05aeeb20d21575e3c7d049a d509b6166ea91dae7207dfff3f574c2ea2d04967 df78f9c8d6a94421ff371761d4983fed4a863876
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 539
Depends: postgresql-17 (= 17.9-1.pgdg26.04+2), libc6 (>= 2.14), libpython3.14 (>= 3.14.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17_17.9-1.pgdg26.04+2_amd64.deb
Size: 111228
SHA512: 480017ae099aa68e582fa66b94913b66071ae779600bf7bb255454d587a073ddc5e6e50780d467b2157d2c534543505c51b1de9031904d9d2f47fc96f3250ae9
SHA256: 9f419f1b3b6c9c811eb347de470240f692ad7e84acf3eb09bf82371e59e60638
SHA1: 4de26ddf184980ee5593a5f023b2e63e7576701a
MD5sum: 3f931510ac0e4e07da942757889b57a8
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-plpython3-17 (= 17.9-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17-dbgsym_17.9-1.pgdg26.04+2_amd64.deb
Size: 196844
SHA512: 7b275f52ee8f3fbaf97a39cd6a98d337c771fad6ca55c84b1edaef2780a33e4478bdab33baf510c52112a0d11e64ad4d8822c95053b5b93291dac12119e1ba1d
SHA256: 3bc4768b4041e8f49e05c94d4222a45d3acd849ef3ba5e1e5b0f7e37a92eb536
SHA1: d6b624f8a17551ab1b937190356a5595d796e005
MD5sum: 3281479d1ef97d82286244faf14a1b15
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 6cf4e8a5c81ec65fa744e3552ff00f42b1fab052 c10073634c434ac02a682598c5a4faf32a1ec937 daa60ff90fc97b251a8ee5e9e0f673f2915aff5e ddc46cbed7979b76d7505c73a03ef6c9827df2bf
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-18
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 495
Depends: postgresql-18 (= 18.3-1.pgdg26.04+2), libc6 (>= 2.14), libpython3.14 (>= 3.14.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-plpython3-18_18.3-1.pgdg26.04+2_amd64.deb
Size: 92544
SHA512: c7969d47e0dc801993f1cdd4f4067d4998ffda41c501cb8f40ce5719cdab5fa643c3815ee4dc29228076a81818814f311327a1deecb4e57a597f4a63794b5e06
SHA256: 2cb7f7663e5302d95d26ebe673600c3163879b876d600c0d4d6714c8d0b123d5
SHA1: 930f6575fce286ee85ee85e200d6d229fd155f49
MD5sum: c3ff5e99be56e63a165f250be0d86a14
Description: PL/Python 3 procedural language for PostgreSQL 18
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Python 3.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: postgresql-plpython3-18 (= 18.3-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-plpython3-18-dbgsym_18.3-1.pgdg26.04+2_amd64.deb
Size: 184388
SHA512: 82dc2360972d862f6a490fa443112cb3efa2926175a47be4ce884e82a7ebf490943b1514e6403e763d31375693820ce014a0b72f46550ffb9f3ea5986ea6ab6a
SHA256: ff7be8adff4d632ee2a1a27236bf063f35c76cd00884c76a1f02d457a28a901c
SHA1: 1e524c1d1be3635ecbcf8372aee5df2f900accbb
MD5sum: 4e05da470da679321031cb5595b81dfb
Description: debug symbols for postgresql-plpython3-18
Build-Ids: 0d6e228b6a4dbd928ad531fdd767efb1c69d47ec 8f1a61aeadcda46c13995cab3a3ce1ac7b80a224 b1480e7b846f765c661c02a3a9b23250cadf5f12 f50e77587879ab1cb4278392ad49964314fef4bc
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-9.1
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 143
Depends: libc6 (>= 2.14), libpython3.14 (>= 3.14.1), postgresql-9.1 (= 9.1.24-18.pgdg26.04+2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-plpython3-9.1_9.1.24-18.pgdg26.04+2_amd64.deb
Size: 37680
SHA512: f5973f60f515562e44763f89f0ecaff049583303d7cfa6aa3410c719c776ebef2960fa8a26550ddaf5d8b31cd142e58726a13a7b07bfe25e4fbcb7fbed71fc81
SHA256: e2dcbe99e9d6414e86cf4bf14ab519e5a19ee81ef66864b7da7ef45c88e30dd0
SHA1: bcefc7dad16b0125c608c3e692bbda14d96edc28
MD5sum: 2e9a61c0f9682fa6b36c723e57d34a5c
Description: PL/Python 3 procedural language for PostgreSQL 9.1
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.1 in Python 3.  You need this package if you have any
 PostgreSQL 9.1 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-9.2
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: libc6 (>= 2.14), libpython3.14 (>= 3.14.1), postgresql-9.2 (= 9.2.24-15.pgdg26.04+2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-plpython3-9.2_9.2.24-15.pgdg26.04+2_amd64.deb
Size: 41336
SHA512: b8101224410c0bdfc1ed692871c048bfd81a33aeaa6abde0f4ae6ae4cbe0825a1ddab8abc793cb71e7c5f081484fb637a53c05cc66872f06e8cfd3ef95a13e5e
SHA256: 8ec6ff43bf39c8f0c23dfab9d20382bca5048bad00fbae468ad8dff8cfa0ab7e
SHA1: 993c77fd1b2e2e20a8f8f63f33c6b73c0bcf9dfe
MD5sum: 70c31d045810480bb14a0d775cfdf847
Description: PL/Python 3 procedural language for PostgreSQL 9.2
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.2 in Python 3.  You need this package if you have any
 PostgreSQL 9.2 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-9.3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: libc6 (>= 2.14), libpython3.14 (>= 3.14.1), postgresql-9.3 (= 9.3.25-15.pgdg26.04+2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-plpython3-9.3_9.3.25-15.pgdg26.04+2_amd64.deb
Size: 41520
SHA512: 5d9659a6495f950f60bbd2a556b1979f821c1b70063def3c650b617bc17ae6bf207e56e30eb33197d8004f4e43c4aaba9a83d0380e47718d13f66d35467813ee
SHA256: 94c7857ce803713c51a1079e3be392761d0528763964ce3dba9a044326c41110
SHA1: 1cfea327a4092900685b5e6680f742757a9f04c5
MD5sum: b27bc913d04e9a84307a91cb15d49e5a
Description: PL/Python 3 procedural language for PostgreSQL 9.3
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.3 in Python 3.  You need this package if you have any
 PostgreSQL 9.3 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-9.4
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.14), libpython3.14 (>= 3.14.1), postgresql-9.4 (= 9.4.26-15.pgdg26.04+2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-plpython3-9.4_9.4.26-15.pgdg26.04+2_amd64.deb
Size: 43344
SHA512: 455b802143eb421ddc362ef923200a5085e8474c9762f4047920a2fb1a7fe82e106400c4b9818e0a6f8492a013840832d19f8abfd09bf32d7d2f47b2a3150acf
SHA256: bb7bc3e7c0c9de7e6cd00ef71b0af2dbe44ac97f81b1f76fb27d761f77858287
SHA1: c0296697b91275e5d6828a9491ae588462f63c1e
MD5sum: b2ea98dfb9806770e3286f447e207bfd
Description: PL/Python 3 procedural language for PostgreSQL 9.4
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.4 in Python 3.  You need this package if you have any
 PostgreSQL 9.4 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-9.5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: libc6 (>= 2.14), libpython3.14 (>= 3.14.1), postgresql-9.5 (= 9.5.25-13.pgdg26.04+2)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-plpython3-9.5_9.5.25-13.pgdg26.04+2_amd64.deb
Size: 46844
SHA512: e17f6135b81ccb738f0cb08e87546f8f5af0be7bedc500a58fb81b8e6a69cdc4efc7e9a6d51e0474e953b86afd580a7d38a22d99f821699146b0095728762117
SHA256: 7557c3ad00a608316229f6bfff51ebcaca46b0f8d2d56e1166a542318f3df38f
SHA1: 149e0ee16a0f5ae6c3caa61642c994a4225ad6be
MD5sum: ae224eb2fa9d7845f133a0aeb3b09ad0
Description: PL/Python 3 procedural language for PostgreSQL 9.5
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.5 in Python 3.  You need this package if you have any
 PostgreSQL 9.5 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-plpython3-9.6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 207
Depends: postgresql-9.6 (= 9.6.24-12.pgdg26.04+2), libc6 (>= 2.14), libpython3.14 (>= 3.14.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-plpython3-9.6_9.6.24-12.pgdg26.04+2_amd64.deb
Size: 48916
SHA512: 5cd617627656822a0c7e3241303e62f590a3b705049db8ced3403e792ed603a43a82ab108d7a62c850daca24df96f0fae49600e22e7848dfbd789d03c917d0f4
SHA256: c83d83473dcbd6d20f2fa7cc658b10c5241bc5fcd02749f68e60d0153322efda
SHA1: 9237d8247db521fa05c706334140fd73a4df69e7
MD5sum: 859baf59b14c78bc405107287330fe07
Description: PL/Python 3 procedural language for PostgreSQL 9.6
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Python 3.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-10
Source: postgresql-10
Version: 10.23-9.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 158
Depends: postgresql-10 (= 10.23-9.pgdg26.04+2), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10_10.23-9.pgdg26.04+2_amd64.deb
Size: 33124
SHA512: 3c7741c813da87fe5d090c51a6f68a1026d6fe0f404be90f825b8702ae3c63490e21f6ff128d7aa4da17960e04ce9f15c70b64c31a32faa8f29aef8efa6d5b26
SHA256: 51ebe0436a7a0eb2327c53c1fd31b8d2a92bf5fcc2ce30d1adb18442c5e91754
SHA1: fd1f57513023202968a31d7f453f97cfc79c246c
MD5sum: 875437054d2679ab2d122b584ca85cec
Description: PL/Tcl procedural language for PostgreSQL 10
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 10 in Tcl.  You need this package if you have any
 PostgreSQL 10 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-10-dbgsym
Package-Type: ddeb
Source: postgresql-10
Version: 10.23-9.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-pltcl-10 (= 10.23-9.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-10/postgresql-pltcl-10-dbgsym_10.23-9.pgdg26.04+2_amd64.deb
Size: 67840
SHA512: 99ef2ccee59483a24c99b1a85cd419cf126e5b802bb705a9db62ac339ef1c3b34dfc423bd970358a0c5630f3d38e459e6662701fa52d43f81032995323608a71
SHA256: 61ef214923cb2bcfb4fe3726013da4f3854d787467dbc3d8081737c48f31a4b5
SHA1: fcf6114dbbe2b1d7af37e428e3f8f1eaca912599
MD5sum: ae7af01a1536e8239c3bb53418478b36
Description: debug symbols for postgresql-pltcl-10
Build-Ids: 852214216a3070f362e10284038e76efe092f020
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-11
Source: postgresql-11
Version: 11.22-10.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 174
Depends: postgresql-11 (= 11.22-10.pgdg26.04+2), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11_11.22-10.pgdg26.04+2_amd64.deb
Size: 35880
SHA512: c3b2ccfc7645faed317dc9250170e50c0c026439a09f6393ce12920a0ba63c74eb3fc4c188a1322a3a3330f85ae7d5392377ed15b47a5092f17785f5fea13569
SHA256: 7eacc2dd819b285ed607a92d4d7502a03440cbaa325a9bae3e56f09a5e06beb5
SHA1: 8f4518a1b9507d497cce5c251e01a0dea7bae76f
MD5sum: fc1e9ea45d5e88103ffe9ac91918a5ea
Description: PL/Tcl procedural language for PostgreSQL 11
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 11 in Tcl.  You need this package if you have any
 PostgreSQL 11 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-11-dbgsym
Package-Type: ddeb
Source: postgresql-11
Version: 11.22-10.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-pltcl-11 (= 11.22-10.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-11/postgresql-pltcl-11-dbgsym_11.22-10.pgdg26.04+2_amd64.deb
Size: 71204
SHA512: 524ec8e495c6e9d8a0ad381bb1640c08a778a7e6caf2dc2dd105f989f103f6762777f1ecabd1b4fb293e62b2fceb6b4738ce3b0a29fb88bcf04ddfd40b2d5d95
SHA256: ffbc4a922bd3c99db5a421d50694f4c311c40e045f7eeab1ae200954136b54af
SHA1: ba712f227cadac12aa04610e6b24460b4f0b05c9
MD5sum: 66d851695e3e18d5d6b032c535d72755
Description: debug symbols for postgresql-pltcl-11
Build-Ids: 5374e6ed70eee138598c0f16ccbca3a215bf391d
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-12
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 184
Depends: postgresql-12 (= 12.22-4.pgdg26.04+2), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12_12.22-4.pgdg26.04+2_amd64.deb
Size: 39148
SHA512: d4d0afbddef56352e14c6d7b2c168334298ab4dd76681c3f9a6b91756a9a433804115d114f6c79f57f251f8f58a295dde729ca3f6407bb1a0235a7465d8d671f
SHA256: bc86bb34862fd8375960daad919a9a72228b0f80e954e4eaa82ab6395d0e47cc
SHA1: c4b9a510e6b7af2ca339dbf27a75a61cfaba8512
MD5sum: f3d9f3fe572caef055f9f54588151e46
Description: PL/Tcl procedural language for PostgreSQL 12
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 12 in Tcl.  You need this package if you have any
 PostgreSQL 12 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-12-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-pltcl-12 (= 12.22-4.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-pltcl-12-dbgsym_12.22-4.pgdg26.04+2_amd64.deb
Size: 72820
SHA512: c73980a304f7890badbadcf48d0d152d7d3836dbb843a963e05f6bd1e81f1d4bb2e14a8fab72c7da45ba229436c02afb26f6f9d74f95ae4b149c0f7ec5d1f567
SHA256: 7d23af117696a27948b5db98c25aa9777d842095540eb4c32b9219c638fdaf92
SHA1: 2088b483369ecc3d3e0ba37af4a4a5486d26af4b
MD5sum: 87d2ec650a29740e5902503e405b99db
Description: debug symbols for postgresql-pltcl-12
Build-Ids: 0a6f4c47e47d0c6505c15e5cbb22d09976fc03c9
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-13
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-13 (= 13.23-2.pgdg26.04+2), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13_13.23-2.pgdg26.04+2_amd64.deb
Size: 42788
SHA512: 867a6723175f461336b7876bd34b3ef03047e3883bf735058e81a10e48427f03b997f7a096749bb240929ac14c8d59fd01389aab3d4c8fc2edd96446a44cf2dd
SHA256: 8ca126d3946063fb16083c27ffdf78eb2a4d8f9ece6f4b3b626e250cd158f8ad
SHA1: 862fc579f9c6c2a25f55c5fb16183ed80ad65a83
MD5sum: f406e4768e9df6fa69b81407dcb42df2
Description: PL/Tcl procedural language for PostgreSQL 13
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 13 in Tcl.  You need this package if you have any
 PostgreSQL 13 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-13-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-pltcl-13 (= 13.23-2.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-pltcl-13-dbgsym_13.23-2.pgdg26.04+2_amd64.deb
Size: 76228
SHA512: fa3aa54c615b15fca545f725d0c0d01d5b3c56c312935c3c2689becac0de7cd10c82000317c6c35ec7e3fff27519d4a51b3612ed01fa19933192ed61117a16c6
SHA256: 42d4544eada7465273bf306264e1b81ffbc485045171400aa8bddfc2a909f6f1
SHA1: c8e1c95bbd15d8b642e0cf2bc75d906134f7e09c
MD5sum: 9b4e8414c42513d88279d3c569638cae
Description: debug symbols for postgresql-pltcl-13
Build-Ids: aa6545a6cfb1fa398499e7b120aa41fbd9a3e132
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-14 (= 14.22-1.pgdg26.04+2), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.22-1.pgdg26.04+2_amd64.deb
Size: 44448
SHA512: 2bd07c6b417f8f1025117bd4e2c447c570c64da747d9b7a5e7d68b86d12228f8dced4a43ca34ef5f2ed7556fe881262c8b3433fcdc22ece30e164c94e268f887
SHA256: 9fa6fc154f1b494e6f5e5b276326d9211d595f603f871f84f6b8ef4a073148d4
SHA1: 35fefdc7b30ef4f1b38c7d1eb2f4967b469121ba
MD5sum: 9172866040e2bdf3166239931269cbe0
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-pltcl-14 (= 14.22-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.22-1.pgdg26.04+2_amd64.deb
Size: 77376
SHA512: ebc9c00b47b4a17863e00ef11d9cd6842184c01e342f6e705145ae9b68bcb4c8936a28971015ee0e8498edf82e6fc4feb6aba1d548b33daafb021ce03fdd6a41
SHA256: a09f554a72c1a85dc44e64cffef7735f70a8e5ab77928068ed4cc2b5f6a014ff
SHA1: 68f16505c068c7e80b0ad67c04886f76ed7bf851
MD5sum: c4eabb20e8d8b1c326fd2c13c2e46a3f
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 1444a0549b45c0fd52628a195a37562df505cc25
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-15 (= 15.17-1.pgdg26.04+2), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.17-1.pgdg26.04+2_amd64.deb
Size: 45860
SHA512: 4f245311fb0b29d7c48dabab144e1991a876be360b56288a849df0b9629940d0205f63120c6dca17f0428b675993ee70677cf860a7c05dcca9202d55135918fe
SHA256: 837ea8850022762cf3c7d9505e4a20bcaddaffb9a1333cbc66e2f16f08425223
SHA1: d8580eb35d3c5e9df820da3fd2499aeb111e040e
MD5sum: 1a7c0b992678e66bb70fb541de8320bf
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-pltcl-15 (= 15.17-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.17-1.pgdg26.04+2_amd64.deb
Size: 81052
SHA512: d5de12161236e78d6562dd57521df88cf317d3091b2cb5fa0df42c27026bc84b6bcdb7ffae5bf98863dd56d8313b457978b56c9d5e1a8fa5d1d7384ff8920f02
SHA256: 409b8b20da8d7487a871659b98a66d49fec0fb36cd3091f86d5d87f880ab9597
SHA1: 10fe97cdf2d90768ef0700846bfaa419b111109a
MD5sum: 56924d1e57b9b15e05bb1e7a3adaf862
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 80a93688502a466392e06a1970cb899f351eaef9
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 214
Depends: postgresql-16 (= 16.13-1.pgdg26.04+2), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.13-1.pgdg26.04+2_amd64.deb
Size: 46784
SHA512: 4cb079be466a3d2a1560b3a5668098f39e0b0743eeab5ee5c7db086e0cf34d600ca4e54177d1f44eb9c9aaedcfb926499556f594b2110c706f48ef90656bd349
SHA256: 99e38c652ee95f569abe3675fa5590a42c54213102b999ff5f66440e1bbce705
SHA1: 53f652193e7bf9f5185ec0a6d9fbc55f5063940a
MD5sum: 8fb50b75ab0596b7d3674c3143bffb24
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-pltcl-16 (= 16.13-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.13-1.pgdg26.04+2_amd64.deb
Size: 83288
SHA512: 5e561c763306f2e7d7d7848bb0ff9488c96982737b6528e6f0c50650f4f25ccf372b791b861d39f84a46d58a6621196cc22f72433dda541edc060b9982ab091d
SHA256: 4eacd5be1b1698abcebb70e32b78638391dd9e2aa7b4267e9914799ddfa2b7d5
SHA1: c733cbad6e232197a9c3e007168fa42ffea6c9da
MD5sum: c8ba5197ab360e7937851279127b418e
Description: debug symbols for postgresql-pltcl-16
Build-Ids: 202a0a027385d370193b42d7331bf57218213d43
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 212
Depends: postgresql-17 (= 17.9-1.pgdg26.04+2), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17_17.9-1.pgdg26.04+2_amd64.deb
Size: 44544
SHA512: 7303cfa05e148356aa8c8dd1b49f0c7a0e4d076fd7cb3a70b848e17b14451d2a0583e77a5716d114279d0da4079c78f7c0a02e9c8f1999fe7758dcccd3b9e41f
SHA256: 50a21f1adeb62c5a9dd3e32325fc3ca8ceb0221e089e933579260561073d18df
SHA1: e84ae29253dcb3955ce2f526e22c0189f7fca78d
MD5sum: c800c32cb831661d43a6b5d41aef7308
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-pltcl-17 (= 17.9-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17-dbgsym_17.9-1.pgdg26.04+2_amd64.deb
Size: 86492
SHA512: 00d1083f5c70725648bfb5bddbfd8ecb25b848c866ef39a1d262ede08964ebc9af99d78056c45039979ea163f15e9e801f57f2c9d3e521af10d7a68e62174810
SHA256: c4c2e6169e3646b9c65b6bc2a5a4ee67aedddfabd0a506cc18d24e0247bd6ad7
SHA1: 00625368661dc734c4fa7c81ec039dfdbd9af2c5
MD5sum: 61a0c7fe875844ddff7980d83247a7f0
Description: debug symbols for postgresql-pltcl-17
Build-Ids: 19942421e7048608878ba0a807ce8722336b0537
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-18
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-18 (= 18.3-1.pgdg26.04+2), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-pltcl-18_18.3-1.pgdg26.04+2_amd64.deb
Size: 42228
SHA512: 76d0b52a5d57cd26bb8295f0a701fb4cd22542ef098a13f0d0b4f3cbde6e333c09103caea1de2a8364938a74e9c3003b30bf6e7643d84bedd7aadfdccd879074
SHA256: 00816be1de70be10a9cc8dfa9ef58222848a14d32d0b7f7841e497de8d919fcd
SHA1: ab8d945aa7036dbd51f438b912d15d888e04d7fd
MD5sum: bd4706861473ecc2dbd124b7dedc076c
Description: PL/Tcl procedural language for PostgreSQL 18
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Tcl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-pltcl-18 (= 18.3-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-pltcl-18-dbgsym_18.3-1.pgdg26.04+2_amd64.deb
Size: 90068
SHA512: a1ff2d30c1afbe4aec22c99c9fe0bf4bdc3fe0a37844779aa0d7917aed6eb3e9a22608cd5b8100c6b0efcfa6888f1fd36b5b6d1c9de850224f437485d730b289
SHA256: 4eaf1c3b2387a8593f097140e2201b1e3d8b8d49ef597b1f38bf365b0cbc8bb4
SHA1: b18722b2e9faa8dbcfd1352a5f708acaebca680f
MD5sum: 47f7c56ba7fae6cab3c0d73585cc4115
Description: debug symbols for postgresql-pltcl-18
Build-Ids: 40c0c10d079f73fa01974a1f980afb2c268a85f1
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-9.1
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), postgresql-9.1 (= 9.1.24-18.pgdg26.04+2)
Replaces: postgresql-contrib-9.1 (<< 9.1~beta1-3~)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.1/postgresql-pltcl-9.1_9.1.24-18.pgdg26.04+2_amd64.deb
Size: 27096
SHA512: 02a1e96229c2408987a6144826d25bdd0642459db221ee34875491ad2960561847118e74b66382d2f01b91ab24569f10f1fb0237ab54abeb951a2899ac5038dd
SHA256: d56608df3a17abe12b919bfe7e168ca046398ba05fccb4a63ca0672f857fb219
SHA1: bc7ac6b5ac0e0b6e4a63e4cac4eb7e4aa483d994
MD5sum: a89ec469bbb003567bffb6a7fbc02fce
Description: PL/Tcl procedural language for PostgreSQL 9.1
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.1 in Tcl.  You need this package if you have any
 PostgreSQL 9.1 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-9.2
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), postgresql-9.2 (= 9.2.24-15.pgdg26.04+2)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.2/postgresql-pltcl-9.2_9.2.24-15.pgdg26.04+2_amd64.deb
Size: 27104
SHA512: 93bd46055d41f1fcec361a144f82a1e0a45587e0a7e29c057b5652fec3e1181e92cfb210e5965491083301fdab2ae4d480651872159cc6be36c211762e6a8df1
SHA256: 12d7df197d41026f03335c3163d5590ba25a8777cf876e7fef409085adfd2fb4
SHA1: f30b09a58998e3121a29c33b4bbe97b9beb2bcc5
MD5sum: 52bfc8f9f06e2710666b5d3b3608ad43
Description: PL/Tcl procedural language for PostgreSQL 9.2
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.2 in Tcl.  You need this package if you have any
 PostgreSQL 9.2 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-9.3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), postgresql-9.3 (= 9.3.25-15.pgdg26.04+2)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.3/postgresql-pltcl-9.3_9.3.25-15.pgdg26.04+2_amd64.deb
Size: 26980
SHA512: 8ce7d72e79a290dfe4c7d070e77d5aa674b740c6cdefba6b196d8f0a8f0ba75bcf2849fd039c265787d54d7b2ed9130c5babeea0a1eb17f335003ae6b1ef3819
SHA256: 2bec01ed7de13780338c823b9efb0c61750f6b6e1cbb073ab51fe5d6f9901de2
SHA1: f8fede9877cf86d7216b273e4e83e2f94f7d2452
MD5sum: d5d2c8e32b4c4cf5261824604ac02d87
Description: PL/Tcl procedural language for PostgreSQL 9.3
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.3 in Tcl.  You need this package if you have any
 PostgreSQL 9.3 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-9.4
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 152
Depends: libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), postgresql-9.4 (= 9.4.26-15.pgdg26.04+2)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.4/postgresql-pltcl-9.4_9.4.26-15.pgdg26.04+2_amd64.deb
Size: 28360
SHA512: d8455aa047f9534e09665e1b30983a637da7b0158466d7c67408bbdc45d1c42499a8e5af7d17563333e156e2826958cb4725adb728ab917498a4f884bed9d3c1
SHA256: 4d0a8945997200ce62db8b2766a4e04c57a4eb18a674f3fad04d3ed774fa36ab
SHA1: eb55c68c768ec829a5c9f621fd938ad30fd9557a
MD5sum: 5c1ffcc25b9284a97b2526e472aff5df
Description: PL/Tcl procedural language for PostgreSQL 9.4
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.4 in Tcl.  You need this package if you have any
 PostgreSQL 9.4 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-9.5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 164
Depends: libc6 (>= 2.4), libtcl8.6 (>= 8.6.0), postgresql-9.5 (= 9.5.25-13.pgdg26.04+2)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.5/postgresql-pltcl-9.5_9.5.25-13.pgdg26.04+2_amd64.deb
Size: 30956
SHA512: 84261df9bae0e75827fb76dcd0f2da0f9a8156547e38cb9734390eb6a3e58f38d584c50a3390a287a909609229c70723bb56d1316dbd65b1d645f26745c0c8c7
SHA256: 1affef566496f280a6e0c5b3e6fecbdad36b4488f4e27fe800efc1c5000842f3
SHA1: 26b1231581c9380738e495db898a9dd4055da9e2
MD5sum: c59c74c622b6e6804a843e2bc083e643
Description: PL/Tcl procedural language for PostgreSQL 9.5
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.5 in Tcl.  You need this package if you have any
 PostgreSQL 9.5 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-pltcl-9.6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-9.6 (= 9.6.24-12.pgdg26.04+2), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-9.6/postgresql-pltcl-9.6_9.6.24-12.pgdg26.04+2_amd64.deb
Size: 35580
SHA512: 6fd39d1bab8906f3d078443119a4ea29f484ed3fe9436c3c3d44b5bd6e39850f4cd664ceb865cf5b7c22e489f0ef775eb44db906352bd262d877f8f6245d2183
SHA256: cf835e29c1c9eb2ce8326a88883b7dbbb9eff9aaea7bd9d90e6397ae2eac0797
SHA1: 487d1298c037ef0c72a7d82b2ccd0a01f7b6c55b
MD5sum: 9370c4fbb3d0932439a6ef87f038e295
Description: PL/Tcl procedural language for PostgreSQL 9.6
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 9.6 in Tcl.  You need this package if you have any
 PostgreSQL 9.6 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-server-dev-10
Source: postgresql-10
Version: 10.23-9.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5504
Depends: libpq-dev (>= 10~~), postgresql-client-10 (= 10.23-9.pgdg26.04+2), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Replaces: libpq-dev
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-10/postgresql-server-dev-10_10.23-9.pgdg26.04+2_amd64.deb
Size: 938748
SHA512: c5273d69da9e202e47ed888d2fab0fdf6e01a8e863fb3e674348012f841a0cd40fdf3bee2e589aebef9d35748ea1b642199528c25ea7456d59348d693713d26b
SHA256: 6d3f1938f8553faa956daee86ef8231767ffe048424f641b9fe2e885f4729998
SHA1: a02d6d3f84d8d20002fbacb251ea580d71b843d8
MD5sum: 70a36172ce09decdaa4652c499421774
Description: development files for PostgreSQL 10 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-server-dev-11
Source: postgresql-11
Version: 11.22-10.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5047
Depends: libpq-dev (>= 11~~), postgresql-client-11 (= 11.22-10.pgdg26.04+2), postgresql-common (>= 142~)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-11/postgresql-server-dev-11_11.22-10.pgdg26.04+2_amd64.deb
Size: 922972
SHA512: 7e679eddd03474bf58f63b2b16682a3782c32e0dcf7cc9b20bac5258c45c4c174aea976f582e1f39a164957dc5b3307824423c40985cee955c09b3de24450dea
SHA256: d7733e9308dc394709a2a239a68e3bca60b778613d856bf56c6fd4e53feda9fc
SHA1: 182d427f17e8964e4cc2d1688dabe777c9581e03
MD5sum: 04c75899aef99a628e3a6fbd60ba55fb
Description: development files for PostgreSQL 11 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-server-dev-12
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5672
Depends: libpq-dev (>= 12~~), postgresql-client-12 (>= 12.1-2~), postgresql-common (>= 142~), libc6 (>= 2.38)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12_12.22-4.pgdg26.04+2_amd64.deb
Size: 1008956
SHA512: c6330bb998bc6f6ba958717543bd30fc4101e92a5163992ad0da51b640296f0a128cfb86002e1c6b8964ede91dff790cb1db88ebb32cf2ee1c8ba9da1740a865
SHA256: 6a3154ff3d8e0bd95c23b597250de184ac6fc893e1fd4252497a553b57185400
SHA1: f49201aac7be9cf7ffefbe24c0095d7e2cc870ad
MD5sum: a8d9fc1921d330ae8384807e4b6ebca5
Description: development files for PostgreSQL 12 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-server-dev-12-dbgsym
Package-Type: ddeb
Source: postgresql-12
Version: 12.22-4.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-server-dev-12 (= 12.22-4.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-12/postgresql-server-dev-12-dbgsym_12.22-4.pgdg26.04+2_amd64.deb
Size: 58420
SHA512: bb0ceeb9364b255ebfb97c9e8352e33dac9cb84c6bcbf879441fd892d0ce41a67156d0fa03451ad4fded7e0b6199f2f169f631f88391b19cca8c2e6e989679eb
SHA256: 9fafd0e1d38d02b8d972c0d9dded7f967d438d7dcb5cfcdf122d22b0631b9ce6
SHA1: bd60c7f4f5bb5fa1e8671bdfcee92264b71f7d3f
MD5sum: 32afab7084a40211e801f2895056f211
Description: debug symbols for postgresql-server-dev-12
Build-Ids: a8e72701e34ba64e8f0784b5a205627e44892a62
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-server-dev-13
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6203
Depends: libpq-dev (>= 13~~), postgresql-client-13, postgresql-common (>= 142~), libc6 (>= 2.38)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13_13.23-2.pgdg26.04+2_amd64.deb
Size: 1063628
SHA512: 4853ee1d41567a1025e896d79dc9622999fefb1c475c011d913804c9005536ada41e545f3ff5b79d2a87e93b0658103d3157e83a240f7edd0f9a44b9290ea035
SHA256: f7b0eac5a065aa449821a25f3676fa4ab80c4bd3536344fef9d9ad514f3e551c
SHA1: 99f7943592bb5970b59611d3afa2d71df3760a79
MD5sum: bd14bba42157d760f8b13b6ce7f62113
Description: development files for PostgreSQL 13 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-server-dev-13-dbgsym
Package-Type: ddeb
Source: postgresql-13
Version: 13.23-2.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 91
Depends: postgresql-server-dev-13 (= 13.23-2.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-13/postgresql-server-dev-13-dbgsym_13.23-2.pgdg26.04+2_amd64.deb
Size: 63280
SHA512: 549ee384c9349b2f3a582bb3d7e07c3740bcec74dd67c5c46ac7c0654dc0758c48d3cc706c299b97d05f80ee2c99ca92ad901248a1fca59ef46e6b16a067b20e
SHA256: 555bedc142423f25da91e925a02ad86a6d5d35e3b7298a215d23fcb1b1bb75b8
SHA1: cbc212ffde8e77fa4560dc89ecbe92901aa865b9
MD5sum: e616ce5f4684a77a3598e95876a3ef40
Description: debug symbols for postgresql-server-dev-13
Build-Ids: f4b89f7bd54ebaa549a302e9b4fc323b959a0383
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6731
Depends: clang-21, libpq-dev (>= 14~~), llvm-21-dev, postgresql-client-14, postgresql-common (>= 142~), libc6 (>= 2.38)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.22-1.pgdg26.04+2_amd64.deb
Size: 1142416
SHA512: 2e853f045dee72250e85a4ac93d74a6afac2268535ed90f2be4195096743161619759a8db157992b8ef42b8a2fa70e35a8028ff709af181f70466eed4d39bfb7
SHA256: bb6ffe58389f9f6b2ef4fa28434480063a6d5a6f156bed77c86c95d562878979
SHA1: c8d163836a5b16980f4d913464dc7b5089081552
MD5sum: 124ef1d837bb6334d8cdccc67d69aa7d
Description: development files for PostgreSQL 14 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-server-dev-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.22-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 101
Depends: postgresql-server-dev-14 (= 14.22-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14-dbgsym_14.22-1.pgdg26.04+2_amd64.deb
Size: 70156
SHA512: d25cd93a40347d64a757113c6ccad9e9198925aa02216972ccf24d74a4c4a41f807a4b19c868817286f2483bcdd54cf53c80b6bb8f02a44aa9e761948574a289
SHA256: 0b32e46e6de9db3c45da4db25279caa868f4290f3a6887bfc6ff14eefabc989b
SHA1: 75630b51c6ebad39d4a3fde3e0b0bbee483d6552
MD5sum: ea041c4e259aa150056fde269eab89d5
Description: debug symbols for postgresql-server-dev-14
Build-Ids: 6bef51b79e249119ad24f81edf8768c4119135e9
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6890
Depends: clang-21, libpq-dev (>= 15~~), llvm-21-dev, postgresql-client-15, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.17-1.pgdg26.04+2_amd64.deb
Size: 1168832
SHA512: a7e6be7ac800c14105ee4cc5308970cb836e6aabe71082084d91854ea12d3b9f0cd75d793047fb6c0edab5584b60ea0382709152dd535f0425fb3c097baa3fac
SHA256: 90d3b73c734ffd6feb08dc408c5e2b205ec63f079df09bea5da93887146b0ec3
SHA1: ae860cf204ac950501d2f417eba70cbd897d02fb
MD5sum: 18eca268ce76af56d6728ef46db544f7
Description: development files for PostgreSQL 15 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-server-dev-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.17-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 106
Depends: postgresql-server-dev-15 (= 15.17-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15-dbgsym_15.17-1.pgdg26.04+2_amd64.deb
Size: 74400
SHA512: 19e2fadfe2982cc55859f0da7d13f128974f985d429d3f04d24ecc39f47190aa035ee4ad1f6d122cd2d96329798edb4a05afb863c36b4aa176f62e26063fc923
SHA256: 2d146ebf3bc3c227f70c30e021c30b6d7c5c01664a4ab91652cc2ab78c1b0766
SHA1: 346c155d1e5a306260131004ee2a200c166133f4
MD5sum: 4f3a9201f044a4cc700100fe23d8eb79
Description: debug symbols for postgresql-server-dev-15
Build-Ids: 05a6e8b047127ab8ac4439d1b3349fc51ca3ca28
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7063
Depends: clang-21, libpq-dev (>= 16~~), llvm-21-dev, postgresql-client-16, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.13-1.pgdg26.04+2_amd64.deb
Size: 1196172
SHA512: 2161ce630d755f3fd1e3d0050a41e4d87c7e0d9d634d98f764e3ad4feb6342ce7041094fa3227649db805d0ef8696750b617e5f443e3babb8ae24926239634d2
SHA256: e9425f508f005106554d35aced6869dbd58429ad140a1020bbc52c182fefcd42
SHA1: c08e2188ab00027e7d3de5a97f6057eeb46b5eff
MD5sum: 0cbcd4c5e267aba3c3c6eb0a965cccd6
Description: development files for PostgreSQL 16 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-server-dev-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.13-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-server-dev-16 (= 16.13-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16-dbgsym_16.13-1.pgdg26.04+2_amd64.deb
Size: 78348
SHA512: aaa283ad202219d5324613bd404355dcd0ad573ba697a1083696769f7ee82260ba2973d1ecb1131f06841c9f62670eb1646b321b88bfeb601b8e9e5d4195e511
SHA256: 989a16e6adcab7be1aa96acdddf23f6c76bae13c3279fff2d930c0d04cf07272
SHA1: 2a4ee97960d9dc44bfda007b7be23b90471b3469
MD5sum: e727640f9fa82694804cb444f69bf1be
Description: debug symbols for postgresql-server-dev-16
Build-Ids: 337cdc24bb3ccea6175bfc01c92d3155a7285d60
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8269
Depends: clang-21, libpq-dev (>= 17~~), llvm-21-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17_17.9-1.pgdg26.04+2_amd64.deb
Size: 1335584
SHA512: 4fef0a3d4edba1aaf56e84734627e2f4607fb8f095888aa98aed43865dff1b9e67e46dfa0f2fc6d6a0b549ac88538f4addd8df920481db9fed9c800409e0163b
SHA256: e9613522db7fc8b7db0ef0f31fccb948df5e363de4a1a740fa24606f124801a7
SHA1: 0ba7d1e2bea8e3a420c4e29d13a1ddffa88ad138
MD5sum: bc71bdb26bc4f472e843994d86473183
Description: development files for PostgreSQL 17 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-server-dev-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.9-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-server-dev-17 (= 17.9-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17-dbgsym_17.9-1.pgdg26.04+2_amd64.deb
Size: 138132
SHA512: 5987d4e0f2119f0472d4c87663d044faf245fecac20a1da8e8859b0d84a58b105815cf66f2326c3b494278bc3976911f125161ff00e5649bd9ae02f4ceeb369e
SHA256: b44bd89fe3064cb8f99c79918ba000fe3a12e69a28d16aee65610ce329812088
SHA1: cc3a5e90999f3e745a750d811f45e92f5e5c494e
MD5sum: 7440df40d09bcacb426c6223d8a0051f
Description: debug symbols for postgresql-server-dev-17
Build-Ids: 5d16801944f971b2ecc0bfbfb366c1c99253dc5d 8152f27ffd04358ff6e5266b30f70ad45cb0a32a
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-server-dev-18
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8697
Depends: clang-21, libpq-dev (>= 18~~), llvm-21-dev, postgresql-client-18 (= 18.3-1.pgdg26.04+2), postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/postgresql-server-dev-18_18.3-1.pgdg26.04+2_amd64.deb
Size: 1395204
SHA512: 231d20f648c5b72d95ea18a89c170d5b03b4179203029e4efeebedaa36fa655ecd0dc9da5b7d6395a7ab24805d0b1c1c1d66ea136ad706d25899ba929628a019
SHA256: 1775fc894d57bcc63ecb22712cac05f1aa89a7e52d3b17dcf6be9e6b95a4d007
SHA1: c08aedd7e078dab716e6a74f7cadeb9da9f478e5
MD5sum: c33d4d32d44cf90dd08f02f18034e89f
Description: development files for PostgreSQL 18 server-side programming
 Header files for compiling SPI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-server-dev-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.3-1.pgdg26.04+2
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 191
Depends: postgresql-server-dev-18 (= 18.3-1.pgdg26.04+2)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-server-dev-18-dbgsym_18.3-1.pgdg26.04+2_amd64.deb
Size: 133856
SHA512: cf17e70f6195af8b106238cbb67aa44e4601ffbe517ce89f02e10eb528fc35d11a93709a75eba8dc94ab556fd8403a50b6e1ff68a2aaed638dfd580d43511014
SHA256: ec5d90ec8507576714f7f4203e2dc667d40cf018d4b8b84810250d44a374239a
SHA1: 449f8f265081a1aeace9c85a1d1f907e5e131294
MD5sum: f4f04c98d539108e2b38a9f9ef1801bf
Description: debug symbols for postgresql-server-dev-18
Build-Ids: 3fc198f2d1b402d1a1ea5e9eee131ae73b358065 acde01b6efc9edbcfeca054f45706776096fbffd
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-server-dev-9.1
Source: postgresql-9.1
Version: 9.1.24-18.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3059
Depends: libc6 (>= 2.38), libpq-dev (>= 9.1~), postgresql-common (>= 117~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.1/postgresql-server-dev-9.1_9.1.24-18.pgdg26.04+2_amd64.deb
Size: 535404
SHA512: 9ffc5ed34bb8dbc41a64478ca4a58e0cee79f62bb063f4fe50cc3457bec8b4907bd6725c26d8c9d927e1527d1aeabefc1e4f8d952b840b334e5b5d7149737647
SHA256: ccf4827531ed37fde5f5f334435754ab8c4471e7aa80b4330c62604408f67dd7
SHA1: 5ee5a393ce5c77401b3d9c8f213da59e251e8049
MD5sum: f80eecd26d294ed1568118ac5e932a39
Description: development files for PostgreSQL 9.1 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-server-dev-9.2
Source: postgresql-9.2
Version: 9.2.24-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3289
Depends: libc6 (>= 2.38), libpq-dev (>= 9.2~), postgresql-common (>= 130~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.2/postgresql-server-dev-9.2_9.2.24-15.pgdg26.04+2_amd64.deb
Size: 576432
SHA512: 0eda53da2262df819d33211764506017e5d4eab341c6320601f166ade1ee42b7ef32256c860cbe58b711c7447d5cdf998f8d48e3f711eaa821536db5bfd01c10
SHA256: bc54ae7cd7658e26e79cc02ff10a371eb5c1e15c4d6355129a07e72f8f940147
SHA1: 1e48500f74cd6de64c0d03194b9a745932cb0904
MD5sum: 537ec6f983db049843fbfa0e59fe360f
Description: development files for PostgreSQL 9.2 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-server-dev-9.3
Source: postgresql-9.3
Version: 9.3.25-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3519
Depends: libc6 (>= 2.38), libpq-dev (>= 9.3~), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.3/postgresql-server-dev-9.3_9.3.25-15.pgdg26.04+2_amd64.deb
Size: 621076
SHA512: 3c66ed3af128e3077d2c7eb82de72b597351e9f95395a9675816723bfd9dfb2c878d45a652372531d443f951cbe57b84969a1908c802febf57ac18b3f0595ba0
SHA256: 33302f498f3b92a35b7b94f50d044a6d421f19cb1c36486e8e01512b22202dd2
SHA1: 5032777b9cf2f3a3f6f7fd372d0d14bbd92ac417
MD5sum: 718807434520fe45c9d660139e7823f6
Description: development files for PostgreSQL 9.3 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-server-dev-9.4
Source: postgresql-9.4
Version: 9.4.26-15.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3562
Depends: libpq-dev (>= 9.4~), postgresql-client-9.4 (= 9.4.26-15.pgdg26.04+2), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.4/postgresql-server-dev-9.4_9.4.26-15.pgdg26.04+2_amd64.deb
Size: 616540
SHA512: f8fe487cdfca93f1869509bb6911d9dfe9c81260bd60147a7928ace73682d7e276476e6229523e3f3c9c7b9ea6424d5793ce71921ac512553c63103b478f05f3
SHA256: c9a6e02ac781c1790f23bfe38208cc695e9a99701146097d5bf6ef7d6752cb71
SHA1: 1cc8b5f04bfb3ccf083bc515eaee0e10c5d17b3a
MD5sum: e9d0e5f03f7ac3b721414295006915b1
Description: development files for PostgreSQL 9.4 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-server-dev-9.5
Source: postgresql-9.5
Version: 9.5.25-13.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4084
Depends: libpq-dev (>= 9.5~~), postgresql-client-9.5 (= 9.5.25-13.pgdg26.04+2), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.5/postgresql-server-dev-9.5_9.5.25-13.pgdg26.04+2_amd64.deb
Size: 711020
SHA512: ffb2eeb8d2f402da90b7aabad670e1dc0a5d9198283a6566c318d14c17203e7a95fa50a42572f12446185591712f935c00c531b1a81d16573cf07a90086ec0a1
SHA256: cf9f941e29a1e794997dbd6c0be4b888b3fcb0ff55889b7cc048ceea11a930cb
SHA1: 6149b634d599266c258ee8df7a65c36b0d3482b1
MD5sum: 07f977a8c73146a16abb381fa07357f1
Description: development files for PostgreSQL 9.5 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-server-dev-9.6
Source: postgresql-9.6
Version: 9.6.24-12.pgdg26.04+2
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4426
Depends: libpq-dev (>= 9.6~~), postgresql-client-9.6 (= 9.6.24-12.pgdg26.04+2), postgresql-common (>= 142~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-9.6/postgresql-server-dev-9.6_9.6.24-12.pgdg26.04+2_amd64.deb
Size: 779940
SHA512: 4ec046e217af972f3c9ee71d4770928030090018fbc26fe353d521a9d4d2cc96c584e4cff149defc597d506f721e8b3f9739d9c4a8d7454fe48c1de89847eb08
SHA256: 893809c4fc0f83d86e787eeb101b1249e10c2690c20744e70ffacaadc9138159
SHA1: 9d244305f26afb7ce008f19c38e2aa85e553a357
MD5sum: 73611b92514366d6234cf50798a59e77
Description: development files for PostgreSQL 9.6 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-03-31 13:06:13+00

Package: postgresql-13-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-13-pgaudit, postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile_1.8.1-1.pgdg26.04+1_amd64.deb
Size: 19124
SHA512: a5ec827118322dbbe1d3b52652b40189ec048371bddee18960978280cf7fb3e9f4c8981a7752d038030cc96779c5d01b1df4f5f516c4c8e45cfde7cce83a0884
SHA256: ee657c4a303607ee52afd338fda2280a5ec4fd7d4dbf6f9295ece9a6fe1199db
SHA1: 7443b288d15a8657ee2702d68cd1d71ec9dcbf62
MD5sum: e05991d85e52f9dee50450251ba6ba10
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-04-01 17:34:33+00

Package: postgresql-13-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.8.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-13-pgauditlogtofile (= 1.8.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-13-pgauditlogtofile-dbgsym_1.8.1-1.pgdg26.04+1_amd64.deb
Size: 57760
SHA512: f5c4f3f6bfa723b05b957bef93d6549c4265fc4fff77b9e95a749e1cfd3d8b276d1c9b1dcd3d4902334b5223a669572f64ec2860c335786c054f6ea7fd98ae33
SHA256: b4c6a17019b6ed531c060ce46c4ab5cf5636516616aac51e3a9af01810ee67c7
SHA1: f90dd68fb3dbe9a98a404215006d745729c5d7ba
MD5sum: 9a61584148ff4e4786452c4d301ae9cd
Description: debug symbols for postgresql-13-pgauditlogtofile
Build-Ids: 047ce8aaa9bc340a68aa2b4afd0444d909fced3b
Timestamp: 2026-04-01 17:34:33+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-14-pgaudit, postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.8.3-1.pgdg26.04+1_amd64.deb
Size: 67588
SHA512: 947e7eb389be60ec834bd63eb99905fc34fd785da8e5575df2ca3f574aa9e5c1f57907a57237a4b4634e4c0da81588dc02201e7563234d1717adcb92c3816956
SHA256: ff2565b9755afa5abd15e39f89faea74bc31933820bd179d2caa29d5725bdc5b
SHA1: 4005f37e7ad8eee1cb2a262af4712f90b2b05924
MD5sum: f5382459a0c0f56897578cdaa7bb723e
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-04-01 17:34:33+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.8.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-14-pgauditlogtofile (= 1.8.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.8.3-1.pgdg26.04+1_amd64.deb
Size: 64828
SHA512: eb54b9674680b565a8e4360e7bac9deddb21dd29d28649685319435d9d25b47d7a6e12ee6057790add38230e8f9c5256cdab575348c52c747e2b372eb0df903f
SHA256: 83bde112ba96f409fb8d906c5184aa922e2bd917786077ba5bb3cdb7d7f972b2
SHA1: d76073bacb9e61f99b1c235dc0efd4ef5bad22fe
MD5sum: c8be931668e3d7f435be6a68190f4b96
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: 386819080307acde63c1d34bd80ec799ca00066e
Timestamp: 2026-04-01 17:34:33+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 221
Depends: postgresql-15-pgaudit, postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.8.3-1.pgdg26.04+1_amd64.deb
Size: 67876
SHA512: 95473e8c7f0f3c549a3b9a4335dbc2fdda805de749cf017447660c51d03e3a1e15a2467733c43badefa30b1243510bdfabe9855b903324bcbd794a2a23b5cf90
SHA256: 1fd3f696415843b00d3ecd75792d8ab3509c13c483da67295a101b5c20338412
SHA1: 5d96be27dc2932951cdc2bda22a96a3ca41b7e90
MD5sum: a90182f9c4d71f7be43db03a6b9ba24a
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-04-01 17:34:33+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.8.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-15-pgauditlogtofile (= 1.8.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.8.3-1.pgdg26.04+1_amd64.deb
Size: 65184
SHA512: 60848e32968a2532e186e2d9802ddef5e8c9340263c1cc8e0897ded4efb1ffc701290bde99a131b727479615610c134e0f5678310ceb2c424cbca73ced5452c3
SHA256: cf39b5f8d8bb95eddb360cc378ee3752b6e4e623204ebde611c76f47a589496e
SHA1: 4a0c85ed23e1c765b5134588b73d9d6314d723d7
MD5sum: 36e9f567a2ce828298eee39ad4f6c8c7
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: f813509fc2a6df886a92475d2941cb84837e2c12
Timestamp: 2026-04-01 17:34:33+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-16-pgaudit, postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.8.3-1.pgdg26.04+1_amd64.deb
Size: 65600
SHA512: 51de4047ec9bfe076fd75863d2095c8a748e93bd07d286676b160287b61c85563dfb08cb78b24b91c25db8d8eb03d7a0422e5cd3710b11f16c86a5ea8bd5757a
SHA256: 3f0f3385ceeeb957245b852a289d4b02e0966c2ed77b08faf73553552220076c
SHA1: 5869ecde6de3352d1fd67987d38d646389e3087f
MD5sum: a7804d5a975e0403f13b5470b7815b2e
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-04-01 17:34:33+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.8.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-16-pgauditlogtofile (= 1.8.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.8.3-1.pgdg26.04+1_amd64.deb
Size: 65768
SHA512: 2bacf8012fff3ec876336ee553d1eb75548dc34a98324749e9fe480f67586c4a27b2ef9009787a3a6804c747359ff29a68be2bfee9e1a66d37a4c5c810adb72d
SHA256: 0a5c3324d3b788c72790786a809e2aaa1f4bd429378a0bff6b759d3c1b89ee27
SHA1: 4335824e93fb1f468a2ba1a85d12362d10aae548
MD5sum: f5b9197e0a48f9799e7999d50e44b510
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: b1ef7ed45d370c548bdb07b815e1f5c63d59ae4a
Timestamp: 2026-04-01 17:34:33+00

Package: postgresql-17-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-17-pgaudit, postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile_1.8.3-1.pgdg26.04+1_amd64.deb
Size: 65952
SHA512: 3efc932f639775e2682120f19a07598346bb1d3ec4924386866116e63912a8596e285443cb44d762086131d8cf09d775cf54894d65f6032fa0ef6861864203da
SHA256: 4912b06dbd11c447f96c025750e6217ff554955be46ac0b157fe395f215d9a45
SHA1: 5b404da09d19ca6790cbbcf8f858cabb70095178
MD5sum: dc1fc0e54ab23da26699d9885aeefdb1
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-04-01 17:34:33+00

Package: postgresql-17-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.8.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-17-pgauditlogtofile (= 1.8.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile-dbgsym_1.8.3-1.pgdg26.04+1_amd64.deb
Size: 66596
SHA512: 33cc2ef62ab42b886ef1ffd9e1c7472e0badd2fbdb06fe9c83eb7bffc5870f809895d6cd4d997ae0a45e66e8cc2da7a138c9e2a94f236c54b0875f83e308cae9
SHA256: 582f181468b80e13711afeb2609f271ee2df642384f300324c6101486347a548
SHA1: a93240a3751061d8fb22d9cb0bdb4df02feba435
MD5sum: 329a8ad09a22c294086859e22424201b
Description: debug symbols for postgresql-17-pgauditlogtofile
Build-Ids: d9eed48b108e5241e1158af0d287d288ce6a7a39
Timestamp: 2026-04-01 17:34:33+00

Package: postgresql-18-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-18-pgaudit, postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile_1.8.3-1.pgdg26.04+1_amd64.deb
Size: 65948
SHA512: aaf6e96a7601d3400c9035630172bb797df1b04b1b0d3e72e9e1a903bb78e4607d528a58656793c518e05aed8fa3d955f2e4d86cdafb53d5ac170177f0b65d92
SHA256: 0f562e4dafaef12fac2de5bf0b41b50096abcbb9b59c36e79dcef2028998b6b9
SHA1: e68023a74c9586e858ecbe57b9e9f1e8a1f8ba05
MD5sum: 28207b1169d572e02e70f7014aefe279
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-04-01 17:34:33+00

Package: postgresql-18-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.8.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-18-pgauditlogtofile (= 1.8.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile-dbgsym_1.8.3-1.pgdg26.04+1_amd64.deb
Size: 66896
SHA512: e34433a000b7c275b0cd074d5abd5f4c9ac112c42bf3a057852ce2198c3a183bd0152fd3b71595aa75fefdd56e6090bb74e2427e27ac937c06e85448f8b72a9f
SHA256: aafb441b8913ea916b4f3f8eca41254ae3caf6574d84f22e0ba5314924dff1d2
SHA1: f348cd74ff46a291437ee1acddba039687102e3d
MD5sum: c9841e4d032b3b62c110724e1b118181
Description: debug symbols for postgresql-18-pgauditlogtofile
Build-Ids: 144842e09b0f67b8504d5c2e9868aa61d981e2e8
Timestamp: 2026-04-01 17:34:33+00

Package: postgresql-14-pg-background
Source: pg-background
Version: 1.9.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/vibhorkum/pg_background
Priority: optional
Section: database
Filename: pool/main/p/pg-background/postgresql-14-pg-background_1.9.1-1.pgdg26.04+1_amd64.deb
Size: 84924
SHA512: bee4b4fbe11bf359c1d4b7d606e61f302e9c0b679f29b488a251d925024a927d7c03103fa0da3221c94601a8eb76d63f2db5fc241c4af6751444e0289d4c5690
SHA256: 4a9c96f044fbe31d783af56dfd800788f3add686f2f656af4c5c78fe11beee4c
SHA1: 66961a3612bc856d94bfc838b0fb459daae9ad09
MD5sum: 89320ec15f3345ed7a9d5ad2ac995f43
Description: Background SQL extension for PostgreSQL
 pg_background is a PostgreSQL extension to execute arbitrary SQL commands in
 background worker processes within PostgreSQL. It allows workloads requiring
 asynchronous execution, autonomous transactions, and long-running operations
 without blocking client sessions.
 .
 Unlike dblink (which creates a separate connection) or client-side async
 patterns, pg_background workers run inside the database server with full
 access to local resources while operating in independent transactions.
Timestamp: 2026-04-10 19:54:29+00

Package: postgresql-14-pg-background-dbgsym
Package-Type: ddeb
Source: pg-background
Version: 1.9.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-14-pg-background (= 1.9.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-background/postgresql-14-pg-background-dbgsym_1.9.1-1.pgdg26.04+1_amd64.deb
Size: 75104
SHA512: 26da942d9230ac36e6c29c6cbd76d4424b9d00dce906baeccec7832423aae7184cc062acc26609ba03a06148bcf5322f7ac930715a3c3b09a901fc0b63af343e
SHA256: b727c0858af47d6c3c28b4aff601978192b75d37a6a407762208a4c46b23eca8
SHA1: febe8a2330f6ca9ed69d451080941228775b6ae6
MD5sum: fb4c0c452196de352e680d89bd5b683c
Description: debug symbols for postgresql-14-pg-background
Build-Ids: 0a3f0905d7f0b99ed7e586ef1975ae53081f8f80
Timestamp: 2026-04-10 19:54:29+00

Package: postgresql-14-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-14-pgaudit, postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile_1.8.4-1.pgdg26.04+1_amd64.deb
Size: 69040
SHA512: d5fef0b25e6c544cc7429d60a291ad7c58a5a5e51705f748a7b6fe65de5e2bd02e768d257492e473073daf068ebd356b59437064de7d30cab5fe4cfb5c6fe634
SHA256: a37e4aa6590e3f4b6d8d1770c49514c4255ec5cbcd6456f110b3d732c70e3f07
SHA1: afccdb9dcb57cefebbc1600d720c4872f54ebd40
MD5sum: c7974d09001fd62371f20e70aef1519d
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-04-10 19:54:29+00

Package: postgresql-14-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.8.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-14-pgauditlogtofile (= 1.8.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-14-pgauditlogtofile-dbgsym_1.8.4-1.pgdg26.04+1_amd64.deb
Size: 66964
SHA512: 47db6a26983a9f15e35e23a84003a330b6a79d4f8e10482501a200cc0472dd3198a8991ab8c64922617a94b11dd21fed9024dd2314d49ac2644a622464f4e8a5
SHA256: af2e2fd6acfb1dc43a65d4e2e47ee7fa8966520e7dbb8554aec669f840234ca3
SHA1: 781adefed845341f317fe6e17d01b839477e3c59
MD5sum: 89a796116f0ec785ede2653a233b04a2
Description: debug symbols for postgresql-14-pgauditlogtofile
Build-Ids: a3ec385a09a545ae6d04457f583c980f748f1938
Timestamp: 2026-04-10 19:54:29+00

Package: postgresql-15-pg-background
Source: pg-background
Version: 1.9.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/vibhorkum/pg_background
Priority: optional
Section: database
Filename: pool/main/p/pg-background/postgresql-15-pg-background_1.9.1-1.pgdg26.04+1_amd64.deb
Size: 59532
SHA512: ec0f5b4e9652b62a083169558d8ee562effc590bde696e5eba18636cf46827abad34df96469c70d6daef286c98be7f1bd998c22470fa9d8dcb25147e587b6c53
SHA256: a9213bee4db0754315a19ece3c93dea4677671cd282df2f51fbb7b1ae0d8c925
SHA1: 78e8b62c62c2910c04768bd8dda0ba17208787a8
MD5sum: 1aa346c3459d56af3143aedacfc06580
Description: Background SQL extension for PostgreSQL
 pg_background is a PostgreSQL extension to execute arbitrary SQL commands in
 background worker processes within PostgreSQL. It allows workloads requiring
 asynchronous execution, autonomous transactions, and long-running operations
 without blocking client sessions.
 .
 Unlike dblink (which creates a separate connection) or client-side async
 patterns, pg_background workers run inside the database server with full
 access to local resources while operating in independent transactions.
Timestamp: 2026-04-10 19:54:29+00

Package: postgresql-15-pg-background-dbgsym
Package-Type: ddeb
Source: pg-background
Version: 1.9.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-15-pg-background (= 1.9.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-background/postgresql-15-pg-background-dbgsym_1.9.1-1.pgdg26.04+1_amd64.deb
Size: 75552
SHA512: 2b5d502900ab080462a1d515f107e35608611535fdcc550068859ce171dedd1e929bbbdcaf50f113c943a5f69ec2aef8615303b7c8d3e80b25e9c95a501de104
SHA256: e1686e29d8969829436c4dafd14d12d71ad7753407b34bdc824ff2034b473d74
SHA1: ba0b406d2455dcf96eefec89fe72eb653eb21c0e
MD5sum: 70b76f898358f4754308eb564e97fd11
Description: debug symbols for postgresql-15-pg-background
Build-Ids: 6bb76a4210b8473f41063ec11d89893993dd7b68
Timestamp: 2026-04-10 19:54:29+00

Package: postgresql-15-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 227
Depends: postgresql-15-pgaudit, postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile_1.8.4-1.pgdg26.04+1_amd64.deb
Size: 69300
SHA512: 3e01cd085ce8fa1ad3e756596c77b34e7413493e7829ebd0f6bd031b70cff07e3a137712bf3d886da898c674ec851456e63924988a85ed8143f7c2ad6488b2c4
SHA256: 0d8cf8cf4fe9f1daf3afd38910e6c9fd762b7890c79289de6926ab1fdc642d36
SHA1: 44e5f1359f2c710f1e7c12dbf9cc75b4f21f8376
MD5sum: 963b27ba6c376cf2a39a83701308c047
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-04-10 19:54:29+00

Package: postgresql-15-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.8.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-15-pgauditlogtofile (= 1.8.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-15-pgauditlogtofile-dbgsym_1.8.4-1.pgdg26.04+1_amd64.deb
Size: 67372
SHA512: c64598725962fe80bf06dd43d0728f6b05bdd41bfd53cd84d158140579e52d91640903dff042432ea0180b4f6b989467e05cc962eae6b6905fad11a93c005156
SHA256: fd774d47004fab9a4d9954e57a69eb6c91cfa737065cdbbf1ce03571d939206b
SHA1: 2577739b310d8876ee90d5bdcc54291497bbee65
MD5sum: 2506fe29fe17658663186986ba19af67
Description: debug symbols for postgresql-15-pgauditlogtofile
Build-Ids: 8cd3b1ccc57c54c8cd56b7dc5e52cee5d5ff42b5
Timestamp: 2026-04-10 19:54:29+00

Package: postgresql-16-pg-background
Source: pg-background
Version: 1.9.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/vibhorkum/pg_background
Priority: optional
Section: database
Filename: pool/main/p/pg-background/postgresql-16-pg-background_1.9.1-1.pgdg26.04+1_amd64.deb
Size: 59712
SHA512: 8bfb8487f1dfb633a656f6863e6558ebba4b74745ef6aff3ae405d9869667eff286719595e8da9bdee17cbd250ba34f4a37e829c8dafea015c1b39ea851ed713
SHA256: fe249f7ef9ffd25267f9e9d08d590cf13c59a72dc834fdc30135ebe6988a89e6
SHA1: c82548a3d23458ab12bdcc94ea8e5fa33405b551
MD5sum: 32865cd0ef2e7c988a17f7df91f87e0c
Description: Background SQL extension for PostgreSQL
 pg_background is a PostgreSQL extension to execute arbitrary SQL commands in
 background worker processes within PostgreSQL. It allows workloads requiring
 asynchronous execution, autonomous transactions, and long-running operations
 without blocking client sessions.
 .
 Unlike dblink (which creates a separate connection) or client-side async
 patterns, pg_background workers run inside the database server with full
 access to local resources while operating in independent transactions.
Timestamp: 2026-04-10 19:54:29+00

Package: postgresql-16-pg-background-dbgsym
Package-Type: ddeb
Source: pg-background
Version: 1.9.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-16-pg-background (= 1.9.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-background/postgresql-16-pg-background-dbgsym_1.9.1-1.pgdg26.04+1_amd64.deb
Size: 78824
SHA512: 97b9fbd3d141311830083ef1f1911095b58bf09691c12ee3790809ede5cd4191da12b20558d3c0b6530ac382a5b4ee79853ad7a136a6cd2dc0c200a18d270358
SHA256: 61620d442bc287150fc708ff229160935cda416053aaaf13bdc7f122d4924e3d
SHA1: 609722f0c2aeeed3480b9c84eaaf17cc99cbd426
MD5sum: dae0a6c7b7fd71b31fb7c4acc9be1b3e
Description: debug symbols for postgresql-16-pg-background
Build-Ids: f72095c71e8062f6c4d646de647d2b61d578e0a3
Timestamp: 2026-04-10 19:54:29+00

Package: postgresql-16-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 218
Depends: postgresql-16-pgaudit, postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile_1.8.4-1.pgdg26.04+1_amd64.deb
Size: 66976
SHA512: 4686452c0d05e8976c10335b9e9fdc9c1210a1dedee9689f0706b6d9ac192f1491af91f41f17e0965abb56f0888d8d35842d34c0f740d64565bf9d39325e3eae
SHA256: 5c6052ce6013be491de71de0ae17841cb8ea4b39a4824ddeb8db645ad4bf1dc2
SHA1: f020e1da87db45f2237cc0837d4b0041ae374435
MD5sum: 81a831aacd33d79b0e2ad72bfb60694b
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-04-10 19:54:29+00

Package: postgresql-16-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.8.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 107
Depends: postgresql-16-pgauditlogtofile (= 1.8.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-16-pgauditlogtofile-dbgsym_1.8.4-1.pgdg26.04+1_amd64.deb
Size: 67892
SHA512: bb844347c445b1bc18acbe38ffc22f49b569ece58de950e7b6a5e1d42c3ccfd9619d8a3d676bd63945cefd53551d082e4073f54455a5d92da8c9972a73f47b81
SHA256: 8743fa8a5516059ad4eb707b06eb6bde4bd94344559dc70090943208778dadbf
SHA1: e54da60a20ce10d5e08b633d542745f60b125037
MD5sum: c01a719f0cd9adb310f73f4d2b20f4d2
Description: debug symbols for postgresql-16-pgauditlogtofile
Build-Ids: a805308e1c3d2e67b465828d89ca089d5e59e230
Timestamp: 2026-04-10 19:54:29+00

Package: postgresql-17-pg-background
Source: pg-background
Version: 1.9.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/vibhorkum/pg_background
Priority: optional
Section: database
Filename: pool/main/p/pg-background/postgresql-17-pg-background_1.9.1-1.pgdg26.04+1_amd64.deb
Size: 59700
SHA512: edf48c08d62bc93d926585d0231927a44b508e54227e20c865cc148c2995ddb4da7ae69d6af93f9c22a486c03dcc4aeeccf02aee75c55ac0f5b8767b695feb40
SHA256: 98077265306f78f7daea52344af6862117900a71e8c119e2b1a14a2a0a61dcc6
SHA1: 784ea7e3bd9bc4cc2aacf2624a7c02b0a578df87
MD5sum: d8355a27cd8ea0d7f814ba7dd1271754
Description: Background SQL extension for PostgreSQL
 pg_background is a PostgreSQL extension to execute arbitrary SQL commands in
 background worker processes within PostgreSQL. It allows workloads requiring
 asynchronous execution, autonomous transactions, and long-running operations
 without blocking client sessions.
 .
 Unlike dblink (which creates a separate connection) or client-side async
 patterns, pg_background workers run inside the database server with full
 access to local resources while operating in independent transactions.
Timestamp: 2026-04-10 19:54:29+00

Package: postgresql-17-pg-background-dbgsym
Package-Type: ddeb
Source: pg-background
Version: 1.9.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-17-pg-background (= 1.9.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-background/postgresql-17-pg-background-dbgsym_1.9.1-1.pgdg26.04+1_amd64.deb
Size: 79632
SHA512: ab8a89d6ae214edb16b47d6d85a6c4e940a6bf7edf37178a7a632e9a9fecd2a259c4724a207da4670ca461335da777f0424265af8f958e768b8a3c058697ec0b
SHA256: 8a7a3efaabd0682a78d9c0a73ca28e17b90774efd6b0687f902ea64e2ae58e07
SHA1: 098c5720ee1d8ea0cf302394a2d70b0a6405afce
MD5sum: e0c0cd241a98d27c8265c93c14dc8f8c
Description: debug symbols for postgresql-17-pg-background
Build-Ids: 2674a08520f85a05cb4c4311aeb7db7f3bd0f609
Timestamp: 2026-04-10 19:54:29+00

Package: postgresql-17-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 218
Depends: postgresql-17-pgaudit, postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile_1.8.4-1.pgdg26.04+1_amd64.deb
Size: 67276
SHA512: 31d154e9ac9e270e6463a094972f7157b3a2b23231abdbc270eeac5b9b7b80b7329717068148ffee8e8c6cac0e0675e955ae5a804d40c56c558e6bbc9a97b9a5
SHA256: ccf9650067d4f5010a6f39940c81d680224375f0dde0d99004853c1cb34f3ab9
SHA1: 6b6c7e91cc9f1269f4cf9c872b7f3bc2b34d1964
MD5sum: 498a66814972ee13b7e0fbcedf34d876
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-04-10 19:54:29+00

Package: postgresql-17-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.8.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-17-pgauditlogtofile (= 1.8.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-17-pgauditlogtofile-dbgsym_1.8.4-1.pgdg26.04+1_amd64.deb
Size: 68872
SHA512: 314d8bb35c61e3c22047222476047ee958609da7d01f1309a12d9663e43e7ebdefce9362e41ea517748ea4217aa599a1abaec9b0e72765a230e5f8f64fd2c8cf
SHA256: 34bde145c558eb724d6125a01a9469a597a55a4c0543d22606b80e13818f74f1
SHA1: bda92b33c69e8e61de75ee0d44cf071ad3c3d9b6
MD5sum: 91ecf7f0e0c6cba4a473619bb8bf5c5a
Description: debug symbols for postgresql-17-pgauditlogtofile
Build-Ids: 30aa2e72c8e09897db33987aa3017d17ed1d8394
Timestamp: 2026-04-10 19:54:29+00

Package: postgresql-18-pg-background
Source: pg-background
Version: 1.9.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/vibhorkum/pg_background
Priority: optional
Section: database
Filename: pool/main/p/pg-background/postgresql-18-pg-background_1.9.1-1.pgdg26.04+1_amd64.deb
Size: 59660
SHA512: f780758dd4a7ba09a24f7609da0af39d9ae2f5dbe161507ecf12febdd38fe61fc58d15c3a89dab90407a60d7a17a505e8f325a7c6ffd981de78e1adf48bdf8d3
SHA256: f691f33c404c2cde15018537df0feb1f4ca710dbabd8a190f159aa1b8b3e2510
SHA1: 708521fcbe22f69f39e2ca921628225c186076ae
MD5sum: 8a6bd85ff0aef4d651301b85e5a15c6e
Description: Background SQL extension for PostgreSQL
 pg_background is a PostgreSQL extension to execute arbitrary SQL commands in
 background worker processes within PostgreSQL. It allows workloads requiring
 asynchronous execution, autonomous transactions, and long-running operations
 without blocking client sessions.
 .
 Unlike dblink (which creates a separate connection) or client-side async
 patterns, pg_background workers run inside the database server with full
 access to local resources while operating in independent transactions.
Timestamp: 2026-04-10 19:54:29+00

Package: postgresql-18-pg-background-dbgsym
Package-Type: ddeb
Source: pg-background
Version: 1.9.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-18-pg-background (= 1.9.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-background/postgresql-18-pg-background-dbgsym_1.9.1-1.pgdg26.04+1_amd64.deb
Size: 81272
SHA512: 1513dc51070fa71cb7d88b698cd397f78d98fd46a5ab1fe1c9a31b17114eefc3b95081f59b4051b5da8c77121ceda7e7c3c50e8780033dafb8213306db171f98
SHA256: 65df2cad5f3254edde641eafda7dc6fa3113217b0fd02d76b6aa846d3ea88273
SHA1: 19f8e9fd8a85b201892b782c61e374d88b5bf2fc
MD5sum: d935ee7959b36535d6b555d9582300c6
Description: debug symbols for postgresql-18-pg-background
Build-Ids: 388767fb94ca8822240ec14ad7aa68ad86e24ab0
Timestamp: 2026-04-10 19:54:29+00

Package: postgresql-18-pgauditlogtofile
Source: pgauditlogtofile
Version: 1.8.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 218
Depends: postgresql-18-pgaudit, postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/fmbiete/pgauditlogtofile
Priority: optional
Section: database
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile_1.8.4-1.pgdg26.04+1_amd64.deb
Size: 67184
SHA512: 9df56aa630076eb79f92861cb7bfb072795d8e4638f6fde054b9f8958ab1da77feee3c37b2d33f457ff1795755c4ff58e076d535431f9cdf8e0f378449a62c8c
SHA256: a13219f0f7555cb8eef1a3cd3c85d3921a2e94e0f4bc3514d5c380c98afc8fae
SHA1: 6c22c335b819ced9d3c7835a5ae911734d1275a7
MD5sum: 8bccbfdc2e6eda0087ef811119b30d30
Description: PostgreSQL pgAudit Add-On to redirect audit logs
 pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
 to an independent file, instead of using PostgreSQL server logger.
 .
 This allows to have an audit file that we can easily rotate without polluting
 server logs with those messages.
 .
 Audit logs in heavily used systems can grow very fast. This extension allows
 to automatically rotate the files.
Timestamp: 2026-04-10 19:54:29+00

Package: postgresql-18-pgauditlogtofile-dbgsym
Package-Type: ddeb
Source: pgauditlogtofile
Version: 1.8.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-18-pgauditlogtofile (= 1.8.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgauditlogtofile/postgresql-18-pgauditlogtofile-dbgsym_1.8.4-1.pgdg26.04+1_amd64.deb
Size: 69080
SHA512: f8294c5a8cfd6401c8fce8a61c75c4c7e44b85d9e30d6783ae9381ec494363a58e67dbe1997b31b8c3c0bff3757754cf496eb4d1f58fee9c47efe7a416ea9548
SHA256: 078a115b68877a9550dc706bc55252b87124634995d8164d1d33868c0544a4e2
SHA1: 681f1846cbf89068d28eb3423830bd75d49be0ed
MD5sum: 241441833cb6869990a2760526ca0fba
Description: debug symbols for postgresql-18-pgauditlogtofile
Build-Ids: 42fa581db1ff4a6a05bed5002e54d05bebb89a59
Timestamp: 2026-04-10 19:54:29+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.26.2+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14897
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.26.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 336868
SHA512: 3110353f1828c0375927d5ee6cc76facf35e5817cffb6735ca2eddc45c84848e18676f2f265c6614ce6a50180e6b6e211fdc69e18b79fdcd1ea400fdc4e88ecf
SHA256: 56870c71dd05f2e1c6504abf1fbfd676255e3f6f98f548bbf74f170ff887e9dd
SHA1: 9e4530980c514605a1f1360c737da4aaba036e2c
MD5sum: ebbb82fed5bfcab7928c6ea57a9efba4
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-11 18:02:15+00

Package: postgresql-15-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.26.2+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1582
Depends: postgresql-15-timescaledb (= 2.26.2+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.26.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1170764
SHA512: 6d3099419ad990e4c040724df986a67c07a472e19f83cba8d9960e1587177baf4976fc571cc1d4cad7600fa3f3b913eded6653d15510dbee4c66013012144f92
SHA256: 8dc56c9c729b796739fd018fedfccadca303bba47dd72dd7759d535e42cc6cb7
SHA1: 6093d2952dee033681a5ef6c1a24824f2f391865
MD5sum: 9397e814513cf9f0bb4ade4ff4b4516d
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 2bde79118bb7e6df2b3fa34212a0aa488d7a18a2 7945e428ccaec2dff0df4724722f860397199a36
Timestamp: 2026-04-11 18:02:15+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.26.2+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14897
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.26.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 337432
SHA512: 0e63b59b108fa54c8b170908ecbec0a7bca19acf77ec9483146933c27387d8129450364a22c5673181ce3c21baa0b71dd782c6ab8b1c78e3ab3fb6afca0013f7
SHA256: d203903bb747f001937d63077609c33957ba920de5d7d1d6d9be3c03543371ae
SHA1: e637011df563aa1f48887cbf2424da6a5425460b
MD5sum: f6da3964bc7693c950e23f8e0eada754
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-11 18:02:15+00

Package: postgresql-16-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.26.2+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1633
Depends: postgresql-16-timescaledb (= 2.26.2+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.26.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1221476
SHA512: f1f0f04e6d92a53a5ea1a84d65e22761354dd9ae332fee35225b46860007eca4afe0ddcbf446b042ee2a4c6607e72ccc782de163577aa53614168c09419f7fed
SHA256: 08847751554c39c47d71d6c8db1d02761dae3c85b9e7b8f1e47b7d9680ae3fd0
SHA1: 0928bc915d08c1cbab08659229eb970fd97d2f75
MD5sum: 16faae4e24a29bbacf351b4528f61a57
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: a7e3e32c469c0d310c5f453c1fdf8684deaf564a e03ff3131021cf75ff1cfc06c71410a311bd9c3b
Timestamp: 2026-04-11 18:02:15+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.26.2+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14897
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.26.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 337224
SHA512: 8e013ce994f5cd7556338e97367ea10ac8cf861f09d0b6ca22d75bb6d6267cbb53a994885314616fb26b970b45daf984060048d3c5bda7c240764afc507bd638
SHA256: 10b1f075a613f1fbfe2e7665b51931dff34a0951cc4e5c2f5d873e589ac68a82
SHA1: a533ca669aebafdc640cd487bc2c6db9ff208255
MD5sum: 6a962e5555a81f8ec5d262a462e41821
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-11 18:02:15+00

Package: postgresql-17-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.26.2+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1650
Depends: postgresql-17-timescaledb (= 2.26.2+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.26.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1236536
SHA512: fe787ec61b639d4b82a7b5b67eeef8e9925de433fbece156553497b43dad93d6c7fc4aea76404fba61b74c92963f16b15b5b37ab1e783c7622df43ca028c5af8
SHA256: cf27d7ed8c056c978d222725225375e4e795f719a0bd660d5eb7829ae67340ad
SHA1: 45b9f7e89652947a67e5c6142dab1ccb7a08f3d2
MD5sum: 8814bab6ee6d6318478d153b0e9d45c6
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 02cff1025177f68b8699a852e13ad8a41d8a9003 313da309c779b8031a69509aab9a55be81852351
Timestamp: 2026-04-11 18:02:15+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.26.2+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14897
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.26.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 338056
SHA512: 186af69a17b24b05bb2a7069b44442bc367d0b10045820ce1231eae8d4c159c1562ee800a5fd934e99541e6d5eb5f5b7961605a3f093afcfed1c3fa9e44897e0
SHA256: 50bf035b3e3d078c354ef1d8b75513c4fb7c7eaaa7b9ffc8042d68e7286444a2
SHA1: e58ca6728a5f76d971ab6d5a51b866b9ebd3433d
MD5sum: c1e0e21808613ea4d62e272687a9e89b
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-11 18:02:15+00

Package: postgresql-18-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.26.2+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1650
Depends: postgresql-18-timescaledb (= 2.26.2+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.26.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1239860
SHA512: a07f9bb84cb2932c57f3b4bbcf8bc32d00f237367d814df232e4c7fde763673cd7f0ae1775b41dce5f7206f42aab5d2581b3f4d9eaa6aa4f24ca447927a151b9
SHA256: e3d2179629921ce92ca2640392b251ed5dc5d4bb1c786300dea999574dcff5d2
SHA1: 7a068bb8ee943b57ffa15f25827785d578e4c47e
MD5sum: 4a95aa92968bc1a085e1ad01a03bb7e9
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 13a0d18f412918e73dae085510d3f0fc9e9df821 28cd86d24ba14215ff58259795ec3080d84c7026
Timestamp: 2026-04-11 18:02:15+00

Package: postgresql-10-decoderbufs
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-10, libc6 (>= 2.14), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs_3.5.0-1.pgdg26.04+1_amd64.deb
Size: 15020
SHA512: 26f9d21c35626aeb3b8df32f51d7a5e648ff3f6d5f074018991958576b04d361ff1981c2b141bac91ea3d51ead15c400962981296a9fc602eb7faa7ec6f14dea
SHA256: d5e74255f65cacfd3d712e858bc2db49d1e9d2b84ef97180bc95bc16e94bbf56
SHA1: 7d8cbc210b6894169d863f3a8ef8d4443ccc9cb2
MD5sum: 6dc785359b9cb4a8f0dfca95adc5d896
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-10-decoderbufs-dbgsym
Package-Type: ddeb
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-10-decoderbufs (= 3.5.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-10-decoderbufs-dbgsym_3.5.0-1.pgdg26.04+1_amd64.deb
Size: 38796
SHA512: f3ba2fb6b7317367dac62ede9b19ec21c4ba4d5c3b32ebb104889ef377c0ae821fc39d454287740acb1ebfdb0ed2c731e31c49b7eb91aa99e4335daffe6aa504
SHA256: 40df118bc7511f71c618abca45de90062720ad35b9a3c9f8c4f3a93ebb05b75c
SHA1: 2e359094e3512a0468232356e6fd78d9b5aebb07
MD5sum: 6f5a4d3539a6b9b3c975e4536e13e9aa
Description: debug symbols for postgresql-10-decoderbufs
Build-Ids: ce01e23f76379071f6707aecd42758b582e88e56
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-11-decoderbufs
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-11, libc6 (>= 2.14), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs_3.5.0-1.pgdg26.04+1_amd64.deb
Size: 15100
SHA512: 714841cf4ee2d482e653b0abfe0bb449e5f6c0d319ad52536b5dc8471b8e3f9e4e090dc37bbecd51b0406b5e2ab415379b90baea3b2b51ebe7dcea0dccd42f84
SHA256: 7d6e019aa5c5a7fc25ab9b1c3439247d922f1e41614be2e984102fc766a1f045
SHA1: 9b3015327b5c72f20233cc54aa3e1f8aedb2345f
MD5sum: 01e5e41519389bdb9ba5b172071b4ed4
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-11-decoderbufs-dbgsym
Package-Type: ddeb
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-11-decoderbufs (= 3.5.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-11-decoderbufs-dbgsym_3.5.0-1.pgdg26.04+1_amd64.deb
Size: 39272
SHA512: f304ea05853f2137b8397f9c13486a9ece0806c4856f18d687b47ce65dbdaf90ca7cca52f9a51f6a432eb41fdd93890adfad1eb7f573732fa318209f6276b40e
SHA256: ea0174e8a915c9882ab05a9482f03c51541d52e45a4e09de6c9466a0649b1d69
SHA1: 9e17c32eef9841130a8ebf8a490473b9e24912ad
MD5sum: 0eab6778d31efa3a09ad2934c5723e68
Description: debug symbols for postgresql-11-decoderbufs
Build-Ids: fb6384a4cc721f4a4130b1e750c00c04c2f2fd46
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.8.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: r-base-core (>= 2.10), postgresql-11, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.8.4-1.pgdg26.04+1_amd64.deb
Size: 56976
SHA512: 053c561e0da4137f063dcf711ef63f0d16899a2c22670fd0f4cbaa32bde66b733e0295af49536b118544ad84bd1f6ab7fdebb1b41dda3d5b647554801888525c
SHA256: 95b8b811dee1923db19665ec998761cba593bef24b45274e6be23722ca53b364
SHA1: 0c519355f581f37da15db6e78f2e1fe82d659db9
MD5sum: fe6659a76bdf0bf853a10c7529db5ad7
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-11-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-11-plr (= 1:8.4.8.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.8.4-1.pgdg26.04+1_amd64.deb
Size: 122860
SHA512: a9668a9906037dc7644726022d6dfabbb25e780c890a6b0718830b18b2f7fad40ef59865de29b753a9cfd9cf4129e25a79d42119c4801a24e94565189ec9ece3
SHA256: 6903cc79a0238941c60b4f1c098f05fb610d34d91e2f1e05c2be1c0b93d66fec
SHA1: bc1bc10ab062a3563ee5b33b89e26590828ff2e4
MD5sum: ded7b2e4e38aebf0c36f4b3aadfba72f
Description: debug symbols for postgresql-11-plr
Build-Ids: 704cec7028cdb33c31fbaab50bdaf27d5f9c2fc4
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-12-decoderbufs
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-12, libc6 (>= 2.14), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs_3.5.0-1.pgdg26.04+1_amd64.deb
Size: 15060
SHA512: e63724f27264f0ecb84da1d3de33195edf1026d409c57c87a4b1b6a2094380d2a26d9f7b9235d3f590e36f8d4ca88debd261bcff12b6856795fe01ffd0b52462
SHA256: 6396e829687affa843202433b1511a8331d97aa7b40da5070ade1ed5ed98f0dc
SHA1: 9ea3149e3fe2f4dea0b1faf444fad78e22fe1773
MD5sum: 3265d3ac5a554365f836acdaa5499f56
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-12-decoderbufs-dbgsym
Package-Type: ddeb
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-12-decoderbufs (= 3.5.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-12-decoderbufs-dbgsym_3.5.0-1.pgdg26.04+1_amd64.deb
Size: 39988
SHA512: f12dd0032dab6d747ef531708b9256e69ff887ccca28e6a0e165d431f019681804ac48b4b33c88bac9b22949491f4c65846705fc100e64fa705ca7cadfd7a3bb
SHA256: 9c90d82829784b8e04ab0355515a2d01f8396a182ad2fa9d4295733c3c3c3878
SHA1: 6fb1b9caf6ce12bb12053c1d7803963a267fc479
MD5sum: cdd82ee2951f737cc69fb00ee124d79f
Description: debug symbols for postgresql-12-decoderbufs
Build-Ids: 929f0c8b4a72d70a9fd711ceda5d91725f18f22c
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.8.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: r-base-core (>= 2.10), postgresql-12, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.8.4-1.pgdg26.04+1_amd64.deb
Size: 56584
SHA512: 4cb326dea76b95d00881870e7c0bfce9afd98389549f239d3a0b6c055b8e0cbb87c91d29c28da8975a653c0b9693f87bcdae5047fb100351b810093538b19eb4
SHA256: 8323dfbe4e41c557e3e7ee3a2dcaf9c16d1bc82b449bdc3601722ae8efd4a186
SHA1: a844d86b9a27ae6b7a89cec22ce6058dd727ce33
MD5sum: 3605890ab5f3c058ade1d5af46b58f90
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-12-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-12-plr (= 1:8.4.8.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.8.4-1.pgdg26.04+1_amd64.deb
Size: 127388
SHA512: d341ded37739d64a2e74c7b8e0916952bae82e0eb786cb44b692cfb169e1cb630d57cc7b11d6529625dfb52c6ded5e1537b7124dc54db9da43967bf96219a45f
SHA256: 5d64a49a79b760cf3efca997ef6940063c0db667e068e28d20ade0b864c8504f
SHA1: b43c109d0b1f7d9b0484b58c73f50cfe6a615830
MD5sum: b3afe42258a729e3a9ae7ab5535375d7
Description: debug symbols for postgresql-12-plr
Build-Ids: b78ba5eaa81907f13f0520b11e305e5107d77c14
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-13-decoderbufs
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-13, libc6 (>= 2.14), libprotobuf-c1 (>= 1.0.1)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs_3.5.0-1.pgdg26.04+1_amd64.deb
Size: 15232
SHA512: 06f03b77ae34f908e029092ea143e9579a790dfabc6c4c8ae9fefe475a9f9d67be694b32a020aaebbc867774ac2b8fb3483dde04c573cf701b41e5e5400c5cda
SHA256: 3f6ae8187041b7528c3ee1a7ee8526925ea44cd208d9b5dc8d865225fbf7c0d2
SHA1: 59930a8cebb189d0f76b347438d1a85f01f676b2
MD5sum: e0161574606f84018ce8cec421ec1e06
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-13-decoderbufs-dbgsym
Package-Type: ddeb
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13-decoderbufs (= 3.5.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-13-decoderbufs-dbgsym_3.5.0-1.pgdg26.04+1_amd64.deb
Size: 41128
SHA512: da81835115fabb3adacbe4d75d17d44bfa4f9561d8fbba3f9bed30591296e2a0fce9b90b7bead85110801f70d907a540cecd6dfbaa18c50ebeeb44379eb9d17a
SHA256: c6113f35eccec926959f2b19d21f28ec2d826becd9c7506c395e14c54afaddbe
SHA1: 5355d1ef57a4dd66c12ecee8d84c47b5a61f7b32
MD5sum: 39efab14414ba6e0f1cc81d4c10a0df8
Description: debug symbols for postgresql-13-decoderbufs
Build-Ids: 55eb69ff64d70e9bf9a0b01cf7a99f6f58aa8b7f
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.8.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: r-base-core (>= 2.10), postgresql-13, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.8.4-1.pgdg26.04+1_amd64.deb
Size: 56932
SHA512: 12953fc0efeebee5b2ee351aa445f25ef0590376c6293ad0e429ac0c2ecd881c41a8ed1fbc3e2517ea1d384f60879c75ce23175c2acfc02055b367fe6815938e
SHA256: 8c562fa3d02c44a651f90dfad82ccc0d67bfa1556dbd94725b325bc5f863e471
SHA1: a85dbc83ad1fb578c5a675139f69e4cc3b2744bd
MD5sum: eb586b4648651bf646f26ac2bd2a00c8
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-13-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-13-plr (= 1:8.4.8.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.8.4-1.pgdg26.04+1_amd64.deb
Size: 130692
SHA512: af8a660df8aae472abe4d08f67d563623dd9b5390dbdf5619b9746858225ff6cae9f3e109926be23102a69ddaa8ff07d2d8e3f88e420273f3d9b8632f9dc0fa4
SHA256: 7aa8c4dbe9a661ed0e6226f96b185034d030a4a309055d71365a0830896f6bbf
SHA1: 31dd585f1c5d42ac76e0703d769e3c1c771e39bc
MD5sum: 16019a639f42c8f5cc1ad5d9e773273c
Description: debug symbols for postgresql-13-plr
Build-Ids: c3dbe3db9a4804d5715d7ceeb2e72950ccf1abfd
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-14-decoderbufs
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-14, libc6 (>= 2.14), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs_3.5.0-1.pgdg26.04+1_amd64.deb
Size: 39828
SHA512: 5bcc4529a3a97cb811b4b83a240dafb936ef5dbf36310afb9f071aca726859eda415e75dc46a357bd5832f7532d66acbd2342a4918fbe7788cbae658d9bcbaea
SHA256: 0cd614ad627d7c67ecf0d9d10122c3cc45efc62b8bfccde93c06f952fdbfc01e
SHA1: a278433609c7ca1bc4cd4c6927fe078de90f7833
MD5sum: a4404c0cb583e4143ca7af6a0f342722
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-14-decoderbufs-dbgsym
Package-Type: ddeb
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-14-decoderbufs (= 3.5.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-14-decoderbufs-dbgsym_3.5.0-1.pgdg26.04+1_amd64.deb
Size: 42388
SHA512: 93e3cfda04e7117c1bc15ff45cc5e92bfab9600f8f3366f9b914e0836cece38652758f0266ea77f05e92aa9b27e985009ad1726b2eb0e225da4f9d924240cfb7
SHA256: 61a57345de128f682e5d110c09a022e13e4a96deaae8fa331f696a76d40b77d3
SHA1: 7dcf8e44d73f21b20b5ceb7428d92c499e7bd407
MD5sum: 9704e1665a91536d084e11113165c355
Description: debug symbols for postgresql-14-decoderbufs
Build-Ids: 4f39edada4127924cc380954a30488a681293a48
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-14-plr
Source: plr
Version: 1:8.4.8.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: r-base-core (>= 2.10), postgresql-14, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-14-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-14-plr_8.4.8.4-1.pgdg26.04+1_amd64.deb
Size: 128424
SHA512: 717de6b2b1258f00a7beacb0f30b7bf7e74bcffc0551242b6ae63e94f9fda72f2ac31bf08a8abd8afc787a2a3ad3a2ff7a64e3ecdca8ade14b58823489f3b15c
SHA256: c3a4f242c6eefd126d896bee72f492a842cd8398c3df5ef1d18bc8c07aa7e392
SHA1: 4c51934cf4692f2d1238a40a436587a42b5a8c42
MD5sum: a63385db18a72ee00a9e06914af72f7d
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-14-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-14-plr (= 1:8.4.8.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-14-plr-dbgsym_8.4.8.4-1.pgdg26.04+1_amd64.deb
Size: 132792
SHA512: a70c3c08bd28a24e4aa82dbf8cd742f603bbb00f247b6d5f64d26a64b8d4d4034692066631953ab68aff4ca32e049ae95d39022bcbe911aee42bba0e05d48ac0
SHA256: 464ae92e0b50ada88e60bad61f61ddc629af254d49eb9a5714afd7cd400a8d90
SHA1: 7685456104f9f6d3c008d1e26fe070e75d84d00f
MD5sum: 473efc77f82f01d4f46db00fd3294f6e
Description: debug symbols for postgresql-14-plr
Build-Ids: ebe2762ddae65cfbec6590e5c366b1d48cd6e7e5
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-15-decoderbufs
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-15, libc6 (>= 2.14), libprotobuf-c1 (>= 1.0.1)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs_3.5.0-1.pgdg26.04+1_amd64.deb
Size: 39836
SHA512: 7d4caa7fd43462edacfbf305d4af992689b3a41aa45e7c6a75ef80fabac9e1b2042cc38a3910be676ddbd56a7fd9f2fc5685755f48ba0bc9c651340bbc274c0e
SHA256: fd385551023043cfa6db894ac6ed7d9d9a7d26c5bb7dd0c7170ffce92062c84c
SHA1: 774c0fa5b6fd25427a31fca6796696c91a7b8249
MD5sum: 3c38aa4cdfe6d9bf77393089d0ba1221
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-15-decoderbufs-dbgsym
Package-Type: ddeb
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-15-decoderbufs (= 3.5.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-15-decoderbufs-dbgsym_3.5.0-1.pgdg26.04+1_amd64.deb
Size: 52572
SHA512: 14740aaf410ec54c9fd0c7275e150dd111953573edf5d27952b154b33d9cf593811283790b0d4db97ff1b8f319bceb1f92ee1e2694594adbc67fd9c341643b8c
SHA256: affda09e0374af310ce6b816872cc62371c5c37fa3eef92b46f85f527931844c
SHA1: ccde9627bf4997aedbf7ac4a61459393d999e065
MD5sum: f2b0b146950c4448bdb0771896d2d37b
Description: debug symbols for postgresql-15-decoderbufs
Build-Ids: 15118ee9dd36f2ba352ad66859fb1746bb277267
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-15-plr
Source: plr
Version: 1:8.4.8.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 290
Depends: r-base-core (>= 2.10), postgresql-15, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-15-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-15-plr_8.4.8.4-1.pgdg26.04+1_amd64.deb
Size: 128408
SHA512: 27f1a3633886b17b7bc64d365402e48eeb3c5f248a841c2d3fbb701fac2334e2e19d8536e6257befc9d6e7b4d93c4a04ccd35affc41dc3163f2048158c34b767
SHA256: ad042b94494117ce3b9c90c60edbd9f7acb9fc80286a145d429150228d8df25f
SHA1: 1225d0cf6ca2d43b528590487b56a03b4f9367dd
MD5sum: db339e9b6a6c0516112e8cc48eeec249
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-15-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-15-plr (= 1:8.4.8.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-15-plr-dbgsym_8.4.8.4-1.pgdg26.04+1_amd64.deb
Size: 133856
SHA512: b0dee3134737126ba886e80d1381d51cf5888b78e62f2783138aa9c95159311064a1f3a8d5c79b35fe707045f49333fc7be5686365e491eb412ad351fe85aa97
SHA256: 77353c37c5965ab1dd2abc305c0464249d8428dc106c7eb9d3e4df210cef0091
SHA1: acd7ee2b33ce4bccb336953e6f5f977c844e3eb5
MD5sum: 8238b191b878f49e3414facc15f0741c
Description: debug symbols for postgresql-15-plr
Build-Ids: 243627a8a4b4f1bb1ed9f2babe5a8d48d5e6f6a5
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-16-decoderbufs
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-16, libc6 (>= 2.14), libprotobuf-c1 (>= 1.0.0)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs_3.5.0-1.pgdg26.04+1_amd64.deb
Size: 39220
SHA512: b1b5095e7e6f582b4bd7b36a090d1fd37ac498c1407e66453b3f36cf15bc43d87bf8f5c5d8d37976ca8b460d0b8604f5cd6722b20d9b6e4e9e6c8f25ee43538b
SHA256: 4b171537f7f876313768e0b21081f142482eb2328f67170beb5d18123ad9706e
SHA1: e0265f73c164a96743eff78ebd9cb3690ba893cc
MD5sum: 63c3a49c6239d94c86915a220f79ef39
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-16-decoderbufs-dbgsym
Package-Type: ddeb
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 78
Depends: postgresql-16-decoderbufs (= 3.5.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-16-decoderbufs-dbgsym_3.5.0-1.pgdg26.04+1_amd64.deb
Size: 52744
SHA512: 54974a2a2d84f308126486eb04696713e949f6e11f09089782624f2529c44b1d4e589fe1c765a0eee9dbb39e415943aa84b116fbb2b2ef3be89db6adbcfafe7d
SHA256: a21f05dbe6406c4f9918f19c59ba934fdf6fade321ddbe73c9c2fc7006a883fa
SHA1: 9ca4c0230ec71159fde18293c60638e9fd1f78da
MD5sum: 74c55aa6355d0d01fcbb8005157f4d4f
Description: debug symbols for postgresql-16-decoderbufs
Build-Ids: c0d9839a8b62ddc0b63b8165c8b42983be2da402
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-16-plr
Source: plr
Version: 1:8.4.8.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 286
Depends: r-base-core (>= 2.10), postgresql-16, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-16-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-16-plr_8.4.8.4-1.pgdg26.04+1_amd64.deb
Size: 128256
SHA512: cb26645b0742f08e31d24eff19fbe4ad5450e0d15d18765e63afc49158d706729229833932953383dffd36e12c8e99c2b8ecca0ccf384037bc1e2dd8f56aca84
SHA256: e4f8e9508331672c5c6f0df6fedcb3bd73f5b604d49a35167aaacab6cb28ab6c
SHA1: 0a966e8b166a779d10eee19ae8a1e56a6972de31
MD5sum: 5a4f408040d63d7649ce9011378394eb
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-16-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-16-plr (= 1:8.4.8.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-16-plr-dbgsym_8.4.8.4-1.pgdg26.04+1_amd64.deb
Size: 140748
SHA512: ccdc1ad32f418411938e1d28600dda29bccdf96079db4d2f0536e8fac4ae8a2f775ed4e46fc33f06fbe6b1b952302c3585c520da603313cb34d477a9d0a7c8cf
SHA256: e880614e17292a053c8ea05b698af6edba02108c1bf575e247029792fce0031b
SHA1: e16affec23eaf4f269d257eabdbdfa3b96cbdde6
MD5sum: c8c1263b7111aee3ece38a9ad5ec9ba8
Description: debug symbols for postgresql-16-plr
Build-Ids: 340b6d59ef53a12f2f30f6ee351df18ad8d01244
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-17-decoderbufs
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-17, libc6 (>= 2.14), libprotobuf-c1 (>= 1.0.0)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs_3.5.0-1.pgdg26.04+1_amd64.deb
Size: 39180
SHA512: 16eb337ad90b81cb1b36f0e59e8cf38651ddff8e5ea7d6d29be79880ac9fbd497374c106583834e91de0ccb005ad46b6d4bc1fad0603caa091c6f02c2ef45b50
SHA256: caf048c68bcf4694dd1b378f9f37d0985ae886b3623d20a9c581438d37049452
SHA1: bcdb61e9267f3bb5538e63f91dd0880a3ff27855
MD5sum: 665c9ef2f0542680a57bc60b4be9f709
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-17-decoderbufs-dbgsym
Package-Type: ddeb
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-17-decoderbufs (= 3.5.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-17-decoderbufs-dbgsym_3.5.0-1.pgdg26.04+1_amd64.deb
Size: 56276
SHA512: 0a55dc564b9b3a4ace1a2dd2a4e074b70bc34c3a7a28fa47e5fc1c0dc291c6434ebfe86f62f54673016af12b3cafc4da2af64d75f8b2e920afb95c247f7afd2b
SHA256: 17725d04f6e0a7f646d833693d1164310ce4d956f8b346d12e1f18eab65f979b
SHA1: cea2d8ef634ab6ffee029e3026a35c472e2035bc
MD5sum: b88430c52941b4302f1c17f4d9826d42
Description: debug symbols for postgresql-17-decoderbufs
Build-Ids: 088a07b59fd8695d65581a78b3dd73768867527d
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-17-plr
Source: plr
Version: 1:8.4.8.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 286
Depends: r-base-core (>= 2.10), postgresql-17, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-17-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-17-plr_8.4.8.4-1.pgdg26.04+1_amd64.deb
Size: 128336
SHA512: f51c54065de44db99c9b4e65d4082e0d68dc5fbda701e1deb58bdc9dd3b47d3be5d54d3470fdb061e887c73c927f2628ff682acb9e4f8849887008877af9d371
SHA256: a6ce5bc443f427d436d6279a5e9aa6aafd097b85fa568eb17a04118892755871
SHA1: c3357b7e3c2c937f652f90742cbed540a621e7ef
MD5sum: f2cc4eaaf4750a1c24b57770479f54c2
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-17-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-17-plr (= 1:8.4.8.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-17-plr-dbgsym_8.4.8.4-1.pgdg26.04+1_amd64.deb
Size: 152864
SHA512: 2258f7dd1bdaa22532c3fa8561542236c344f1fd191b9885a142fa9dd022603fadae15216c0c2dd69104d9b276eeb534784dfc686cfd6d287bd77db767c02c4d
SHA256: aa4c0dd3157b24cd5bbd320f39d625c510d2de5a35a626ffd6ed4a8c9d926afb
SHA1: 5db4eb3666d9ebe8f592ad7de2c0f903d63f8630
MD5sum: fefebab54e32cba0b78961ad97664053
Description: debug symbols for postgresql-17-plr
Build-Ids: 4e68094f24fcfebfa2ce153d4af54cda3c4119e3
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-18-decoderbufs
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-18, libc6 (>= 2.14), libprotobuf-c1 (>= 1.0.0)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/debezium/postgres-decoderbufs
Priority: optional
Section: database
Filename: pool/main/p/postgres-decoderbufs/postgresql-18-decoderbufs_3.5.0-1.pgdg26.04+1_amd64.deb
Size: 39328
SHA512: 934f9087302ea6fcd499d65d1f1d2ad1ea8783fc4b71cad3ae008f3936604d00c2f5df9100a1ec4d13731e7469004369c6c3c2707a5bb07a9f0faca432370e96
SHA256: ccfe2b607749e9a43a3fa7d56549d3db3c5c94c66ca52337aef2723046f9ad01
SHA1: ac07e57cffbdf06b9f808aa23c376f2824feb1f3
MD5sum: f516c3ffe95c47f144626e56ed0070b8
Description: logical decoder output plugin to deliver data as Protocol Buffers
 A PostgreSQL logical decoder output plugin to deliver data as Protocol
 Buffers, used by Debezium (http://debezium.io).
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-18-decoderbufs-dbgsym
Package-Type: ddeb
Source: postgres-decoderbufs
Version: 3.5.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-18-decoderbufs (= 3.5.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgres-decoderbufs/postgresql-18-decoderbufs-dbgsym_3.5.0-1.pgdg26.04+1_amd64.deb
Size: 57872
SHA512: 55947ee1317b537e7638cfc61413fe789f3c75aa19a8b9199bc8436143db40684d882a77c0082f10c7ed468699c0a1336ebe73eb9f8c746cd7a3e1b71f2111a2
SHA256: 449659132c220c7b58340f7197359b2aeb2646da6bff77a5d8d704f9cd83511c
SHA1: 5de0a7d616d10c09e2457ff5ad99ea1e09d320df
MD5sum: 34c8b089075ed7a848c3dedadc891171
Description: debug symbols for postgresql-18-decoderbufs
Build-Ids: 5e64b8c84e45be17453e0bd232ebbd0de0d58bbb
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-18-plr
Source: plr
Version: 1:8.4.8.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 286
Depends: r-base-core (>= 2.10), postgresql-18, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-18-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-18-plr_8.4.8.4-1.pgdg26.04+1_amd64.deb
Size: 128552
SHA512: 368035e551e453c3326da8484ebd31f24fc17ec11f2d6a2c7c48e7de9cd9d6cdc5f7774e9e26cb382baf3d2802a882730f5749bbf08fdb7d4c5834446ebe592f
SHA256: aafd42b03850e9925784c4dbe034c872e13fbb04b0838ed26b74a54eda57a4a9
SHA1: 9a63e6017002f75fcc0c026da54a212f7d951a65
MD5sum: 2ff2737928e00f1ef2f4e17fbc702899
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-18-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-18-plr (= 1:8.4.8.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-18-plr-dbgsym_8.4.8.4-1.pgdg26.04+1_amd64.deb
Size: 157832
SHA512: e0a78e0c0a217a60bc366e7e0a0c97f52d3c4d009fe293d7a014d0385e3e92ae9258264db91a9822447ae0279da61f4b2e179fcb30bc050e3a91423b825e1f72
SHA256: 82d809075cf043a9119c7d10f7172d933c8854fe62a2d6acd91268a2feb7e241
SHA1: b5fd81f8a8c9460e0817ff22468c7091b136665e
MD5sum: 39d3f61c6c0058a9d9907c8527d15851
Description: debug symbols for postgresql-18-plr
Build-Ids: c8107a297b669f6463086ffa3e268387c0d1e962
Timestamp: 2026-04-14 09:54:26+00

Package: powa-web
Version: 5.1.5-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Installed-Size: 1826
Depends: adduser, python3-psycopg2, python3-sqlalchemy, python3-tornado, python3:any
Homepage: https://github.com/powa-team/powa
Priority: optional
Section: database
Filename: pool/main/p/powa-web/powa-web_5.1.5-1.pgdg26.04+1_all.deb
Size: 473596
SHA512: ef1b01773bf65325b11aca540ec4c2fd45df72067bc196914984884f7ee5501cef025cec8a11aaacf7c4b46f700770cdac137fda00e96b33d28985f28e7b847a
SHA256: ad27c407b8fac4739e5240f5f949cd25f05ea90b8e6d617d8c0904c9ef7a9b73
SHA1: c159c624485c3e7b07c1a822f35004b7a5f25092
MD5sum: cc4fac7490eeaa85d9b63bdcc530cddf
Description: PostgreSQL Workload Analyzer - web interface
 PoWA is a PostgreSQL Workload Analyzer that gathers performance stats and
 provides real-time charts and graphs to help monitor and tune your PostgreSQL
 servers.
 .
 This package provides the web interface. It supports PostgreSQL 9.4 and later.
 Database servers to be monitored need to have the postgresql-NN-powa package
 installed and configured.
Timestamp: 2026-04-14 09:54:26+00

Package: postgresql-postgis
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 61
Depends: postgresql-postgis-scripts, postgresql-18-postgis-3
Homepage: https://postgis.net/
Priority: optional
Section: metapackages
Filename: pool/main/p/postgis/postgresql-postgis_3.6.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 16920
SHA512: 77de6fee4eac4ec6ec91bbaca153bb5eee31826ad6661539ce9b80bb70a448b97d3ab0a85106e3550b96c29dd25277545ba40cf8cf7123ae7e455a193b2f8218
SHA256: 637189fb42846e8a4071a567d9bcda09ce86bc9976a29f046b195fde181979e8
SHA1: 329884ea42186425a0148cdb62a513384e536704
MD5sum: be74ec85a0106103f58a1189bcbb6193
Description: Geographic objects support for PostgreSQL -- Metapackage
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This metapackage depends on the PostGIS package for PostgreSQL 18.
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-postgis-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 61
Depends: postgresql-18-postgis-3-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-postgis-scripts_3.6.3+dfsg-1.pgdg26.04+1_all.deb
Size: 16960
SHA512: 05aecfad206989d1daa256fc0594f3e80d9663496e03a9a3f8053dfbd5e5f168704baca7593740329a3a7c07de666abd81b9dce8185dfd02fe24296011810510
SHA256: aa59c405bd9fc8f63649da4074782a9eed73f0f6989dae587fa5a7870004f3be
SHA1: 4c230a1b60cbe5d06a71243111507235c98fcf32
MD5sum: 8ddf36cd82c0dc4ba0d851f9d1890000
Description: Geographic objects support for PostgreSQL -- SQL scripts metapackage
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This metapackage depends on the PostGIS scripts package for
 PostgreSQL 18.
Timestamp: 2026-04-15 15:17:25+00

Package: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 513
Depends: libc6 (>= 2.38), libgdal38 (>= 2.0.1), libgeos-c1t64 (>= 3.6), libpq5, libproj25 (>= 5.2.0), perl:any
Recommends: postgresql-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgis_3.6.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 151488
SHA512: a893e803c50959aa6b1cbd474e3f7f5190c01d3c00634e88becd17cd2813702f077f43b8bfc836eb9dcc8c650492a9e394fe456d771f192999844a3799164e24
SHA256: 49eafab84ba2fa8d52a6673c82614bd2db0eac7d83b8dd166f5431e045254254
SHA1: ab321f9e2890326b9186b6f09255d68ca3cc0c26
MD5sum: c19c011415a3343e5042f9fed8c8df40
Description: Geographic objects support for PostgreSQL
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This package contains the PostGIS userland binaries for importing and
 exporting shape and raster files: pgsql2shp, raster2pgsql, and shp2pgsql.
Timestamp: 2026-04-15 15:17:25+00

Package: postgis-dbgsym
Package-Type: ddeb
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 499
Depends: postgis (= 3.6.3+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgis-dbgsym_3.6.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 394196
SHA512: 19433ae42d9c0de9ba61572f9930eba1f1ef5472e9588cb872bb52ca30fc16696f4e87c547fd4303aec6cbdf6ab4ebdb4e2cf20285048a6eee97e720ae55e723
SHA256: 1b537fcf9c5db68002ec459864a94e5ef059838de2943df3b98c5c5b7f56c622
SHA1: 6e0e2af8e05e1eeaade8aa605d57dec25d0e47a9
MD5sum: 8b27d668b41b1e817cee520c68994bba
Description: debug symbols for postgis
Build-Ids: 03c72642e17990e578c7764ed1e7ea439fff2fe0 4ffcb1da44be7bf477b1f2402076d52e35cbdd0b f69fbf4a2fe41975ff86bd220a41aa88eb7acdc0
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-12-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2796
Depends: postgresql-12, postgresql-12-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-12-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3_3.6.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 952052
SHA512: 94da4fa702423d1eb449af9cdc1487bf835f84c6e534607f4737206753b2b7f756cee6071d3501e99f77da7f1d3fa4053263473bb5ccf9dd90a2aa16c08509d1
SHA256: f439b372eafaaf0ea609444069b07730ec45d39dcc46cba43947027b2db2af60
SHA1: 8f1fc38e336ad046bf91294d9c674a062b1838b4
MD5sum: eeb553dc3a55f1c79c01317777609be7
Description: Geographic objects support for PostgreSQL 12
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-12-postgis-3-dbgsym
Package-Type: ddeb
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5087
Depends: postgresql-12-postgis-3 (= 3.6.3+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-12-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 3954164
SHA512: 85400039800455721b0723fa661ca6d397ba661820e9f146dc20cce7d2dae355d9b1c2e2ee189bac3ee05747141fd77db21789433838462372de91b2cb06efb1
SHA256: fd6d33fe1b6865e572cc7773f0a3c8b70883604db0bdb52cff9e3f99ef2787c2
SHA1: 3aa61c6450c86cdeea4ef005a9e88a0ca225a658
MD5sum: 81c84225fabe9a78b47d537a9c93a86e
Description: debug symbols for postgresql-12-postgis-3
Build-Ids: 21e5299c0e49e90a12c76cfc5514dd1261d7cc14 68d2ef09bb352c3a5adc118f0829b9b21e04d9c6 8d862d217f9b2ed44ddc2650632087fb12bb0951 96296e9a2da0ac182e1b1640f1c5fc460b56551d b597475ebba4ef441d6920480cd811ac00c6a2e5
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-12-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38999
Recommends: postgresql-12-postgis-3
Provides: postgresql-12-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-12-postgis-3-scripts_3.6.3+dfsg-1.pgdg26.04+1_all.deb
Size: 1293128
SHA512: 02a0babd02c145941487e032b1bbda4e6ee831b4c396333b050b81e60b27be344472718e26dfc7b35496e16c477b8db44599aec9ec4af33a247c5bc4ab868847
SHA256: f08a696652b4a32476671ac872afdf6333131bc0aa65c99405f556337703b584
SHA1: 187964d7c007575adbfdeba71a92a420d6e508c6
MD5sum: c1f9a4e6e2e2cf7323ba5f470d01f8bb
Description: Geographic objects support for PostgreSQL 12 -- SQL scripts
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This package contains the SQL scripts for installing PostGIS in a PostgreSQL
 12 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-13-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2812
Depends: postgresql-13, postgresql-13-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-13-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3_3.6.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 955928
SHA512: 9b6488f59a274fb25c9f3b08590fb26f78874828fe1851080f24bc16464eb8243b825a64d59249db8763951dabd0ff89ae2cfedcddb6d058879f3e8d2048c8a4
SHA256: 41e59b6986e2b0229cd060b0f73fc9ae46b97fff41ed9c7736a64455aa2322b1
SHA1: 3fbba49887f5f1dd9a58ca22d5fc538d43e11d2b
MD5sum: a31813a48a0b07c2c881e8e36dc66d6d
Description: Geographic objects support for PostgreSQL 13
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-13-postgis-3-dbgsym
Package-Type: ddeb
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5129
Depends: postgresql-13-postgis-3 (= 3.6.3+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-13-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 3975444
SHA512: db22b9527ff0765752ba287e63028377ba5a6ffac0a57a94b4caf6d2ec520924ff8a33b50feff4ca6df70c28d4055255d89203acec74332adc8580deee470588
SHA256: 4600090cd0e543188fc36970e2c58a19556c89e3673a32c550b4fccd47f2c06d
SHA1: 247086f8b14e24c028bda9671ffd54d2ba33100a
MD5sum: 46d8f8c71c3d43172ee694c3862703fe
Description: debug symbols for postgresql-13-postgis-3
Build-Ids: 16a07ab9ce06d38d1459fc64d88c6f67b829b43f 2685626aca780987e9161ac767b192f58b964570 71f2bd9127ca8026ab9be7fd8428d8c2176964c5 7b316e5bf5df8f27c58196ccce2515bf121262ab b36a05cbcfb33fc179bc89632829407928a2a527
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-13-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38999
Recommends: postgresql-13-postgis-3
Provides: postgresql-13-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-13-postgis-3-scripts_3.6.3+dfsg-1.pgdg26.04+1_all.deb
Size: 1293196
SHA512: 121e02684645d04095edb35d8880a20dd3bb39eb22571ebdf3c83a12e0b3c2ff1aeeaa1ab1b3850bfc5dc4f5f1acb62d7d8120127458098dbc861016145c2980
SHA256: df517023937334372ca1e5d09b01bdb67719196e6d0d81fc15a16023574b5430
SHA1: 2fb1a555a6ac937c564b03132aecda78cd646b0a
MD5sum: 489d63d549ac1b2617590b45e0b00e1a
Description: Geographic objects support for PostgreSQL 13 -- SQL scripts
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This package contains the SQL scripts for installing PostGIS in a PostgreSQL
 13 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-14-db2fce
Source: db2fce
Version: 0.0.17-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14
Homepage: https://github.com/credativ/db2fce
Priority: optional
Section: database
Filename: pool/main/d/db2fce/postgresql-14-db2fce_0.0.17-1.pgdg26.04+1_all.deb
Size: 9064
SHA512: 42bd1177ee46e9df90f080cc2cfb67df1da3e01ac72a0b696d9f9454cccc0701a19c6c8af5937f1511df7f584685041302a44c81a3e5bfd7a2f922a94b62702e
SHA256: 90dd018f9e8765841b3b1482b42274b29eddfdf60a120b32489f36b92eb49370
SHA1: 97330435513fd50cee1867f669af51251ddcc426
MD5sum: 9e3b9db7a3a21883faac002bc34b3e26
Description: DB2 compatibility environment for PostgreSQL
 db2fce is a PostgreSQL extension that provides a variety of DB2 functions,
 types and operators for PostgreSQL. It facilitates the unmodified (or less
 modified) use of (some) DB2 SQL statements in PostgreSQL. It also provides the
 SYSIBM.SYSDUMMY1 view which is usually used by DB2 code if no data is returned
 by a query.
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-14-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9634
Depends: postgresql-14, postgresql-14-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-14-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3_3.6.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 3496564
SHA512: 46d6a1ca90777d0200a761958a735e298f2d867768926e238da26ad8bfbe29ef27df5c92cdc3cfcba71b078a9f0610d0eb307537d15407e121453ae6361cc8e3
SHA256: e074057ab4ab16c8d4a00af8a24151a31cd54f7c7552ae5bd29ddb2a59b29f5f
SHA1: fd1ebe42fc795373ab2155e953deebec3b1b1844
MD5sum: 9eedc129828984d8ffc42eb08299ace6
Description: Geographic objects support for PostgreSQL 14
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-14-postgis-3-dbgsym
Package-Type: ddeb
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5144
Depends: postgresql-14-postgis-3 (= 3.6.3+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-14-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 3986648
SHA512: 4f536eb0d6388974f9e079bf07a549b3dda25a389f5384677fe50654ccc2f07b3434330964b391fe5cdf35dc943eb2e49ae0853b70f2d107adc1dea4d7f7918c
SHA256: fb728c23e07a8ccd4f254b1f1bdde52f75eaec616ccaaee6e9775bf70fd4b96c
SHA1: 62a70cf6164011a04bc62b4c954b78d4fef96a43
MD5sum: 5a6ba182b92949c25c52baba4aecf191
Description: debug symbols for postgresql-14-postgis-3
Build-Ids: 2ea47f269d2d5475e05f818a59e7858fc04e2dd1 4770fed4ed96558f4316bba479544fb5fcec28f9 88fbd3cdd08ea3927bc5c93cbc39935a5065c25b a87d5a7f86bd6c58e166a5cc5e2c2a8236f10039 d84e69c898df3646df7a67462be4f1cac4bf05e5
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-14-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 38999
Recommends: postgresql-14-postgis-3
Provides: postgresql-14-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-14-postgis-3-scripts_3.6.3+dfsg-1.pgdg26.04+1_all.deb
Size: 1293260
SHA512: ddeaafb982f3b4a9d4985f0bd480ad5d57e87f2e55b9b1cf5931e5c8468554627b18aaaec521a0a805f0d2706bd4d05ed0d3e92a0d679ef5d071ecfeb0d1e745
SHA256: 820a084aa52221a353ca52a6c2bb92e82401f3cc29cb7fbe3b833fe51e9cea06
SHA1: 0a2d9a8c34e59aa3c59a7dd8756c408fe6f6e19a
MD5sum: 470b63c760892d4f0759e7f5828c788b
Description: Geographic objects support for PostgreSQL 14 -- SQL scripts
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This package contains the SQL scripts for installing PostGIS in a PostgreSQL
 14 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-15-db2fce
Source: db2fce
Version: 0.0.17-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-15
Homepage: https://github.com/credativ/db2fce
Priority: optional
Section: database
Filename: pool/main/d/db2fce/postgresql-15-db2fce_0.0.17-1.pgdg26.04+1_all.deb
Size: 8468
SHA512: 84fcd7b7e3164c0019b78a1e9cf29f55a2bccc8b352a485e56930109f496e9d27e1ef6f89d39e445160239371382aa70eeffc60e228bc666d1f4b3b2f1404a15
SHA256: 8ebb2167fd6dab385d72b490a5296e05a3ac53be3ef4f7b155a8431c19a7f747
SHA1: d0d0773cdc6bfa20d1e0e07c977aa313977f016a
MD5sum: 83a56fcd3276c8a66fb5dd59c8cf6907
Description: DB2 compatibility environment for PostgreSQL
 db2fce is a PostgreSQL extension that provides a variety of DB2 functions,
 types and operators for PostgreSQL. It facilitates the unmodified (or less
 modified) use of (some) DB2 SQL statements in PostgreSQL. It also provides the
 SYSIBM.SYSDUMMY1 view which is usually used by DB2 code if no data is returned
 by a query.
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-15-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9771
Depends: postgresql-15, postgresql-15-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-15-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3_3.6.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 3529964
SHA512: 2f08227e8b47cb2839f75ed6dc0a94d406158d12e86fbfc035bc408d24599d9480cbeac9ba772c486399f3255162aa4b14a4a850dcb1ff7c4502971642bff7e2
SHA256: 0d859d7524d209e8f9f3ef547862bdec157a720548f99a61a64291a26b21cac8
SHA1: e0d1e5cbeae24af1b13bc821a165e122e9293444
MD5sum: 09dc665ad6c9744f94afc08a96ce421d
Description: Geographic objects support for PostgreSQL 15
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-15-postgis-3-dbgsym
Package-Type: ddeb
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5152
Depends: postgresql-15-postgis-3 (= 3.6.3+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-15-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 3995156
SHA512: 84f07301f92f2616f9676cdb68229cb1f92dfdadaa6b5d30674441389e34f9916b474ec5193a2b9becf6f203c038d80535da1da1e05b4bf8bbcdd3cc05842452
SHA256: eacd490d657bb1b40ef9376ee0d46ad48d92ea2fb9d6dfb8c254dfcaf0272f21
SHA1: d12088d33617106a3d0aab613ee9c221d371e8a9
MD5sum: 60b64bb68721daaaa4100bf70ec96633
Description: debug symbols for postgresql-15-postgis-3
Build-Ids: 0c73f89b93d33599f62a7c0ad4929d8557d22fb9 29c341d52fb49f9b8c64498ee3b034339b309428 4c8a460ccd1b5ea7867ff39eed8e74e956f223db 83bf45796525a288b302a234395f37567c08ea3c 890a81b6670e4c3a8f63bae6965269e335fbe727
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-15-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39000
Recommends: postgresql-15-postgis-3
Provides: postgresql-15-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-15-postgis-3-scripts_3.6.3+dfsg-1.pgdg26.04+1_all.deb
Size: 1293544
SHA512: dbefefb2638d627d29459ecb936b80f0d2b79acb7277aed604610368227ae98c838bcfc932ccd74be370d454ba7018e93c12d889b52697e96e5287c0422821e9
SHA256: 11ea8f41f44c1cdb1795c76a72ce8da0ef7c02b0262d9af541d7d01526b45d8d
SHA1: 3cd4cac3f4b05bc3d526b296bdd27f8db230298f
MD5sum: 323a6d919c4eb1fb10177db3de156af1
Description: Geographic objects support for PostgreSQL 15 -- SQL scripts
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This package contains the SQL scripts for installing PostGIS in a PostgreSQL
 15 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.26.3+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15141
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.26.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 337964
SHA512: a81db088437e83e0457c545a2aebe3e1f8955c6232e58adaccfa0d04f0393860065edcaf718f8467b4aa7e4fdf62c9050b3202053f4a4162e5c7dc6a6cc494e0
SHA256: 4b4aeabdbfd42e7803a512386bbefa752c0e816209bb8cd7cd3191c38ac1cbc9
SHA1: 375033caedb60d9312017ca6463679cffa079b6e
MD5sum: f6405d80baf9482ae28efbfaeec538cc
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-15-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.26.3+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1587
Depends: postgresql-15-timescaledb (= 2.26.3+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.26.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1175180
SHA512: b8b76680de382eb4ae8576f3b657038a5d0f015b874a9116366321fa0e8b918ab8cae4c9d95c9ebe274d0c70e49e47d43af4ec82ab3e0da652a47181b9a7501d
SHA256: 9dece8d2ec3e1b440fd84a33a17f9ab1f0f7126422391a417bd8937e6e5a3517
SHA1: 7563b40420fa4c6cfc12e98e838c2727fa22a47b
MD5sum: 835428837c4c400a837e2791e0a612b4
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 721907fbf49018c004d0c5037083cc976ddaa006 c9743d33862e09d9a6b4590afb13d8c38e2dcc0e
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-16-db2fce
Source: db2fce
Version: 0.0.17-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-16
Homepage: https://github.com/credativ/db2fce
Priority: optional
Section: database
Filename: pool/main/d/db2fce/postgresql-16-db2fce_0.0.17-1.pgdg26.04+1_all.deb
Size: 8468
SHA512: 430fbc20a2e803f8809de3c1d04fa5d9c40b188b0e4ba0f60c3828a7721ff4ae349c7a351f99005bfc51078441020281636a294ee9719e6c7563b8443e8056ed
SHA256: 519a8e00de3dde532f58956e82cbcc1bc03a5387aa45d4f4d7ccc97a7acf2a92
SHA1: 9b5a98ac672f8da9ba715c5135f90cfea4c43908
MD5sum: 092536f723cc0c98e06712f98b0021cf
Description: DB2 compatibility environment for PostgreSQL
 db2fce is a PostgreSQL extension that provides a variety of DB2 functions,
 types and operators for PostgreSQL. It facilitates the unmodified (or less
 modified) use of (some) DB2 SQL statements in PostgreSQL. It also provides the
 SYSIBM.SYSDUMMY1 view which is usually used by DB2 code if no data is returned
 by a query.
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-16-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 9948
Depends: postgresql-16, postgresql-16-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-16-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3_3.6.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 3604744
SHA512: 71bb16bc0dd63e3c0f3bd45f6cade0ffc24981c4799cfed8bf40d76189356325b2dd6d5aa606fbdde48ae2fa7ca8f3efd0affd637b79aad52957d1c1473071f6
SHA256: a9a320b1a6f563bd1b64655063699fd5cc0892cc08920ea112f756b6b16ab183
SHA1: 5f3ec0698d040e0aacb0f2cd9ab6ca6f16a6f7b6
MD5sum: 4b0cd91946eae73fa0ff478ce8b5261e
Description: Geographic objects support for PostgreSQL 16
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-16-postgis-3-dbgsym
Package-Type: ddeb
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5273
Depends: postgresql-16-postgis-3 (= 3.6.3+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-16-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 4133336
SHA512: da2832c3945d102a1742088244c2bf462d5338bafb192c88c731102ea07bb64b830ded202580e3ea7999985cbbd510cbeea514aee2166fe6e42feeae5c584c4a
SHA256: 1676fa94526c7ff7e93c15b7bfb65a21465a1bbadbfab21b38efc88e4b8ed8ce
SHA1: 8cbf1086814b2562024928eb1b0c57b1a2d45ba7
MD5sum: 3197e32816502ca48965fb18869efddd
Description: debug symbols for postgresql-16-postgis-3
Build-Ids: 10e2ce09f6fbc8352763fed02cd191aaf02ca0d4 5aa7f7e5a221c41cb3c04139abe9347464749b6f 7c0a66fdfafb5e3218ec66eb9290daa84803c5ec 9d679e26da8322db1a3b87ddffc145cc7fb134c8 d9c5e42c6c823d87550e8804ceab99721f2f2f9d
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-16-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39000
Recommends: postgresql-16-postgis-3
Provides: postgresql-16-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-16-postgis-3-scripts_3.6.3+dfsg-1.pgdg26.04+1_all.deb
Size: 1293756
SHA512: b4f09842847b1e8a3d22af5c7031a8e54151fa56d2b383b7779b719e6f1ce8d1096b3379727710e6cc24fa825a25a35e29b9cc5dbdb97cf45a5c411971deaaf6
SHA256: ad19aca12fe38c23180f91c037626e1ac44665df1ab77782ff30a09f6693ef3a
SHA1: e854a0c924c7a53ca1eb11b2b853720846882948
MD5sum: 845999d9fb64bca70b95f7d113ee40f0
Description: Geographic objects support for PostgreSQL 16 -- SQL scripts
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This package contains the SQL scripts for installing PostGIS in a PostgreSQL
 16 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.26.3+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15141
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.26.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 339092
SHA512: f7cfcf96a7d00c9256954b9eb5efa72434066adc394bb3a281a0d387371e0072c565c8e95607e144d91884b409f36e15787c881af99bae59afba60f075bca647
SHA256: 8612f4164945a4597882e39ab2aa9db64c3ef793544ed339bb8d2c26306d3d69
SHA1: 9602317196286b78e1d9cfbe4bcd481929f3ed61
MD5sum: 8d25d5ca4ef089b87fdba1b41617ccf3
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-16-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.26.3+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1639
Depends: postgresql-16-timescaledb (= 2.26.3+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.26.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1226948
SHA512: 7cb68d4799cd1284099860c5b84f019ae0ff0928c149f26514938b98729024edfe29c47569840131e1416cf096becde34eeb8ee9536ae81a805150749d16410e
SHA256: 9cbe098fbca9b6b1bed831c010b882444f93679c436e0423e814b4be81d8d3fd
SHA1: 6b0197d0330f0a9d336c08f6037ae48285fe9af6
MD5sum: 09e37e9c566b45a27b2158e79e3a5871
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 87e5c8527f07383bb14e52e323efe4f223c671ef e2e835cb9259015f25b6ec3e86a68a99d71eed5f
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-17-db2fce
Source: db2fce
Version: 0.0.17-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-17
Homepage: https://github.com/credativ/db2fce
Priority: optional
Section: database
Filename: pool/main/d/db2fce/postgresql-17-db2fce_0.0.17-1.pgdg26.04+1_all.deb
Size: 8468
SHA512: a5e958b9bb94aa914639cb095f4614216bd627b12a144207b97ad032ec067f4df727bc4e281121cbaf7a52633406bb71b04d4f5133316fd55ba7da2c797d3d0c
SHA256: 9778a73392aaabd78f4f5fc031e1ed3b6e2161980a5d0317eab0ab9884183ec6
SHA1: 60456189b1a292daba75cde16637b64afc834648
MD5sum: f50de0132301e2ddcd99998991074dd4
Description: DB2 compatibility environment for PostgreSQL
 db2fce is a PostgreSQL extension that provides a variety of DB2 functions,
 types and operators for PostgreSQL. It facilitates the unmodified (or less
 modified) use of (some) DB2 SQL statements in PostgreSQL. It also provides the
 SYSIBM.SYSDUMMY1 view which is usually used by DB2 code if no data is returned
 by a query.
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-17-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10058
Depends: postgresql-17, postgresql-17-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-17-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3_3.6.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 3621064
SHA512: c007341e4a7956014e90ddd2e51ffeb856b143fb4db90268d3566680a1e3f8d79f0eef2111f0642675bc5ef15cbaf0c915f62d91f2c27dbc10c626cf9cc88403
SHA256: 32b6ab6862f1ccc6474f552cc85da455bdd414d2f95a8b8a0602dc38d3048d42
SHA1: 3320ff143841015ac2434a1c54e0cffbb53d45a4
MD5sum: 825f86706b4fe25d426c8381c086903e
Description: Geographic objects support for PostgreSQL 17
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-17-postgis-3-dbgsym
Package-Type: ddeb
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5272
Depends: postgresql-17-postgis-3 (= 3.6.3+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-17-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 4132548
SHA512: 5423dda3e8135e6a4bf39a25127768c0a360ce03dc1c237fd876f8eb01fa086db1b624769bf180c752c9a1780974a4e0140822b544c76ca25b926ad4d157ddc4
SHA256: a5365e08eec4a39b0786a0ac9216ade0d55250c16abd2ec3f49548968222d8e6
SHA1: 29fa0e5f9082f93940bd05f95a6cbf97413bb87a
MD5sum: 1d10a58a08372c5ee2b1d6d89016cc95
Description: debug symbols for postgresql-17-postgis-3
Build-Ids: 1e4d0ce6452ee3185b0cdb7b7939ebef14cfba04 519642becf8154b294493902676a166903cfb9f3 9bb93490047a328a70d3696958629b2c671740af bd07b6b1f699e9db6f7eb3c17d4afd2706032581 c309b62976461195de22da22a6538ed38b1612bb
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-17-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39000
Recommends: postgresql-17-postgis-3
Provides: postgresql-17-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-17-postgis-3-scripts_3.6.3+dfsg-1.pgdg26.04+1_all.deb
Size: 1293400
SHA512: 62f94e4285b2502b1a4ee8323dbb28bc938ba191b3bb8ea2461bc6717884bd8ba233efd0c33110e4f0c1c690cb71b9b03bfc8aea54f74bbe52293083bacac5b4
SHA256: ec57e1aeb13bd2273f4a04de4997690a9f9f4ea39777ab73b2e855be0a0c50ee
SHA1: a1b3b2901da7c7c06a344f6aa294ed271247ba84
MD5sum: ccaf3236a592e5ac04d6529b0aeef2e9
Description: Geographic objects support for PostgreSQL 17 -- SQL scripts
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This package contains the SQL scripts for installing PostGIS in a PostgreSQL
 17 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.26.3+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15141
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.26.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 338420
SHA512: 68ff1c6fe50336d5a0d27789b5c815dcce3790bab8180579671ea462e17e1167f3f2fab42f5ecbe7eaba1374952bf79ca5ec27b0cd16d65795979e5be9a12104
SHA256: 27e12949ae7304537cbe4c299ed525b52aa72e73e7c42bd27629b1c3575fefd0
SHA1: 41911186a4ae16304f8a9d4ad57c6c9653069c96
MD5sum: 283638e9beb8fecc0eb88953dbd145c3
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-17-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.26.3+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1655
Depends: postgresql-17-timescaledb (= 2.26.3+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.26.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1241572
SHA512: 954fc8cecb5b3220bc2f20eca90e3824022f407eff5ba1d4ac913307b223bcc24843a2d131eb00e9e1a96a12ac0712b0d5239eaede8bbe7f7a1cb4e60249ad71
SHA256: 153f681658ef2faa001ff9f39bd178987dc912fffe4a5f9239d72c3fdbe972e6
SHA1: dc393925dbfe9818388f83e6ef89fc15712f865f
MD5sum: 15b441511f4736718e187fecf8f71a88
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 3dcc21a201d6b16e23228a76034f628d48a6396b 6e6d5527c6d42f4385fbea803b621ffc7e9ce4a2
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-18-db2fce
Source: db2fce
Version: 0.0.17-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-18
Homepage: https://github.com/credativ/db2fce
Priority: optional
Section: database
Filename: pool/main/d/db2fce/postgresql-18-db2fce_0.0.17-1.pgdg26.04+1_all.deb
Size: 8464
SHA512: 597c785a8dddd565197cd3c7b98318d7dbea71ca074a523d379880df01815cbd2ef10fd2e2a6e51e1e4a4a34bea6702ce8b9a25a188d53cdc97c1694bb6c5696
SHA256: edff4e0c8e3d5355659e53cf8d4545a61ab92fcbf10a69a9cfab032867c95298
SHA1: 8d5a633f97eea66f0ced839e684bd27a203b0be0
MD5sum: 1073c37b2ab9316cbac1c34b970e9ff9
Description: DB2 compatibility environment for PostgreSQL
 db2fce is a PostgreSQL extension that provides a variety of DB2 functions,
 types and operators for PostgreSQL. It facilitates the unmodified (or less
 modified) use of (some) DB2 SQL statements in PostgreSQL. It also provides the
 SYSIBM.SYSDUMMY1 view which is usually used by DB2 code if no data is returned
 by a query.
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-18-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10079
Depends: postgresql-18, postgresql-18-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-18-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3_3.6.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 3626444
SHA512: cbb85a0971ca41efbad7157ffea010a055e8e0ed721049def3610e875320ee9bf4fd8644d511fdefc85ca57ee6a2c43c412741665680cca43a8289b7ed38592e
SHA256: 28d04f53c510cd764ebfb5585286e5f4ba7a624fe838d659a301233ec3169b6d
SHA1: c0caefbedb20e4b8876d31e445bbda3b007f7b52
MD5sum: 22e24ac9ec2284f8a7458b4e173dcc24
Description: Geographic objects support for PostgreSQL 18
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-18-postgis-3-dbgsym
Package-Type: ddeb
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5275
Depends: postgresql-18-postgis-3 (= 3.6.3+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-18-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 4135328
SHA512: 73bdfdcc80566bedf80962c5e0d7aeae27428cc4f3186c54e71034cd722d51b6dc19afb037c66be5dc0615ab9c35a5185a04371bbfa0adfdac76ec9b53866699
SHA256: 66ddcc8c30a34e30b8cfb400da0ea8a8213ba7e8c037d6740ff0c2441853e727
SHA1: 15ec2f7a9f32752fa08e239d02c8932862bd0ba1
MD5sum: eb815abca81d727ce0dcb076daa6ca79
Description: debug symbols for postgresql-18-postgis-3
Build-Ids: 159cc1c3e15bb458ad69518d2039da36003a675f 5716e174a0c97a74e439cc284cfb0004026cf263 8664a73ff4366790e746e071c264dc248e1000b4 bcea3ee6658975eb8b56e1932e29dee8339d9ee4 c8178a0769e5298e76a249d63146d70ab4a70752
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-18-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39000
Recommends: postgresql-18-postgis-3
Provides: postgresql-18-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-18-postgis-3-scripts_3.6.3+dfsg-1.pgdg26.04+1_all.deb
Size: 1293420
SHA512: 1ef496794353b06ccb0d7dc3b861bc0ef14c29709574dbf567ed07647d7d2f537995ed4b3b2eefea9aa5323cce41cda3723eed89bbc1ffa095a3e2885d4d0eb6
SHA256: 58dd5f56a7623b49af00753ba1a417e02c539efe5109345e8c48f813ca3d7408
SHA1: 3452e6e9619444882a1b7ed90580e1fcf7b7621a
MD5sum: 4f08046ec0456ab0ab714aea7f00e2ca
Description: Geographic objects support for PostgreSQL 18 -- SQL scripts
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This package contains the SQL scripts for installing PostGIS in a PostgreSQL
 18 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.26.3+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15141
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.26.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 339200
SHA512: 9116b6d2e34fda53c2e34f6c23c084cee0a80c419f8b784eba0db1db0ff92ed9f5786a364b5c309e3ce626b9b425fa19d0f387a8e05cca1f113fd22550a6af25
SHA256: 45411c16634fb0f22025691120ec402e1e696da0087a64203382f66682629b13
SHA1: b71d087f3bce2e9a03eb4797278f28cd949647a6
MD5sum: c64cf0c98bbc0be2d1d9b32cc9fb27bd
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-15 15:17:25+00

Package: postgresql-18-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.26.3+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1656
Depends: postgresql-18-timescaledb (= 2.26.3+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.26.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1244368
SHA512: 1541fec212adef4f29d18ab5a17f612af798264f28950ddfdaaddeb5e37c38587d23e3cdeedcda42d57a045210bf9033018d9b85e5edd486f2181688c5cfef4f
SHA256: 9bff07d502261d7c4645af352c44f5533e25b099856d42f2a744546fcea80a03
SHA1: 739a8c436c9ae067f0d531df3349a9582d5f637e
MD5sum: bfb2e2e7681d83036d453405f192abc5
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 31356d4838cfadf74774c444f5db2d7cb479bec3 5c2e4963623a240f58975c6595501cf4bd054628
Timestamp: 2026-04-15 15:17:25+00

Package: barman
Version: 3.18.0-2.pgdg26.04+2
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 168
Depends: python3-barman (= 3.18.0-2.pgdg26.04+2), adduser, file, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client, python3-argcomplete
Suggests: barman-cli, repmgr
Breaks: barman-cli (<< 3.18~)
Replaces: barman-cli (<< 3.18~)
Homepage: https://pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.18.0-2.pgdg26.04+2_all.deb
Size: 119120
SHA512: 76eca529314536aa473ec7762953cb5aaf3f5f48a5ff1052237a89e590fc19187c164fe9c37ea74e5d08744c019347ef2876d651813a9cf65d78557ad18b30ab
SHA256: 1bf5d40d21ee180b557661076bff21fd511f6d7e7ebdf2c3385d3c62bb8900a2
SHA1: fb628a8bbb3e5b5239f12dee471defade2990848
MD5sum: 33f9d3d6cafc6ffa9f45ce1ea8296025
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides barman binary.
Timestamp: 2026-04-16 12:26:26+00

Package: barman-cli
Source: barman
Version: 3.18.0-2.pgdg26.04+2
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 21
Depends: python3-barman (= 3.18.0-2.pgdg26.04+2), rsync, python3:any
Recommends: openssh-client
Suggests: barman-cli-cloud
Homepage: https://pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.18.0-2.pgdg26.04+2_all.deb
Size: 8964
SHA512: 0a083b5b35802e34db9f979948957e1f0bb60942105fbc78d400d8bec60075a7e5a9a31a5f9396d3581f2cbd04ca7374fe9a2bf62a674ab5632df22551b11625
SHA256: 9adb3ac2aa73d24683d1695ecd87a8416d6e212e9cbb7533dd6e722c47f94ffc
SHA1: e0bf02c944a8d9bfca3af5e4eed208d08ef3f511
MD5sum: ba19adcf75ba9db03641dd165c9e0988
Description: Client utilities for the integration of Barman in PostgreSQL clusters
 Barman (Backup and Recovery Manager) is an open-source administration
 tool for disaster recovery of PostgreSQL servers written in Python.
 .
 It allows your organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli package contains client utilities for the integration
 of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.
Timestamp: 2026-04-16 12:26:26+00

Package: barman-cli-cloud
Source: barman
Version: 3.18.0-2.pgdg26.04+2
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 52
Depends: python3-barman (= 3.18.0-2.pgdg26.04+2), rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.18.0-2.pgdg26.04+2_all.deb
Size: 29540
SHA512: 737812b7afb188534bf2feeed868426a6b107a4ac8d19ce61d88f157d461e233905178184728fe2dc99d7d5db53b4236dbba765f7b0769adec0090110832c912
SHA256: 70136a6f6311d4f25b2160efc5fde811442f89391bd59778ba5917113aca6f69
SHA1: 75ce7c091f4cb623ee6a2117b16622961f1957bf
MD5sum: dd5e4ffcf7c7e6e5aeec6d61c0e50da1
Description: Cloud client utilities for the integration of Barman in PostgreSQL clusters
 Barman (Backup and Recovery Manager) is an open-source administration
 tool for disaster recovery of PostgreSQL servers written in Python.
 .
 It allows your organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.
Timestamp: 2026-04-16 12:26:26+00

Package: python3-barman
Source: barman
Version: 3.18.0-2.pgdg26.04+2
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1834
Depends: python3-dateutil, python3-psycopg2, python3:any
Recommends: python3-zstandard, python3-lz4
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.18.0-2.pgdg26.04+2_all.deb
Size: 289852
SHA512: a7eddd988528c7103d95f682202f367bf7410a59424d5e2ff154cdfb18c8e851bcf387ba2a9d753a2d4403726a734f43544f4c35c69d17eaf1e9cecefa532cff
SHA256: 75357cfd87d13c02841aa9773d205b6879b8df77b17f44722fac8ba949aa79b0
SHA1: 2c04800218e3cee5ddcc185b9849f554914b6d4c
MD5sum: 69a6d6d9cb609e5988c026e0d92c6564
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides Python 3 modules only.
Timestamp: 2026-04-16 12:26:26+00

Package: credativ-pg-migrator
Version: 0.12.2-2.pgdg26.04+1
Architecture: all
Maintainer: Michael Banck <michael.banck@credativ.de>
Installed-Size: 1458
Depends: python3-jaydebeapi, python3-pandas, python3-psycopg2, python3-pyodbc, python3-sqlglot, python3-tabulate, python3-yaml, python3:any (>= 3.6~)
Suggests: tdsodbc
Homepage: https://github.com/credativ/credativ-pg-migrator
Priority: optional
Section: python
Filename: pool/main/c/credativ-pg-migrator/credativ-pg-migrator_0.12.2-2.pgdg26.04+1_all.deb
Size: 161604
SHA512: 0668d03e2cccb7823cff68cb7aeb28aff5fe1571c2c44deb718e8df13bd9790160816451f3ff0a10928247e6da6758e677a4cc0e51d4fd1b1d69ac5ede5a3aff
SHA256: 70a26dd78937f36e7df30a5be9e4981d5ce631d8f6b6a30860b148d3c7de5446
SHA1: c6e2b19d90fdf7afc794e1db97390c8211187c24
MD5sum: 0c9032ca8945f9fa3b75ed5ebaafc64c
Description: credativ Postgres Migrator
 This package provides a solution for migrations of whole databases from legacy
 systems to PostgreSQL.
 .
 Main features are:
  - Supports migration of tables, column constraints and defaults, primary
    keys, secondary indexes, foreign keys, functions/procedures, triggers and
    views from source to target database
  - If tables have sequences, migrator sets current values of sequences on the
    target database
  - Migration of views is currently only in rudimentary version, just replacing
    source schema names in code with target schema names
  - Conversion and migration of functions, procedures, triggers currently fully
    works for Informix, and is in progress for Sybase
  - Migrator allows customizable substitutions of data types, default values of
    columns, calls of remote objects
Timestamp: 2026-04-17 11:28:02+00

Package: libgvm-dev
Source: gvm-libs
Version: 22.41.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 210
Depends: libgcrypt-dev, libglib2.0-dev, libgnutls28-dev, libgpgme-dev, libhiredis-dev, libksba-dev, libgvm22t64 (= 22.41.0-1.pgdg26.04+1), libpcap-dev, libssh-dev, uuid-dev, libsnmp-dev
Suggests: libgvm-doc
Homepage: https://www.greenbone.net/
Priority: optional
Section: libdevel
Filename: pool/main/g/gvm-libs/libgvm-dev_22.41.0-1.pgdg26.04+1_amd64.deb
Size: 31916
SHA512: ad06103d246c34fa7ffb1caa648a3af66ed213af87cfcd3cfb0b710f0fe8030270e01a70caf4933b2cc406709b3c3903e6d49e2ee7e11a15622272e0a0d78a09
SHA256: 4fa7d2653bfa01090a969c6462579e45204dff2896a412eab4414aeeb392341b
SHA1: 9e7cdf155d6b4a88062461d8cd72c566f33e7dba
MD5sum: 40aa4b74f0a2e6cb4698353f53e7f2ec
Description: remote network security auditor - static libraries and headers
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required static libraries and headers.
Timestamp: 2026-04-20 18:01:04+00

Package: libgvm-doc
Source: gvm-libs
Version: 22.41.0-1.pgdg26.04+1
Architecture: all
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 11078
Homepage: https://www.greenbone.net/
Priority: optional
Section: doc
Filename: pool/main/g/gvm-libs/libgvm-doc_22.41.0-1.pgdg26.04+1_all.deb
Size: 642320
SHA512: d980dad3e3ebc8c6589ddb0b131c2f4fb00dd1c40c5bc2aa635c4b52be862e78e3b488722128277968f11a40f91158ab279b65cbc74a2b1fc86240d5ee15afae
SHA256: 026795b07c229a6ef7b5cae989368e2ffb644c0872ac90e6ea720d634a917e43
SHA1: d9bb8b3574a6acd43660461e610771fe0d429e12
MD5sum: a32a821f9a9621d16e7f4e43248b4092
Description: remote network security auditor - libraries documentation
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the doxygen generated HTML documentation for the
 libraries.
Timestamp: 2026-04-20 18:01:04+00

Package: libgvm22t64
Source: gvm-libs
Version: 22.41.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 650
Depends: libc6 (>= 2.38), libcjson1 (>= 1.7.13), libcrypt1 (>= 1:4.1.0), libcurl3t64-gnutls (>= 7.83.0), libgcrypt20 (>= 1.12.0), libglib2.0-0t64 (>= 2.76.0), libgnutls30t64 (>= 3.8.1), libgpgme45 (>= 1.23.2), libhiredis1.1.0 (>= 1.2.0), libldap2 (>= 2.6.2), libnet9 (>= 1.1.2.1), libpaho-mqtt1.3 (>= 1.3.0), libpcap0.8t64 (>= 0.9.8), libradcli4 (>= 1.2.11), libssh-4 (>= 0.8.0), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), zlib1g (>= 1:1.2.3.4)
Conflicts: libopenvas9
Breaks: libgvm22 (<< 22.41.0-1.pgdg26.04+1)
Replaces: libgvm22, libopenvas9
Provides: libgvm22 (= 22.41.0-1.pgdg26.04+1)
Multi-Arch: same
Homepage: https://www.greenbone.net/
Priority: optional
Section: libs
Filename: pool/main/g/gvm-libs/libgvm22t64_22.41.0-1.pgdg26.04+1_amd64.deb
Size: 164848
SHA512: 19c36f110fa67118dbc148959b00481885b7ed580e25d6f2796855cc5da734a462dea04fe1224f37f72c7858800b89cd3af7af9863e1241a8341522cfa8b75ac
SHA256: b25ea8eae28fbac232042d87cfe4e4b938589951e3ecb298512be620f43d3e1d
SHA1: c452c97ebdb2bac7b3a7314488fe33b6d7055423
MD5sum: 3f6499c6b12711cfb8bd2fc8f6bd9bda
Description: remote network security auditor - shared libraries
 The Open Vulnerability Assessment System is a modular security auditing
 tool, used for testing remote systems for vulnerabilities that should be
 fixed.
 .
 It is made up of two parts: a server, and a client. The server/daemon,
 gvmd, is in charge of the attacks, whereas the client,
 gvm-tools, provides an X11/GTK+ user interface.
 .
 This package contains the required shared libraries.
Timestamp: 2026-04-20 18:01:04+00

Package: libgvm22t64-dbgsym
Package-Type: ddeb
Source: gvm-libs
Version: 22.41.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 875
Depends: libgvm22t64 (= 22.41.0-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/g/gvm-libs/libgvm22t64-dbgsym_22.41.0-1.pgdg26.04+1_amd64.deb
Size: 560000
SHA512: 686c61513813466c04535e165b5bcaa3322c883ef86582608ec790e8666b10e0852adf58f7c0ff60b0a849e3102032a7e2a821f0c03f69c22b65ffe8d1f01b0d
SHA256: 9aed414137bbd5ff8460fe5e9807b312b127d741a0dd56dedb9f9ab54ec877bc
SHA1: 7357d3420f8c7241d3621e5a161ff711600ff3d9
MD5sum: edebc3c8eae526e1937e2d9c18459b84
Description: debug symbols for libgvm22t64
Build-Ids: 063b5242001391b2a9c9a48b3386c0303379e285 1a74b409cff348723d982b612c10535d7b3d3253 521bab363ce9aee919819ccf6663baec1db2030e 6eb3d889ae86d259c1610ae2ea243718850c558c 775204098a208d479970a281ae7bfbd09223151f 81d459ddbc6fa2c5e8875142987c1bdd47133941 97ca1483822195dd3384e672d656054575328327 9ea1d7fd6d05ae69f3af9ef11d1d3bee56112e48 a5480f8de8833e85dd79474a633c77c770aad8aa cc822ea71f6306d5c4faaffe9368bcb969b37c63 dda4341be5eb39984239fa9011d262fa19c66f13 ebbba2d81952f422b5342e294c87ad18acf4a2aa
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-11-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-11, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-11-pg-failover-slots_1.2.1-1.pgdg26.04+1_amd64.deb
Size: 16832
SHA512: fb42caa68a9ca50f2f4043b898916b2acc7d47921a81ec92b229536276390ff95887a153447fd49cf05b88dff4be64dfce4aa9e68ac0679e7149fda1f399d018
SHA256: 4d974e19c2305baa72133d6b3ab08be46a89182170cf68ab0c646c8a616eb5e2
SHA1: 10ebaf59d24ddd1a031eb1052e1d39b5d9c30ffe
MD5sum: df15c4d4ef8957ba45fbd9a025b15dea
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-11-pg-failover-slots-dbgsym
Package-Type: ddeb
Source: pg-failover-slots
Version: 1.2.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-11-pg-failover-slots (= 1.2.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-11-pg-failover-slots-dbgsym_1.2.1-1.pgdg26.04+1_amd64.deb
Size: 40112
SHA512: 67531bba6506de998ee077ca291a8d8d8a71c68a39759b2ddcffeec6bcd8a6b99eee7044248fc6097d572e10d6f0a27f3fca5cfd0cadd681f1c46fd7ba3e9d0b
SHA256: 71aef3b029e0a6d1125bb6458ace6377f34237962e94e753a056f653cc5f1ad9
SHA1: c077be8f9d2b7a816cb19f652ff52de9d54d056f
MD5sum: a9c3c47d5912a99adccd9231230130ef
Description: debug symbols for postgresql-11-pg-failover-slots
Build-Ids: cb67c473bae573e6e108db7ab0400c3274e1f139
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-11-pg-gvm
Source: pg-gvm
Version: 22.6.15-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-11, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm_22.6.15-1.pgdg26.04+1_amd64.deb
Size: 20208
SHA512: fea49e3db74f361e1675a852e27f70db4ae0f803d90c876ceadd36ea78ae0c9086226c0eb8ba3bbe0452403288e2ba0be020eda5473c2201bda97695e606e6ee
SHA256: 9542e1e533e9c53e1ef4cbb4ad9723f94f66a4a7a3568208fca4e472b4cc372b
SHA1: 1d19d69c185b99af3fd1592e5674112a397ad570
MD5sum: 3597ec64e7d9be6c4b6f911ce133414e
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-11-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.15-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-pg-gvm (= 22.6.15-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm-dbgsym_22.6.15-1.pgdg26.04+1_amd64.deb
Size: 27144
SHA512: aefadedade35d97199fc8251e4bfab5f8f17bc58a2583f1f3d72fbac7c08eb15a399a59b608d42a01da3612b07fb02c6a3cbc2b7c98ba02084449b99e09093a1
SHA256: de267b204850da690ad9e154d36601ac6281e192388e6cac81d970adf1c10f48
SHA1: b028fae0109a05197ba91a814ac84ba113f781b0
MD5sum: 065ee0aabe667f3c855cc76fdca52743
Description: debug symbols for postgresql-11-pg-gvm
Build-Ids: 424a4911fc81cfaabac2e0e47b7677b4e5e4da24
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-12-credcheck
Source: credcheck
Version: 4.7-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-12, libc6 (>= 2.4)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-12-credcheck_4.7-1.pgdg26.04+1_amd64.deb
Size: 28712
SHA512: 66cb1b2a188492873843668af0a155dde17d93cca5f0079558fb5a6d5cfc3609e2aeba925b9ca96fc04adf46f4b6b1fba8035e8fbb91f11b3bf57ed37e080829
SHA256: e079822749c22c183d131088296089aa6f8de936416c1b2754c443e6321d9a18
SHA1: 7672ca350847738a34cf24dda6475e0db6ed69e1
MD5sum: aa4b9484e6f71cc8fb82940dea53261d
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-12-credcheck-dbgsym
Package-Type: ddeb
Source: credcheck
Version: 4.7-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: postgresql-12-credcheck (= 4.7-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-12-credcheck-dbgsym_4.7-1.pgdg26.04+1_amd64.deb
Size: 72236
SHA512: b713197420303e08f7031aba353b7c6c4d251b62470aaecf4d79c5597490ece08e3d5e5a4fc2c7ef61cec81ce4f24479b100f13530207dfc9d26d841300ec073
SHA256: 5cc47a2cb9a1a12d5486d28d12c5ae4c44bc092ae8897d66cddf599e89fac633
SHA1: 496be1b01342fa5ffaa301a006a07d59819af886
MD5sum: 6bffbf48e580e6084d075aae09cfc839
Description: debug symbols for postgresql-12-credcheck
Build-Ids: dcb3da157cb7ba255bfb2fbacf5877e457ad545c
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-12-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-12, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-12-pg-failover-slots_1.2.1-1.pgdg26.04+1_amd64.deb
Size: 16696
SHA512: 98b4bddde115e6ea549f544de9d9fd85ac0f547cd99db4467df180b8623f9714cdd105312525427d1cb252e5e6e4d9727715a2f0d0c7214a1f7d74e0e281ee8c
SHA256: 50404a5749a54d7dc1aab1022c86c321df8059e53640048d76c7cf0a9ca4b872
SHA1: 680092cb53dac034a8a388f794422fb8c46a7454
MD5sum: 449e374ec311b32d468684c4b56cd9ac
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-12-pg-failover-slots-dbgsym
Package-Type: ddeb
Source: pg-failover-slots
Version: 1.2.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 70
Depends: postgresql-12-pg-failover-slots (= 1.2.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-12-pg-failover-slots-dbgsym_1.2.1-1.pgdg26.04+1_amd64.deb
Size: 40908
SHA512: 599a5656c4b98ddcabd06f042c091086f4bf25dbcb11c13abf0dc0a260f76600e1586d5760faf64896021db90b1cc3e7561e4f84d37b44e02a63376539036f25
SHA256: eb291fb3982a8290e2dca32d942fd12ac1249a0db685d6707393b1d582797542
SHA1: 7b21ca6ac7ff36bff65a2ea16647eaaeea506042
MD5sum: c698d204ae73b66da955ce8f92b0c27d
Description: debug symbols for postgresql-12-pg-failover-slots
Build-Ids: 37c465420abf78f316fcb9ab7f07b8141399120a
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-12-pg-gvm
Source: pg-gvm
Version: 22.6.15-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-12, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm_22.6.15-1.pgdg26.04+1_amd64.deb
Size: 20200
SHA512: d37c4125ee7379798e4486299b8394e56202a0dd5e530e6368856823e35c7856c836f5137fc7d3ec5b4e3f81829ee2c107fe9866a57638b9245876a1d7737453
SHA256: fe508da6e1e62f0efb772b71b4c416627832b5e6df8652aaaf0ab81c4aec3c75
SHA1: 7c6ae4c12cb072b2a504c771b67988786bc1f420
MD5sum: 1aecfd7df0e720bb2261db4dfea1142b
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-12-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.15-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-12-pg-gvm (= 22.6.15-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm-dbgsym_22.6.15-1.pgdg26.04+1_amd64.deb
Size: 27580
SHA512: 5396ef9f61c30a2b33f5c1772fd53dcf5e6623fa6b4185b1b371218fc640320f64cb4116b50d4aefacf9bfc29753b1b0039b8fca4e5289e229a5a5fcea41c8ff
SHA256: 34fff115975343c3eac9c426427b5adaf8449c52f909413e8be79feff3e5730f
SHA1: 70ab1882616c295ef21497ece0a4c6ea45f2f06f
MD5sum: 16fd8e8e215db3d010df1841cc0f9078
Description: debug symbols for postgresql-12-pg-gvm
Build-Ids: 33ddc72b9a5bba62ad9c4324ce182045aa672b86
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-13-credcheck
Source: credcheck
Version: 4.7-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 104
Depends: postgresql-13, libc6 (>= 2.4)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-13-credcheck_4.7-1.pgdg26.04+1_amd64.deb
Size: 28940
SHA512: 74556d347120bb0f855b3541e1d632200ba58b1a064c5ec17973ed6b6039dab0abde124f8af1ba1a996a3ebe6c79e64e27cbe89c73bf724eaefe7a83ab5f442a
SHA256: b41dd85d75664854651f4d2e1abd84e8b9fc180698a989336186e6db3bd0f1d9
SHA1: c3ef7d047b0d3e40c08b07bcef00fc7748734883
MD5sum: 98cf56a288acf9c558322ff328ed6a8a
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-13-credcheck-dbgsym
Package-Type: ddeb
Source: credcheck
Version: 4.7-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-13-credcheck (= 4.7-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-13-credcheck-dbgsym_4.7-1.pgdg26.04+1_amd64.deb
Size: 75848
SHA512: bf61c7c332ba9add5bf1d4fc8fc45d7cdc6ef48ab7449fc621d4f371c1c4bd3c4723d43dc36c3308551e8c2b719dd38b50bc29fbb63902895c52dfbf829f36aa
SHA256: b7268f25cef872d4e560508dd29301d7b0c264b0df35a6fc9953c1c3a9e60b09
SHA1: d0e44b0d41dbf039a0bb38bf1d81087768ef0a08
MD5sum: e1d36d1574cf9adcfd1ffa73d1371194
Description: debug symbols for postgresql-13-credcheck
Build-Ids: d9966136e488d577cd61c185ce7034986aaabe6f
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-13-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-13, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-13-pg-failover-slots_1.2.1-1.pgdg26.04+1_amd64.deb
Size: 16872
SHA512: 46ab030a64d59818551dab66474e2010edef6e1a3603f0101f76fdf5e74a5ab174977d19f77a7354c2ca27e3a36aa43eb7e55820c06420bfae7dcf29f967966d
SHA256: da8bd72372853d6f313e6eddcfdca42e2accd8a17451b18d5d97587a364c3240
SHA1: ee1a0876164cc3a37ffc95c0f2d525a88e564e2e
MD5sum: c9544a2d6bff571429fb49e0a28052f5
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-13-pg-failover-slots-dbgsym
Package-Type: ddeb
Source: pg-failover-slots
Version: 1.2.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13-pg-failover-slots (= 1.2.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-13-pg-failover-slots-dbgsym_1.2.1-1.pgdg26.04+1_amd64.deb
Size: 41872
SHA512: 259d5347bb9fff3d24cd54be57988c39e6aec47fb194accb34a1ca239c1faae3f68c5318afcbff8044a6e65c7daa261ac09ab083da58dae9a2b29ce7041e4d57
SHA256: 4404d85d6b4d14af65cd1064ce4a50924eab668a1eb8e0e6fa773193d6a69dab
SHA1: 1d031e5bb15e7e00957899e26a419203cdb7f583
MD5sum: 73aaeab91e8223ef5fbedb01992d9ed7
Description: debug symbols for postgresql-13-pg-failover-slots
Build-Ids: 95023c0aeaa1b130b84cd97ef16a987aa1cd7ebd
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-13-pg-gvm
Source: pg-gvm
Version: 22.6.15-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm_22.6.15-1.pgdg26.04+1_amd64.deb
Size: 20208
SHA512: cbddb597c3afdb1c7e339d0b0160d972348c11a6f1cfa7551d2c5b39cbb51c1dd0ce19a7b9e3c87b99fc6b20bbac803f26ef81b0f35521b9dee662fd7dfb86f1
SHA256: 3affcbbb3578dadef0cda9b378440109c164dbdb318e664212f8969272f7f23f
SHA1: 9dfd5154f995b61eb6f97da38e20146c2f5307f0
MD5sum: efc610b641d1a71dd6c41e9059336c62
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-13-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.15-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-13-pg-gvm (= 22.6.15-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm-dbgsym_22.6.15-1.pgdg26.04+1_amd64.deb
Size: 27728
SHA512: 2ed57215f9764204b8015dbe6723ecf08e6f5e535542318fb1a81a1be4a30fd724eb985cee28481e6f889bafd9f228a83767ad7b6f54b99d31dfb1012b5ffd62
SHA256: 98e3a30029a05c258adf2f7bcfd61691c96ba59db708ffabffe28b6c75c69332
SHA1: 63428ce0b3b90b0263eeb3248e173beddb4e38bc
MD5sum: 2c5d99555520c817f80a12bd1b4ebf0d
Description: debug symbols for postgresql-13-pg-gvm
Build-Ids: 676e999bad1f020b1cbc38138cc50769f7dde658
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-13-timestamp9
Source: timestamp9
Version: 1.4.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-13, libc6 (>= 2.7)
Homepage: https://github.com/optiver/timestamp9
Priority: optional
Section: database
Filename: pool/main/t/timestamp9/postgresql-13-timestamp9_1.4.0-2.pgdg26.04+1_amd64.deb
Size: 10344
SHA512: 044973b001a5074ffc9937847043a8af4ef2026dc4bc1446543a041e04bce1e6d605f1b8578670c68ad2397454376de855e728df98c1dc14bb479c5c2e22880a
SHA256: 53459765d2ea5e2f73a52295432b010e8917c05f8c720e8a757b5e59b22dcaa1
SHA1: 582e6788a6fd4d60c3a06b9f20a1576dfa1a4cc6
MD5sum: 81e154d46636cc396600c039e11d4e0d
Description: Nanosecond precision timestamp type for PostgreSQL
 PostgreSQL's built-in timestamp types support microsecond precision.
 timestamp9 is an efficient nanosecond precision timestamp type for PostgreSQL.
 Internally, timestamp9 is stored in a 64-bit number as the number of
 nanoseconds since the UNIX epoch. Timestamp input can be given either as the
 number of nanoseconds since Jan 1st 1970, or it can be cast from text format.
 Both regular PostgreSQL timestamptz text format, as well as a custom
 nanosecond text format are supported as inputs.
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-13-timestamp9-dbgsym
Package-Type: ddeb
Source: timestamp9
Version: 1.4.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-13-timestamp9 (= 1.4.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timestamp9/postgresql-13-timestamp9-dbgsym_1.4.0-2.pgdg26.04+1_amd64.deb
Size: 20556
SHA512: 713ac36a9179bb124174f50fbe04b7d5bbf7f087ef2efe834e3f4321d78478aaa02760c11e3a5c5e1fad9b8425b8d3690a266f5f89861a505a3aeef5761eda91
SHA256: a2965ebf046ca772ffb1b55b3a1b1a41d9e60ec97381df0eeb9d71ec6a631fb6
SHA1: ce90058aaa0027300d30ee8cb497745e9c463a4b
MD5sum: fb7a7ed36828d57eb5c5d6cbd1339e4a
Description: debug symbols for postgresql-13-timestamp9
Build-Ids: 72dc02958feb4330c66009ea111ff3be50506d0d
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-14-credcheck
Source: credcheck
Version: 4.7-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-14, libc6 (>= 2.4)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-14-credcheck_4.7-1.pgdg26.04+1_amd64.deb
Size: 69652
SHA512: 56953e7167abe17c02b63e1897161d55091cd27c56881000fc19ac1e5497a6b12e5afc7fb39677881354ad196661c66e88140390d96860e0b7c5656fa8395e06
SHA256: 5dddb16ee257b5aee32a8e289037de8b171098b5822db78abff717265a71dd5e
SHA1: 98370155c1828a2a29d0226c49dc8f803da6a384
MD5sum: f2309ea7727e862e4b2967ff7b0aeb74
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-14-credcheck-dbgsym
Package-Type: ddeb
Source: credcheck
Version: 4.7-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-14-credcheck (= 4.7-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-14-credcheck-dbgsym_4.7-1.pgdg26.04+1_amd64.deb
Size: 77496
SHA512: 5fb4a0fa3133ffabfc935be4d4c6cec5b9cafac95b5159a418b37573ba0d19b55227c77c6b9842b378c7f16648720e69a2d9d8cdffd696272b296689769ca617
SHA256: 3cce13708e47261bf0dc9c1a63e1a09d2311cd2a150c354e5c10bef43fd6665d
SHA1: 91fe1255e4d12d2460e2bd36039f6a1fe5b108ac
MD5sum: 242e2b502afa88a64efd9faacb9ed6d0
Description: debug symbols for postgresql-14-credcheck
Build-Ids: 74b21347d540cc858033cee564d973af3760854e
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-14-pg-background
Source: pg-background
Version: 1.9.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-14, libc6 (>= 2.38)
Homepage: https://github.com/vibhorkum/pg_background
Priority: optional
Section: database
Filename: pool/main/p/pg-background/postgresql-14-pg-background_1.9.2-1.pgdg26.04+1_amd64.deb
Size: 85244
SHA512: 16d901f6be410e04e89269d7399ebfb69a0ecf5896ac044004cbeb1304d418af2d625fb26a5eaec395e04a8d1823284169741e8376110ba88eff4821fc070d79
SHA256: 56c4257492eca8a0a03f83aad010f489102564d08e932c01ce722265ec852d30
SHA1: 2c435028af2bbe6076fde9beccf1da5717b884fd
MD5sum: 81f4104a74223c9950a28159202bce0d
Description: Background SQL extension for PostgreSQL
 pg_background is a PostgreSQL extension to execute arbitrary SQL commands in
 background worker processes within PostgreSQL. It allows workloads requiring
 asynchronous execution, autonomous transactions, and long-running operations
 without blocking client sessions.
 .
 Unlike dblink (which creates a separate connection) or client-side async
 patterns, pg_background workers run inside the database server with full
 access to local resources while operating in independent transactions.
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-14-pg-background-dbgsym
Package-Type: ddeb
Source: pg-background
Version: 1.9.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-14-pg-background (= 1.9.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-background/postgresql-14-pg-background-dbgsym_1.9.2-1.pgdg26.04+1_amd64.deb
Size: 75036
SHA512: 5ae6d520ea08ea6322c09a9baadcae2c9a2a4f8de72a85fbc0b0cd145d1df6a2f07cfa7d46f2824cf908501eec517e983ec5e926e5f609c891b6f94271e4f72d
SHA256: fbc19b47030a4fcc49532d01df58feb53ddafeaa0e1aac1acba6526d198444d1
SHA1: 9be118f0f366067eebb65186d271460fa6d66624
MD5sum: 028ffa08e5a2ff8df8e8e6c5be67873d
Description: debug symbols for postgresql-14-pg-background
Build-Ids: c7319bab6935353b6bbc914347f7207bbdf4dd2b
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-14-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-14, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-14-pg-failover-slots_1.2.1-1.pgdg26.04+1_amd64.deb
Size: 40000
SHA512: 267214fe0a8037be182cc7f76030a60640c72b26708b95dfd10070c6fd3ab1c1919731721c25531bd703efb1c2f2d38a4b3ac1a8aa41b91bd14abd3ce32691b9
SHA256: dd151bd298fc6188cf9efcb8f580a58b8d96d6487afb46392bcb9909e081e020
SHA1: 7ca2398347f3ff055baeb42b6e8033df2fba2656
MD5sum: 0200ac16ed56e5dd51ff49081c234a49
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-14-pg-failover-slots-dbgsym
Package-Type: ddeb
Source: pg-failover-slots
Version: 1.2.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-14-pg-failover-slots (= 1.2.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-14-pg-failover-slots-dbgsym_1.2.1-1.pgdg26.04+1_amd64.deb
Size: 42072
SHA512: 6c1d7e12b125b286d21da3ec8346da1fbf37c533cbe7fe2a8b5847c8f118af962d8b01b6d3bdef13c26d461b9cccc74aecd8395597dca6925c6bd746e733161b
SHA256: 04dc2f6636c0c5cb2a9bf0afd0b41f9467bc43ea76291a11e0258a3b3883ae32
SHA1: 54b586ad305936648e70effc55ac977caa1a9887
MD5sum: 7df04708e0e6d4b0c15fd3db4f219788
Description: debug symbols for postgresql-14-pg-failover-slots
Build-Ids: 818e2c2ec0160e4a8e0f9816bed4b566e4d45326
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-14-pg-gvm
Source: pg-gvm
Version: 22.6.15-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm_22.6.15-1.pgdg26.04+1_amd64.deb
Size: 20212
SHA512: 0c13bf6d5bcc85f3f87e3e7f19cc587a47c533191e610d9d8ec4f45741b15c763aa40168a776444680f3ffd8548a8fa766d0ac30fb20ac0ca589963478f62322
SHA256: 058c86fe0424357a9c96c1849c04bada30a05351fee36187213f2430fee42fea
SHA1: 92edbe7f4b397c8f2fda396dfd7715447a7aee71
MD5sum: 63035017a2e1a5f0d0805f6d598e0edf
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-14-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.15-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-14-pg-gvm (= 22.6.15-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm-dbgsym_22.6.15-1.pgdg26.04+1_amd64.deb
Size: 27880
SHA512: 157b6cc0bf49c9f571dadcb2cc0d21ef80754b5642130a0e8d817244ee3cd51386d9f2e6d2a4da89353cf5cc0e0f702e0111f26b4adbb481e842eb9b18616657
SHA256: cee1d08542ce45acb02928c0c9131f4f812f4b7858f8d523026b841ae285cfd0
SHA1: 7101ea03c4feaf7e70daed4d0b14d182be09ba72
MD5sum: 6b480817544dd0eb8399f3ae925b6847
Description: debug symbols for postgresql-14-pg-gvm
Build-Ids: c17e7215b0802cc3faadddf593523273033a7a64
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-14-timestamp9
Source: timestamp9
Version: 1.4.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-14, libc6 (>= 2.7)
Homepage: https://github.com/optiver/timestamp9
Priority: optional
Section: database
Filename: pool/main/t/timestamp9/postgresql-14-timestamp9_1.4.0-2.pgdg26.04+1_amd64.deb
Size: 10336
SHA512: 15033aa1f249650f21a6d80a91911b727fee5c3278cf58dcf9004f860f9bf63df725274d3bd5a09bbbd7f7f1c00a47ffa070b33a3b900b6880410007a8c22140
SHA256: 14a0a7c6c5f2c74c10c46636f805f4d55f4617b2fd2046664a5e5477154c1bb4
SHA1: 67dcf64d86dab95659714ef6c8a0d678b5a8b5a6
MD5sum: 95bfec8a4e6056512367b22801f408a5
Description: Nanosecond precision timestamp type for PostgreSQL
 PostgreSQL's built-in timestamp types support microsecond precision.
 timestamp9 is an efficient nanosecond precision timestamp type for PostgreSQL.
 Internally, timestamp9 is stored in a 64-bit number as the number of
 nanoseconds since the UNIX epoch. Timestamp input can be given either as the
 number of nanoseconds since Jan 1st 1970, or it can be cast from text format.
 Both regular PostgreSQL timestamptz text format, as well as a custom
 nanosecond text format are supported as inputs.
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-14-timestamp9-dbgsym
Package-Type: ddeb
Source: timestamp9
Version: 1.4.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-14-timestamp9 (= 1.4.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timestamp9/postgresql-14-timestamp9-dbgsym_1.4.0-2.pgdg26.04+1_amd64.deb
Size: 20572
SHA512: 23d8dce34d0d3da96a8a314b35356d824fd799253c89c2816dbe2dba434ce5501e80917d4c8fa4ea3a39f0f22c30e1d0c32d3287edb6c30ff2d57f9a0377515b
SHA256: 7815721a5d97ea29f7c903797c54cf2363c91a99ee1ad8b85b714aaf91c86cc9
SHA1: a50a1587ba934c221a87fa60941a8c0fdc2f072f
MD5sum: d2b41f8e830adb5019bffec38b7b2fd2
Description: debug symbols for postgresql-14-timestamp9
Build-Ids: cea6235816f0ea2c6307487eeb658588a1fa454b
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-15-credcheck
Source: credcheck
Version: 4.7-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 179
Depends: postgresql-15, libc6 (>= 2.4)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-15-credcheck_4.7-1.pgdg26.04+1_amd64.deb
Size: 69904
SHA512: c35f72a4ffdff235e2f0df1e3d9157e2f1fa0a528bfc2d82d216350d4406fe4218cd0baf8b6b0babc64cca3cc7228eefe338181e0c0e8eb078fa9f90687d2c9e
SHA256: cdafe681c0150c27b88e579f8b9c9248021057be39dca0b2413f39de41db337e
SHA1: 27816eae68313a11dfad3809d27eaba12cbbe8df
MD5sum: 2671cab9ae346312fea98e9150a78c4d
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-15-credcheck-dbgsym
Package-Type: ddeb
Source: credcheck
Version: 4.7-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-15-credcheck (= 4.7-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-15-credcheck-dbgsym_4.7-1.pgdg26.04+1_amd64.deb
Size: 78564
SHA512: 781148e978e83a6423fbafba8e5c28a8f39ac654ca7f1e3c115a8cf80514b071f491bd16df10bda3c00b47b671db3f54817f2c04575f25af6ab5ba4b6c195686
SHA256: 97c7afbd23baef2f62251c09d5f96b2d0deffb9882a25f2fc0c114f5424185dd
SHA1: fe69fdeef5b86466cc9320a91520a85930b8fd47
MD5sum: 94a980cdb9389f1acbd7854708259cbb
Description: debug symbols for postgresql-15-credcheck
Build-Ids: 7ad84b963263c2d0b556d8b394a2cbd1cafe32c3
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-15-pg-background
Source: pg-background
Version: 1.9.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/vibhorkum/pg_background
Priority: optional
Section: database
Filename: pool/main/p/pg-background/postgresql-15-pg-background_1.9.2-1.pgdg26.04+1_amd64.deb
Size: 59672
SHA512: 285c8593582076aef15e01dfa5505bdc217da950bbc003de6f6a800dcf652deaed1bed5497c5c82d41ec1cc3aa28edcc4606a57f4ec3966b3b8d11429c2e15dd
SHA256: af485eaa9aab10a1abfface101307c3e5339f62713d1730c1475d5556d7dd8fb
SHA1: 4f05a1fb41782695bcd584cff138b8640ba17144
MD5sum: fac1c12cb649590a31274014618630a7
Description: Background SQL extension for PostgreSQL
 pg_background is a PostgreSQL extension to execute arbitrary SQL commands in
 background worker processes within PostgreSQL. It allows workloads requiring
 asynchronous execution, autonomous transactions, and long-running operations
 without blocking client sessions.
 .
 Unlike dblink (which creates a separate connection) or client-side async
 patterns, pg_background workers run inside the database server with full
 access to local resources while operating in independent transactions.
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-15-pg-background-dbgsym
Package-Type: ddeb
Source: pg-background
Version: 1.9.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-15-pg-background (= 1.9.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-background/postgresql-15-pg-background-dbgsym_1.9.2-1.pgdg26.04+1_amd64.deb
Size: 75536
SHA512: 51e69e1ca3a37ca7cabc6bedc3159d6ef0d623e1a7def48c217667ef7145f5493ece05ebabacac5e90208faaf5333080b027053ebb95dfcd3379d3a1993dfdd3
SHA256: 3e7825d457c4c05b6048773642956c743766bdf4d6bd19f6a4fa2f0500280bb3
SHA1: 9cf44ffaa100a5758f37c2993e288babc2b1b4d2
MD5sum: cd089d590a5e30f4dadcc251c159f893
Description: debug symbols for postgresql-15-pg-background
Build-Ids: 261d669f8ab6babe0c510d8781bb9ffba0986cbf
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-15-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-15, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-15-pg-failover-slots_1.2.1-1.pgdg26.04+1_amd64.deb
Size: 40080
SHA512: 94b5f6c06116e6e06e65cd537c6c784f5fa1f605313ff12e9c09ba68454ec2a87b1a9c38cf0adcda7df89115abb3c4756ad100fdad36a2fc7f88cf45e72a9d90
SHA256: 45380d69f192c094314102e9738994b72900cbf22533d6c17077dde16ca71a34
SHA1: 0f87bd03edab7976a074a8941c9df874b7e3a251
MD5sum: 7cc4965c936b6fb674b6354ad9806476
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-15-pg-failover-slots-dbgsym
Package-Type: ddeb
Source: pg-failover-slots
Version: 1.2.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-15-pg-failover-slots (= 1.2.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-15-pg-failover-slots-dbgsym_1.2.1-1.pgdg26.04+1_amd64.deb
Size: 42384
SHA512: 5b06e9d62ab93aad00a6994b9ec0da7d0d34f0166e3f0c032ad8f571569b371ae4fc78d94bf076079a80f2744f31fb65e6ee0bf23668f407acfaa6436e580dec
SHA256: eb87824fc3676991799bae8d1ca45b09e60ebd06f8836c8af70989bf8dde1211
SHA1: d122a3cf408c72ec31d82e2d1bfa464ac855d997
MD5sum: 2e482211696abf403f25ef59710cc516
Description: debug symbols for postgresql-15-pg-failover-slots
Build-Ids: b5a88a26984b2417d235545e06d17d404c39e585
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-15-pg-gvm
Source: pg-gvm
Version: 22.6.15-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-15, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm_22.6.15-1.pgdg26.04+1_amd64.deb
Size: 20216
SHA512: 723a1a8091d5d546d3e1ad5912fd412ad380995ee7df83c764f12fbc3e275c027b51e59eedb07f494e7c10312581a42ab3c69b3018036fa1d61cb97a48db518c
SHA256: 051348d4487d8e5caaeb9c9250205aaa88ddef1b28572e380777e1342f5524f3
SHA1: b11472025a9b19e2666307a369c04beb00feac6d
MD5sum: f36419bf5db1738537c3466a59cae55c
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-15-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.15-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-15-pg-gvm (= 22.6.15-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm-dbgsym_22.6.15-1.pgdg26.04+1_amd64.deb
Size: 27896
SHA512: 36cdc935bc47a9ab8a2eb4851ae537c8855ccb916f259a5fee16c686712ad5c5f34915f43b878db631932cab1bcefbf8aa82a3e57bb3ca668ef30d49ef664dd0
SHA256: e32dec8441c244133ed37f04a01275e74f0668757216f2bf6fbd3f9f1212cb5c
SHA1: 0679dd6f0dac97a290a73889f5669efb9410ccdd
MD5sum: fb420e0190c717de531d6b588733ce8e
Description: debug symbols for postgresql-15-pg-gvm
Build-Ids: b3a03d626c3e5c37bef35f07808625dbf75f1719
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-15-timestamp9
Source: timestamp9
Version: 1.4.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-15, libc6 (>= 2.7)
Homepage: https://github.com/optiver/timestamp9
Priority: optional
Section: database
Filename: pool/main/t/timestamp9/postgresql-15-timestamp9_1.4.0-2.pgdg26.04+1_amd64.deb
Size: 10356
SHA512: 88e43a3dc859f264008786848693091fd185803f17e0df979b4de03429946202baf2e2d4ec99096f1a61b67211a34bd50ba231bc3335638b00e8b7f970cd91db
SHA256: e030fdec13b67399f8c7fbed3cbd766198df4444f5e3de707937ace0cb13a4f1
SHA1: c62cc58aa6bc3853bf029163a746a4437d902aa3
MD5sum: aab4c445ceb59f38f3c73cb57771beb0
Description: Nanosecond precision timestamp type for PostgreSQL
 PostgreSQL's built-in timestamp types support microsecond precision.
 timestamp9 is an efficient nanosecond precision timestamp type for PostgreSQL.
 Internally, timestamp9 is stored in a 64-bit number as the number of
 nanoseconds since the UNIX epoch. Timestamp input can be given either as the
 number of nanoseconds since Jan 1st 1970, or it can be cast from text format.
 Both regular PostgreSQL timestamptz text format, as well as a custom
 nanosecond text format are supported as inputs.
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-15-timestamp9-dbgsym
Package-Type: ddeb
Source: timestamp9
Version: 1.4.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 44
Depends: postgresql-15-timestamp9 (= 1.4.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timestamp9/postgresql-15-timestamp9-dbgsym_1.4.0-2.pgdg26.04+1_amd64.deb
Size: 20684
SHA512: f6f255c2431dd2c3fddfb190cb7aa693aa5450f9d74f1ddda69232b5d9ec854f1f2eedb58843430e72d243ccb440794b8c6e935b19617cf8ea7449e6343998a6
SHA256: 4b9ec919f25e4518bed2f26bbb6ff5b328aa5a2f056accdaf95d6cc0ceaf9758
SHA1: 4719905af4dcfeee66dbe0a43fee3524d51099df
MD5sum: 2f20c46eb6e1b51d9846637d0719c44f
Description: debug symbols for postgresql-15-timestamp9
Build-Ids: 715364d42b9f4cb040498cf193d893c97b771fbe
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-16-credcheck
Source: credcheck
Version: 4.7-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-16, libc6 (>= 2.4)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-16-credcheck_4.7-1.pgdg26.04+1_amd64.deb
Size: 69908
SHA512: 58d7eb3c018a4330b45272889ef31b88a2d679f9c99ee39638bdcb75946e619a97fb1f06ce08e53fc09de25c1bf2681d4cb4a010f2a2c1f40340bccd45f265f2
SHA256: ab35b4adffbf82f7c00bde0b9b585f67fe5f48f4de468dfb5d08770455c28870
SHA1: 2ed5a0e968942075a0464f2b043835e2418718f8
MD5sum: f2c1152a08fd03281b12d688897d0f34
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-16-credcheck-dbgsym
Package-Type: ddeb
Source: credcheck
Version: 4.7-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 119
Depends: postgresql-16-credcheck (= 4.7-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-16-credcheck-dbgsym_4.7-1.pgdg26.04+1_amd64.deb
Size: 80608
SHA512: 1dc7fccf3bef7d20b25908e5a17ad3577c2018b81cf3d8ac113d1ac1fe94c0084e2ddc0fcc64f28bfe6d1c7a7336171ef2171028e679d7dbb3e8d94221c665d2
SHA256: 59ab67a953380a2c1e21b9ba99c8f5762d69c903ad9d870aa203b0bfac246d10
SHA1: f85b7c0a0be7c50c50083b2f2f4afcf5c77b404b
MD5sum: 3458d0af6e5574564da9296e98f2f37d
Description: debug symbols for postgresql-16-credcheck
Build-Ids: 58b84f5cdc4120aeb0d42bb08b4793328c18f5e7
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-16-pg-background
Source: pg-background
Version: 1.9.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/vibhorkum/pg_background
Priority: optional
Section: database
Filename: pool/main/p/pg-background/postgresql-16-pg-background_1.9.2-1.pgdg26.04+1_amd64.deb
Size: 59600
SHA512: 551e6f1e9408122990d2388ca388233fb1a26240c06598bd9ce8cf1fe3819b1af9494242de228e91ab2d1cb11dfe7706c83b23b4915efe6dede7ebd5e2afaca2
SHA256: 9f92106bd746296c67e7f10cb926c824a37b5d1d196cd346981124047b693db2
SHA1: bd869bb5cc93f7cf48b050203a705ad708cb0a5f
MD5sum: 01239205a825d73394b61739327286d1
Description: Background SQL extension for PostgreSQL
 pg_background is a PostgreSQL extension to execute arbitrary SQL commands in
 background worker processes within PostgreSQL. It allows workloads requiring
 asynchronous execution, autonomous transactions, and long-running operations
 without blocking client sessions.
 .
 Unlike dblink (which creates a separate connection) or client-side async
 patterns, pg_background workers run inside the database server with full
 access to local resources while operating in independent transactions.
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-16-pg-background-dbgsym
Package-Type: ddeb
Source: pg-background
Version: 1.9.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-16-pg-background (= 1.9.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-background/postgresql-16-pg-background-dbgsym_1.9.2-1.pgdg26.04+1_amd64.deb
Size: 78856
SHA512: adec21d1e4fc7e5f74c0147592320f3b6ccf284d9820a166f19be39827f927dc159168425181416b85d0620720eeef544e533787b1fcf5fc5e962075d3697aaa
SHA256: 6b52e4167790ded98bede156aefb62843e21fc4e71e2f71f31485768354642d0
SHA1: e41b4bd60714cbbb5797197d61ef98560f0560c9
MD5sum: ffa55d9454683895de6507827f7b68e9
Description: debug symbols for postgresql-16-pg-background
Build-Ids: 38e155fe69aa8afb69b65053ca7f55086ad24ace
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-16-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-16, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-16-pg-failover-slots_1.2.1-1.pgdg26.04+1_amd64.deb
Size: 39896
SHA512: 5d70f68640a9d04976f4c62f6313502814161c8608cf4b163bc6c9474d8be8436e5b9265494d9336489d10407e0dcf79f101e80053746dfd0257b84ab04a40d0
SHA256: 4389a72baafee8f423eecaa3b98f41de41b1f08c220a141f8d18bf7c949180b7
SHA1: 96157295a1d4b1e3d019922e1200c8e9622d8bc0
MD5sum: bcf3fb21d249013f7748aae1c0297fe4
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-16-pg-failover-slots-dbgsym
Package-Type: ddeb
Source: pg-failover-slots
Version: 1.2.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-16-pg-failover-slots (= 1.2.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-16-pg-failover-slots-dbgsym_1.2.1-1.pgdg26.04+1_amd64.deb
Size: 43480
SHA512: ac81957dfe580ff7c4327f1747c19d06037cd1ae7de335f718d99ee721ef661acd3e7b0e574445b513d2c2595e91709a04a64656b343813282879b554d4b554c
SHA256: 0367a348aa293285cb235a8ce73af0773d05a3a5ca1745185ce1c0e25ca20982
SHA1: 24608eaed88c55b6aed130df50d69f3a5478a7f4
MD5sum: f5ab95aa27bd27cc3457f344e62a0ce5
Description: debug symbols for postgresql-16-pg-failover-slots
Build-Ids: 456e40d7dc526f9af17a5d66ae2f96a5bfb4149d
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-16-pg-gvm
Source: pg-gvm
Version: 22.6.15-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-16, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm_22.6.15-1.pgdg26.04+1_amd64.deb
Size: 20216
SHA512: 76f3cecd63b7b6e9c3b4e2d68ea711f91253ae54275a6d03f7a9000078e9edb7c9182d50f63c7cd78b1352294c1855cc49e2aecc16480183747186adac2269f3
SHA256: 6e1c5a473be6ac3a4ad7225a89de6bb2d97edf8116c51139da37c54b2bbb9e39
SHA1: 5b89e570efe9b7f54aaaca1e6e46c9addc55771f
MD5sum: 2bb23fc4b1f5306f9524b82000088168
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-16-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.15-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-16-pg-gvm (= 22.6.15-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm-dbgsym_22.6.15-1.pgdg26.04+1_amd64.deb
Size: 28880
SHA512: e15259aa279d7d0329a801be0e6cc0724cd615e9d9fc03a6c174c6cbae1afef33b1ed11ae2a86192f363d4e80304da2844cd6d1ab458c04cee1f9a360a404801
SHA256: 0c38246969e8bc5d86482dbcee0cd37487d37f86cff6beeb28049d803d4c2020
SHA1: afe42b55b7c127318e18efa9a21fa5174311b918
MD5sum: f52de8ce2a6940a48295d92dfd3dfa9a
Description: debug symbols for postgresql-16-pg-gvm
Build-Ids: 284aab89b943bfc23dd6ef18bf699f30213df56e
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-16-timestamp9
Source: timestamp9
Version: 1.4.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/optiver/timestamp9
Priority: optional
Section: database
Filename: pool/main/t/timestamp9/postgresql-16-timestamp9_1.4.0-2.pgdg26.04+1_amd64.deb
Size: 10212
SHA512: a6d22af1fa318d259f17ea871f010f4125c93086e3a691e5ff6d96501fc576574f3d70beb282ff502b5b2e11a8d3e72580bec3e54d4d81d4a62323ad9a6943bc
SHA256: fff31f81c98840813b745f819c493868c8009c6ac54a24f341b1f47c79441c1f
SHA1: e1ac78a8892410caa91ba6ea8de7621fbd80c6fa
MD5sum: dcbcd3f748fb22044c7e07d0a24c710f
Description: Nanosecond precision timestamp type for PostgreSQL
 PostgreSQL's built-in timestamp types support microsecond precision.
 timestamp9 is an efficient nanosecond precision timestamp type for PostgreSQL.
 Internally, timestamp9 is stored in a 64-bit number as the number of
 nanoseconds since the UNIX epoch. Timestamp input can be given either as the
 number of nanoseconds since Jan 1st 1970, or it can be cast from text format.
 Both regular PostgreSQL timestamptz text format, as well as a custom
 nanosecond text format are supported as inputs.
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-16-timestamp9-dbgsym
Package-Type: ddeb
Source: timestamp9
Version: 1.4.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-16-timestamp9 (= 1.4.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timestamp9/postgresql-16-timestamp9-dbgsym_1.4.0-2.pgdg26.04+1_amd64.deb
Size: 22212
SHA512: f01ab72a0fc9f9474a9106917a4263a37cfaa4fc88548b3c20e854624d5f8e9d54faeee7294c8a529fcd4a2df8ac3e470bbdf0639c1436a98561e5792dad7b40
SHA256: 91dcbf4f50d65bc8045accce979c172c1ad33e306bfcf4f8a3f935012aee68a2
SHA1: b8985cfaf101328a99e1ae4d4ff038bd7cf51945
MD5sum: 230bfebb59c4175dae753d50313bf654
Description: debug symbols for postgresql-16-timestamp9
Build-Ids: 2e728e4e616aa49560975bbdbe0d20961fd46066
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-17-credcheck
Source: credcheck
Version: 4.7-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-17, libc6 (>= 2.4)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-17-credcheck_4.7-1.pgdg26.04+1_amd64.deb
Size: 69908
SHA512: 11ff587f2518606f39f0c4ffd4ece9995dbf1838b3d054d3bd4cdbf46b350824abc1583df79f771824947ab8833015767998bcb124fbb1f8f8731bb2058e0f12
SHA256: 2736e46de22348c2010d97a444ec101a424240ea1adc012ea83df3c902a2e99c
SHA1: f3d7bdf152b20fd0d4e8caacacaf1ddc25a975eb
MD5sum: 80f5970c22264d4adedb34f1e145d1e1
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-17-credcheck-dbgsym
Package-Type: ddeb
Source: credcheck
Version: 4.7-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-17-credcheck (= 4.7-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-17-credcheck-dbgsym_4.7-1.pgdg26.04+1_amd64.deb
Size: 83152
SHA512: a602e3b2273207cc88cfeb0f8abdd6cf106d7d566c9bc716bc37ef0e6159da7235eff1e8f6bd29e51dc0bf154b98f1ca574597b5a4ceb176543de4c9eb13185a
SHA256: 64bf10b0633f6c3a35a3ffb2ab2d4ca73183cddd2f3cb736e0ec3a4140217524
SHA1: 77ff5631ded5ef822e4c04b6c75a07f553ce37f4
MD5sum: 52df0a454cc628194e98a512c22273f3
Description: debug symbols for postgresql-17-credcheck
Build-Ids: caef0df2e5af8af37a78b6b3d5abbd3dfc378322
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-17-pg-background
Source: pg-background
Version: 1.9.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/vibhorkum/pg_background
Priority: optional
Section: database
Filename: pool/main/p/pg-background/postgresql-17-pg-background_1.9.2-1.pgdg26.04+1_amd64.deb
Size: 59744
SHA512: 02be7b48c17dc379d7758bea6369b82023a8b0e0e700854641e8a1ccba96da1ad1624d8700a4ff3f79e279d712c3f62e903823299f323e5da351c148de7ecc35
SHA256: 3cacde1ffbeef77c56ea72a9ea1ac17afb12690876d10a2b7e53be173a3ca8af
SHA1: 5181529c95198691ba7fa49d9a49a3b0db7be386
MD5sum: 29bee07988a98363c7abc75b7ecca338
Description: Background SQL extension for PostgreSQL
 pg_background is a PostgreSQL extension to execute arbitrary SQL commands in
 background worker processes within PostgreSQL. It allows workloads requiring
 asynchronous execution, autonomous transactions, and long-running operations
 without blocking client sessions.
 .
 Unlike dblink (which creates a separate connection) or client-side async
 patterns, pg_background workers run inside the database server with full
 access to local resources while operating in independent transactions.
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-17-pg-background-dbgsym
Package-Type: ddeb
Source: pg-background
Version: 1.9.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 113
Depends: postgresql-17-pg-background (= 1.9.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-background/postgresql-17-pg-background-dbgsym_1.9.2-1.pgdg26.04+1_amd64.deb
Size: 79608
SHA512: 7e85d2bf68533e446604ce9605b056b2f25389ff27ec9a57afc815561e4354ad2493a46f41e1a36688e9ca26bd18447d9b270b323857e235536868a6ec713da3
SHA256: 0b31a7634137f13666807be9b16d5e08c4e45c6d98213af35229641c9176da15
SHA1: 20742738cf341305f75d6539ee0313714f5b031d
MD5sum: fce013c84ace065bd14f9e1ae66fad7f
Description: debug symbols for postgresql-17-pg-background
Build-Ids: 5b4e0c9c9908e2ce4c764990b7e24d9cea161db2
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-17-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-17, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-17-pg-failover-slots_1.2.1-1.pgdg26.04+1_amd64.deb
Size: 40084
SHA512: 1e4fdaf794a6968de9953ec278a1255d3678c6ff631d0ef71bdb92c4466536528caba12ee2683167273646034b67d5a559a3738593dbac275da8804ebcfa04e3
SHA256: aec7d1e672a581a9c02bb5992f39e3c5a4f88f8770bdc91bce4f5e90efad1d1e
SHA1: 09189aa73f49adb0ffcde7e6ea1d0bda43573174
MD5sum: d3ba0ba64533c62144603c999d4377a4
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-17-pg-failover-slots-dbgsym
Package-Type: ddeb
Source: pg-failover-slots
Version: 1.2.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-17-pg-failover-slots (= 1.2.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-17-pg-failover-slots-dbgsym_1.2.1-1.pgdg26.04+1_amd64.deb
Size: 53232
SHA512: d1605b4228a8fe03791bb1b8c94a64500eccc79c9c50061b8b557d2b67551d3fbfdaefe30c46b9fea2bbdd17278ce2d16e7e2095a4067a8dee0f6a579477ebfc
SHA256: 52d2effa8a0126cd2369e9cc7179f0dd799e8cc1dfaf3283a245b2cf8e3e0725
SHA1: e3e2555a91c2c16b0681ff86dff4e5811debd6a7
MD5sum: 72fb892a4c3882fbee2827c1d6c9a39f
Description: debug symbols for postgresql-17-pg-failover-slots
Build-Ids: f727ad43809192d57f4db037411a3a9e8dcf2867
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-17-pg-gvm
Source: pg-gvm
Version: 22.6.15-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-17, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm_22.6.15-1.pgdg26.04+1_amd64.deb
Size: 20216
SHA512: e2494cc218858bfcc3d6c890566187ae7f9c4871069deed335e057ada99c86d37daca45c5cf3040315e02c4d885a6f42ff2cae724193fc191419ce4a1d4b090d
SHA256: d8806eb458937a02518f10dfb1b28000ef5b08bd02cbeeaa18c360718931b3ff
SHA1: 50303557beff681e1d540e5a050e7c7e594636fd
MD5sum: 8f3972e55f97ccb22eba2ef9e9e2b925
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-17-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.15-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-17-pg-gvm (= 22.6.15-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm-dbgsym_22.6.15-1.pgdg26.04+1_amd64.deb
Size: 29092
SHA512: 6c839751f055f546a55bcf399a88cf62ba63bd6453bc603675e9b45233affac02c2094f716bf2dadc14b94ed5582adc1334e12d5c19bdd1ee942ec19e45b34da
SHA256: e7bd11a567a137d8df8751061a44657ef224c2a0a311f75497e44f3408b40bda
SHA1: ef38a9c86b6e1c2d18d7655eb22c3b42884a2fdc
MD5sum: a1d3fe4063c4ecced393722337e7ca15
Description: debug symbols for postgresql-17-pg-gvm
Build-Ids: 38babfa18ef33afd36c4e175169b3fd108308e77
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-17-timestamp9
Source: timestamp9
Version: 1.4.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/optiver/timestamp9
Priority: optional
Section: database
Filename: pool/main/t/timestamp9/postgresql-17-timestamp9_1.4.0-2.pgdg26.04+1_amd64.deb
Size: 10212
SHA512: 9b340dc9fd17af2cb84e1a95d3a5618935b7a24dbdb7ede1cc0861d658cee629e0f444ef5a4005233bf94b58542fb45da9e2f45c6e151d8ff720d7a9cb21eca4
SHA256: 4fcd64b3e1700b75bbb6767e9ea8ea101c41d055bc040355f74b4d533111ceb3
SHA1: 402583ded5ec981ef1b9c995279e2c6875cec50b
MD5sum: 510f9dd0fc2dd560e1de8732d3768437
Description: Nanosecond precision timestamp type for PostgreSQL
 PostgreSQL's built-in timestamp types support microsecond precision.
 timestamp9 is an efficient nanosecond precision timestamp type for PostgreSQL.
 Internally, timestamp9 is stored in a 64-bit number as the number of
 nanoseconds since the UNIX epoch. Timestamp input can be given either as the
 number of nanoseconds since Jan 1st 1970, or it can be cast from text format.
 Both regular PostgreSQL timestamptz text format, as well as a custom
 nanosecond text format are supported as inputs.
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-17-timestamp9-dbgsym
Package-Type: ddeb
Source: timestamp9
Version: 1.4.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-17-timestamp9 (= 1.4.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timestamp9/postgresql-17-timestamp9-dbgsym_1.4.0-2.pgdg26.04+1_amd64.deb
Size: 22476
SHA512: 2f54f21b680ff09f6042aeec1284cc82c14c7aada436a124a98605dfba0c9d48a8f75820cb4be82d167bdd92069cee67274febd84d5a81a894f182ca744d29da
SHA256: d3db17923f59edb94144654196a5ac3d0af134b5b86e6d7442cbd9399ea08820
SHA1: ce0fd4612f013cde2ee42f8232f5ed66b3572f13
MD5sum: b5947764b1c466642f18eed36dee2ea7
Description: debug symbols for postgresql-17-timestamp9
Build-Ids: 76bfc4412b20cd04766bb99638c769b8510e2c80
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-18-credcheck
Source: credcheck
Version: 4.7-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-18, libc6 (>= 2.4)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/MigOpsRepos/credcheck
Priority: optional
Section: database
Filename: pool/main/c/credcheck/postgresql-18-credcheck_4.7-1.pgdg26.04+1_amd64.deb
Size: 70036
SHA512: 224702d5709cc1bf360c1d09500bc6bfd4e4d6c5ce91bbaf56f2b4cbfe5bbf3439dc0131a87266ba32365e8bd5fbf8a0cdda431a5ca0f6a19022bbb38906b36b
SHA256: b925441d1a5b08f2e1e0b4e90042cfd68a3c4d7f23f0c02685d84dc37a2fb4bb
SHA1: 5f72cc6c19f8dc5939fbc12d89ad26e482ae73c4
MD5sum: 56311e4a72f60b799f6721558d16c29f
Description: PostgreSQL username/password checks
 The credcheck PostgreSQL extension provides few general credential checks,
 which will be evaluated during the user creation, during the password change
 and user renaming. By using this extension, we can define a set of rules:
 .
  * allow a specific set of credentials
  * reject a certain type of credentials
  * deny password that can be easily cracked
  * enforce use of an expiration date with a minimum of day for a password
  * define a password reuse policy
  * define the number of authentication failure allowed before a user is banned
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-18-credcheck-dbgsym
Package-Type: ddeb
Source: credcheck
Version: 4.7-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-18-credcheck (= 4.7-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/c/credcheck/postgresql-18-credcheck-dbgsym_4.7-1.pgdg26.04+1_amd64.deb
Size: 84476
SHA512: 8f55b8f53364814ad80d00d358121469da3e590b71a6752f14f9039f4d5e1e4a06c51a9befe5f2376f5aa969b94a3438f9cfe393bf14bd5c6d15046da5c0b86a
SHA256: 3bf24ab7a7f623589d96d1da00f4e622a76722a63b6a48c8572755d3ac037fb4
SHA1: 6a31fdac99875836dd15aef9b4abe5d1a2c3eb42
MD5sum: ca3ee7f83a2dea0f33aacaa1690189a4
Description: debug symbols for postgresql-18-credcheck
Build-Ids: c6ed889594f38603606faec8ec1b5e8894c26c03
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-18-pg-background
Source: pg-background
Version: 1.9.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 283
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/vibhorkum/pg_background
Priority: optional
Section: database
Filename: pool/main/p/pg-background/postgresql-18-pg-background_1.9.2-1.pgdg26.04+1_amd64.deb
Size: 59800
SHA512: 4e584b2615a71bf6aafddf7dfa4b3330e5ce54f6c4e72ebe6a3ba117a8d330483c8d37fd7414368fbb55f24fd41cac447f252866e5bc80901d9c7cda765e7a24
SHA256: 1cffeda4e630799818cb8080e6927f5bf694daf496b4f725cd5b45f7f3ae17ae
SHA1: ccaad6a16c8bbb6843fed9e4964718ba7e3e38f6
MD5sum: 137b30a6cf3ce4cae4bc229bc7ed1409
Description: Background SQL extension for PostgreSQL
 pg_background is a PostgreSQL extension to execute arbitrary SQL commands in
 background worker processes within PostgreSQL. It allows workloads requiring
 asynchronous execution, autonomous transactions, and long-running operations
 without blocking client sessions.
 .
 Unlike dblink (which creates a separate connection) or client-side async
 patterns, pg_background workers run inside the database server with full
 access to local resources while operating in independent transactions.
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-18-pg-background-dbgsym
Package-Type: ddeb
Source: pg-background
Version: 1.9.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-18-pg-background (= 1.9.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-background/postgresql-18-pg-background-dbgsym_1.9.2-1.pgdg26.04+1_amd64.deb
Size: 81248
SHA512: 946dc4355ab756174a436de349e5526b5cb0aab066a2412b122e4ee1499ca8362fcca371d7529cd18a97b7316408d29fc786e302cf39750b9804108db249c5fd
SHA256: fc053825b0becff178274bfdcdf9c45cc6f5a28f94b1ec4a48959fa77b2e2da9
SHA1: b28437c3a6020a0962d6c8dc36dcb73e852e2504
MD5sum: 4a59c41478dee3c60b8c81993d53f8e7
Description: debug symbols for postgresql-18-pg-background
Build-Ids: e5bbad509f7c572e89d807dd67ff6c0838f90f70
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-18-pg-failover-slots
Source: pg-failover-slots
Version: 1.2.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-18, libc6 (>= 2.38), libpq5 (>= 9.0~)
Homepage: https://github.com/EnterpriseDB/pg_failover_slots/
Priority: optional
Section: database
Filename: pool/main/p/pg-failover-slots/postgresql-18-pg-failover-slots_1.2.1-1.pgdg26.04+1_amd64.deb
Size: 40204
SHA512: f083f573da9cacdd8170cdc698e82b22c001daf9c78ea4df28f999692805f2865a739555901b07b9e250acc60447ff0b03d975a4480c36db340ca0332059057b
SHA256: bf7a70489fbe2175f350debe03f1906a5af3656eda296c86721c924bcce73829
SHA1: 663dce638b4b92da552f4b2a57876b99a279b3fb
MD5sum: 7965361fd9417775c85d16900fae03f1
Description: High-availability support for PostgreSQL logical replication
 This extension is for anyone with Logical Replication Slots on
 Postgres databases that are also part of a Physical Streaming
 Replication architecture.
 .
 Since logical replication slots are only maintained on the primary
 node, downstream subscribers don't receive any new changes from a
 newly promoted primary until the slot is created, which is unsafe
 because the information that includes which data a subscriber has
 confirmed receiving and which log data still needs to be retained for
 the subscriber will have been lost, resulting in an unknown gap in
 data changes. PG Failover Slots makes logical replication slots
 usable across a physical failover using the following features:
 .
  - Copies any missing replication slots from the primary to the
    standby
  - Removes any slots from the standby that aren't found on the primary
  - Periodically synchronizes the position of slots on the standby
    based on the primary
  - Ensures that selected standbys receive data before any of the
    logical slot walsenders can send data to consumers
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-18-pg-failover-slots-dbgsym
Package-Type: ddeb
Source: pg-failover-slots
Version: 1.2.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-18-pg-failover-slots (= 1.2.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-failover-slots/postgresql-18-pg-failover-slots-dbgsym_1.2.1-1.pgdg26.04+1_amd64.deb
Size: 54372
SHA512: 91dd7295d072bc7c71e2e07309e3662fa788271ac517cf7d8fef24ebf1c85a4e328b46c855cb3ef7152c4de0b39f37c0dae265be79e20ea70989809521428937
SHA256: 13da4005e94eb9b29b1171329292f50e37ef558b07af3e4fa8d2813a85a2be2f
SHA1: ba336f8a70c4e536db4dcb5d84897c400699613b
MD5sum: 4c7671485e036f27a4381cfcc3d444d6
Description: debug symbols for postgresql-18-pg-failover-slots
Build-Ids: 18420b510983535af29a79ce2a5dad2cb1365dc2
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-18-pg-gvm
Source: pg-gvm
Version: 22.6.15-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-18, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-18-pg-gvm_22.6.15-1.pgdg26.04+1_amd64.deb
Size: 20212
SHA512: 4804905dd75616c0e0996fff5a26c4befc1add86187835da3d88485a0b7a90768dceb2a65497f3199ead700d5851bddb4105d2a3e21c179fe32f9913786274ee
SHA256: 91d5616df4381ab781af4a9c1ca7df7abe353a4a0a025305b269641c3e7a2e26
SHA1: 44371f605a279b4c1e322b483504f5fb8bddbf9c
MD5sum: 2468fb7b27ec5627c4f244c95707603d
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-18-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.15-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-18-pg-gvm (= 22.6.15-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-18-pg-gvm-dbgsym_22.6.15-1.pgdg26.04+1_amd64.deb
Size: 29124
SHA512: a9d7b17e17faa1d62b50f094b09a0a8c257cf10a66c64c3439f8745a33d518c4ba77ebca0f6a902d30e7bb6ae677a736605901d70aeb8765b9da2c1892325e59
SHA256: f59c45c0d8cc2bdba6cd7679cfbefc33fc83a070ac6825368f2ccc8ea1606732
SHA1: 152921ca0677dc4ecefeb8a4392b1362f1376bac
MD5sum: 99a0fd771ca41129e421c9f2757635c6
Description: debug symbols for postgresql-18-pg-gvm
Build-Ids: 9009c01da8e9df319d37e6609673079c0e30bb61
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-18-timestamp9
Source: timestamp9
Version: 1.4.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/optiver/timestamp9
Priority: optional
Section: database
Filename: pool/main/t/timestamp9/postgresql-18-timestamp9_1.4.0-2.pgdg26.04+1_amd64.deb
Size: 10208
SHA512: 7a226ed21fd874644de7669760e8a9688152ac93868ae3efe76879ff3ce6bc22852e185e4c72b6c7d7d520821c2a6fda38f5fb3d4dd549f9f93bea770f025811
SHA256: 9f4b24c309bf4e74401296020c94a7463b442c41c981bee523c8202e6e405eb0
SHA1: c3d132344a7a03c915946c5c733ab6273278618b
MD5sum: 23eb9380cd4ac385ae1bdb16ecac71a8
Description: Nanosecond precision timestamp type for PostgreSQL
 PostgreSQL's built-in timestamp types support microsecond precision.
 timestamp9 is an efficient nanosecond precision timestamp type for PostgreSQL.
 Internally, timestamp9 is stored in a 64-bit number as the number of
 nanoseconds since the UNIX epoch. Timestamp input can be given either as the
 number of nanoseconds since Jan 1st 1970, or it can be cast from text format.
 Both regular PostgreSQL timestamptz text format, as well as a custom
 nanosecond text format are supported as inputs.
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-18-timestamp9-dbgsym
Package-Type: ddeb
Source: timestamp9
Version: 1.4.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-18-timestamp9 (= 1.4.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timestamp9/postgresql-18-timestamp9-dbgsym_1.4.0-2.pgdg26.04+1_amd64.deb
Size: 22656
SHA512: 6c378223be3be670bcdbe934fc0859f338446bf0824a438023ea80cae6d9ba39276703ec68473a88d970fcae1964274ebf45317419d33768bbbe48b5134fe05d
SHA256: b6d6afb1b407971455c5cb337539c9cac48aed160211d97656e12ed955885559
SHA1: 08e240f24b47f98271652de938a9d96f9e0c1037
MD5sum: 494f1f1e1ca9d4e14e32fc91b051983f
Description: debug symbols for postgresql-18-timestamp9
Build-Ids: 663c30ce18c4b649c851cd96189328cc8c9543da
Timestamp: 2026-04-20 18:01:04+00

Package: postgresql-11-pg-gvm
Source: pg-gvm
Version: 22.6.17-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-11, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm_22.6.17-1.pgdg26.04+1_amd64.deb
Size: 20252
SHA512: 2b329a52ba0671638f4d842832fee5e6593f8876ae77d1af3c655a68d760217f852982f12a051b7b0e855717f1a11c07010b9a7a53d8596e35c398261c7f4719
SHA256: 4428f9d50ac6d19c54832a1fd1810db146cfa6275ef359f8c59e2ed4f3db9578
SHA1: 2fe48862eba655e74e97855bdd23c1d5a9dc2e3a
MD5sum: 91c1f1441eb81310df249d4de7d8be57
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-23 12:20:07+00

Package: postgresql-11-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.17-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-11-pg-gvm (= 22.6.17-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-11-pg-gvm-dbgsym_22.6.17-1.pgdg26.04+1_amd64.deb
Size: 27124
SHA512: f2ab5ed541c32dc6f2053a84446aae303778daa2e13e94ee49c473460beb8f608eea3f6c1adac7f1db37804e85e60128c79ffed425b71cb48061a0afa3dea400
SHA256: 1dfd1bbb083fd58064159ec99743a0f8b29621c90480642b35ab3116281f5270
SHA1: 2c949d45417f1154d0cf5b4c84909bdda6a7dc50
MD5sum: 17863293c77694ef32cdb15df6761cd7
Description: debug symbols for postgresql-11-pg-gvm
Build-Ids: d9501961b2023b1a93da7dc89ad02c5ce98b35cb
Timestamp: 2026-04-23 12:20:07+00

Package: postgresql-12-pg-gvm
Source: pg-gvm
Version: 22.6.17-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-12, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm_22.6.17-1.pgdg26.04+1_amd64.deb
Size: 20240
SHA512: c7067614a601574558c5a80d100aad83759587fcceab75dae812f848489eaa14832b165f80a278dcd77ac7cdcca6e4f785626ed997eee7ab26f498e801ed92b3
SHA256: 22138358ab4f6cf6359478c66a42ab38c788f21b3d54d717fca941e2ebac5dac
SHA1: 9eca791ec99c0fb3b07c6d38499527a4d8414fdd
MD5sum: 3aa585c85bcdd5ea1f801183d4c76754
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-23 12:20:07+00

Package: postgresql-12-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.17-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-12-pg-gvm (= 22.6.17-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-12-pg-gvm-dbgsym_22.6.17-1.pgdg26.04+1_amd64.deb
Size: 27588
SHA512: 667ad4695526eaf3890ff854b666326f66d5d03439e43f8fdab73aff2ce1a3bd5ff66531f894f620de4c2275e76baf7e32f9fdebcd86d1c078abc706ac66052b
SHA256: 93e90fc490ac4459c884fae5d55e6560d23364a9e70c01c51c983bf59a1e9d14
SHA1: 01be2490444e5cdf006281a8691921ef21d92798
MD5sum: 342bbb9b291d43a173bfe49e44533f7c
Description: debug symbols for postgresql-12-pg-gvm
Build-Ids: 80cee552d0d57f4a65bcee781e4d77c56ac6347c
Timestamp: 2026-04-23 12:20:07+00

Package: postgresql-13-pg-gvm
Source: pg-gvm
Version: 22.6.17-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-13, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm_22.6.17-1.pgdg26.04+1_amd64.deb
Size: 20252
SHA512: 3ff82443790587860dd5b2b24dc914e35bc0a2e7da208c99383855c176eaa45ef19b27033837992034b6a1c017942383c86484bfd5057a728cd8dbc1a929241d
SHA256: 71f1379e0287decd660ee90a61c74433b6a3c5a6ec893145521c59992c25e30f
SHA1: a5390f436f14c12784fab935bdfe1debfe7cf8ab
MD5sum: 2d8646714460b04b002a8abbcf0a6bcf
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-23 12:20:07+00

Package: postgresql-13-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.17-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-13-pg-gvm (= 22.6.17-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-13-pg-gvm-dbgsym_22.6.17-1.pgdg26.04+1_amd64.deb
Size: 27740
SHA512: 7ba5677d786e2b6f64a33a823cd4fb1db777ac34c449f42282ec3294e1058f7d9b9d710208d0d86b7248a164a36c8bb73a1e5702496f9828b0f6851d30c55870
SHA256: 9b7fff9f15cc5b42a5cba16d9565b4275bc2dc65d87f6937c48436f2f30fb2b6
SHA1: 6fb4a25499b1e3e957745de28465ebd8d67d8cc8
MD5sum: e4f43bad36742c1fd4492644e78f12b8
Description: debug symbols for postgresql-13-pg-gvm
Build-Ids: e8d55e2e535357aaad7369d4af05ab45bc577c04
Timestamp: 2026-04-23 12:20:07+00

Package: postgresql-14-pg-gvm
Source: pg-gvm
Version: 22.6.17-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-14, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm_22.6.17-1.pgdg26.04+1_amd64.deb
Size: 20252
SHA512: d9532ff475ab79c7b2f5af7e814fdfa08d70824b3596c92128c3cdced7e9322d4b38afce8c43cd4176a9a85f4cb6f46591934ed7b5544641d3ee6c46a9084eb3
SHA256: 9689962046effc313d51fa6f0d49afa105ef2938cae2ac0bc2ee5739037ffa1a
SHA1: 19cccb3e2c8ff0139e0748526011e3ad5c09489c
MD5sum: 8e6fc537ed7d3affcfa587f352020d7a
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-23 12:20:07+00

Package: postgresql-14-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.17-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-14-pg-gvm (= 22.6.17-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-14-pg-gvm-dbgsym_22.6.17-1.pgdg26.04+1_amd64.deb
Size: 27908
SHA512: 2de16f50446495fb3e40348270f315cf33042b706305e2fd4b2966c33be47861dfdce1df14cf85b004a945db74c285a7ec074a17dbe398593c1e50f5518562d7
SHA256: d6425ecda2cbdb2770e5ee3cdf2db06c5e7fbd0e031d20deae62ba28717a7cd1
SHA1: 90f24679614cad9c8bc284bad954a33c88043298
MD5sum: 4b2a37153c16dedd69e133b86f4114ac
Description: debug symbols for postgresql-14-pg-gvm
Build-Ids: 5c15f2a4a31f7509b9cc5ae79c5ed00a161daa37
Timestamp: 2026-04-23 12:20:07+00

Package: postgresql-15-pg-gvm
Source: pg-gvm
Version: 22.6.17-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-15, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm_22.6.17-1.pgdg26.04+1_amd64.deb
Size: 20256
SHA512: 434dc8c93ace2eba71aaeb6c99303b8ad6967157a38f435db045e9669f229974d8c09af085f83fca7a8802f77ce41ee7664a6a865556b5ac1511fa1b0d58b82b
SHA256: 6bf1ff0be05a54073b407a3701feb21033c97dc121258b77419f1aa4959d80a1
SHA1: d9d90ebca59086833f55ddb530d05df7f6c3740b
MD5sum: 830e3df1505c73c8cdfea1c6844db1f1
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-23 12:20:07+00

Package: postgresql-15-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.17-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 48
Depends: postgresql-15-pg-gvm (= 22.6.17-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-15-pg-gvm-dbgsym_22.6.17-1.pgdg26.04+1_amd64.deb
Size: 27896
SHA512: f81b9dd03cf1781c2c0ee1aaf011cc14ff326edfabdfeff5e04f1db221c6f0964f2bc9debb3d4cde2bd2e488ca69165887e7e2811bab4f6def087dffa817e6c3
SHA256: 1ee15e1877063bb7b1ef3d65d736b02daa4f1db3305f82139761e0b8f5ce9684
SHA1: b9e342c51671e77b58731db846149167c61ddc4e
MD5sum: 0ef89bff0235d3a85897aded0e1a3fd0
Description: debug symbols for postgresql-15-pg-gvm
Build-Ids: 8fb86ad0ac586b7267245ad9daaee3fc301d0f0c
Timestamp: 2026-04-23 12:20:07+00

Package: postgresql-16-pg-gvm
Source: pg-gvm
Version: 22.6.17-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-16, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm_22.6.17-1.pgdg26.04+1_amd64.deb
Size: 20252
SHA512: 273749125fdab6a7f434aa51c587782edc1b87800e53ef92d866e081e2e7d1d3147c190af07cc07e7bd6b4c945e744d9fead04501bbef87e3cb0d6c33dd7fe3d
SHA256: ae82a6322051b9542d970d0e16301b8231dee249fbdc76754a9b0a4a2aee8903
SHA1: 7c1491eff2a21365f0c7c90a8365c138eee13bea
MD5sum: 552f2a929734e10e8bd44e41e0983341
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-23 12:20:07+00

Package: postgresql-16-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.17-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-16-pg-gvm (= 22.6.17-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-16-pg-gvm-dbgsym_22.6.17-1.pgdg26.04+1_amd64.deb
Size: 28904
SHA512: 4ebf7217d79aa4117777a40f3cee5e0a9e44e331a0f56ff8c122fc6b8c1f3938c220d235ad9fde7ebf02f5005a8c6fa45f4ebe997cc7bfd0cebad903073f6559
SHA256: 6696390f0bbe71c79222a6911a6114f795e47578edb6d62b0d9c6853ee08f647
SHA1: 3496625321cb02a9d58e83f13d764893d3052577
MD5sum: ba4923e3e4d7c5315b2fa65a7c3e5c0a
Description: debug symbols for postgresql-16-pg-gvm
Build-Ids: 6d88ef9bb45b49aeca8e9a213a4eaa6567410c6d
Timestamp: 2026-04-23 12:20:07+00

Package: postgresql-17-pg-gvm
Source: pg-gvm
Version: 22.6.17-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-17, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm_22.6.17-1.pgdg26.04+1_amd64.deb
Size: 20256
SHA512: 63275856e907d2330949bb5d4f8cd830f697220c35b8853ac8daa5b2bca49ee9e38d6f429a1650da08ab52b4a79500eb69e3bb307ae69dab0f65fa5911d9f758
SHA256: 9086cc54f2fd5d3323a6973c618f508833406326e3442186bdc24354b016fc44
SHA1: 0af78f0512e79512c4c69d36c03cf82a9f8bbed5
MD5sum: 22f13375f1af13b482f4ee0edcfea07a
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-23 12:20:07+00

Package: postgresql-17-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.17-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-17-pg-gvm (= 22.6.17-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-17-pg-gvm-dbgsym_22.6.17-1.pgdg26.04+1_amd64.deb
Size: 29108
SHA512: f1bcae6e1e398a8a7ec6e38414b8e679bd6992e7d303fb34e0434c11307afc81fdf70fd2d7ecadf8f6efa251cd3e25f15ee0843830352ca4a767c754c34fbb6d
SHA256: bf423c3f00ddfad932e39bc9307fe02dc96bc45d6776177a63cb54b74b28b971
SHA1: 7b03c67a9e324a37f92a4d02523ad5289f774f9b
MD5sum: 36df1c29cd6b89d16c87e3f1d2942199
Description: debug symbols for postgresql-17-pg-gvm
Build-Ids: 2cfe6678ae8bedc21c4a11fbf50eca787d47beb1
Timestamp: 2026-04-23 12:20:07+00

Package: postgresql-18-pg-gvm
Source: pg-gvm
Version: 22.6.17-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-18, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-18-pg-gvm_22.6.17-1.pgdg26.04+1_amd64.deb
Size: 20256
SHA512: f532d912b465d0b15f80638639564baee69ef5af99a02c7f1beb9b80a2f2e07faab7c36bd5c8030352179235cebc1d900af499457381918219e1ecc350d7df4f
SHA256: a7982783750a936105096cf690dbb350e53e86d7fcd98a93baed3ddf96005e37
SHA1: 0f7c2109ef66f17e15dd124d7cf8860e9558f754
MD5sum: 292f89a1f8c4a972e5284c88b96959d8
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-04-23 12:20:07+00

Package: postgresql-18-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.17-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-18-pg-gvm (= 22.6.17-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-18-pg-gvm-dbgsym_22.6.17-1.pgdg26.04+1_amd64.deb
Size: 29116
SHA512: 8c93fa9035b35332476af5faaa17a5be47e588f32914f5fd2b0510d39236a6c23fa17668c810ca31316249ffaf53407cca80161ae73bfc10b8beab9938786ee7
SHA256: 715f55137ed2ab22d79fd2f108b7190ff107fecbb731e828f51f31024981cd97
SHA1: ba1f6d636ffa23ec1122220685b065a01faa56fd
MD5sum: e8cc9981b82ead0ce68b5245104b652b
Description: debug symbols for postgresql-18-pg-gvm
Build-Ids: 595432cd205fc559579d723a06c66e7622d29481
Timestamp: 2026-04-23 12:20:07+00

Package: credativ-pg-migrator
Version: 0.13.0-1.pgdg26.04+1
Architecture: all
Maintainer: Michael Banck <michael.banck@credativ.de>
Installed-Size: 1596
Depends: python3-jaydebeapi, python3-pandas, python3-psycopg2, python3-pyodbc, python3-sqlglot, python3-tabulate, python3-yaml, python3:any (>= 3.6~)
Suggests: tdsodbc
Homepage: https://github.com/credativ/credativ-pg-migrator
Priority: optional
Section: python
Filename: pool/main/c/credativ-pg-migrator/credativ-pg-migrator_0.13.0-1.pgdg26.04+1_all.deb
Size: 176120
SHA512: 62fd8e162ba933d9b94431fbb27b41644c6ad4da4f5d16a6b8f2bed74c025faa794121f7cb5924006c5ea2c55d0fe9f15bbd4a6182c9c017d67cbe65358c8b5f
SHA256: d9be788de4b523723a986f6474d4339dcfa8b989a307de5aec24ff1bb2c7377c
SHA1: f6f80fc656cca0951ad94c01e5708c864c1b43e1
MD5sum: facea5827f55c0f6739fe0975b0d3d3b
Description: credativ Postgres Migrator
 This package provides a solution for migrations of whole databases from legacy
 systems to PostgreSQL.
 .
 Main features are:
  - Supports migration of tables, column constraints and defaults, primary
    keys, secondary indexes, foreign keys, functions/procedures, triggers and
    views from source to target database
  - If tables have sequences, migrator sets current values of sequences on the
    target database
  - Migration of views is currently only in rudimentary version, just replacing
    source schema names in code with target schema names
  - Conversion and migration of functions, procedures, triggers currently fully
    works for Informix, and is in progress for Sybase
  - Migrator allows customizable substitutions of data types, default values of
    columns, calls of remote objects
Timestamp: 2026-04-24 14:45:27+00

Package: patroni
Version: 4.1.2-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1539
Depends: python3-click (>= 4.1), python3-consul (>= 0.7.0), python3-dateutil, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3-ydiff, python3:any, python3-psycopg2, python3-cdiff, python3-systemd
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/patroni/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_4.1.2-1.pgdg26.04+1_all.deb
Size: 286356
SHA512: 1c4cc13a0e426212dab63bb54db7cf245006c3283a25e6644590e79056d25ca9e995846221d7733af78d34e9fe7872c0af0c9deef4d5513fc93393002c0a693c
SHA256: f33434993242b1f44a66674fa030809c3b9c2af70d60c1d38347b0511be52557
SHA1: f7d1331c8e5da2a6f1e960c7ea1464d20e6301ba
MD5sum: 9c08cde05ce39952a4cce71f6c43605a
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2026-04-24 14:45:27+00

Package: patroni-doc
Source: patroni
Version: 4.1.2-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7427
Depends: libjs-jquery (>= 3.6.0), libjs-sphinxdoc (>= 8.2), sphinx-rtd-theme-common (>= 3.1.0+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/patroni/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_4.1.2-1.pgdg26.04+1_all.deb
Size: 575972
SHA512: 3959aeeb958cd781bf291f3ed9886c0b643199c5c95137d3474702a4bc66c507d588706ffb59bf081deddf81bcc0bcaa77b8328965216605924a948b81fb8bd8
SHA256: e27116854ee8798ff967265aecc0e388b6fb01d7f9fc018e887ae3dbb2ef5bc6
SHA1: cdc8b81cde21ad273285a4f24a109b0cfbe64585
MD5sum: 58913e632b14e4111f2080ac4cd31f02
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2026-04-24 14:45:27+00

Package: postgresql-10-prefix
Source: prefix
Version: 1.2.11-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-10, libc6 (>= 2.14)
Homepage: https://github.com/dimitri/prefix
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-10-prefix_1.2.11-1.pgdg26.04+1_amd64.deb
Size: 20640
SHA512: 1bd517e1a534582a021a77e6bd256806120197708a4e66f2b180d3701c8003dc161f5d4b4ca07dc251cbf2ee68f68a20fa39acb41877149d209cf43a510fd059
SHA256: 34836fee523181a18eed9ee7b7a338a2a362472609a0af9ea87b0e9cf71c6929
SHA1: eba7648eeb1544846797f2e8766ff5527b0bdc90
MD5sum: 245877ee5cce2b96e7a06dc3ffecc59b
Description: Prefix Range module for PostgreSQL
 This PostgreSQL module provides the prefix_range datatype, allowing to
 index searches such as finding the longest prefix matching a telephone
 number, having prefixes in a table and telephone number as a parameter:
 .
  select * from prefixes where prefix @> '0100091234';
 .
 The prefix column has to be of type prefix_range, and any text field
 can get indexed by the provided GiST opclass.
Timestamp: 2026-04-24 14:45:27+00

Package: postgresql-10-prefix-dbgsym
Package-Type: ddeb
Source: prefix
Version: 1.2.11-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 67
Depends: postgresql-10-prefix (= 1.2.11-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-10-prefix-dbgsym_1.2.11-1.pgdg26.04+1_amd64.deb
Size: 43928
SHA512: ce492c0eda75b4b9af9c8c84119d1aa7a8d70d689e239c113471ec5f86a2306e98e514a9f50d69ac7d38321157c2041beacb20a2bc138f5233ab311c115d4077
SHA256: 3f25bc25659cbe00355c4f81292470d5a94228b2f139bde75e3953237e58af1e
SHA1: cf3ffe3d2c6b7e1a676e8087cbb0f971dd72f4b0
MD5sum: ba20d3a92206a1cabe497b4f9d6a70c6
Description: debug symbols for postgresql-10-prefix
Build-Ids: e5869d3747ed3f6496c14a789fd30a53e23da3c3
Timestamp: 2026-04-24 14:45:27+00

Package: postgresql-11-prefix
Source: prefix
Version: 1.2.11-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-11, libc6 (>= 2.14)
Homepage: https://github.com/dimitri/prefix
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-11-prefix_1.2.11-1.pgdg26.04+1_amd64.deb
Size: 20800
SHA512: 7bdf679e6be527a62237a938f787a84cad6e6dee56f7f3837fc6b68011c5fdca0e2b8a740509a892d64d6a36398c245d6a0d175459350c386643f95ae2a010a7
SHA256: 2657168d615048510f4762c3ec8a77d2a5a9fa53c93f769e6a53e7954de1d569
SHA1: 9505565bd777d536de3600a1d14977a366e12329
MD5sum: 547abaf4388d9a37e611c19ab4ab56eb
Description: Prefix Range module for PostgreSQL
 This PostgreSQL module provides the prefix_range datatype, allowing to
 index searches such as finding the longest prefix matching a telephone
 number, having prefixes in a table and telephone number as a parameter:
 .
  select * from prefixes where prefix @> '0100091234';
 .
 The prefix column has to be of type prefix_range, and any text field
 can get indexed by the provided GiST opclass.
Timestamp: 2026-04-24 14:45:27+00

Package: postgresql-11-prefix-dbgsym
Package-Type: ddeb
Source: prefix
Version: 1.2.11-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-11-prefix (= 1.2.11-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-11-prefix-dbgsym_1.2.11-1.pgdg26.04+1_amd64.deb
Size: 44676
SHA512: 0e22950c1ab89c182f920e5c780958367d986e7495c888017c67f5fc980bd9eff69fc5aacc55749778b69ce29cf13478a92e426efdc04802f8b0e169a696e2d6
SHA256: 922359d2373f934eec8f0beffdc82998600b00107433d31ced3d0e706dafd526
SHA1: f69d2604b9176d653bd440f48783f711928bd462
MD5sum: a9e5be22a391e0365a69b003c1667332
Description: debug symbols for postgresql-11-prefix
Build-Ids: a6dd594a46b27a61d7578b42554b50ead2b558a6
Timestamp: 2026-04-24 14:45:27+00

Package: postgresql-12-prefix
Source: prefix
Version: 1.2.11-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-12, libc6 (>= 2.14)
Homepage: https://github.com/dimitri/prefix
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-12-prefix_1.2.11-1.pgdg26.04+1_amd64.deb
Size: 20736
SHA512: 9c4f00e674c382e46f714682e0b2340fdcbe15a55829361470cb42eb7158c71308849e963f80833df7c73db6901d7efc5d923fbe74035219c6bc9c0ee3ccac8f
SHA256: 9a4e3c98d7310b01f42e74563e82b9918f13ba5201d2bde3398fd83a0803dece
SHA1: 1c9b5e72a7b2dba787d5989259cd748f1470d37b
MD5sum: 7981d00aa6bf32b5cbef16b124ac894c
Description: Prefix Range module for PostgreSQL
 This PostgreSQL module provides the prefix_range datatype, allowing to
 index searches such as finding the longest prefix matching a telephone
 number, having prefixes in a table and telephone number as a parameter:
 .
  select * from prefixes where prefix @> '0100091234';
 .
 The prefix column has to be of type prefix_range, and any text field
 can get indexed by the provided GiST opclass.
Timestamp: 2026-04-24 14:45:27+00

Package: postgresql-12-prefix-dbgsym
Package-Type: ddeb
Source: prefix
Version: 1.2.11-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-12-prefix (= 1.2.11-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-12-prefix-dbgsym_1.2.11-1.pgdg26.04+1_amd64.deb
Size: 44552
SHA512: 1c87177daeb05d448918cabbbaf5e00e9a8e04ca9164f32ea74e7985a4ee15c92238fa14412138bfd6420247da21e84e2d65ab2ed338634403c5e2ba668ebe5b
SHA256: 7b62fa196da209f590d08d6562caa09a25b2cc16a6651185728fc76d137d98f4
SHA1: 92f76948c8b2c68fe7a6c3289b7e3cd32c21eb8d
MD5sum: 5da25074f487d4ee52c6c05b940a108a
Description: debug symbols for postgresql-12-prefix
Build-Ids: f0a402cd355c48f6dd3f508134a92005cc6526a5
Timestamp: 2026-04-24 14:45:27+00

Package: postgresql-13-prefix
Source: prefix
Version: 1.2.11-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-13, libc6 (>= 2.14)
Homepage: https://github.com/dimitri/prefix
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-13-prefix_1.2.11-1.pgdg26.04+1_amd64.deb
Size: 20700
SHA512: f008046af2a32c0def8deeeff82c477a95a61879b8a89dea8e1c2cfdb1f1e089dba195240f1f9e4594a87481254e1c3ff7af7587bc23190fa9173b9a2391722c
SHA256: baf93c39132534f6d690bdeeaca7011e9dec10d4c3cc3e2ea15cac1f81f13b2b
SHA1: 8423d04e798d28b7efe300fb0cbf11f27e149e5f
MD5sum: de2bd0a02a33c3f24f0ca65b6d012342
Description: Prefix Range module for PostgreSQL
 This PostgreSQL module provides the prefix_range datatype, allowing to
 index searches such as finding the longest prefix matching a telephone
 number, having prefixes in a table and telephone number as a parameter:
 .
  select * from prefixes where prefix @> '0100091234';
 .
 The prefix column has to be of type prefix_range, and any text field
 can get indexed by the provided GiST opclass.
Timestamp: 2026-04-24 14:45:27+00

Package: postgresql-13-prefix-dbgsym
Package-Type: ddeb
Source: prefix
Version: 1.2.11-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-13-prefix (= 1.2.11-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-13-prefix-dbgsym_1.2.11-1.pgdg26.04+1_amd64.deb
Size: 44540
SHA512: eb4423ad7d15c1264e8d16a58bf3817856f930d76bfa3171adb02c6c1d245c0e9eb5edc0c01b53eb0fea7e388df3d5dd92808074596f4ab1dd94067f26a93392
SHA256: b651909ea4e5aed5b3bd46d100a4db439c71ab63042001027f66849555968182
SHA1: 6f7a93537e8df9093da676b570ec713eea8a3364
MD5sum: 5559bec358fed9f536b599a2811c374e
Description: debug symbols for postgresql-13-prefix
Build-Ids: 6dc93dc9a887aec7bef713e30c32f02f1870487f
Timestamp: 2026-04-24 14:45:27+00

Package: postgresql-14-prefix
Source: prefix
Version: 1.2.11-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-14, libc6 (>= 2.14)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/dimitri/prefix
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-14-prefix_1.2.11-1.pgdg26.04+1_amd64.deb
Size: 41144
SHA512: 37e865c2dc2355bb175af6786b7f6eaa2198d923aa6916214235437ce4b6e1a3b17e4ce067cf184aa5c4afbb217d88af70aaaac3869e0cbd53d6ef2cce9770af
SHA256: 42a56f94ed630caf8f9a60dd0b97fff1bdabd5cd00ade8f46b03654d6dc10965
SHA1: 31590b49503b1dc975ae8a86d2946b53c534ce1c
MD5sum: 3865e584756251b9c3ca4083f63d71cb
Description: Prefix Range module for PostgreSQL
 This PostgreSQL module provides the prefix_range datatype, allowing to
 index searches such as finding the longest prefix matching a telephone
 number, having prefixes in a table and telephone number as a parameter:
 .
  select * from prefixes where prefix @> '0100091234';
 .
 The prefix column has to be of type prefix_range, and any text field
 can get indexed by the provided GiST opclass.
Timestamp: 2026-04-24 14:45:27+00

Package: postgresql-14-prefix-dbgsym
Package-Type: ddeb
Source: prefix
Version: 1.2.11-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-14-prefix (= 1.2.11-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-14-prefix-dbgsym_1.2.11-1.pgdg26.04+1_amd64.deb
Size: 44688
SHA512: 7ef137dcdbfb813bcd27a8aa0acd3bfa6c9c2d1de6f8967171a2de1ba739012927446a9c94286e3b847c5a619f22d92f3c8ffda59862bedb0e16931d038fd7b1
SHA256: 5b2d459e79bcf277b7eab825b5ca21637e64fe2741899ff0fc8a102d947f5cd1
SHA1: c76d7996f272e0a4c8581d66150caf096764840f
MD5sum: 8e9afe2e9c47f307e8b3136688bc8395
Description: debug symbols for postgresql-14-prefix
Build-Ids: d448901e50acadbe6092f8fb6d7937b1a8eaa00c
Timestamp: 2026-04-24 14:45:27+00

Package: postgresql-15-prefix
Source: prefix
Version: 1.2.11-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-15, libc6 (>= 2.14)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/dimitri/prefix
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-15-prefix_1.2.11-1.pgdg26.04+1_amd64.deb
Size: 41176
SHA512: e4303b508aec3876b15f0ae51c5fa2799b618bdae697f6d5ef4d08923c84815615bd332bbf08b2e74fcfdf9f2f57b1199d1a7a1773d5b7eb244d32712d3fcac9
SHA256: eebc1ab7a6bb1c6d45f9ff5b110ce6fed0d00ca36e1026b2b130dfbf2a9489ef
SHA1: 19f7f468e48c69dd5682c0083f0e16e481d4b3d2
MD5sum: adb63c0d08f5513747867c183720100a
Description: Prefix Range module for PostgreSQL
 This PostgreSQL module provides the prefix_range datatype, allowing to
 index searches such as finding the longest prefix matching a telephone
 number, having prefixes in a table and telephone number as a parameter:
 .
  select * from prefixes where prefix @> '0100091234';
 .
 The prefix column has to be of type prefix_range, and any text field
 can get indexed by the provided GiST opclass.
Timestamp: 2026-04-24 14:45:27+00

Package: postgresql-15-prefix-dbgsym
Package-Type: ddeb
Source: prefix
Version: 1.2.11-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-15-prefix (= 1.2.11-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-15-prefix-dbgsym_1.2.11-1.pgdg26.04+1_amd64.deb
Size: 44836
SHA512: f3f1c76ce5476033a4100c6989d3fef39bb53a55d1e18107823a28a0bc86d648209d70f49a2814a717537d5c2b46bdc15c0bfc5b98a6b833c30ec19cf3673877
SHA256: a53efd833089bbb94bf6289cc152831e2afe382ae70faeee2b047874115c0b2d
SHA1: ede054148458d6e8ff3859ffdf5316cb153573aa
MD5sum: 4c81a5009f807a65995e228ee95a527e
Description: debug symbols for postgresql-15-prefix
Build-Ids: 66051ee09bfb4631fc39bb17d2637c1150bb0fb8
Timestamp: 2026-04-24 14:45:27+00

Package: postgresql-16-prefix
Source: prefix
Version: 1.2.11-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-16, libc6 (>= 2.14)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/dimitri/prefix
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-16-prefix_1.2.11-1.pgdg26.04+1_amd64.deb
Size: 41252
SHA512: 9d3712782cbbbad1cc9f10b07a18527f86ade0f526f8a4a7d2eaaeb44428aea8075810c45c4e94b8e86361e48e955a9fd3aeaa48d33a8c20a5ac70374136ab93
SHA256: 59db12e77be46963d2a0fb0ff788466793a7099e0071909cb029d84d83a51b5e
SHA1: a2782df353221778b740ece463e3c70359bbb653
MD5sum: fd09d65f707e96f2ecb63433ca0d886f
Description: Prefix Range module for PostgreSQL
 This PostgreSQL module provides the prefix_range datatype, allowing to
 index searches such as finding the longest prefix matching a telephone
 number, having prefixes in a table and telephone number as a parameter:
 .
  select * from prefixes where prefix @> '0100091234';
 .
 The prefix column has to be of type prefix_range, and any text field
 can get indexed by the provided GiST opclass.
Timestamp: 2026-04-24 14:45:27+00

Package: postgresql-16-prefix-dbgsym
Package-Type: ddeb
Source: prefix
Version: 1.2.11-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-16-prefix (= 1.2.11-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-16-prefix-dbgsym_1.2.11-1.pgdg26.04+1_amd64.deb
Size: 50780
SHA512: aefa78c4fc5a5721d1eef617d9e2bb709539f44db36176aba677f78225327ea185b3d09837903ba61d788aba471020fb11eaf9c422d99398046dece88270dc91
SHA256: 4317e4c3e099de3109fd2ab687b6adb88bb619866984f73ed5e7477193b7af7d
SHA1: 684f6ad6e193a52b91f1f845cb80ce3d7c89b98c
MD5sum: 2edaa8b4fdc62c177188f805a5bf4b58
Description: debug symbols for postgresql-16-prefix
Build-Ids: 07e3c780d8da078bfc75893a5a2d8180a809ebd8
Timestamp: 2026-04-24 14:45:27+00

Package: postgresql-17-prefix
Source: prefix
Version: 1.2.11-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-17, libc6 (>= 2.14)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/dimitri/prefix
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-17-prefix_1.2.11-1.pgdg26.04+1_amd64.deb
Size: 41236
SHA512: ba621867d4940a4221eea8693a3c461bd66c3865ec5564773498a5c8152b0ab3c2d96f550352885bb377faec53b027b4c1b8f9c706386f5ac0e7a37367750182
SHA256: 6656e0ab059c729858ddacb71c1013d38d92a2a0b09bb93c897ef6c0fcba94ca
SHA1: 75cc3084ce6638473ceacefb52671fa4fbc66dd4
MD5sum: 91d2d3fe91fcad6ff9a5f7560479d572
Description: Prefix Range module for PostgreSQL
 This PostgreSQL module provides the prefix_range datatype, allowing to
 index searches such as finding the longest prefix matching a telephone
 number, having prefixes in a table and telephone number as a parameter:
 .
  select * from prefixes where prefix @> '0100091234';
 .
 The prefix column has to be of type prefix_range, and any text field
 can get indexed by the provided GiST opclass.
Timestamp: 2026-04-24 14:45:27+00

Package: postgresql-17-prefix-dbgsym
Package-Type: ddeb
Source: prefix
Version: 1.2.11-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-17-prefix (= 1.2.11-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-17-prefix-dbgsym_1.2.11-1.pgdg26.04+1_amd64.deb
Size: 50992
SHA512: 538d5baf1a6d9004efd0c9f95189274aff1172bcdafe6ab43e3a973a1c9c3076804be7a8e04f172553f77e94c53b5ce255a7a95a8e98629a72c823b0d6738384
SHA256: d589c0d41d129f7a927a98343656bf6ba9552ad84012689f6c3457697690f960
SHA1: dc65e9570118045a83817e7addeeee3af059f8ba
MD5sum: 5ef0b0d2da9133c4bc5b16e4abc75f60
Description: debug symbols for postgresql-17-prefix
Build-Ids: dbf9fb04ebe8c7043f5052325f02a368eb41bcc1
Timestamp: 2026-04-24 14:45:27+00

Package: postgresql-18-prefix
Source: prefix
Version: 1.2.11-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 117
Depends: postgresql-18, libc6 (>= 2.14)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/dimitri/prefix
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-18-prefix_1.2.11-1.pgdg26.04+1_amd64.deb
Size: 41120
SHA512: 24420802b1e232aaab809820548c3e7527b76f0a11cb7131e5e1e3d5e326de07bb475aef10c878ce149976a985b87aee37c1beb1aecd0ee913d80e2a4cc14afb
SHA256: c5d17daa311888f7b3634eb744e198d165119c31ad5a2abd2aebc19e93344970
SHA1: 75b5a123df2215e074ce5a3d4e259706d8208469
MD5sum: 3fa7d961f2a0442cb224d7310610e466
Description: Prefix Range module for PostgreSQL
 This PostgreSQL module provides the prefix_range datatype, allowing to
 index searches such as finding the longest prefix matching a telephone
 number, having prefixes in a table and telephone number as a parameter:
 .
  select * from prefixes where prefix @> '0100091234';
 .
 The prefix column has to be of type prefix_range, and any text field
 can get indexed by the provided GiST opclass.
Timestamp: 2026-04-24 14:45:27+00

Package: postgresql-18-prefix-dbgsym
Package-Type: ddeb
Source: prefix
Version: 1.2.11-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-18-prefix (= 1.2.11-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-18-prefix-dbgsym_1.2.11-1.pgdg26.04+1_amd64.deb
Size: 51236
SHA512: 9f0ef1178644fd96a8f5bfcde1ff5ca641f8c00da1a423e21e6cab9cd2976f212284c2992be53efba436e9a056ee15173dc825d86e43ab6813ea420d423350d5
SHA256: b0792e7e67341c5f677bd0d91120a4535bf24d88690150ca99e6b4bff4019dfb
SHA1: 3fc217ba00b78bb10ad21e89b548da20d48705dd
MD5sum: 7a350e3ebae7af97a99ef24dfb3e021a
Description: debug symbols for postgresql-18-prefix
Build-Ids: 0009ead8960f37597fffad286725b69e2ff70ab3
Timestamp: 2026-04-24 14:45:27+00

Package: postgresql-11-plr
Source: plr
Version: 1:8.4.8.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: r-base-core (>= 2.10), postgresql-11, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-11-plr_8.4.8.6-1.pgdg26.04+1_amd64.deb
Size: 57060
SHA512: a1995b128b9fe1896251e9c0f5c645ec01ada03cd141e302d23d065125b93b0e9401f11af32187b46e66078aae11cadcafbe3c0ff8833ec579b2ceaabbdea40f
SHA256: 0c5d31963da3963405f26b2d49bc2ca9861cf02a35e40ddec7f51de0b1e87cc5
SHA1: 9f94880c0a854ff3e728538b2a4b5f65b9dcacb0
MD5sum: d486e805ebebbcea9524d9a023ef00c7
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-04-27 12:22:52+00

Package: postgresql-11-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: postgresql-11-plr (= 1:8.4.8.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-11-plr-dbgsym_8.4.8.6-1.pgdg26.04+1_amd64.deb
Size: 122812
SHA512: b769b36c1f68c54b4ff3fb5bac437bacb9ef74e2ad289b32ab6fb7db3e43aee795db92386f03874791b61edd298420ba4806811aac812d108b9b17a46657f155
SHA256: 1835b574221de8e02fed4ebcc2ae56452a14c23d7dd6c6299305f46047921441
SHA1: c0546cbbaec5defaefc8fa46db349cbe6eb596fb
MD5sum: 0f90b9bde5368a066a855df48561e21f
Description: debug symbols for postgresql-11-plr
Build-Ids: 140ad2a002d1450dbfe7f14ad2fb5e380bfa1d9a
Timestamp: 2026-04-27 12:22:52+00

Package: postgresql-12-plr
Source: plr
Version: 1:8.4.8.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: r-base-core (>= 2.10), postgresql-12, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-12-plr_8.4.8.6-1.pgdg26.04+1_amd64.deb
Size: 56812
SHA512: e628d86b81a73aaf4fc61b922754b63c4868ef3c42253b005a200c1fa3260e8f410f70c9807b2244dbffa275ef237e5983a82a8049ea31e59f5aae2016d0cdfc
SHA256: 16add64a49a1a742989a0dd73265561f568f23a4918db750860e00f3cd4143b1
SHA1: 1b16659c0333c1f02e230074d0ff1be742bc4040
MD5sum: 497314298aa0f4d1d17dd2831d79993a
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-04-27 12:22:52+00

Package: postgresql-12-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: postgresql-12-plr (= 1:8.4.8.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-12-plr-dbgsym_8.4.8.6-1.pgdg26.04+1_amd64.deb
Size: 127324
SHA512: 01131cc49c4cf9de0c7c537864b1b0af66cd1ac9e5cd32ce6a4567f72bf0909f85aa29bc72c01430b45e1b662498b3642b080507485ccceed1053a9c677c7981
SHA256: 5eabb2af7b7733e8e95b766230a42a9abdf6f4eb61b5baec5dfac2869850e397
SHA1: 9503e205184f460ccdd66e9bfbb5ee5a2a96758d
MD5sum: d1d2ce4c26161e827e2761652f59f14a
Description: debug symbols for postgresql-12-plr
Build-Ids: 641f4a701001a169df692c55313e3dd98b13a40a
Timestamp: 2026-04-27 12:22:52+00

Package: postgresql-13-plr
Source: plr
Version: 1:8.4.8.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 150
Depends: r-base-core (>= 2.10), postgresql-13, libc6 (>= 2.38)
Suggests: r-recommended
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-13-plr_8.4.8.6-1.pgdg26.04+1_amd64.deb
Size: 56712
SHA512: 68001c50cfe0d612e6506b316c9fd0923347c12677d8805b068888aac1c6aa18550093b79ae4a9ef7a86724f939e66f42ea912a21fc07037be47aecb2906e200
SHA256: 6e9bd645a6b9fa12b5183358a1b0ec101ccca2111534c65e4b41810866eb182d
SHA1: 1e9c19c908ac3ed1c94984636d0c4fbb63c8bbd1
MD5sum: c6653eaaaaf8870ac44c4039527774a8
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-04-27 12:22:52+00

Package: postgresql-13-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 178
Depends: postgresql-13-plr (= 1:8.4.8.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-13-plr-dbgsym_8.4.8.6-1.pgdg26.04+1_amd64.deb
Size: 130696
SHA512: 3e0082b5bfdb4400284154e32590a88955672f6bcf59a519607b898db1e754a7b807db5c37c56eaf89cb9d8180243aabbc19e25a642d0d15fa6168a2dc636bec
SHA256: fa0d782e852a5f93dbc22ed5bcce27b3d23140beb2db1c6a59c4b8012d4ce7f9
SHA1: 70d8381bf248243e50d39821ee13928d740414a5
MD5sum: f4d7dd16258c7239cea0dcd34dfde325
Description: debug symbols for postgresql-13-plr
Build-Ids: 05a5b020bc1c0a2e6765ff900b0a65edcc3baeb7
Timestamp: 2026-04-27 12:22:52+00

Package: postgresql-14-plr
Source: plr
Version: 1:8.4.8.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 292
Depends: r-base-core (>= 2.10), postgresql-14, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-14-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-14-plr_8.4.8.6-1.pgdg26.04+1_amd64.deb
Size: 128656
SHA512: 59c289a9a9d56ebf928f7a165b1d30d4720c51d49d3d892635804692771a1734f69dc3bc6517129d0c105f8703ef00bb57bc7622701df87c7edb18fedcf187dd
SHA256: 54ea19f8a58c1a31b53d1ec70ef65074cf85df2d3f9eda5f3590531de57e0e61
SHA1: 005c6d2f9f601f582aa8eea26ca30cfd1cc4c439
MD5sum: 584b2d9e887e019db7306432dfb190a8
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-04-27 12:22:52+00

Package: postgresql-14-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 180
Depends: postgresql-14-plr (= 1:8.4.8.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-14-plr-dbgsym_8.4.8.6-1.pgdg26.04+1_amd64.deb
Size: 132880
SHA512: ccd0faf52f3e4720ffaf6aa22be75df7a807e27905dff96ec3fbe1cd747aff4d56d0d25a3149cd77b32a698a0b4e93fe8329b5072b0709e6dc94fc92ea903faa
SHA256: 7cd54bb17e64cc6e5600ea6e4b7236de819f96adb3b77d5ea0eb3dad04697ba3
SHA1: fd6888283f68abd8e8ea9cd9a5059cda247a8491
MD5sum: 177f990537f861210eb1db5a55decfae
Description: debug symbols for postgresql-14-plr
Build-Ids: df7002900e0813f68625be347117c9c7b95b76c6
Timestamp: 2026-04-27 12:22:52+00

Package: postgresql-15-plr
Source: plr
Version: 1:8.4.8.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 292
Depends: r-base-core (>= 2.10), postgresql-15, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-15-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-15-plr_8.4.8.6-1.pgdg26.04+1_amd64.deb
Size: 128504
SHA512: 665426857b2a3335864c30542e55eee7c841efb4d76d331f004efacb64aef3742ee5a1baac57753486e69d5167a7d9e81391e2614f0b12391161487f2614d221
SHA256: 00c2f45b16aa91f9bc7c6ed4effd6160956a69f58be6777828633f6f0948de1b
SHA1: 917b3f9d185da28492e79a095449d769c8d4126e
MD5sum: a6320b78d5ceba8dc96a77c5f3cf1730
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-04-27 12:22:52+00

Package: postgresql-15-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 181
Depends: postgresql-15-plr (= 1:8.4.8.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-15-plr-dbgsym_8.4.8.6-1.pgdg26.04+1_amd64.deb
Size: 133932
SHA512: 52a3542ec50476608760e7860d6fc53d4dcd379be7aecce5b854e38a4bc5b5821cc25b657db1ed3a690bcda47391309a82c3c025f42a2f2a4beaddc908c30b48
SHA256: b47e05ba41f94f8d1a1718fb6254bc29f96eeb2b6d7027454aa6b5e24a3a1f16
SHA1: 72fa31fd32f8ce558b548787902ed783b1bc2fb2
MD5sum: 0806c22eeb540c1c1261567e8ef2b32b
Description: debug symbols for postgresql-15-plr
Build-Ids: 074eaebba75f92132ab387fd8bae8fd2e0172049
Timestamp: 2026-04-27 12:22:52+00

Package: postgresql-16-plr
Source: plr
Version: 1:8.4.8.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 288
Depends: r-base-core (>= 2.10), postgresql-16, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-16-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-16-plr_8.4.8.6-1.pgdg26.04+1_amd64.deb
Size: 128176
SHA512: 787010376fc1cac2879f866ce57fd78862e8575847e96d62cb82c915a066fc4b19637714008e6591f0efc9d0ca3641fcfe8569d72f5d1645c5d7d43b5377a254
SHA256: cab3abb9092efb481f043d9984a0ae26a5a35c079b6c29d8e9d179161bac2e25
SHA1: 57ce5fc6525c024e4b9e490bc2dae428e039da2e
MD5sum: 9598c1196130976569a2dba61cdffce8
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-04-27 12:22:52+00

Package: postgresql-16-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-16-plr (= 1:8.4.8.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-16-plr-dbgsym_8.4.8.6-1.pgdg26.04+1_amd64.deb
Size: 140700
SHA512: bcc6c2d59631c591e3c3fc55d31833e2f8f6ab9bed3d01a405faf08e9531c14b304f038bceb9aece0952ae6578c49399c4e18adab61c31c523e33766a214e04e
SHA256: acdec14a41020c23e5e0c957ebcbe5a9904bd90242e5db8912a2d0e7e7e4b93f
SHA1: b46cfec0f3d3a9940300509821f98c51062f7956
MD5sum: 5ec8d1f7e598f0d5091648a6e4e7bac1
Description: debug symbols for postgresql-16-plr
Build-Ids: 9e8ce5fdb95584e3b65dd7dd78be5c71b0092fdc
Timestamp: 2026-04-27 12:22:52+00

Package: postgresql-17-plr
Source: plr
Version: 1:8.4.8.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 288
Depends: r-base-core (>= 2.10), postgresql-17, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-17-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-17-plr_8.4.8.6-1.pgdg26.04+1_amd64.deb
Size: 128236
SHA512: cd659a6dddd179e28860694bf0af8916a6f902593156962f24c9326624d642e0da772706972d9923c3c53acca08bde89b405f2c914c9b0b021fa1d767725d997
SHA256: 20ce96e5280c6e0c34f76531da70a60bccc5c1a7471789a6a853897b90623068
SHA1: 86bb33cc8d1b5859081401756aea8404ba1e2cb0
MD5sum: 15774b7f4135b139ae318391d8d5d56d
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-04-27 12:22:52+00

Package: postgresql-17-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 200
Depends: postgresql-17-plr (= 1:8.4.8.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-17-plr-dbgsym_8.4.8.6-1.pgdg26.04+1_amd64.deb
Size: 152764
SHA512: 5660d12b53d7e59f350b0c8f11164a68564eb1bce5ae5ec19d91cf6c5d8cc8e4c9c682e0c9f9c57ecb7d17c26ef340b5d8e7fc7f1c2cc3b32fdb6c8ccbcc575b
SHA256: 22fe4a2075bb0cf1249a428f93b1975d28306be5f39b7730ed40b98cbd0d14c3
SHA1: ae6e664fb79074935a744f60e938c84982222d6c
MD5sum: ede71bfef77c810981a9935d4e2a2a00
Description: debug symbols for postgresql-17-plr
Build-Ids: 11c4c6817e19843852cb8de11c4a7eb41f1a3121
Timestamp: 2026-04-27 12:22:52+00

Package: postgresql-18-plr
Source: plr
Version: 1:8.4.8.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 288
Depends: r-base-core (>= 2.10), postgresql-18, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-18-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-18-plr_8.4.8.6-1.pgdg26.04+1_amd64.deb
Size: 128644
SHA512: bcba4d4122a3ab8dbcf43313a75c17085eeed97e2af4051df54f985e54aa6da6eff4c5ff80915fd4f9dead0df282d819bf7b172708961858aaeea50937b30cff
SHA256: 1398e167ec91cdbc0d5afd3944c1cd72cf3892a09fde820705b9044b8033ce00
SHA1: 42389ec9c5787dd679d453764faefde803080f99
MD5sum: 26eb6c2673809e86b065a6ab4f6163e8
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-04-27 12:22:52+00

Package: postgresql-18-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 205
Depends: postgresql-18-plr (= 1:8.4.8.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-18-plr-dbgsym_8.4.8.6-1.pgdg26.04+1_amd64.deb
Size: 157824
SHA512: 88f6bd3fb17e262182ba40af1780a15b449178e89d8ed766a080eb58ef96e1922edd1d46d36a2d545062e2acc9c42c00d6c95d7d59d2614cf011ba9deb52d181
SHA256: 6b0bc0be65762345ef01c04d41d76fc7d28305c4cd281976bf619bbc87ce6678
SHA1: d2e40543ae2b7771ce49f223e1d625befa0b0ec9
MD5sum: 95f5a4a2ee0eba325f33914a407f6f56
Description: debug symbols for postgresql-18-plr
Build-Ids: a2a72d22fc74b85075619f9f67954cc14a085cdf
Timestamp: 2026-04-27 12:22:52+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.26.4+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15383
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.26.4+dfsg-1.pgdg26.04+1_amd64.deb
Size: 338840
SHA512: db33eed8800bf6ab86cab64b92e164d0ca0a9e09bd822bafae1f89884ef46424972666ed7aadb0149241e105aafa7aee2f45977026678fafdbb1e14358beda07
SHA256: 57e5d074629ceb22f93a9edda03f5645e49faecb5c163957dd3b946e7b965ecb
SHA1: a0b4acdea189131e99880e0f43a4d4980a893a0d
MD5sum: 72e118d090e061ac6ce0b207b3880021
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-28 21:36:28+00

Package: postgresql-15-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.26.4+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1590
Depends: postgresql-15-timescaledb (= 2.26.4+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.26.4+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1174500
SHA512: 733cdacf49916c5aa6ab92f8d1d2946e2f774e8654db5daaf57832fc6218247f030d7c377f8eec0294c6e7770340128c747e6d90ce23162e171330562bc9ddcf
SHA256: 06a5c8ac18f020473cedbbecb55fe07bf6a817526bd44a757089ac5cf60fbb39
SHA1: 4417dd46697eaaabe2bda874c9297794b7131f59
MD5sum: 0dd3ad0be8baaa9e8da7c622022e6e9e
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: a1ef4e93f33db46472d9e266f63f060f78995650 e42a15903b368051daf3a09d1ca5ad7436fbadf5
Timestamp: 2026-04-28 21:36:28+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.26.4+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15383
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.26.4+dfsg-1.pgdg26.04+1_amd64.deb
Size: 339408
SHA512: 5ed7f7047855e4ece93b40f09e7920fb66427e318c9034473ff6c264a27d64272e535a7fc6cc599beb3e7a8ef47c677c1d8aff52a34e7eeb0f1277aca3c24cc4
SHA256: 47722244838803fcb176525c38cac98ce2c47976aadafbe6958156573a90cb4f
SHA1: 7322c9e595cbf5e95bf95c375504f4d32faff194
MD5sum: e21f6e6d4be8eec0880bf906c81e9120
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-28 21:36:28+00

Package: postgresql-16-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.26.4+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1642
Depends: postgresql-16-timescaledb (= 2.26.4+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.26.4+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1226724
SHA512: 130f3770d5a87f94315d0087dde9f5ba527124edff258d24cae94acbda3bc1ea92f5d31a6fc4e57cfe0b7de41a24c5c6340b9e957d7c5fc1b6337686f05c31db
SHA256: 1ae75e1bc64df9d96640131401883f2432a19138df8558c306dcaf6c92b6539c
SHA1: 0bd176c86799264869e854607ee3f6d200550700
MD5sum: d0982f0e106e0f68409342554abb424f
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 17262afe32f77b7ac6b5d1b0f5ba2e60fdc104d4 b0242e570976ff1366302afa8833caa26e9fc73a
Timestamp: 2026-04-28 21:36:28+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.26.4+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15383
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.26.4+dfsg-1.pgdg26.04+1_amd64.deb
Size: 339620
SHA512: 077ff4641d18ac21cae255598c5f9ec952f092394f1436dc5ccb3e1a0446be2cc6cd92d0355282826e16d04f79956b3f2343ac834b06aa635979af5bc3f64002
SHA256: 4b305ba1f67100f4ffd4b3e316aefcac8b292d17a77318f6553d0ca67fdb856d
SHA1: e20f7013af0e66a6128378f51da26fc2f9a7b9cc
MD5sum: b18153b061f811c40004dc808470a46b
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-28 21:36:28+00

Package: postgresql-17-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.26.4+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1659
Depends: postgresql-17-timescaledb (= 2.26.4+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.26.4+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1241956
SHA512: c2c5fda2efbc3cb1f98003bcf80d2997ec4f1f34a953c4a7523e8616ced8bfa1e11ecb079d01d5d1bf146a8287c1fcd7b7ac0ef236999edc3a3fc7e144f15018
SHA256: 6091655c49d353172dcc4fe8efc4deba52acf27dcb6e097b5f6d447662475053
SHA1: e5624fd74031f3d1a170cc63c4ff3ce817aee929
MD5sum: c4b86a23ec84ef8cdbeba93804b96e37
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 40ffd57a23d56bd6515a3e00b506cf0b5f32e3db 494ce5eba1621cf3c01f3b1adb0e5a00e652d42f
Timestamp: 2026-04-28 21:36:28+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.26.4+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15383
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.26.4+dfsg-1.pgdg26.04+1_amd64.deb
Size: 339932
SHA512: 8c144690dd0e7f538c2768ebdd180dc4656847565dba0474cf761c9a406143920849fa49a4a70cb85a3ff7c104ae93bc4b2b59e5191f5ac2eb4ab35a239c6593
SHA256: 655b46a11485ff1cfa09fe88f8937e305c6f78cad2943fe1954021a2c3980311
SHA1: e21241e1dd4220149b177d3b5b012eabb5b1599d
MD5sum: be6eec854142f75e0e435109b58c754d
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-04-28 21:36:28+00

Package: postgresql-18-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.26.4+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1660
Depends: postgresql-18-timescaledb (= 2.26.4+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.26.4+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1244720
SHA512: a8cb3cff064df247d6cc1f2dcb9e0ff0c1d638beb3e49b0d221a9048eaeb4515368f558c496dc15de8f69a972338ac246dfe8b5d1306cda268a41d1bb69497d5
SHA256: 624873876f5d8c3824fb1b4cb48dbc62a2e2ca9e0d5f953ac526165ab9a5a4de
SHA1: 2fa0a36188ae2a1e356d0fd2de354e7cdfc6761a
MD5sum: 87498b3acf71585e0074b5236391b431
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 42c62a8e0250272ff4287e43446cf0d58ab24975 8941b53f2dba1012c7068d0980c15a1514c36550
Timestamp: 2026-04-28 21:36:28+00

Package: libpostgresql-jdbc-java
Source: libpgjava
Version: 42.7.11-1.pgdg26.04+1
Architecture: all
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Installed-Size: 1122
Provides: libpg-java, libpgjava
Built-Using: libscram-java (= 3.2-1.pgdg26.04+1)
Multi-Arch: foreign
Homepage: https://jdbc.postgresql.org/
Priority: optional
Section: java
Filename: pool/main/libp/libpgjava/libpostgresql-jdbc-java_42.7.11-1.pgdg26.04+1_all.deb
Size: 1041896
SHA512: b578fd8ccc0b08980184f39a5e1d29cc5a9399d2ce0d7268a402c5d3b1c888451016d13e78a1706f42a1e69197e6e83b48c567c96c934f69fa151fcdf0cb052e
SHA256: d358bf8234a0f8fdc31908763acfb6d92f55d5559141ee7780b95694523fef29
SHA1: 842bc121d9ab29ee07c2a2e1ffc9d410dabdc5b4
MD5sum: 8e97fb6ee99bfd1d8a4aaaafab0b5e24
Description: Java database (JDBC) driver for PostgreSQL
 PostgreSQL JDBC Driver allows Java programs to connect to a PostgreSQL
 database (8.4 or later) using standard, database independent Java code.
 It is an open source JDBC driver written in Pure Java (Type 4), and
 communicates in the PostgreSQL native network protocol.
Timestamp: 2026-04-29 13:17:30+00

Package: vip-manager2
Version: 4.2.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17850
Depends: libc6 (>= 2.34)
Enhances: patroni
Conflicts: vip-manager
Replaces: vip-manager
Built-Using: etcd (= 3.5.16-10), golang-1.26 (= 1.26.0-1), golang-fsnotify (= 1.9.0-1), golang-github-coreos-go-systemd (= 22.6.0-1), golang-github-coreos-semver (= 0.3.0-1build1), golang-github-go-viper-mapstructure (= 2.4.0-1), golang-github-golang-protobuf-1-5 (= 1.5.4-2), golang-github-pelletier-go-toml.v2 (= 2.2.4-1), golang-github-sagikazarmark-locafero (= 0.12.0-1), golang-github-spf13-afero (= 1.15.0-2), golang-github-spf13-cast (= 1.10.0-2), golang-github-spf13-pflag (= 1.0.10-1), golang-github-spf13-viper (= 1.21.0-2), golang-github-subosito-gotenv (= 1.3.0-1), golang-go.uber-atomic (= 1.11.0-1), golang-go.uber-multierr (= 1.6.0-1), golang-go.uber-zap (= 1.27.0-1), golang-gogoprotobuf (= 1.3.2-3build2), golang-golang-x-net (= 1:0.27.0-2), golang-golang-x-sys (= 0.38.0-1), golang-golang-x-text (= 0.31.0-1), golang-google-genproto (= 0.0~git20210726.e7812ac-4), golang-google-grpc (= 1.66.3-2), golang-google-protobuf (= 1.36.7-1), golang-gopkg-yaml.v3 (= 3.0.4-2), gopacket (= 1.1.19-6.2build1)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager2/vip-manager2_4.2.0-1.pgdg26.04+1_amd64.deb
Size: 5016088
SHA512: 58e156859944314d11bce57c37f771c1c7ecf5d7f15cffd310931a8fbaa87a0c13c3b1d3a5f84bdfea5ba9d835b104d08d48325af37404996cdc8a4239e503d4
SHA256: 3ebc078410da5dc903b62247263fe3a222ba8d6325ae7731e02ecc620d34994f
SHA1: 2a9b302b429fde45cc288f40958be7dcca08de86
MD5sum: dbaab5bb9e6c92ef7876e8f5a22a0f23
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
 .
 This package works only with version 3 of the etcd API.
Timestamp: 2026-04-29 13:17:30+00

Package: vip-manager2-dbgsym
Package-Type: ddeb
Source: vip-manager2
Version: 4.2.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16741
Depends: vip-manager2 (= 4.2.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/v/vip-manager2/vip-manager2-dbgsym_4.2.0-1.pgdg26.04+1_amd64.deb
Size: 5498744
SHA512: 85c8b80a94973c87e829b632bc51274ad5af531c602b8fc71eb0c95593ebbd164d01c4e8a3075f544313b13322ff00583289a9b030d208af959f9712d7062473
SHA256: bfb5506aa61d243d077c0a87215a51f552ce54db19464ede72f83c0216add110
SHA1: fbc0e9699f92275dddf32e1baa8cdbbaab2ea712
MD5sum: eaa74f3f8ec538eee0fb0402c9263045
Description: debug symbols for vip-manager2
Build-Ids: 3aeeb472e068878879013c8a5870af63416869d1
Timestamp: 2026-04-29 13:17:30+00

Package: pgagroal
Version: 2.1.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1458
Depends: postgresql-common, libbz2-1.0, libc6 (>= 2.38), liblz4-1 (>= 0.0~r130), libssl3t64 (>= 3.0.0), libsystemd0, liburing2 (>= 2.3), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Homepage: https://github.com/agroal/pgagroal
Priority: optional
Section: database
Filename: pool/main/p/pgagroal/pgagroal_2.1.0-1.pgdg26.04+1_amd64.deb
Size: 573692
SHA512: b65159d9fec90744d273dc80449305385d5b00d170ffe0a18f9b7c3673ac78c7f7c7cb9e5dc5f8e75f281ea91da594640dbd1b4df9c599ab497347f500bfc61b
SHA256: 4d721f990a91567b8580ff0ddab9d565e657b9f236d2debe69f6dafab8c89321
SHA1: bc7259bb7a3d5aacd116aa95e4dff534388bb0b7
MD5sum: 3cc059c9c8d9e8f2570bbe88be3b2d1b
Description: High-performance connection pool for PostgreSQL
 pgagroal is a high-performance protocol-native connection pool for PostgreSQL.
 .
 Pronounced: p-g-a-gro-al, named after Agroal in Portugal.
 .
 Features:
  * High performance
  * Connection pool
  * Limit connections for users and databases
  * Prefill support
  * Remove idle connections
  * Perform connection validation
  * Enable / disable database access
  * Graceful / fast shutdown
  * Prometheus support
  * Grafana 8 dashboard
  * Remote management
  * Authentication query support
  * Failover support
  * Transport Layer Security (TLS) v1.2+ support
  * Daemon mode
  * User vault
Timestamp: 2026-04-30 11:48:11+00

Package: pgagroal-dbgsym
Package-Type: ddeb
Source: pgagroal
Version: 2.1.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 972
Depends: pgagroal (= 2.1.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgagroal/pgagroal-dbgsym_2.1.0-1.pgdg26.04+1_amd64.deb
Size: 642780
SHA512: 04e4be02929e4bf31eb5dd85ea5f371f8a46224041349265a9c7b44cb40442bbd418d5069a42c392c34d20f35c7414962a6aa5fb16850b7999b0006d3dca32d1
SHA256: bdf3306fbe20d8f5a8b457f25beb4cd4a616d7722d327178094f796f592ad574
SHA1: 9a8f604b8570a3c3d2cdc17373e1682555e725fc
MD5sum: da93b3b5e9db4b873c39efcc3fbd5ed3
Description: debug symbols for pgagroal
Build-Ids: 12757669c72a6c287ec2d308d5ca07baddb29241 2f24e4baeb2c727c22a9f15f0a3110a1d8cd85f8 75131e6596435e7cef8cad092e0a7e7150b079ce 95ce4ff50695720ab8228f6a0d544d2eb3a2405d c4ed6a6382073a67b7edaf4711e680340e201add e4527f766fd046ca2b2b0aea0da05d26270bbae5
Timestamp: 2026-04-30 11:48:11+00

Package: pgwatch
Version: 5.2.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40049
Depends: systemd | systemd-standalone-sysusers | systemd-sysusers, libc6 (>= 2.34)
Suggests: grafana, postgresql, prometheus
Homepage: https://pgwatch.com/
Priority: optional
Section: database
Filename: pool/main/p/pgwatch/pgwatch_5.2.0-1.pgdg26.04+1_amd64.deb
Size: 13484120
SHA512: f9e681eab2a324e31009c6a3d01d438e0bf4316e7b951b4a3dc6bc025728179dcf839e6e133b05bda8089e8644a6c2aebab693e3a9d9f592688c5e02685879a2
SHA256: 14c0fa34795a909708cb05b0561c6b494c3aebf828f2a074be54b65680247170
SHA1: 772b8901015e83e3909982e55d1beeb9ef42c0e1
MD5sum: e36a64e2845c3b1e271993ebadd5b53f
Description: PostgreSQL metrics monitor/dashboard
 pgwatch is a PostgreSQL monitoring metrics collector, using Grafana for data
 visualization.
Timestamp: 2026-05-07 11:28:17+00

Package: pgwatch-dbgsym
Package-Type: ddeb
Source: pgwatch
Version: 5.2.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10291
Depends: pgwatch (= 5.2.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgwatch/pgwatch-dbgsym_5.2.0-1.pgdg26.04+1_amd64.deb
Size: 7525232
SHA512: c9814b71cb130706385fe6493245e2458978ce12014b79a338ec68088b2f8d57b1caa168012762de1ce8b2ec8d043e5549c533437d14122d2eecf97a8f22a253
SHA256: 99ec61f84808ffe3ca33a43b748dadf45a2c6dc9c55c3e39c5e319bd792d97e6
SHA1: f5ba4500f39a54f96603104039b4d1c2bde997e8
MD5sum: 4223429b7434a4db11da778268da52b4
Description: debug symbols for pgwatch
Build-Ids: 895b6c04099d86e8cea8b1b9e4944096be67c428
Timestamp: 2026-05-07 11:28:17+00

Package: pgbouncer
Version: 1.25.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 577
Depends: postgresql-common (>= 26), libc6 (>= 2.38), libcares2 (>= 1.12), libevent-2.1-7t64 (>= 2.1.8-stable), libldap2 (>= 2.6.2), libpam0g (>= 0.99.7.1), libssl3t64 (>= 3.0.0), libsystemd0
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Homepage: https://www.pgbouncer.org/
Priority: optional
Section: database
Filename: pool/main/p/pgbouncer/pgbouncer_1.25.2-1.pgdg26.04+1_amd64.deb
Size: 236520
SHA512: 500336991f46b234a5a6123866adda9a41fc985923e539e187566555834d93d736c1e512986480b01394da4387ed22e31e39f351d9b81abd0fb35565630f0722
SHA256: 4557de20fee69c53a231c5294bd687852d615bd051af72db763ca50791fe8962
SHA1: 5d12b5ade0ee17aa85947fdb8d2a29af89a030f9
MD5sum: 135a0683a01b172a06e55302009b54e7
Description: lightweight connection pooler for PostgreSQL
 PgBouncer is a lightweight connection pooler for PostgreSQL providing the
 following features:
 .
  * Several different methods of pooling connections: session pooling,
    transaction pooling, statement pooling.
  * Low memory requirements.
  * It is not tied to one backend server, the destination databases
    can reside on different hosts.
  * Supports online reconfiguration for most of the settings.
  * Supports online restart/upgrade.
Timestamp: 2026-05-09 15:39:28+00

Package: pgbouncer-dbgsym
Package-Type: ddeb
Source: pgbouncer
Version: 1.25.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 816
Depends: pgbouncer (= 1.25.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgbouncer/pgbouncer-dbgsym_1.25.2-1.pgdg26.04+1_amd64.deb
Size: 567108
SHA512: ae4d22773589b28c9ff5ea8ec2deabe1f9b99721506194194fa87880f3a945a1009ce37936675ff42b5cb32b305816433a31684bf4987dd195d03ab25a5bf542
SHA256: 2eb49c750e41fe3a9dd558c61ba4518ea415930f0b9bb220f596d571642265b1
SHA1: 55dce9c60b91cd012da66b5b8f9b5d0c95feebaf
MD5sum: 50dca2f422efe80af7ec5fc925261c13
Description: debug symbols for pgbouncer
Build-Ids: ba4e069199a3b14954c75e6b3021a13a677f7012
Timestamp: 2026-05-09 15:39:28+00

Package: pgformatter
Version: 5.10-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 279
Depends: perl:any
Multi-Arch: foreign
Homepage: https://sqlformat.darold.net/
Priority: optional
Section: database
Filename: pool/main/p/pgformatter/pgformatter_5.10-1.pgdg26.04+1_all.deb
Size: 69812
SHA512: f26e0a131f65f832fd160cbda4d6da344601ea1dcf51826ee294b1db16c809d87cae8174d98fcbff97060c01b90c118f588bb17489ec03277a028f0fce59ca64
SHA256: 55ac2842665d8fe5fcfb9d370416d720698b7ce923157dd0689ab02a51808d5b
SHA1: 436789a94c865dc58b5f2ed7fdf6dbde9822b014
MD5sum: 9c559282b2ba4ea83a4fb0f0f77ba6ba
Description: PostgreSQL SQL syntax beautifier
 This SQL formatter/beautifier supports keywords from SQL-92, SQL-99,
 SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May
 works with any other databases too.
 .
 pgFormatter can work as a console program or as a CGI. pg_format will
 automatically detect its environment and output as text or as HTML
 following the context.
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-10-numeral
Source: postgresql-numeral
Version: 1.3-9.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 104
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral_1.3-9.pgdg26.04+1_amd64.deb
Size: 24036
SHA512: 62d22c7c73335e4ca572de75946452c56c9f350549f7f4c596aa757dc7a63bc643af6939c74bf5a5c49202f37f4fe75f678cca65217abc2128e237e1f7e2628d
SHA256: feb9c2744ae0e01076ebe1b38a5a2d8c8e73ab45b7373f2d0829bc8f4e6e3f3a
SHA1: 0d5acbf04a12588333aed19ee68d6229dc388c8b
MD5sum: 4ed9ef313fd7ff2b9172d9abe2e19318
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-10-numeral-dbgsym
Package-Type: ddeb
Source: postgresql-numeral
Version: 1.3-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 92
Depends: postgresql-10-numeral (= 1.3-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-10-numeral-dbgsym_1.3-9.pgdg26.04+1_amd64.deb
Size: 45320
SHA512: ae064ae45cc63f4cbde2e5353ae910a42afd8275571aa1780601d7980242a54a21c352125e1c94c79db1b4105842eadfc9e9338a5b4f3e4bb2ea7a0454c9f1f3
SHA256: 1ef0166cc23d6e86b267dacf64b9f26b908e3c3e2db223d4cf8bcbd421483be3
SHA1: 55a334338356f470c016ca9efdd41ec9fe9285bd
MD5sum: 3e7c3369d0aa645e426da3de73f5eb57
Description: debug symbols for postgresql-10-numeral
Build-Ids: 52bd7c2b51a5eb275f52ddaf7e11e06abf075572
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-11-icu-ext
Source: icu-ext
Version: 1.10.0-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-11, libc6 (>= 2.14), libicu78 (>= 78.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext_1.10.0-4.pgdg26.04+1_amd64.deb
Size: 38508
SHA512: 5106e8def7f7cebdb19d5d2e40489416be5c35c1a036e49e86451162bc0cfd2fd0b7977f6f77146bbce7547c2c5d9d7d15f8f145d02e11196147a06f18d0b1ae
SHA256: 230990b297a7a8a1265d73a22f510e5ddbc45d6a103009e75135a7b0623cbcdd
SHA1: ed43f498f5e6ef7cdec8a62d6ce80f51a52f65ff
MD5sum: 433dcf49c870ba7e0a9cb1bfaa2bebb1
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-11-icu-ext-dbgsym
Package-Type: ddeb
Source: icu-ext
Version: 1.10.0-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-11-icu-ext (= 1.10.0-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-11-icu-ext-dbgsym_1.10.0-4.pgdg26.04+1_amd64.deb
Size: 94656
SHA512: 62f35fb42dcb35845986134a69c6e479f4b2021ec911beeb0104b47d54f5d4f11096d5ead66362a8cd70f9c4d69cdf0286672acc61151a4c2ffc82014b393c44
SHA256: 5be4b48ae40d78d6a7c3d07935ad0e88954109e89dc0361cf126ed13dd97fd96
SHA1: fd3717070f27f06cc4ef69838caff19a10f48324
MD5sum: 53acef419e705af40fc54952870bc491
Description: debug symbols for postgresql-11-icu-ext
Build-Ids: f3a55d31ef4dbf4429e537b90eed2c9a8f9b5c96
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-11-numeral
Source: postgresql-numeral
Version: 1.3-9.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 104
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral_1.3-9.pgdg26.04+1_amd64.deb
Size: 24032
SHA512: 71cc7c6e7436eae8f2809a1a727d319e843eef1507d63d3fe32398c4ad42e6ba50e9a2c1cfe32529521c63b5ad14f0b5eb7bbcc21c4083d34b22a8e791566eca
SHA256: 673f495d3ca0790f2aeecf5b61d8684e94deee9271772af84f6ff5df3eedf8b0
SHA1: ae8f9ef3fb6c72286eada4b5e48f28cf1fab0d5b
MD5sum: fc16e31786c0182ac2a73efd4dc3bb3f
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-11-numeral-dbgsym
Package-Type: ddeb
Source: postgresql-numeral
Version: 1.3-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 92
Depends: postgresql-11-numeral (= 1.3-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-11-numeral-dbgsym_1.3-9.pgdg26.04+1_amd64.deb
Size: 45336
SHA512: 4e9a5fdc6507e3da2f7958666030d4b90781575b7192ca058fb3243f8790f68e3ae1609679710daaf39b45a21aa693a59a6fd809c43d0c4df10bf588172dd31a
SHA256: 93f1214d6f349deff01316b692aa2338455b86ec195a324d3441a6816dcd6e9d
SHA1: f80ade9394085c741eedcff5ca3059e9f401fb28
MD5sum: 748ab7125cc22fe2971eb8d2895ecd99
Description: debug symbols for postgresql-11-numeral
Build-Ids: f6ce592e300561c799476197ad02a15fbfe2dcd4
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-12-icu-ext
Source: icu-ext
Version: 1.10.0-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-12, libc6 (>= 2.14), libicu78 (>= 78.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext_1.10.0-4.pgdg26.04+1_amd64.deb
Size: 38420
SHA512: 2ec37310c6c8f45ef2d99a1db2141372f718e3c5324b1f0da85c0c0c1eedd76f14f51a9ac4c05eb2f5187a5a246d3507b9978b841cc17b386c99627e6d6754c1
SHA256: b5fda6292aa3baadcdac328683e3b9587b27970542de766fb23b1bb79b96bdab
SHA1: 209feb4275e011d2d2edbc4c6daf67c5726c7d9c
MD5sum: 05d610437383bb697656dcf3b99a7541
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-12-icu-ext-dbgsym
Package-Type: ddeb
Source: icu-ext
Version: 1.10.0-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-12-icu-ext (= 1.10.0-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-12-icu-ext-dbgsym_1.10.0-4.pgdg26.04+1_amd64.deb
Size: 95996
SHA512: 03ee076705795e627708a7881722228cb0ee57aa002c6e21fa67227bc1e26981a98df9afa264f017ec7f8232fd99a5a6c65ae6505d04d8b8b96bf392fea4fa68
SHA256: 4c95dad6fca89a93c48640691543ec2010b02d42f279c7c71c6fbaad67aa5789
SHA1: baf0d7973df94c19bb2966742f35ab1437e4fe9a
MD5sum: 02b57c8d3cca8b39887fff53c0a2bdd4
Description: debug symbols for postgresql-12-icu-ext
Build-Ids: 863c5e6ebf459695f887079bd78bc29b216936d0
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-12-numeral
Source: postgresql-numeral
Version: 1.3-9.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 104
Depends: postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral_1.3-9.pgdg26.04+1_amd64.deb
Size: 24012
SHA512: 9e2ab219e4d7e2b4963c39b28c2cf1ae2ce7e5b016bef29bccfc394cedc631d2092510c72faca68576fa36d9e22ee4af032d765c4dfd25f393ef58b5fff14f1c
SHA256: ac238e6d345226cf0da89d7b7aadcb49a733b55c84c820d1c4d6ec7cde25e720
SHA1: a5e0575c84a0a13c5aadbb2c7b216ae924067405
MD5sum: 82d378b393bf7317fc22ab5c9ad6ba2b
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-12-numeral-dbgsym
Package-Type: ddeb
Source: postgresql-numeral
Version: 1.3-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 92
Depends: postgresql-12-numeral (= 1.3-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-12-numeral-dbgsym_1.3-9.pgdg26.04+1_amd64.deb
Size: 45336
SHA512: 29f972fe4b0ba43082fb2f3b3d9a5a223f1fcf74266999a7c88714aa3419436012ece495ccc92486af3940455945fb47881057a011b3e720dd005f153a0b5d61
SHA256: 6c3545fb8c8068e5012f0faaf61c7ef85171efb18e1d84f4876b25e0230a23fb
SHA1: e204a22b2defefd484c24ef5d500eccc29540470
MD5sum: d533bff5983a2bca367754130bf1fd0e
Description: debug symbols for postgresql-12-numeral
Build-Ids: 9da0cddfa1f13cc0a1aee4ed8ca3e4f3b0f98220
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-13-icu-ext
Source: icu-ext
Version: 1.10.0-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-13, libc6 (>= 2.14), libicu78 (>= 78.1-1~)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext_1.10.0-4.pgdg26.04+1_amd64.deb
Size: 38876
SHA512: eccf569a73e7ac1009970c22dab5e53fb93ef0818aadb95bd60b62d76fc7fc8546b829b78e228d44f86e91245e6eda24c47fd202bf56af87b3e049565c056846
SHA256: 46715c835c523fcdcb3ff805d0e271f9910c343934e368f9de8b4229d57b366a
SHA1: 124db3093e01a6b1598711f59439a39c12fcee81
MD5sum: 3bfe3222efd0935ed709f367f725378c
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-13-icu-ext-dbgsym
Package-Type: ddeb
Source: icu-ext
Version: 1.10.0-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-13-icu-ext (= 1.10.0-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-13-icu-ext-dbgsym_1.10.0-4.pgdg26.04+1_amd64.deb
Size: 95960
SHA512: 36ab819d65c7b8212405490dcbb528ebeeec3268f407c8bfeb5ab9259f22ee8b8c518e4403576b694ce2a98c2a7bf392526819d9881fc698575f2c24c9cb5bb5
SHA256: b0e52fe0f4b8eea4aa46f4dad0aef24d27f76efb6bf8b167a94120c5c6089acf
SHA1: 520f901c13f983926f09689e998f214ae0100d6f
MD5sum: f233229991d9c6aac26fa3434bad6998
Description: debug symbols for postgresql-13-icu-ext
Build-Ids: cfbc2a5dea368f3bdb32cade5c89ca8a7d1c6d74
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-13-mobilitydb
Source: mobilitydb
Version: 1.3.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3240
Depends: postgresql-13-postgis-3, postgresql-13, libc6 (>= 2.14), libgeos-c1t64 (>= 3.10.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-13-mobilitydb_1.3.0-1.pgdg26.04+1_amd64.deb
Size: 637324
SHA512: 5215571ba720593e9dafc63f4ae9c60e6b2fc06c19661dd07ab8a2aef5d9aad46f4995a522d5d8957d53ea56349e3375cbca4f0f1e57f4b8192bd8a0b2df57dd
SHA256: 41f1312c20e275b0f01c1ebea9298a4c82cff5dc5d36c539bb449b762c983ea6
SHA1: 1e906728d6e1bc4c965b0ea1fc7e61171f1b51bf
MD5sum: 576a2c0bbd8157e4356be8117a3f6a2a
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-13-mobilitydb-dbgsym
Package-Type: ddeb
Source: mobilitydb
Version: 1.3.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2618
Depends: postgresql-13-mobilitydb (= 1.3.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-13-mobilitydb-dbgsym_1.3.0-1.pgdg26.04+1_amd64.deb
Size: 1959352
SHA512: 1dd75072816b24223ecc1bdfb8d841f2ed4d50f7ec4f737e5cbc0143353ccbd379ce5e3ba39456692ccfa9b1e4eeea53218cd465ee7900ac070ade97515978c5
SHA256: 9ee226329d812f711745e0789b95da6ca33ce8b82f562a81be76a6084a3b4986
SHA1: c09c97711dddf679102744894fb234ca77326118
MD5sum: 1b23160178e59e409d6cb8566cb4f0ca
Description: debug symbols for postgresql-13-mobilitydb
Build-Ids: f9b30ae2881214c6c6016c4532ed3552b9a482f9
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-13-numeral
Source: postgresql-numeral
Version: 1.3-9.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 104
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral_1.3-9.pgdg26.04+1_amd64.deb
Size: 24056
SHA512: d1377a26c4fee02c2f746df26831163ff4b2b434ef9f8b48ad8da4631c5dda7825cfb7bdb89d7708089d651b379a896960bafa0874e522ec0c09b0bc22b09b0a
SHA256: 8246d07c99a08eb25dda15484e4ae04ed129565ef318058a2321439d12d81f5d
SHA1: 14a9a415ac4a937c768d1e1e5b00a8aa3ba71f63
MD5sum: c8e72b2ac2804b387a4105d56d8e399d
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-13-numeral-dbgsym
Package-Type: ddeb
Source: postgresql-numeral
Version: 1.3-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 92
Depends: postgresql-13-numeral (= 1.3-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-13-numeral-dbgsym_1.3-9.pgdg26.04+1_amd64.deb
Size: 45300
SHA512: 0cff8dff4668bc3c572eb90af084e2d14e4b9c5a3a8434c6d539ca0a48edb38cad45536f23853459d4ed2c09ef9f2e59fffe51d606b8b481f750e7da48f3306a
SHA256: 31988338febd872d39e0842f2f6ec9c8b6be5fea49fc5a0f79f30d0c1729efeb
SHA1: 319b3fc7a3bb7554d599b72803fcda04218737ed
MD5sum: 64687076d6a4fe4a7e9b0b485ad427f7
Description: debug symbols for postgresql-13-numeral
Build-Ids: 4d031dde52148b2427a47d147927a9640c10675f
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-14-icu-ext
Source: icu-ext
Version: 1.10.0-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-14, libc6 (>= 2.14), libicu78 (>= 78.1-1~)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext_1.10.0-4.pgdg26.04+1_amd64.deb
Size: 96316
SHA512: 51b6c9b8b1179e112b2c3d0abe9a9db1790e00d5684daa777a751b235284334c9bf19d4c66ac5b858139fc11380ead628cccab57e2899791346ac1fc242f6678
SHA256: 2a34df048ea16f162d4977f76b0abc16137183bb56261afcde3260835da5fd03
SHA1: ff68db6e042aae36ed61ddf7a41bda0b12891115
MD5sum: 15d0f0bb82f1acb7b5b521594897919a
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-14-icu-ext-dbgsym
Package-Type: ddeb
Source: icu-ext
Version: 1.10.0-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-14-icu-ext (= 1.10.0-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-14-icu-ext-dbgsym_1.10.0-4.pgdg26.04+1_amd64.deb
Size: 96496
SHA512: 979af1a3e78114f7b779b1d027cb0bd12f39d471064daa70c5304e2c7d352b142efcbda8287a40700e558f1e448530955469bc7c1950f4a2b213d3b11523fe2b
SHA256: 50c7ef80c2d28101e7649845121986533868c68439b738f696fbe9d4626d1e2e
SHA1: cff641cce887f78af95dc5acad8a7340d89c55c6
MD5sum: 0ba61390dc2730bd8b687eecf8966f43
Description: debug symbols for postgresql-14-icu-ext
Build-Ids: 105852f8a57d0d83baca6bfd44c5c725edfcf766
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-14-mobilitydb
Source: mobilitydb
Version: 1.3.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3240
Depends: postgresql-14-postgis-3, postgresql-14, libc6 (>= 2.14), libgeos-c1t64 (>= 3.10.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-14-mobilitydb_1.3.0-1.pgdg26.04+1_amd64.deb
Size: 637484
SHA512: 028819b556c6717910475ddb5d90815f3a74a68d7708b0db56c2d28b26205f6713a652c7850c248600be0a6b6c81e81a27fd53318ebf7ec7f158368e157ae1e2
SHA256: e0bc19ae55ec1aa8366d748f8cada4d9cdfe3b6ee1ee83e1ca67c6c79417fdac
SHA1: 189c7e30896bc0db85a5a669e4287de25c762c7c
MD5sum: 9d6f0e7c22441ebf07e61b33e4cbb85f
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-14-mobilitydb-dbgsym
Package-Type: ddeb
Source: mobilitydb
Version: 1.3.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2624
Depends: postgresql-14-mobilitydb (= 1.3.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-14-mobilitydb-dbgsym_1.3.0-1.pgdg26.04+1_amd64.deb
Size: 1964040
SHA512: 1e78f8aa39fb048287672bf7b8707314f874d230c2d07bb32cb86521e79d24e39fd1494ac6eb65a1c142f49ed67f8df2f5299c0f215602e311f7b18eff5cfb4c
SHA256: ee35d769547fddcc7907515d557ed22b8bbf59c07c4d1a849ae3c76201118396
SHA1: be6563f312ab4296e2020070d90a19a226c4e1f3
MD5sum: eb088439886ff4aa040507a30b2e85ef
Description: debug symbols for postgresql-14-mobilitydb
Build-Ids: 16563d478805be7f973f93a58ef91994cec54bdd
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-14-numeral
Source: postgresql-numeral
Version: 1.3-9.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 254
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-14-numeral_1.3-9.pgdg26.04+1_amd64.deb
Size: 76884
SHA512: da86e5ef13c19156cac63ce2aa67d187fc436d776c3195729ee656472a4f276d4c3ba3fe2352cf4eafd81f2e4db15656969a72d5c6f919a2a1a7805999487981
SHA256: 216853052c2ffe030625c6c30972d4a0791f05031eea5c66dd765b1ec5b95ca2
SHA1: 53ce06e3cfdb72499f6fa843527ac5e42c630da2
MD5sum: f6eaaa8c6bc0066dbebfebe7e69784d4
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-14-numeral-dbgsym
Package-Type: ddeb
Source: postgresql-numeral
Version: 1.3-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 92
Depends: postgresql-14-numeral (= 1.3-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-14-numeral-dbgsym_1.3-9.pgdg26.04+1_amd64.deb
Size: 45320
SHA512: e2db9f3f348502e812bac4dded8ac0b396271ecc878fbbe230f55065d1ad1fde36f4946d9f5801694e319a2c884b357c422bd6cf8ee16b4a1a60eb816ae27405
SHA256: 4eb38066b9283a3bb253220ed05e661128c88b232e604582c4fd5fee5e50de6e
SHA1: 19512bbcf59181880c989772ddab78dc3ae2f08a
MD5sum: 63c029dc2f5940acb8cd81a052060310
Description: debug symbols for postgresql-14-numeral
Build-Ids: 12465556c2c32ce6cb9be19e3c0adec5e1d3f7e7
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-15-icu-ext
Source: icu-ext
Version: 1.10.0-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-15, libc6 (>= 2.14), libicu78 (>= 78.1-1~)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext_1.10.0-4.pgdg26.04+1_amd64.deb
Size: 95964
SHA512: 72d7219416219419da62ac8a3c7e8bf949a2c727f603287ece11840b59afb05c116eafeeb20d0164b621347da372de77de7fd792c30d8e725674a8d3472c5a0a
SHA256: e425404d3f357db4a3e34877fcc1e87eba4177197bd77c2db11c811d5417a0e2
SHA1: 97c26da83ac331777cc65727520912d4ec4d8cd4
MD5sum: d9dd2102d4e11e497500c5c63ad8436f
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-15-icu-ext-dbgsym
Package-Type: ddeb
Source: icu-ext
Version: 1.10.0-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 147
Depends: postgresql-15-icu-ext (= 1.10.0-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-15-icu-ext-dbgsym_1.10.0-4.pgdg26.04+1_amd64.deb
Size: 96632
SHA512: c41ca7873aade98509f23365024325ff46779c815951a45caea37e7da584c548a5effa33f4d4cbf0bef89bab007728fc516005de8414e75f95ea542e5d806e11
SHA256: dc1e4f94de549586c97d6971b83d5be475018ee9bf824c6b50d8f28a049079cf
SHA1: bc2e3f70b54085e5b68429323b274d5b9c69e2ef
MD5sum: e1c5c5a151c8bbc0181068d2da4f9c8c
Description: debug symbols for postgresql-15-icu-ext
Build-Ids: 226d32e51a73a7232d962668ddabb9d6057d6b4b
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-15-mobilitydb
Source: mobilitydb
Version: 1.3.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3240
Depends: postgresql-15-postgis-3, postgresql-15, libc6 (>= 2.14), libgeos-c1t64 (>= 3.10.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-15-mobilitydb_1.3.0-1.pgdg26.04+1_amd64.deb
Size: 636488
SHA512: f14e931d7e1bf055b9ce10915c5174bb6b12fd59b9d44498c97beb77d2a6f661e36523b1f539139b84ac11ea6054fd8be0d6dd58b76089a9f356286f336f4495
SHA256: 0dadc2da8e61f2cdf5c5016d5b1b5192f456b093e6f25b00dbf79695d4b96264
SHA1: eae79bbb6efb68181e3dfbb56a237e8fe4d7b6f6
MD5sum: 0ed6a643d04284b1dd42e6458dc03606
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-15-mobilitydb-dbgsym
Package-Type: ddeb
Source: mobilitydb
Version: 1.3.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2626
Depends: postgresql-15-mobilitydb (= 1.3.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-15-mobilitydb-dbgsym_1.3.0-1.pgdg26.04+1_amd64.deb
Size: 1968016
SHA512: 1c124782be66a753b87797730ea6bd3d2e28455770a6adc474346c83d33763da0c448b9c095ba303964c3ee0034237f5a42923a1ba83df067c8e1a104275030c
SHA256: 3a6729b673699730a2e308602d2622f9fffda176f1be18ef14ccada5e55ab839
SHA1: 5da14c2a15f149267650e7ffa30d3ec3221a91ca
MD5sum: a08f8f3b3a2c496967170fd3fdbb90a4
Description: debug symbols for postgresql-15-mobilitydb
Build-Ids: 9203145c1673e7ca38b8dd1190fc6b371b8f04d6
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-15-numeral
Source: postgresql-numeral
Version: 1.3-9.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 254
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-15-numeral_1.3-9.pgdg26.04+1_amd64.deb
Size: 76880
SHA512: cdef1103e2e5bb87339a10709b742606eede4df658a0a3df46472e527cfbc8a082fa3b502353d23d901b491ca90f08c9f739ad830ee9d3a5a74cd465d16546cc
SHA256: 8e98a9edaa1c97d62832134f3bf19daf7867851d5e14f1ff87a466f2f0c84370
SHA1: 3a6f9d7c243f6eaa3b439269e4fe95aebe388c77
MD5sum: b0df925f1eeac25985739270494ff9db
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-15-numeral-dbgsym
Package-Type: ddeb
Source: postgresql-numeral
Version: 1.3-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 93
Depends: postgresql-15-numeral (= 1.3-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-15-numeral-dbgsym_1.3-9.pgdg26.04+1_amd64.deb
Size: 45416
SHA512: dc6d3c469aeb4ad1bcd9d0087761df13446485bca75c6083b3985271df05ff10866d3133ff1a40a2de7a0cd068896ef136966c20adcf91b527534a30c6f1b2c9
SHA256: 86bec80c0b55cb147974b8cd52871fc08da4aed2f9f2ba9f95ddfbe635bc9945
SHA1: d356035e3d71bbb6b51c83fdfaf30d73350f3e3d
MD5sum: 6d80a4cb20af0b9bf4fd644395d341d5
Description: debug symbols for postgresql-15-numeral
Build-Ids: 28f221f2292cae74491933e9e1798d817ceebb62
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-16-icu-ext
Source: icu-ext
Version: 1.10.0-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-16, libc6 (>= 2.14), libicu78 (>= 78.1-1~)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext_1.10.0-4.pgdg26.04+1_amd64.deb
Size: 96092
SHA512: 2d41acca24904ad9ab0eb5ca62cacb98497987b2cdcbec909003ead266052c3b88574ecb64ddba75f322fb32673a49c7a28bed9487058da5907479f3f005ba6b
SHA256: a5bd9631d723059452d24c7b752f98936e1858393e125f0161aa4d5cc5bf0b5b
SHA1: b8bab682b13b7e8c7464c512769a18d84af59437
MD5sum: a3740783e1c3bf5eb2cdc4f09eff6eab
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-16-icu-ext-dbgsym
Package-Type: ddeb
Source: icu-ext
Version: 1.10.0-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-16-icu-ext (= 1.10.0-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-16-icu-ext-dbgsym_1.10.0-4.pgdg26.04+1_amd64.deb
Size: 103192
SHA512: da094e13187178d80ba8324c99b36f8ec233a7154083986143f7dd1537356a34d77d218f47ccfc2b3a7da808d88121f08a16ad8b1ad235bb382e037b73db0bc4
SHA256: 32ad43402659d90a08156fcf25e94356d7ea2931f253a2e27ef3059792fc5206
SHA1: f7937e03c2c10758a7ba854991cd7e6749f906d2
MD5sum: 81cac9fc7ecfefac435a2b1c6cb8e710
Description: debug symbols for postgresql-16-icu-ext
Build-Ids: 0322fc0e406f2f10e60944ecaeed66e61b8a4395
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-16-mobilitydb
Source: mobilitydb
Version: 1.3.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3236
Depends: postgresql-16-postgis-3, postgresql-16, libc6 (>= 2.14), libgeos-c1t64 (>= 3.10.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-16-mobilitydb_1.3.0-1.pgdg26.04+1_amd64.deb
Size: 637092
SHA512: beedfae10d82bb12e81e783496529a4bd0b55aa1b78d68740d86c1e71bd8b33686eeed23a68839298b6045c9076e7c263941c5b87d3abf29097572275e70a3cd
SHA256: 55036da3435d3010d9aee7e602fc44d365d66b21fb728e9241d622d6d5aca8c1
SHA1: 53ef2c6ae38936254509d78d21436e8838181cd5
MD5sum: 8f884372706b8c4ad3493955407f3540
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-16-mobilitydb-dbgsym
Package-Type: ddeb
Source: mobilitydb
Version: 1.3.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2784
Depends: postgresql-16-mobilitydb (= 1.3.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-16-mobilitydb-dbgsym_1.3.0-1.pgdg26.04+1_amd64.deb
Size: 2128500
SHA512: a6217f12714a700354079699e0f05e335b66354cd9aada94d16cc296033626ace0b9fca9b8bb3aa5db195629ef8318fa08faa79d3a3c5d526247288434c70a9e
SHA256: 2b494c539d02bda3a2bd62749fdc5b80c1b237f4b52b97f38c849e7a53b6c649
SHA1: ebc7972aa6e20b70ba7de8d02ce40cb79d79776e
MD5sum: bf285a69dde86e79c42790336ec37388
Description: debug symbols for postgresql-16-mobilitydb
Build-Ids: f308fb20ec63830edbec4aa79908e610cb39df4e
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-16-numeral
Source: postgresql-numeral
Version: 1.3-9.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 242
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-16-numeral_1.3-9.pgdg26.04+1_amd64.deb
Size: 74944
SHA512: e68c4504c0426b16b953b06fbbf661aae5207fa43bfbf765a5861df25a9028bc35820fb20dcd554faf210f08521608c0cf826bd744c34d006201ae0e3dfd893d
SHA256: 37aa8cac169ab9dd2b479efb04645ff4325fe934de720d62aefc3bf96877f24c
SHA1: 1919aa9761cbfca407fe4e1860f7ffdcc5f11423
MD5sum: 31f77f4051005c681772ebb1dbf0e22a
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-16-numeral-dbgsym
Package-Type: ddeb
Source: postgresql-numeral
Version: 1.3-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 91
Depends: postgresql-16-numeral (= 1.3-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-16-numeral-dbgsym_1.3-9.pgdg26.04+1_amd64.deb
Size: 48468
SHA512: 761db37a13071cd617d66b527ff2b03c69027b73aa21bab8715c316f91f7fda63be1b98038f4c7089951dc876da95ff73421d682ee91b65206826aa9cc5ac2cb
SHA256: 4004e8d27b7b5ec1424e4bb0f2ce8ce61182664eebb6d0d8254b30413d2c0782
SHA1: 0184b437aeed471b3fc9f0313fd560bee61cc1eb
MD5sum: 446f32fce1ceeadc351e8033dd6b2f9f
Description: debug symbols for postgresql-16-numeral
Build-Ids: 11045e83e8372c161fc261c6b0edeb46c92f13ac
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-17-icu-ext
Source: icu-ext
Version: 1.10.0-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-17, libc6 (>= 2.14), libicu78 (>= 78.1-1~)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-17-icu-ext_1.10.0-4.pgdg26.04+1_amd64.deb
Size: 96064
SHA512: c7fbb6b558ec3959f284247565ec7e52a9c3d4a132f7e4d163908f3a1ed0cce28e0794bd101d4d54240acc0d138bc3f2c7b8a7c05230e33fa13810bd2ced00b2
SHA256: 3a6bcff28bdd9d5e2e71fda0df0427f9eb772fcf6feae7527c025f4eca3a1d0d
SHA1: d0533f4e19c7738dd99ad4250bdf3403de3a6638
MD5sum: ca1678fb730b404e2e9785a8c3217e94
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-17-icu-ext-dbgsym
Package-Type: ddeb
Source: icu-ext
Version: 1.10.0-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-17-icu-ext (= 1.10.0-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-17-icu-ext-dbgsym_1.10.0-4.pgdg26.04+1_amd64.deb
Size: 103820
SHA512: adaee6ae6695dfd94ebb76070573ed2689dcd7f69caa2a1e1143d34e281b1d6b6239b126df66899d74932c8dbf2cb1f7014e8d3ed7daa6f1760fccd3fa61d83e
SHA256: 339eff1710c9449291d93e2ced88fc345ed8cfa434ee7ec6b497c29f144b1c66
SHA1: acd5784dc7589ebc4c165b02bc254336109d7e56
MD5sum: 1e997b6bad9e4908b5da126b4002df67
Description: debug symbols for postgresql-17-icu-ext
Build-Ids: 8aa3dc54556e5f8e744703f69930c8cd1f53916e
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-17-mobilitydb
Source: mobilitydb
Version: 1.3.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3240
Depends: postgresql-17-postgis-3, postgresql-17, libc6 (>= 2.14), libgeos-c1t64 (>= 3.10.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-17-mobilitydb_1.3.0-1.pgdg26.04+1_amd64.deb
Size: 637576
SHA512: 649865b51b7821db25be8d4828388980eb5c728ad89fb216060777e7b4621642ebdad58f052529b5b30fbba9aa6debfc53d6761c2f5cd14de540c871c00212c0
SHA256: 482d020683ffe41360ad26771a6ae93df14be0e6aa434a0038454b3eae09901e
SHA1: 71ee956c6f9aec7f149256d7147804f24fba42c9
MD5sum: b8e26fb2c23e1ec8bb15637da09c8bff
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-17-mobilitydb-dbgsym
Package-Type: ddeb
Source: mobilitydb
Version: 1.3.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2789
Depends: postgresql-17-mobilitydb (= 1.3.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-17-mobilitydb-dbgsym_1.3.0-1.pgdg26.04+1_amd64.deb
Size: 2133120
SHA512: 5c3e954e984316c7e30d1e76f2ec552bb41e3846f692d35bd94eeca25a9c751818e9cd54114c4f32be3401bda77883af8307713c56e43053285f6472e25403f9
SHA256: 5fa5e443058f3a469e59d2a9c05f45514a5a06620d8109de7368179415f000dc
SHA1: f8be6ebce64635a6ec95ff075332c520e3ee8710
MD5sum: 6f93bf55e19d9646331a12c5dabefe30
Description: debug symbols for postgresql-17-mobilitydb
Build-Ids: f2949b028a931218d567e2f416d3adf59488e470
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-17-numeral
Source: postgresql-numeral
Version: 1.3-9.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 242
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-17-numeral_1.3-9.pgdg26.04+1_amd64.deb
Size: 74992
SHA512: 8aebabad23757ffbb39e8d638046fb14894c2a3961160f884fc7fec994800de5faa5c427245400b24ee0e00cadd5a6613969cfab8c6c8b41201012c3c75c0b3e
SHA256: 484fbb72bab10a146ee3d16824e5f1f6f59e11d18a7a0bcf8ce5ec63c151797d
SHA1: 2ed2903c6654e21442308de325c3a4c221d96cbe
MD5sum: c7bb2e046d2917f34293577cbbac22ed
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-17-numeral-dbgsym
Package-Type: ddeb
Source: postgresql-numeral
Version: 1.3-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 91
Depends: postgresql-17-numeral (= 1.3-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-17-numeral-dbgsym_1.3-9.pgdg26.04+1_amd64.deb
Size: 48500
SHA512: 7d1fe88d2d511ed3b1108ee35c5617855b9b1c96e8e46af04ac9efea4069b562a02fb46e4d8894fd5bebef21c1c3eadb65c710e8e5f20ce38d478939572d43e6
SHA256: 0b35b392b0881688646becd9554e1a17a4dbf55707cd51f191993c248a62c4cb
SHA1: 535190b37de191f9af457a260f8a02f13ea6beee
MD5sum: 748de687bb028eb8f604ffa580b92378
Description: debug symbols for postgresql-17-numeral
Build-Ids: bca2c5e25a0782d8142f4416b456ea358b4a378d
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-18-icu-ext
Source: icu-ext
Version: 1.10.0-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-18, libc6 (>= 2.14), libicu78 (>= 78.1-1~)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/dverite/icu_ext
Priority: optional
Section: database
Filename: pool/main/i/icu-ext/postgresql-18-icu-ext_1.10.0-4.pgdg26.04+1_amd64.deb
Size: 96160
SHA512: 7e1d3bb29e1d0aec45a9dd9710e1446f0c8dc753755d8ba530d52d873d213e6cdc5fbf3f21a4cd89d027a7f594741814ee9aba981c57edae7ed85b802adebf95
SHA256: ee3ed7137349d8c4958fbccbf993b25e6dea7bbb153224302ecb561d94d4b46d
SHA1: 82162c8add3b21f42f3e74bde2b5a4604baee5da
MD5sum: 1e4f945e1f05e44817a2e06673a7ef79
Description: PostgreSQL extension exposing functionality from the ICU library
 icu_ext is an extension to expose functionality from ICU to PostgreSQL
 applications.
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-18-icu-ext-dbgsym
Package-Type: ddeb
Source: icu-ext
Version: 1.10.0-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 155
Depends: postgresql-18-icu-ext (= 1.10.0-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/icu-ext/postgresql-18-icu-ext-dbgsym_1.10.0-4.pgdg26.04+1_amd64.deb
Size: 104100
SHA512: d2ab74fbf1fc08d1a92f94ee9dc4f01b7b8d59f32dab8bf76cf3f5c37f0d892e25e16234c0db33f88ec586accff5202e9cddb8efcf50baaf18c5d87a5eaba051
SHA256: f1632588c384d2431a170049b329737b98ebc4c090b87bb8e838627a84bb68f9
SHA1: 41edc257c46d8b1803c4a05aaa1f7c043a824d10
MD5sum: ae9fc9c7ade1e8e65b3e6cbf9843f721
Description: debug symbols for postgresql-18-icu-ext
Build-Ids: f5c55197e796af0a71caa1b4b241641c640de0d9
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-18-mobilitydb
Source: mobilitydb
Version: 1.3.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3240
Depends: postgresql-18-postgis-3, postgresql-18, libc6 (>= 2.14), libgeos-c1t64 (>= 3.10.0), libgsl28 (>= 2.8+dfsg), libjson-c5 (>= 0.15), libproj25 (>= 6.1.0)
Homepage: https://mobilitydb.com/
Priority: optional
Section: database
Filename: pool/main/m/mobilitydb/postgresql-18-mobilitydb_1.3.0-1.pgdg26.04+1_amd64.deb
Size: 637728
SHA512: f8fa1cd5444c35528c99106dbc15499264ce3d7c426faddf5fc658550d5314739804ba95de0f1eda0bcd1bd726e2857656d6904a3432f797e0fc84e6ad870508
SHA256: e8f680bde9787a0e8553d9ae23694f97fc0908eeb824826f9b765647ffbb0a50
SHA1: a10e7475424100d1da20892e62ccd9ce4cc95a3f
MD5sum: b0b0a954be6eff3c6fe4444a3c74211f
Description: Open source geospatial trajectory data management & analysis platform
 MobilityDB is a database management system for moving object geospatial
 trajectories, such as GPS traces. It adds support for temporal and
 spatio-temporal objects to the PostgreSQL database and its spatial extension
 PostGIS.
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-18-mobilitydb-dbgsym
Package-Type: ddeb
Source: mobilitydb
Version: 1.3.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2792
Depends: postgresql-18-mobilitydb (= 1.3.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/m/mobilitydb/postgresql-18-mobilitydb-dbgsym_1.3.0-1.pgdg26.04+1_amd64.deb
Size: 2136632
SHA512: 5d7c3b34de164d629414fc5ab70161c7cce8f898a62c861191476582505cfb75f2746e73ebeec446a375c0e38885443fb9336327d5e8d8fa5d725bd9709e6efe
SHA256: 2079e9ea5ded1f5599166990e05618005749210e91c1cd45eaee3780a6909806
SHA1: b545ce4431ee509a4e8bdc58896f590b790a33bf
MD5sum: 789e3883d1b84bdebd9ad8810408a125
Description: debug symbols for postgresql-18-mobilitydb
Build-Ids: 0607549fa47a0fde44e25924fd26c8635568ce0f
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-18-numeral
Source: postgresql-numeral
Version: 1.3-9.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 242
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-18-numeral_1.3-9.pgdg26.04+1_amd64.deb
Size: 75048
SHA512: 31da33ec7cc19435d25cee9c7dc3e7a6d83d1a23378f2d281d6b9437e0f45cfd83990da16a1562bd69c9cf5ccf8eccbfcc9b693856cd433b2aa7e4398e2ef51d
SHA256: 07132e1ffcbd72bf48f4e1116891cf9414f47d7e23b28fe148d49ec5412683b6
SHA1: 0b1dd020972ce887b976b4a8131abcee2780be08
MD5sum: cb80548863409c9bb33b1b45b3162de8
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-05-11 18:41:32+00

Package: postgresql-18-numeral-dbgsym
Package-Type: ddeb
Source: postgresql-numeral
Version: 1.3-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 91
Depends: postgresql-18-numeral (= 1.3-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-18-numeral-dbgsym_1.3-9.pgdg26.04+1_amd64.deb
Size: 48500
SHA512: 6bd2147b53ca632e3c41dc9756efff5d9c6b8a7a2ef62a640a5ea688a8277602e980c7e6db84fb4b84b0c7690461185d363d33c15b31ca09eea0454ba63b5472
SHA256: bc9183a4daf67bcc0bdfa6557ed064ca260e766b9b6eece3509ccc21d3f71f1f
SHA1: 72339e2bca3a691b59d50218766bc9928502f59a
MD5sum: 5d1f84ceba9e938e3a5831d4e3b4c960
Description: debug symbols for postgresql-18-numeral
Build-Ids: 8b08ae7766a9d795fd57355cb4f142a902d4f6d6
Timestamp: 2026-05-11 18:41:32+00

Package: libecpg-compat3
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg-compat3_14.23-1.pgdg26.04+1_amd64.deb
Size: 22736
SHA512: 7467fd44750eb77217a0929fb0f54809cfc0046dc323f72f496ab22f0bd3a8b9ab065dcaea71e92e7ef773fcea7fd720a470c7fcb1ec1011197e5f27bb244f30
SHA256: e122d51d3ac490db7a20c74cf7bd20f48848378e050a083389b0d13275357ddc
SHA1: ea665515f7cd5721437383ef4fe372576618ed5a
MD5sum: 9c1469e587ccaefff3cb9702a083da61
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:23+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 14.23-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-compat3-dbgsym_14.23-1.pgdg26.04+1_amd64.deb
Size: 17568
SHA512: b8183adecadf0a565842b8d0bcbadf1ad3ae2538d423fd2fb7275bcc116dd520f0e719339836280786d8c33de466a53fbeceaa6b766ae6db402ff09f3a78a0f3
SHA256: 455b85559841a7782e44d3faa7b033800cf46225d73eb96658eebbd705330f05
SHA1: 204982e54e9b6b9cedd88ccbf14a4b69a6dffe5d
MD5sum: 25e4dcce120ced3fdaa763e9818738ad
Description: debug symbols for libecpg-compat3
Build-Ids: 826fefe035ef48af3f101e668ec40205e39719d3
Timestamp: 2026-05-14 11:31:23+00

Package: libecpg-dev
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1599
Depends: libecpg-compat3 (= 14.23-1.pgdg26.04+1), libecpg6 (= 14.23-1.pgdg26.04+1), libpgtypes3 (= 14.23-1.pgdg26.04+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libecpg-dev_14.23-1.pgdg26.04+1_amd64.deb
Size: 292704
SHA512: dda504ef435d4c5b7d4e5fa99ff10ac26488e564a3edd20b683643790797b819269bb7dff1a219fc53a5bea7c5bf2c5172639cc5d41b13312105af297f30fec8
SHA256: 727b2982ceb9e31e07c37ba2a1989d8d6da9f8f9e88ee53129d5cf406c3905ac
SHA1: 2a32dee85794d4cf9e6b742149968ffafa1c85e3
MD5sum: ba6cd69acfc014e64a911fc264f21087
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-05-14 11:31:23+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1015
Depends: libecpg-dev (= 14.23-1.pgdg26.04+1)
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg-dev-dbgsym_14.23-1.pgdg26.04+1_amd64.deb
Size: 235392
SHA512: 01d8130857a23502ec3c337ed00a0f54394720edcc8082447a9417e56557f47865a667acc9f4b6d9184a4580214bc12c7737019c2a904fc8e2a9c1b24ee03378
SHA256: 8c8cc48c9d411c23b52cee5dfdfbca0182817a42665ae6564e7d48afe4644d8e
SHA1: ea78c81503756a9b5ee0a3545d6eb3b2ae31e2e3
MD5sum: 8a2f6514b5f1446c745b83ba5ddd5041
Description: debug symbols for libecpg-dev
Build-Ids: 1eb9e4ddc539284c00d3a5b2c7acd4b18c0326c3
Timestamp: 2026-05-14 11:31:23+00

Package: libecpg6
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 235
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libecpg6_14.23-1.pgdg26.04+1_amd64.deb
Size: 64640
SHA512: cf8900e92f7355b6a64a667cbae3ecf4ee2ceff87890ae05efa70a166fea247117292619f0ae2baeb80fa6ba29887dd80942ebeb75b7c2478b44cc59472e09b4
SHA256: bb5bfdbf058be899319817ff7a4f0415a37fee5ad14a2b99187bcabe1214ba2f
SHA1: 98598508284b7e7bce98809535f99fc930e84544
MD5sum: 82ee6fb45d83399435a387c3a688fae4
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:23+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libecpg6 (= 14.23-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libecpg6-dbgsym_14.23-1.pgdg26.04+1_amd64.deb
Size: 120676
SHA512: fc6e8a3ad5cd18a2cd154c2d4593d3f14580b2a5ba6530c790525069c65a6023fefe83090a2e68fad9b855ad3510a1bb2914678b290437397577fa591d110647
SHA256: 1ddeec76dafde0e2970971162a2b8f7ae1e6612f8c52592a17b701b4c0c53e12
SHA1: 4366ae0af6d04810d6f6571ad87b3c052b1571d6
MD5sum: 609bacebc78d198e6fcfba0e32a0aeaf
Description: debug symbols for libecpg6
Build-Ids: 9418b66a75bf683f5cf66b7cf0b09aed22ec1c9e
Timestamp: 2026-05-14 11:31:23+00

Package: libpgtypes3
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpgtypes3_14.23-1.pgdg26.04+1_amd64.deb
Size: 49224
SHA512: 8cfe4503edc78b6332732ebadae513c28ae9a5900cf735e0745516c4be8009e7988ecc86d42002fca2a64c9100e6ef81c9feabad209828ab7261ee14d51bea46
SHA256: cab70412580da4311661497c202d3dc3f8edb28477bdb660a582ef010aa9daf4
SHA1: 036d2f3dd62e7a828b044d573a1d909d024ae601
MD5sum: e9ae1307e56571c567caf02742ae1b1e
Description: shared library libpgtypes for PostgreSQL 14
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:23+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 129
Depends: libpgtypes3 (= 14.23-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpgtypes3-dbgsym_14.23-1.pgdg26.04+1_amd64.deb
Size: 91548
SHA512: b06d1d0aa0907fe0f1113ee4cc7a22138d324e520cbada36b05b73e10a5110c4cc143d82a94ec7bbc963c00844d36c279bc6c8456d538617eac58c881cedba70
SHA256: cefd77b582d5046eb8964891e7cde597bfd8b38daf66040e2c765e08bb1decc0
SHA1: a28edcc1c94a57c19c346f5b82e941a24e8cc32b
MD5sum: ac7d4651686a8482286e08a2de6b31f9
Description: debug symbols for libpgtypes3
Build-Ids: 0d96ff1f99e9aae7e4ba0928244feb1a2d42da78
Timestamp: 2026-05-14 11:31:23+00

Package: libpq-dev
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 585
Depends: libpq5 (= 14.23-1.pgdg26.04+1), libssl-dev
Suggests: postgresql-doc-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libdevel
Filename: pool/14/p/postgresql-14/libpq-dev_14.23-1.pgdg26.04+1_amd64.deb
Size: 149180
SHA512: df0cc6900fbda2d6e4353874266f4a234cb12621a221068163662478b28f58aaa35e15d354d8dacb9da9735af97704d44de91ba35c6896b5637b728ad478f8f5
SHA256: f8676ec5d47cd388bd0397ca6ce256af4ec56cf4e7bbf8fc30b69a20e3cd15b5
SHA1: 06f1a66b1baa6d4bd75bb1f02591c1c93c80661c
MD5sum: ab43d4af8f6cc98d219b85fb6a0a77a0
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:23+00

Package: libpq5
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 777
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 14/libs
Filename: pool/14/p/postgresql-14/libpq5_14.23-1.pgdg26.04+1_amd64.deb
Size: 186976
SHA512: f0a394f4632050c72f80daa4faf9cb8cb76ca29b86ea9d111ee2dd615c5e81662bb3004a238854c02d359472e767d835be5a0b441982f97bac0cc42b9b18ebc3
SHA256: 476718a30c845cac3ae59f8d3c8ebfe1070473a15660d0a9a2bcf84395b22a7b
SHA1: 5e3656359af1322af0393d799d1627f1b84237ac
MD5sum: 7ad5623fa5ceaca711250d7dffcf2860
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:23+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 502
Depends: libpq5 (= 14.23-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 14/debug
Filename: pool/14/p/postgresql-14/libpq5-dbgsym_14.23-1.pgdg26.04+1_amd64.deb
Size: 324960
SHA512: 24a2a8ea3c17bc07f23839ea948ef2129227a85d11eca4f50b4d2cabf7c4cfd896d91aa622358e206a4b77dd5d401c2c14392409a15fe576d07d60c47d70c4b5
SHA256: 24aa8bbfa58f3582323d91ec7571862554a48e6d130618374761e1f5cbf591be
SHA1: bddbe59ee77392d9310189a907c9ffa02c7a1eda
MD5sum: 09a71b9260b1d78f8d1caf15f67727f2
Description: debug symbols for libpq5
Build-Ids: a62180f5686e2269fe706a074e8cace03eb72430
Timestamp: 2026-05-14 11:31:23+00

Package: libecpg-compat3
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg-compat3_15.18-1.pgdg26.04+1_amd64.deb
Size: 22172
SHA512: 5674a193c7212f5d177d4b3b7cb3281b959ff96b02734ca5563416dd9347b706cc457737a9ee3fe08ae38a8d8374da465dd9d355c1e045540770e93fad3c9025
SHA256: 105bbc69762005e4371c1f2d22f1e1e8d14d9b593cef18398f9822ba77637526
SHA1: 7924906f081330da6a6dbd01d4fbe5c8f5c580a9
MD5sum: 0e4099de54805c0ebaf3e0fc966b1d9c
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:30:28+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 15.18-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-compat3-dbgsym_15.18-1.pgdg26.04+1_amd64.deb
Size: 17560
SHA512: f2548112489c9d023a4d010d0554c3ecb3b42a72fa8f617643dff314f549544a11bd9a1c35fabab42b9d673bbac2565054383a8c7c89f3ae8153f091abe332ce
SHA256: 279fbc23f5b2ec8f85c2942ba267165ed6ecd6751033aa6b705498d307339832
SHA1: 3595a6cbc0f9acf27e46fceb7b70d9da07e2031e
MD5sum: 0df51545383c61f53dbae14f5e6fe685
Description: debug symbols for libecpg-compat3
Build-Ids: c391d80de6ff6233057f9abc96d33818e38a7df4
Timestamp: 2026-05-14 11:30:28+00

Package: libecpg-dev
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1653
Depends: libecpg-compat3 (= 15.18-1.pgdg26.04+1), libecpg6 (= 15.18-1.pgdg26.04+1), libpgtypes3 (= 15.18-1.pgdg26.04+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libecpg-dev_15.18-1.pgdg26.04+1_amd64.deb
Size: 299376
SHA512: bd932adb79b1db0af8dfd0c15882c94efaa258b56e7f6634afcc1cf2ede203c6c89379d00b6b31d2468768040a54494152553a40d50691abac3618f8f38cae8a
SHA256: 2c86845b4e71d2f4319da42f63ca5e0a1e054ee5ea450d52004a81142797bc22
SHA1: 0d03709932c8933d16a7a4f6f6367761c183d6ff
MD5sum: ce0b799947a1cac93422b06b13ccdf7d
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-05-14 11:30:28+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1038
Depends: libecpg-dev (= 15.18-1.pgdg26.04+1)
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg-dev-dbgsym_15.18-1.pgdg26.04+1_amd64.deb
Size: 238884
SHA512: 8eadc2bb9c99b4d6bd4749e83845cc1e30487ec643511c64f0711bdd0980ab309d6838d1a590a3a783323d4a8909187be2670eb4ce47184dd67c1b88591e60c7
SHA256: b512b99ccaa05e20a5f160aabce14920c446ca625aa9c32c65a6a2cb84a60e85
SHA1: 72301d9a02f20fbf818ec3a2d4b2612e65259b71
MD5sum: b156841713c4228fcca67f46e78737dc
Description: debug symbols for libecpg-dev
Build-Ids: 1d3d15c0e95a996b75f2a6df22bcce24c64cecde
Timestamp: 2026-05-14 11:30:28+00

Package: libecpg6
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libecpg6_15.18-1.pgdg26.04+1_amd64.deb
Size: 65360
SHA512: e6a4172dc0d527f2a83870cd76ed141c056af7e71bae4fda925b651997316c40bd4f183db9ffc0dc0dc34199dea37f12126d35b88961b26797514c052c41e61b
SHA256: 76db257ff076521d07ed2f0109e36c6db01bfe3b872a24c7c227d9b65b8ed616
SHA1: 4ecb1b0ee3e6766bd47a8deecd50b08d55cef65c
MD5sum: 18c35d8f0ee5f454de423b52ec8e499c
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:30:28+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libecpg6 (= 15.18-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libecpg6-dbgsym_15.18-1.pgdg26.04+1_amd64.deb
Size: 121504
SHA512: e659259bb01b8ea9ef9cb28617b4e4107579035d88471f42b84e175da1f237a6b6a49aedf895e669c57144bda321f8977951412651b23028737c05eb33bd24fd
SHA256: 2a1d0e191505ee011560e2ad7c6235aca997f7d8b9361a25ed6fae1bb49b725b
SHA1: be46ff6a6f1eb630d5f8d84fea003d785fd1db1c
MD5sum: c42e712d1ccf358c4b8fc39e15194f87
Description: debug symbols for libecpg6
Build-Ids: 340af0d0d1d37dd9cf0f3e394afa33fb44ce37d3
Timestamp: 2026-05-14 11:30:28+00

Package: libpgtypes3
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpgtypes3_15.18-1.pgdg26.04+1_amd64.deb
Size: 49156
SHA512: 6c1b2e48956578456df372aefaf716aa70fe7c8cd489d248a9b7f0ba496259b531d69ce7107548d90b65348ef472c476482773eb0b46132c710491df5a57f284
SHA256: e8d0c6d7ad9e2187aeb9380956ef22f6949c75a070eb8d427abf9dc566ce9848
SHA1: 93a0fc8f2d6fdf45253cb5086c9387b9e0bc37a0
MD5sum: dfa72a01fa14690d24fed274d4d3ce3a
Description: shared library libpgtypes for PostgreSQL 15
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:30:28+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libpgtypes3 (= 15.18-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpgtypes3-dbgsym_15.18-1.pgdg26.04+1_amd64.deb
Size: 92196
SHA512: fd644c3a5f1d5b82fb98893057c2d43899f35e156d15eb88be73bf6ab927975930d339016362b69b820cd37b61ab1328c973244f39a51129b21a040f54f0e4af
SHA256: 34ce3f25ea84c2aea2f42554386157be3499a43abbbdafc2a8cee3a410936e62
SHA1: 111e7c9047d25e81b14a5bfef1d033ed3bdeb483
MD5sum: de94cbefbae4fdd23a63c36765c6f56d
Description: debug symbols for libpgtypes3
Build-Ids: 198c5b3f557c3b5166333783319113d5221b44af
Timestamp: 2026-05-14 11:30:28+00

Package: libpq-dev
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 594
Depends: libpq5 (= 15.18-1.pgdg26.04+1), libssl-dev
Suggests: postgresql-doc-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libdevel
Filename: pool/15/p/postgresql-15/libpq-dev_15.18-1.pgdg26.04+1_amd64.deb
Size: 151672
SHA512: 4ddcc7d13bb94083541e1940fcfb283ad4dff702ff13d5fe82829567e967e55346cc0ed77074558cc2af9fe6f50153b2d5341a5c777426ce219649d1a7a60afa
SHA256: 159245c6138d92c4169c6b2cc78a07341b805dc5035b3bd497b42bd5f3c4ff9d
SHA1: bc9bf7a8f68cdc21688dd4fcf44d5db235d88b2b
MD5sum: 6d7cb01dd998a915ad7583e9ce3d9c4b
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:30:28+00

Package: libpq5
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 874
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 15/libs
Filename: pool/15/p/postgresql-15/libpq5_15.18-1.pgdg26.04+1_amd64.deb
Size: 200504
SHA512: b87318e67a6e83d4243a187ae8fd19e4640a1983e4ef7560996de5e0cbaf7d5dda457d8708b4f17c5a3e0795eae9ac5eca0086723cde6f298d31d4e041ab0127
SHA256: d6d6c94be19415832199697c1c17f7c564722b7252e96ba1a9e0812e540b93dd
SHA1: 4d2074fba5fbe0def75fb328611f22de200f14e8
MD5sum: d7857106441e9b03ab201107b2abaec9
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:30:28+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 520
Depends: libpq5 (= 15.18-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 15/debug
Filename: pool/15/p/postgresql-15/libpq5-dbgsym_15.18-1.pgdg26.04+1_amd64.deb
Size: 336692
SHA512: 9d558f0a75527ccb2db70af5a6abbdbc4c3b5b2cfc66160a4db21fd761dce1e5b768bb552d580797e8a9dce334d034ab8ce8d0358926486aacf282e306f06d10
SHA256: 37c3f3ac298fff1acf9c30d7be8c4e79b31d614355be04e1da75c6d599162a81
SHA1: 23694d65df973955dc114b8df4a15a914280099a
MD5sum: 572deab58855da8e4afa186e2410a1db
Description: debug symbols for libpq5
Build-Ids: 992702fac2fbcb0fda2772370cea354e03d01625
Timestamp: 2026-05-14 11:30:28+00

Package: libecpg-compat3
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg-compat3_16.14-1.pgdg26.04+1_amd64.deb
Size: 22404
SHA512: 044a049eb6bcfec207a907b558ebf7348ada4626d980d0440aab9252c63f0c9ea3977754b9ba8c0bc38fa819c0fa3a57167051ac1a1033f2375038cc8b3d5933
SHA256: 7ac87dd17800fd540513c1988f70296a3eb95bc6464831b9da9c37615fd605a1
SHA1: 0a7de1ad5a06cc914f4ca8c970d03621c7dc98cd
MD5sum: 9b60bb5c466693374d408dcbd9e69b41
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:29:30+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 16.14-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-compat3-dbgsym_16.14-1.pgdg26.04+1_amd64.deb
Size: 17544
SHA512: 00cf4fe4f80ec52a0dcd26ea66500f8882a9964b386de5d4692daea6c92d36636c38d1cf2c20b30a815d3cc2b248240bb7ecbc3a20e6ab546039c7bd6239c845
SHA256: 6999bbdc5788b8d72299091d1dfa9fd8047efb0165e9bf942946f3470ee2deed
SHA1: 2fb03e1614f1a3daab283f701f074dc00580e12a
MD5sum: abd32bda6d4b111d54c5cd57effe1274
Description: debug symbols for libecpg-compat3
Build-Ids: a17d0e7e1a678bb52981c98cbdeba1b7c651515a
Timestamp: 2026-05-14 11:29:30+00

Package: libecpg-dev
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1668
Depends: libecpg-compat3 (= 16.14-1.pgdg26.04+1), libecpg6 (= 16.14-1.pgdg26.04+1), libpgtypes3 (= 16.14-1.pgdg26.04+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libecpg-dev_16.14-1.pgdg26.04+1_amd64.deb
Size: 301376
SHA512: d00dd4c41cef8a43feb51f6cadf10d851f6f3eedd3a277097a1b1d18b5871fbfa666f2861957475aa396495ba15255a6aaadbfd25a560aba26882029c6e67812
SHA256: a11e9cac7f51064e4eeb2fd0137ab256fd131b8cd7b7654832f3fbdfefb47a51
SHA1: 18d9f50021846427efd92c68140294dd11f9eced
MD5sum: a5cb097f3ee553032202e644692cee33
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-05-14 11:29:30+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1052
Depends: libecpg-dev (= 16.14-1.pgdg26.04+1)
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg-dev-dbgsym_16.14-1.pgdg26.04+1_amd64.deb
Size: 238612
SHA512: 4aa9e412df5ceadda065bb5513f6188882f63afc1173df27d5f333adb51eabe9b4fdca87215ea0596fe906e501481f9dcb9d501bc02ceaaa0bd3735c630df69f
SHA256: 9874ee927a07d8c431f2b287a476c0eeb86ac056df014638bfe8426f968c169d
SHA1: a5f55c821736e98c1b523af5f0de44608582d88b
MD5sum: 70325e65f31426145b30b45b09151221
Description: debug symbols for libecpg-dev
Build-Ids: a8309b38f7c779062b5931be54ffdf166e03a3bd
Timestamp: 2026-05-14 11:29:30+00

Package: libecpg6
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 247
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libecpg6_16.14-1.pgdg26.04+1_amd64.deb
Size: 66228
SHA512: a9ef3cf66fe34825e3dbd095a342d5358b6527ac6cb6a40d75723d1882e5d0b9a10739defc6486108182e5b1221b69eb9311714091fa3e54e5cd4cb360139204
SHA256: cac2f288ed352d2be8b46e48e80e2c4671c6b34d524de099ed9d6d80dec04898
SHA1: 842cc60dc9119e1507775bb940a0c04ee93da097
MD5sum: 9c45ced484b3bf3f2c2d12d6660ce40d
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:29:30+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libecpg6 (= 16.14-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libecpg6-dbgsym_16.14-1.pgdg26.04+1_amd64.deb
Size: 121240
SHA512: ba5d86ff06757bed8737554291fcf5305802e8bb8ae7510b980031bdaff0e09b8a605aa7f20a3d128661c56b61ad9075e47dc512a512c63041a72c9d79fa4ee1
SHA256: 1acfb3c8e5178a19fcbcf0739c0246445ff43d1046af45fb43c8a7e0900927c7
SHA1: 57ceb6bc209ea010407a529aef99f23eb3d7e036
MD5sum: d74142444cb45d49dd925ce00fdc9267
Description: debug symbols for libecpg6
Build-Ids: d306d42974705134d6378dee340af1a3c9f3e7cb
Timestamp: 2026-05-14 11:29:30+00

Package: libpgtypes3
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 121
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpgtypes3_16.14-1.pgdg26.04+1_amd64.deb
Size: 49240
SHA512: 72e1809561feaf4529eaa2c9e74da4d2349dad6d9c416cd0285bfa964fe23dad7d1eca6ad813a571d1b930552030f88af2d8fd99c6700e1164d404b3072786a8
SHA256: 5b77644cad5b9769a9e0dff40993dd770db435eae5da578e043c160a3e0f2f9e
SHA1: 3a78fdfa0660473081d5fb70aca5c61b46ddc5d0
MD5sum: f1371a4407d7c4e353107d1349b3159c
Description: shared library libpgtypes for PostgreSQL 16
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:29:30+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libpgtypes3 (= 16.14-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpgtypes3-dbgsym_16.14-1.pgdg26.04+1_amd64.deb
Size: 92064
SHA512: 4861f5121b498a041107ef1f3ec38a20b9f1b3e43deca9ca81d774a39bcc0a72248587634d1fc6b46d788322239812c82a365cbd63156f6b2b4b8dcd45a04b7a
SHA256: 2d3ed87d8e3a1e12af6c9416b71ea974ff7143865e12997857f7600b87fcc0d8
SHA1: 1d67fd9ac9ea8d96edbda67a8977470883f733ea
MD5sum: ec38a789fca4cdf813e90b318001f3e7
Description: debug symbols for libpgtypes3
Build-Ids: 538ea31da4bc814275f4cdc88802d7aadb9e3e0a
Timestamp: 2026-05-14 11:29:30+00

Package: libpq-dev
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 593
Depends: libpq5 (= 16.14-1.pgdg26.04+1), libssl-dev
Suggests: postgresql-doc-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libdevel
Filename: pool/16/p/postgresql-16/libpq-dev_16.14-1.pgdg26.04+1_amd64.deb
Size: 153220
SHA512: 1143068b44c78e44e80f668c1e22932b2d0c38154bb9a803a93cfe5e630321756f41644d0c655b9ecb1ee76ea3145feaa4aa1e6aeb14e7a339fb0e425c9cdbd9
SHA256: ff78c99b9c261780631dd9857c346f41e09999d8c49b1134471f8c99740ef5a3
SHA1: d7d1a71f1185a2d08837faaf8bc6760a561f9cf5
MD5sum: 3c99baa477fd2c844647ebc0d7ecb891
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:29:30+00

Package: libpq5
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1068
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 16/libs
Filename: pool/16/p/postgresql-16/libpq5_16.14-1.pgdg26.04+1_amd64.deb
Size: 228472
SHA512: 909d4d4c1f6fbcd75a995b652a105ac93223e32fc85756e5fca1627abf09babbe2ec1216eee993cd06bbea79f10b7dec8e58d0814bf383d76cc75208c8473dbc
SHA256: 265fd50dc90b7a8a46da44d5af1c11604ff1398b77335957c8a915f99bc782c2
SHA1: 30c3771dea581570cb4217dcba58dcc82914d294
MD5sum: ee1d6f8889ea38bf2bd9583f24cec84a
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:29:30+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 511
Depends: libpq5 (= 16.14-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 16/debug
Filename: pool/16/p/postgresql-16/libpq5-dbgsym_16.14-1.pgdg26.04+1_amd64.deb
Size: 323268
SHA512: 51793c5ebf5d162bca8199c4a9e99152092f51a7c57d8c3a085b357788fb28271ab7100321a50d88d9af30955f76c5be57dd0bf07053036cec3bc5b37ca28e07
SHA256: 63fc96208c7af86ec0006cbbfa1fa045d8c765a909d5349fef92784e4fc455fd
SHA1: 1da22b305912ab638145e70c198eb65c636a64c8
MD5sum: b978fccdea0f5ea9d52a5fec5a67ef4a
Description: debug symbols for libpq5
Build-Ids: 5da9ba78c3118424bbfa3cbab2d765618ad68c80
Timestamp: 2026-05-14 11:29:30+00

Package: libecpg-compat3
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg-compat3_17.10-1.pgdg26.04+1_amd64.deb
Size: 20280
SHA512: 76bf86a11ae9ed874b31c7edf6140eededdbf1c00880089336c3e4029662127abeb9c72ac8dc764986c3f5f7e9a84be8d3905165857da4e3cf2ee7444b459f2b
SHA256: 0aad79cc9905f93bb2bb483f2959f6754825e4008261f8fb729b1c9a2138995e
SHA1: 239af800263d2a7d3ecbf06b0b2e3ee51db52f12
MD5sum: 7533f4a92b7907e562aa7844855f2c68
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:28:34+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 17.10-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-compat3-dbgsym_17.10-1.pgdg26.04+1_amd64.deb
Size: 17624
SHA512: 66851b36b840d9f3e00f30e4c5c7aab08cc58a4ef6763068e0cb5a7231e9887e244af81c34efbd66d0ef02b98bc6319e0f0afc1baf02c3269fd2179681de4b51
SHA256: a46087cc45d9966ec97c56c987a85aeedcefba17e687ba7331298885ae4a1a79
SHA1: 380741b5fc71f0b7a0d9a40826d566994e7dc33c
MD5sum: 5f3d05dfd426e1e6c59073e58d22ac00
Description: debug symbols for libecpg-compat3
Build-Ids: c6728a2dd6ee3017008061781bd9bcfabaa0b52a
Timestamp: 2026-05-14 11:28:34+00

Package: libecpg-dev
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1710
Depends: libecpg-compat3 (= 17.10-1.pgdg26.04+1), libecpg6 (= 17.10-1.pgdg26.04+1), libpgtypes3 (= 17.10-1.pgdg26.04+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libecpg-dev_17.10-1.pgdg26.04+1_amd64.deb
Size: 303816
SHA512: c9c2f99a2b1840b7d16868851d9155162f7a25b928d512bb0bff099f3489cb5c39bd0736ad224f14fa8bb71a8c2cfde18dcd19d6882504ad9c5e6b69f209935c
SHA256: e5c01ac975f04ec9be3bf9fe9a4ccda6894a929b1bcb00bd91e9354fe27d91f8
SHA1: 75c9f80d9dfbf260f94fe81f22656a4f6e782b8d
MD5sum: fefcaf004f714c511e831c2d6c0f492c
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-05-14 11:28:34+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1096
Depends: libecpg-dev (= 17.10-1.pgdg26.04+1)
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg-dev-dbgsym_17.10-1.pgdg26.04+1_amd64.deb
Size: 245344
SHA512: 12d8263ed94db2a91d84d1decc8b9b2dc5db8e0ff611de7b9179ac1cf03dfd69e7cc07bb9f78ce47a1d0c83b9ad05da2fc43a23c7ce324395b7ed8bd749f82e4
SHA256: 6540f38f6790abb69c9d433ca4942db48745c999a8fc72ef1e6818845b35e79f
SHA1: 1b48faf4b76d339c6c513164fe9e84518cee3c0c
MD5sum: c6388fc35b0ae9c99d18d0eddbf3f740
Description: debug symbols for libecpg-dev
Build-Ids: b47956f12064d4995a7466e1db3c7c383b4fb67b
Timestamp: 2026-05-14 11:28:34+00

Package: libecpg6
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 244
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libecpg6_17.10-1.pgdg26.04+1_amd64.deb
Size: 63900
SHA512: 6f77a12e8f7b5351420ae038abf3bf7f9aeaaa9503c5e58b51902db4ddd16afe88dc4fbd29011bc3cf6976c327314e4fd91f2a029c60987797baf5bead483b4f
SHA256: 1071bcbdd5ddded7ec009586e2d05ebefb8c335ca8a033801204f03500564dc7
SHA1: 2f4edfe856fc094d948a2743fb18bbfae1dd6901
MD5sum: 6eb0a2edc3c02ba96de9c05324b26d6a
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:28:34+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: libecpg6 (= 17.10-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libecpg6-dbgsym_17.10-1.pgdg26.04+1_amd64.deb
Size: 121212
SHA512: f74c43b464a155b56cee55f3f9336eb97267afd7a395e8e6f1e2b6eea761ae0d1c13fe24573f8f8cab107a6bfbba40b05784f3c1a632da491d52625a53a45358
SHA256: d4a2adf5996aab8bc66f67eb86be9638c58223bdc056971ed94730c38f0005c2
SHA1: 6007bd1ad859b0187a42d05bb837d5064435a2aa
MD5sum: 42a56f97540d4b980c54909e2317859b
Description: debug symbols for libecpg6
Build-Ids: 70589e7a40474faaf61cbfe7159ed649bb9c7bfe
Timestamp: 2026-05-14 11:28:34+00

Package: libpgtypes3
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpgtypes3_17.10-1.pgdg26.04+1_amd64.deb
Size: 46956
SHA512: daa6cbd02f87a0749af8c4e5093f755b7d1b0fd1b39fd66b10dcfbe34b7f0c8f7a55155f485d126f217d9752d283ce526566624bbff1b9e226fd03b795428acf
SHA256: 66bb45b4d73b66d46d7a706df2649a0a9740994868db2a9d6dcfc11f5039393c
SHA1: dc8a1f712d803d64d2a6852e02c6ed46ad7834a8
MD5sum: b85e5efa4745a64669d5f390be127149
Description: shared library libpgtypes for PostgreSQL 17
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:28:34+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libpgtypes3 (= 17.10-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpgtypes3-dbgsym_17.10-1.pgdg26.04+1_amd64.deb
Size: 92012
SHA512: 790ae8e999bf64aeb25edc3c19a4caae45b47ca2ad20436ac8bff91088a86913287dc52d728207906272a4695a267f01e87fd8f2949c223ae32de709630b3011
SHA256: 0e10ea317febe5237a155df200cfe2bd8cda96be091812b5521872e10f5c3339
SHA1: 6216e00bd9e9abffd4475f2b3e15ce6714c6ce49
MD5sum: ce3020f0d27a002e2fb5677caa28ff3a
Description: debug symbols for libpgtypes3
Build-Ids: 8614b44f2d58ddb3e895d862fe394433120e297f
Timestamp: 2026-05-14 11:28:34+00

Package: libpq-dev
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 608
Depends: libpq5 (= 17.10-1.pgdg26.04+1), libssl-dev
Suggests: postgresql-doc-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libdevel
Filename: pool/17/p/postgresql-17/libpq-dev_17.10-1.pgdg26.04+1_amd64.deb
Size: 155084
SHA512: ea51cd53bbfe1f56c99cfca45e85bd7f1f52cbc95ad7c2ddec2ca733cbc3047aef0e7ee47128a163e769670c96a24b6efb99d75801e998750f39ab8212658bf3
SHA256: 0378053df43e4ee3e728185890066c34d94b8a3df12be3888c6404b15c1a0f35
SHA1: 169987daa00521e35c8797ee74ebf7e845e20d2f
MD5sum: ee0920f24ad9c8026a7330a42226ce08
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:28:34+00

Package: libpq5
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1082
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 17/libs
Filename: pool/17/p/postgresql-17/libpq5_17.10-1.pgdg26.04+1_amd64.deb
Size: 232004
SHA512: 5ea95c82784628d12ad687833c2e4ed88e85e9a1c41dba473fb49c5e4dc6ffeb0a7607d4350198bd3d4134e6539cbc9326a1f1217f6d871deb40f00481fd8c07
SHA256: f3a9bd19544499250c5a2765d1eb9519a20ff73512113cdc8d722058f0cd8ab2
SHA1: 1c04d1abef8e14aff20a2cab07af159364490be5
MD5sum: 1ae88eead9f4bda6d3973691614ba8e9
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:28:34+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 521
Depends: libpq5 (= 17.10-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 17/debug
Filename: pool/17/p/postgresql-17/libpq5-dbgsym_17.10-1.pgdg26.04+1_amd64.deb
Size: 331352
SHA512: 612b33e01d0c852d4ea807546cd008f8ed58f95d9c16a9e06d969d62eb2045dc4ab0ddcc81d2e7a5c01661d588ab1a5e69f3628fdb4031c36efcbbdf30d042d2
SHA256: 165b92d3bea9e480a33c0e5e49317b9fd92b479fa7ff1512918041a5bf53d444
SHA1: eda18c86af3e5aff06a5926b1692e8b06412d234
MD5sum: 20e5523919ce0f17b085845f37ea36c7
Description: debug symbols for libpq5
Build-Ids: bdebd7a148ae677546ee658fd24707172e93a3e3
Timestamp: 2026-05-14 11:28:34+00

Package: libecpg-compat3
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libecpg-compat3_18.4-1.pgdg26.04+1_amd64.deb
Size: 18080
SHA512: 4a586c8e2b7fcebc812fd5fc8da7ff66f9d1c89aa16de6b040ef5f34cb2d68020b12fd587253afc6004a32e1adabd0ae8a5c951687b2bb872375e7c856d5ac69
SHA256: 5ff6fa940a62e262ee8f4f171f13c8463811156853d1e80fcfa03126eb161256
SHA1: 4e715f87a35a88468c80bab126d4f436ba73d47f
MD5sum: 4ad38320290b0355a84c9a0989435dde
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 18.4-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg-compat3-dbgsym_18.4-1.pgdg26.04+1_amd64.deb
Size: 17676
SHA512: 9afdd45fb441b080c1f3c686dad3ab724e694b26fed74e538dd32e8490ce16cba5bb73e1c0a1e25ce92fe5ff3b355a27989177130270d508d49d806326976733
SHA256: b8ed7eb3847b9a2a49f641c4be1620dbb3f7cf8a608eb035726e4dd9cf452954
SHA1: 8c5130633eb62773a2220ff14a1a2f9c9197fe1b
MD5sum: 48d0101a8882d29555039d3b420812bf
Description: debug symbols for libecpg-compat3
Build-Ids: 44b87532a1ddaea96d4c06475ac955ee7de5899d
Timestamp: 2026-05-14 11:31:21+00

Package: libecpg-dev
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1538
Depends: libecpg-compat3 (= 18.4-1.pgdg26.04+1), libecpg6 (= 18.4-1.pgdg26.04+1), libpgtypes3 (= 18.4-1.pgdg26.04+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/libecpg-dev_18.4-1.pgdg26.04+1_amd64.deb
Size: 259980
SHA512: 23c55ea921908963bef5467959756b577dced3aa6cffeeba5d661b0799f84933304b6fe4cd78fc434bbdfc55c72ce487aff80865780819a38d356f2d81ede79c
SHA256: ba9e49e3756d8bad35f85370feeec14894555df78e9318da821a1ebf0919c6cd
SHA1: 105bdaca73819227537a297b5fd7a116c9a2b240
MD5sum: c4b2a68c2ce8aa28a0fe1fb86c2fa4b3
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-05-14 11:31:21+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 965
Depends: libecpg-dev (= 18.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg-dev-dbgsym_18.4-1.pgdg26.04+1_amd64.deb
Size: 161336
SHA512: f0c65b055a4b63b3967ce40be934527d109adad04e9b9028915941d06ddc2ffb1b239acd3c4aed50ab4e1a5881ef61975d6ca7817d18ea95ffeeeb8cc23747fc
SHA256: 8167daf8de4c5d3f393ea906d7572772384896ef3150bf3c7c734c7fcbfe7224
SHA1: 1e9ba8f8321e04288b6a2eedb92840955dfe555f
MD5sum: 110a530a48a8fcaba078483511e0d01b
Description: debug symbols for libecpg-dev
Build-Ids: 8150fb96b9e0a8184675ba633931335591cbbf16
Timestamp: 2026-05-14 11:31:21+00

Package: libecpg6
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 242
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libecpg6_18.4-1.pgdg26.04+1_amd64.deb
Size: 61752
SHA512: 57bd0397a627935d78705883ba389c77f34e05755422e4f2a090b88089a3f7a248459f1fc8acff55bf528a1920b4d722478f05436e386cc990b592c3b62f4167
SHA256: f34f65a226b8b0d12c2b38f4fd34a6ad0ab8c6a62ce6dcbbf10fee4464cce7b1
SHA1: 93f2718e8c014d19a891c5dd8206a3ca853a16c5
MD5sum: 2561fa868652a0077c90e668a8e995c5
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: libecpg6 (= 18.4-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libecpg6-dbgsym_18.4-1.pgdg26.04+1_amd64.deb
Size: 121116
SHA512: c142e0314bb8ae0c03e3907417efdee51b35b2c344da27c5fd267e90ffb2ff8c5afef53b75b5648a9def7f3da1c4b96e80832dcac9b999fba1cf49c6a055e2c6
SHA256: 0ecedca2e8550b56a508a9ec7c098cf0f67cfe12e9336a1cd015fa3b812de321
SHA1: 82eea632034c3252b059f1541e1567a8dae9cab0
MD5sum: 27c9ec3ee948670a4e1b06e64aac3d23
Description: debug symbols for libecpg6
Build-Ids: 55a4ce2b9462fbb7cf69b2f570f6608a91f4b70e
Timestamp: 2026-05-14 11:31:21+00

Package: libpgtypes3
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpgtypes3_18.4-1.pgdg26.04+1_amd64.deb
Size: 44712
SHA512: f5ece6079187c3a45f3e54c160e5928e96df4adfa4997e32fc4627e26666e93d3eba920653bb4b7022fb93d28d28418e0b614c34d56db018f518b76d5f7fafa6
SHA256: a149b4cee8c4c1cfbbf6d23f8c013ef1adca95ab51907a214f5b3cd00725affa
SHA1: 3a1418bc8411cefc707ced9e741ad8d817de8e38
MD5sum: 0e8d89294434c9a4f8010d42400a4962
Description: shared library libpgtypes for PostgreSQL 18
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libpgtypes3 (= 18.4-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpgtypes3-dbgsym_18.4-1.pgdg26.04+1_amd64.deb
Size: 92184
SHA512: efab20352a07f347c6f7e0eb9ee29b9470e48c56e17f2433727384a3e18680c70e7906cc6146d2e9c968e9f9561506b1f5609a4033580f88c4c594a13fba7721
SHA256: c74c3d772d61ce9232b510ef5ac0a52decef31cf510999640c13dd9366d886e6
SHA1: 9b10d1ea9842f2cea6fd8b6fa98b84aa2aca2b1d
MD5sum: 72b2f60c5b9838313b868b9f9e24e556
Description: debug symbols for libpgtypes3
Build-Ids: d5542e7b8464b8efe59e0dcf5dc88ff0bdc24541
Timestamp: 2026-05-14 11:31:21+00

Package: libpq-dev
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 680
Depends: libpq5 (= 18.4-1.pgdg26.04+1), libssl-dev
Suggests: postgresql-doc-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/libpq-dev_18.4-1.pgdg26.04+1_amd64.deb
Size: 169616
SHA512: 86995c6579872445c86a3bf4ca48b9dfd4602965420727e8a1cfbaa11bc281e8d301936dd0c66c64035d37d547f21ea9579157c352fc351b6fb333ebffb21a43
SHA256: 4176a5bb1280332f965c56c59c568a00d977d6a3f9888dbbefc2f9b2bb63f1ea
SHA1: 6c440816d90c4150dea8a00ecc6c89c42b64e657
MD5sum: 349723b40318e5445dbe98aa3fb38cba
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: libpq-oauth
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 110
Depends: libpq5 (= 18.4-1.pgdg26.04+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.3)
Provides: libpq-oauth-18
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpq-oauth_18.4-1.pgdg26.04+1_amd64.deb
Size: 39040
SHA512: bfd1fbcad7ca9ef7b4fa2d64591a1e76e1f24bc63b487d61c4eb0175e0b39f415321785a6bec4a23262a17b3c3a0565abc4493f040f69bfb17e9a97d00ef279d
SHA256: 6c5acf576be287334f452e91675416dd810a5c901b4616c4263e41ed30475747
SHA1: bcb167a28badeaa37650458cef08519107eded10
MD5sum: 103cf5534a33a6f782f768efd5b31658
Description: PostgreSQL C client library - OAuth flow
 libpq-oauth is an optional module for libpq5 implementing the Device
 Authorization flow for OAuth clients (RFC 8628). It is maintained as
 its own shared library in order to isolate its dependency on libcurl.
 (End users who don't want the Curl dependency can simply choose not
 to install this module.)
 .
 If a connection string allows the use of OAuth, and the server asks
 for it, and a libpq client has not installed its own custom OAuth
 flow, libpq will attempt to delay-load this module using dlopen() and
 the following ABI. Failure to load results in a failed connection.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: libpq-oauth-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: libpq-oauth (= 18.4-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpq-oauth-dbgsym_18.4-1.pgdg26.04+1_amd64.deb
Size: 95652
SHA512: 50fc0baf356ae6830b7866478b6c908db81f46700ccab22c44aaf1b891b92b363a01be6d58b605437dbf2b0259a88d308b8f224eba91d3db0a1bc9aab9b1b4c8
SHA256: c82a496286b2bd74b0b7955ccac6c1297fadb564703a489fc6f3f44660f07193
SHA1: ae8c2e88e1fea8ce63d1b8f225b07de2b8bf916d
MD5sum: 30a9658eb3f7bc12557c0702ae316ce6
Description: debug symbols for libpq-oauth
Build-Ids: a2fb171fb00799232e17316804ed21dc2ff7643b
Timestamp: 2026-05-14 11:31:21+00

Package: libpq5
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1241
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Suggests: libpq-oauth
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: libs
Filename: pool/main/p/postgresql-18/libpq5_18.4-1.pgdg26.04+1_amd64.deb
Size: 258632
SHA512: a0fd6a269ea638133ff1a7bc138e356412458b9c347fed6ef28e128524fc49f677fa2089da80b8bb67e2de3a8d1d8e275100e8f41928f72ffec87c2a07c7f6bb
SHA256: ae7268947f1e3b60503c6e113c4cc279e73695176eb3bcdbf0879868aa652b25
SHA1: 263cb196fad22bfd317ab7ef3e0fbd31333ff1fd
MD5sum: 0bd30ece422a15efab331dcef5b917e5
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 574
Depends: libpq5 (= 18.4-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/libpq5-dbgsym_18.4-1.pgdg26.04+1_amd64.deb
Size: 370864
SHA512: 8f88a2c16939ebd9377cd68065c120ffab7035d92f9efb45f71d41a237b89003e2e72b543cae3a3538f438fff181ff9e110c42ce4c2d7f91432dd11cf896204d
SHA256: ef94f982c41e9e9649ac943dd1e97dad7d4ec843dbe1a966397fbbc90a150b3d
SHA1: a2442842d409f1a336b6eb91419a822d622f537e
MD5sum: 092a20fa826342f23ee249e60c94deec
Description: debug symbols for libpq5
Build-Ids: 76c08944332e8c85be419e6f1ce93c10696c4c4e
Timestamp: 2026-05-14 11:31:21+00

Package: pg-statviz
Version: 1.0-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 817
Depends: fonts-noto-core, fonts-noto-extra, python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-pandas, python3-psycopg, python3:any
Recommends: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/pg-statviz_1.0-1.pgdg26.04+1_all.deb
Size: 543240
SHA512: 27e7fd043ac44c04135902e47081b82177509e3d27c34077aa9e24add1be1645f0606ab75fb39df0055fbcc3ee1383a4f19d731d860f3d39c6babca8bb57edcf
SHA256: 287d17884a2ae66afe028a2cb9dbdd0c5684a53a7fa11f9abdcb7ad0a3fcd938
SHA1: b4a60cab327e7761eb08c280412ee69aa320223a
MD5sum: 3d09e2212bf16a6c7c1b1ebac233fcb4
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the pg_statviz utility.
Timestamp: 2026-05-14 11:31:21+00

Package: pgcopydb
Version: 0.17-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1849
Depends: postgresql-client, libc6 (>= 2.38), libgc1 (>= 1:7.2d), libpq5 (>= 14~~)
Homepage: https://github.com/dimitri/pgcopydb
Priority: optional
Section: database
Filename: pool/main/p/pgcopydb/pgcopydb_0.17-2.pgdg26.04+1_amd64.deb
Size: 759276
SHA512: f9223ee47bd0699556b663cf1fa882dd63de72077315d09f6948186c9ef8284282df14675f8c49386ea80e35edcb855131a9ee17160e19bb727e9aecc9e05ce5
SHA256: 5e51e99f22ec89734991bfc9c881c40f38f36c2c1da33536e84fea8fb3b1adfa
SHA1: c4d619561a27f0df2c7917a89eaf8612556032f9
MD5sum: f8b0c2f83dd6be458060cf483694d01a
Description: Copy an entire PostgreSQL database from source to target
 This tool copies an entire PostgreSQL database from source to target. It
 implements `pg_dump | pg_restore` on steroids, including advanced concurrency
 tricks to make the operation faster.
Timestamp: 2026-05-14 11:31:21+00

Package: pgcopydb-dbgsym
Package-Type: ddeb
Source: pgcopydb
Version: 0.17-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 2926
Depends: pgcopydb (= 0.17-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgcopydb/pgcopydb-dbgsym_0.17-2.pgdg26.04+1_amd64.deb
Size: 2380116
SHA512: e784b25ba8f633d1cbfa8bc9a2d18bd8e7552e6626fa77d76355b8df7048ad94baa4d51857eeb62b3013b885d6933ba842ce850eaec52092be47c954e17e8865
SHA256: fdf0a28b7fe9d8f86a8a291b6625b625e33805759cedebcef4915fbddc871935
SHA1: bf776163c35a35fabfd41bf4eab1f5bf60842dbe
MD5sum: cd37ab0c8e8d262d2574b77ebbcf08f5
Description: debug symbols for pgcopydb
Build-Ids: 337015cb83834a0afe22a9da4a3707ef1db9ed80
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql
Source: postgresql-common (291.pgdg26.04+1)
Version: 18+291.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27
Depends: postgresql-18, debconf (>= 0.5) | debconf-2.0
Suggests: postgresql-doc
Provides: postgresql-contrib (= 18)
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql_18+291.pgdg26.04+1_all.deb
Size: 11100
SHA512: e2f6ab5fc25beb9b37c6134da0f9add7e5c44cfaf9f927ca0451107c3200722c9b5e9bbe09bf422c09cee3955d41b994bdb3cdb9eaf53eb77f3d2a6b4e163071
SHA256: e68bba3b4a8475e2e3f76cd7fbdd8df97f7fd65a8b849954dd091a1902c6a0b3
SHA1: 1ef3d706a6930bb8c20b60d4b7daf981ea2ca4a8
MD5sum: 561f560faf79affa166a9923c682d377
Description: object-relational SQL database (supported version)
 This metapackage always depends on the currently supported PostgreSQL
 database server version. It also offers to automatically upgrade the
 "main" database cluster to the lastest supported major version.
 .
 PostgreSQL is a fully featured object-relational database management
 system.  It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects.  Some of the features are:
 ACID transactions, foreign keys, views, sequences, subqueries,
 triggers, user-defined types and functions, outer joins, multiversion
 concurrency control.  Graphical user interfaces and bindings for many
 programming languages are available as well.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-10-pldebugger
Source: pldebugger
Version: 1:1.10-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-10, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger_1.10-1.pgdg26.04+1_amd64.deb
Size: 25620
SHA512: 61ab738cf3e44832b4a62110b911080f6032f3b48aaa07f53bc4fa9283d55437e300657780063072e3e5fc7a1421949c7ce476bb2823deaee2cc95564c4d94e9
SHA256: 43a70b3e113b667c844680020a3cf8c1fb1f2c0220c8c8a9dd90064bb8510a95
SHA1: d331106806cda53b4e2936c2565702cb32051a56
MD5sum: 65905449d360dd9947e8c37c7c28a376
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-10-pldebugger-dbgsym
Package-Type: ddeb
Source: pldebugger
Version: 1:1.10-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 131
Depends: postgresql-10-pldebugger (= 1:1.10-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-10-pldebugger-dbgsym_1.10-1.pgdg26.04+1_amd64.deb
Size: 93344
SHA512: c00ae6baabb649891d8716639f406eef0f0479d24ab2799296b6c0e8abfdaa5e635e222ac27bc223804f3b9186d78099cae5322c5e69224bdc11ac5494895594
SHA256: c06a047cb7e28bce6736ac8e890f3c1dd540cb75ad701082e1085ddcfc6ac4e8
SHA1: d14122fdec686d64bbc422696a816f097d8b71f7
MD5sum: 578449fc819b1f8981d2574e170118fd
Description: debug symbols for postgresql-10-pldebugger
Build-Ids: e21b433d2591cb4067d5795869cc7745bfd107a3
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-10-tds-fdw
Source: tds-fdw
Version: 2.0.5-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-10, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw_2.0.5-2.pgdg26.04+1_amd64.deb
Size: 34856
SHA512: f118b8a0994b3c90fa3eb7d410fdb6b8b8888423bbb4e57eee215018b19071e1c3129d325c51a1ab5cced7a76bd084f6f1d5b012f98fb365252c936fecd91a6e
SHA256: 4b260002dc9111c61267866efc59d1f155bcdad81f09c3a477c0e3eb953ebc11
SHA1: 9cd672afb16175b81c0ec15e980713771584a60f
MD5sum: 9384b4cc3a97c04ef36fe32ab99f3050
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-10-tds-fdw-dbgsym
Package-Type: ddeb
Source: tds-fdw
Version: 2.0.5-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 166
Depends: postgresql-10-tds-fdw (= 2.0.5-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-10-tds-fdw-dbgsym_2.0.5-2.pgdg26.04+1_amd64.deb
Size: 115872
SHA512: 313d888f2d2864a02aa5ecadc6e8986a1e2e0cbe13c4ae947ef5d838f59a97dca8558da840c50931ef95b5674e0d9fcf91ced9111eb02bec70e53e568643b875
SHA256: 24d82809c654db8506621b04d7d0b1ee98140cde6a36c24708c8cace1c2dc107
SHA1: 412c6ad5ef9bceb04c7731299b391bed366c9379
MD5sum: 3f4885f92d8712e08d74661353c2cf4b
Description: debug symbols for postgresql-10-tds-fdw
Build-Ids: 785c5b76b293813d8ed8d30a6a47d2395557dffd
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-11-pldebugger
Source: pldebugger
Version: 1:1.10-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-11, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger_1.10-1.pgdg26.04+1_amd64.deb
Size: 25680
SHA512: d35afcf0e9084f68dd65a29a845194cb493a2684413f7bdac432a0b9ca98b2c3876c0cd8c988710efa431f86c09767f47bba5382f4210f9b8c1a0fcd96240a76
SHA256: 1bb4710e13303eaafc0ddd4057d2d385d11f0a0c34412a329a9f9fc6ed4a4a2f
SHA1: 68cfb764e07b7313c6667077cd41603891197449
MD5sum: 91bf252963d425826988be5b14dbe5a5
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-11-pldebugger-dbgsym
Package-Type: ddeb
Source: pldebugger
Version: 1:1.10-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: postgresql-11-pldebugger (= 1:1.10-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-11-pldebugger-dbgsym_1.10-1.pgdg26.04+1_amd64.deb
Size: 92360
SHA512: 16a9ae031f9ad50406b4880909b4a0caabc154c966221b041fcd3d0e66f40cedd7be45cd6b91551258fe4043c62de958689f2e6b862a28fe3b0012a8ddcdd8f9
SHA256: 5070facbab0994d56a4c493c86cd7c417d9fc09756ea3c59243d9be8b56b03e2
SHA1: 9650b826be61453aad82384c376cce0889c4c4f9
MD5sum: f4417bf89a6a1f2e330815e6cbfe4ea4
Description: debug symbols for postgresql-11-pldebugger
Build-Ids: 93ffa6e16550464eb49133c5f1b86a848e045aa8
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-11-tds-fdw
Source: tds-fdw
Version: 2.0.5-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-11, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw_2.0.5-2.pgdg26.04+1_amd64.deb
Size: 34768
SHA512: fa3c9f79af78027788b2ca76d4af639b0a005d60fe9e0bd22282bcdc0b9c7c099ed1f462a305e57b0f5fa9d650e58e8b9220b9435eabe2c3bed74bae323e20de
SHA256: eb27e70a98eadcad0cba61e6b82583af746e2a22e8c9624b4147a0eb9b207670
SHA1: 9b69c9dc5351eb6450d3a05eb2546c1a7f8f1bfb
MD5sum: 66e683b479ebbdbf5989a384320b9cfc
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-11-tds-fdw-dbgsym
Package-Type: ddeb
Source: tds-fdw
Version: 2.0.5-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 167
Depends: postgresql-11-tds-fdw (= 2.0.5-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-11-tds-fdw-dbgsym_2.0.5-2.pgdg26.04+1_amd64.deb
Size: 116940
SHA512: d089bb08a26334be87e5396a37b4632900bfa97fda325547c1cacffd11c4701944dc906c71b8bc391ea09305703b64fd8ac7bb208039cf391c41f336e0495fa6
SHA256: 0cb791b3aa979ebddd945d1a4372c3032053a208a3a16cca3f3a1b589185a2c1
SHA1: 1e438be45471eaa9fbc9f11db77cb095912748b4
MD5sum: ee3f78622e221d813a629e2f818398e4
Description: debug symbols for postgresql-11-tds-fdw
Build-Ids: ad1c6fd9fc0cecdc4345cb46db34ee91c188b9af
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-12-pldebugger
Source: pldebugger
Version: 1:1.10-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-12, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger_1.10-1.pgdg26.04+1_amd64.deb
Size: 25696
SHA512: 7d8d3437df214d13f34fd5fd08de3e0d12927740d88b1495b3880cd318b62dfe1faf99d750d3e94fdade4bde58108069dbc10537debc4b7d2bdba3b3318c3076
SHA256: e5a733f1907dac4aba2e13fdd70cefea3d46e961f94170115f92245bf10ce227
SHA1: 133eacf8559bf5261ae04e942c5d4095d5d7faeb
MD5sum: 8ebd126c7ece6c84552d331a12c99f4f
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-12-pldebugger-dbgsym
Package-Type: ddeb
Source: pldebugger
Version: 1:1.10-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-12-pldebugger (= 1:1.10-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-12-pldebugger-dbgsym_1.10-1.pgdg26.04+1_amd64.deb
Size: 94588
SHA512: 4defcba0a764d35e73d68fef2f0d49f73a8b46d86f928cb4b9fae9de65dbc0878ff9b4c1d70c06c778f7d7e73cfb60cc04cf8ce207f538ffec34916ac3a20f59
SHA256: 12aea0d9cb35559f552080f60039fd1f39031d63055c4b4e178840e2e3918562
SHA1: 1788ece8f8c89d68541ce550cc6f67a84531edfd
MD5sum: e58115e8b0d289223544d75a93f569b3
Description: debug symbols for postgresql-12-pldebugger
Build-Ids: f0c28e188e0d98e220df1217c09aebfc1a155ae4
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-12-tds-fdw
Source: tds-fdw
Version: 2.0.5-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 111
Depends: postgresql-12, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw_2.0.5-2.pgdg26.04+1_amd64.deb
Size: 34744
SHA512: 5d0054fac2fd3f45427a0eca63a168a08fa311cb2327961dec25d9903888072aadced6448173621b937c335769161e88bd638294d5631be02a24549959c86d00
SHA256: b0d76edc44119d265fcfc82f7cee5ad9ca1ad45cd7ccf07a43a8ca8cc11d7c92
SHA1: 0324805123b007a354fde625feb6094adf867c58
MD5sum: 6ba0f593bf92b3efc639eb945fadd99e
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-12-tds-fdw-dbgsym
Package-Type: ddeb
Source: tds-fdw
Version: 2.0.5-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 176
Depends: postgresql-12-tds-fdw (= 2.0.5-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-12-tds-fdw-dbgsym_2.0.5-2.pgdg26.04+1_amd64.deb
Size: 126816
SHA512: a55f548c09adf2ff09c7adc6a22950e6285ee1cb4d84035c6b18538520535295a62195596d7a2fac14cee3050cb2af77da4f3f4234fb03387df03bf604e25bee
SHA256: c48ccacc5779995d8f62aa809f3a9b6bea44078afdc21107f176798b5726bbc4
SHA1: 16cb73959d4c06013fa33b993ccad12e8bbe5699
MD5sum: 8ca3be55db39cf61012fc5b7b40e58a7
Description: debug symbols for postgresql-12-tds-fdw
Build-Ids: 2597dd72d85edfd5f4b4bd069e8325363bc4785f
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-13-pldebugger
Source: pldebugger
Version: 1:1.10-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 95
Depends: postgresql-13, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger_1.10-1.pgdg26.04+1_amd64.deb
Size: 25760
SHA512: 376df96bd5c65c7c02e6a16346043d3bfca2908c71bcffd5005bc48d18313ab14b72f4316689706d3226e0470cc3cfdc0c180e30325f65917196d421b15ec28e
SHA256: b877dc19645c7f1d21b27016df43e219cd721b0b2cc5cfacaf1605eb48aeb00e
SHA1: f39534c40cf33f1ae4626f94459540712250efa0
MD5sum: 62fbb7fd70810819260746ce9da09726
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-13-pldebugger-dbgsym
Package-Type: ddeb
Source: pldebugger
Version: 1:1.10-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-13-pldebugger (= 1:1.10-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-13-pldebugger-dbgsym_1.10-1.pgdg26.04+1_amd64.deb
Size: 94888
SHA512: a53112aab1148e7f6b5fe6182b1fb9177f281d304d6e68854c81c18a4d61ae0095317c3149e5c796b4164273c291e025d295851924623bf5b7006fe307e07efb
SHA256: 57691e1075c7f6e55f6a8757d739785e265fbd0783599ccda7ace25e66cffb5c
SHA1: 0b002ceb1c80401f4405ae32da7e57f9fe3fc539
MD5sum: 4e75793068e47794a5a8524cbbb95876
Description: debug symbols for postgresql-13-pldebugger
Build-Ids: aec143bc65a16ac26121e7de939c21e35d3fd219
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-13-statviz
Source: pg-statviz
Version: 1.0-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-13
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-13-statviz_1.0-1.pgdg26.04+1_all.deb
Size: 12940
SHA512: 04d977c796d0a3db24349f2c1c36c302e1a151b3eb6e0129cb438450cae9d16202d23a7d1da84ef127bafd031637b43c1d2033b08d4221c6109b5d3c67fca506
SHA256: 026b64fb80eeafb7d73c80383dc20ed6e5c5ab733807f87c5e7048777ecee650
SHA1: 4a485e77cb8eaa11e3d2f62d5f101861193ee64b
MD5sum: 51fa8774615504e7974312a13e1ce2a9
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-13-tds-fdw
Source: tds-fdw
Version: 2.0.5-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 115
Depends: postgresql-13, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-13-tds-fdw_2.0.5-2.pgdg26.04+1_amd64.deb
Size: 35548
SHA512: 6ca36f658806be7ee5f63babd456a58e0aba681a5d2a165e826ca115c6cfc2552cc7c04678fc26e2a558e59af1036a876d4d00e17292c1bb23a911ca0e49a3ca
SHA256: e58f2be2b3496cfabe287652d3fb8ebefd4ed938a3d06f34254d33b7d784d9e9
SHA1: 2a91be8e4fbc101d8dd00e7ce5f6865c3bbfeaff
MD5sum: 6015af6b24d9118f9136769271818c78
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-13-tds-fdw-dbgsym
Package-Type: ddeb
Source: tds-fdw
Version: 2.0.5-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 183
Depends: postgresql-13-tds-fdw (= 2.0.5-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-13-tds-fdw-dbgsym_2.0.5-2.pgdg26.04+1_amd64.deb
Size: 135456
SHA512: b333a2fa9b150b67c7cbd5a5f275e4aa66060a3ce30318bfdf2848e5fbe3826915ed9ec7a55d2fa901bf1bd4d9ba518db7da22a485a17a253f575d8969ff923f
SHA256: 06bf15ebc3f898054bb1004158131a3f295b5b26c95168aa61f2322b4619f474
SHA1: edc496c535d4d4a8e5e75d3e8514169abe4e8f5f
MD5sum: e25d3ad926ee0f7bd586838f583cf065
Description: debug symbols for postgresql-13-tds-fdw
Build-Ids: 323835ceb46028c3be6e2226b2a2609b1fc0713f
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-14
Version: 14.23-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 48144
Depends: locales | locales-all, postgresql-client-14, postgresql-common (>= 229~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Provides: postgresql-14-jit-llvm (= 21), postgresql-contrib-14
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-14_14.23-1.pgdg26.04+1_amd64.deb
Size: 14850500
SHA512: dfc52f37aba4b07a7961daccfb7ba2aa830a8b06d8b44045dca2a85d353732f178607e9f39e35fa9df4976c975021926124c1a72e3e4deb4a42d65fa913e0f9c
SHA256: ac46203502bfbfc6d36603db85907dd8c9951b3b72e66188be425d312358c336
SHA1: 019f83d1c77b3b2e700b34ab43ba8fef7982bb12
MD5sum: 1f212e06b0c8e5ad1d1cebbb1a4ea03a
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 14.
Postgresql-Catversion: 202107181
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26475
Depends: postgresql-14 (= 14.23-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-14-dbgsym_14.23-1.pgdg26.04+1_amd64.deb
Size: 17987016
SHA512: dbf6211bbc4f224840e94cbeba050674e416dac5824774ec48b4aa1b54baf48c334f7a948a8c8504ec9922f00611b2391bfb54ef22ec0295d4803e55c4658464
SHA256: ac6421b99a729fb9b85e6925d389304eb7b99f42a093bdbef67e694507edb1fe
SHA1: dc4f9807cf67bd2cde1dded65fa2f62dc0d24c19
MD5sum: 98496d9da6b1e950444bdfdef6635360
Description: debug symbols for postgresql-14
Build-Ids: 0187b33d817d1ed46bbabc6f2b0554a3ee488fce 02af16e971600564fa1360e60b1720e7c8efc2e7 03a81fc8be083debb2ebbd0e57b7146836ad2925 03e5482009c0869eb6373f186682feb6e182ca16 05167797aaeba4dee43d0047fa541363de87f82f 0b68597cf4f027842000dcc39e4c44941d832de9 0ceeffed2f36779adce9d898d11064d1404f0339 141fb64e709ee531f4658557ad0d7b62ca2a1d78 14214d2a8e84bafeb8f742169c4aba2be9e133c9 15b3143f98d4c88a9d5051c9bf9d8e18e3f91694 1e656cff1cc26180255462e7777071fa30ae2763 1ff922d047624c868d05dd467370dc3130b24aba 24732fabb55dff9b121502e76ab644816ffb5f83 253367c66a63167b84e27bfed6de305209ae4186 25c160b57fd0d36e4e8ab2fcf07170063d9d0d18 26bf25d8e6f440f154af377599ee2d1035b56d89 26c63e05f0198d8803dfbb8e7b2414ed856c33ef 27b405e9132f137b4e58f5a6387a893e8a6a1afc 29f34dd23f2e959601a4f328fb3d9c1dd0ad1eef 2c139d7084e4b1ac68bec566704ec6e87d774b34 2ce5b67fea47bd34ad521d8a7ca8e7b84998f023 333c5893d2d708661b113b6786b31874f547dd29 398387eaf36b6582f4ef455a9cdefaa97c8c9639 3bfb8fa75c070ca764d4f605cdd97243e5a84f14 3c7542c8a2b3edd86e12e60fd0974c121bee7185 48eee3ba5f59a8894adb980933106659e75b1bda 49267f3350ebc5d62e46b9e4b00f732c765fc9c2 4fad11a184e763ceefec9338cbc176252c63284d 503d7feb3a0920d4cab333d37082a854e460b1bd 50b887496c563b9b982304419f6d218b2107bc2e 538d5c95d115c704164d44125fc6141a2c0f9dbd 543ef500f39a413a4ef27954f92bd186c5f58d6e 54d5a40b1032bf4a7d5c061779f1378fd26e74f1 601ea722564df2a3c6a7ddb74f19cd2ef56e581b 69f12152ae47a0dfe8c0fc1671dd77fa16b954dc 6bf135ad3a95b53663d398a7a5b9409e8feccfc3 716852acdf6e1491a2e89f4231dee07dddec15b7 776b01ad78e17eaa2476ebda6732bbcc32d7e950 7963258b4f7c3d498afb9937e64b1018e1312ad5 7b5f8d1208918eaeef4a39a8886655999954be5e 7bd7539871e20f64f19af4c3b8f0bdb146367e80 809a84733d7d9de219fa4ba6a0dd8b46b8d3455a 822ad9997b4d0d22426ccc3d319e10a4a244d779 849cfd05bf5e77ae1a818de5092111e919d379fc 84dc1e23e2b6adb7ed768b8b7251fc26d5571f73 8588873e7d0880867ffe43cafa5b559122d60a23 869fb74a5f85f09d9a971a40415a6a9ed2347a77 903be0f0d446e8acbf9649a3894155e417d3bca3 927aee0e242c5f182f6cb043b0cf78170956ba67 95410c9f30c4debf88ef0c46e6b0723717162f68 97066e4d7f07b60efbdf440e1bc05dabad2cdecb 98110508f81e37997aaf6e0f5c19b971ff73e713 99a1753b92742e528db07f90709d4367b62b0cef 9af3554dc54de2de652cf8168a81eb6c8d1a6a13 a884724da7bb40204a161d922464d205ea81e706 a89b2a587d700943d009001699fc3ab80ffaa2a9 a970600d0e1ae94bb397855dd5b6dab4c95d528e ab8b6abd7dd8239be0a06aba5c6d5407b9c4b4df ae0982c04e98ec26f10183c997caf6e3479583c8 b3ae2d64fef89428e4ea6d7a8f12f7034deb6a8c b5bf255fd42224624ed6947a970b80253ef468d3 b630108b2ce33e6e406b78c1e97cfb05c2ed9b11 b81ae7fc010c47aa900b718103fa615b9878b246 bc88829e047a9c2f486ac1dfb6578f6e2c005ff5 c02e5263266caf52ccf96717a79e60a573b4fb0e c056090d729c68308b640359de6fcbf786c8f2be c41af2399aaa45699f7707e557d6125624e94093 c8a042710966c51c7137ffdc5f5bf16dc29e3a2e c96002b3f0e139667954547177f8a63181cbe4c9 d0b47581feacdcb8895e4f906773d2113bd7b541 d161b09ff1192dbac0180dff504f6cb16115374e d342b9575b9a2ec292a0529570cccfb356103443 d4dfa66795980c1121d100e817488b2b6852552c d58cef38f567f7e139a604be1e3411d1361e3485 d6956f26e70cc36316f38e2bbf4f56b9195854d8 d6c0c256eed05c1112725519fd6faa9f56c9f4be d93147809300cbd9631bdb8c9bf1a4f86d6d7c61 d9a35a442cd8f5129432c9a080ec12d84e0e0c60 dc55934bb12fc73df323fd7d94522b0f703bede7 dde6000bf94cda33a22634c125d0f49453eca57e de3d5588c3db2dc703cae00a0352e4a0cbf99faa de4f8656ebc92f6b82fd237ef33117f8ec754ce2 e2266d24a042708ac1225444648708b439f995d1 e486897be3189f07a921a0c90d73157d8ca9cb85 e94fcaeb4732dec54df4ad71f5d25b427bc42599 ed450e5245eb5c057aaf5623b573dbda484822a8 ee644fcb03002a52d5bf368688beae6362bf618c eec84001bd40798d3c859a5018972009a2c9ad5e f35e7853d23bec5e96006ac0b593fb0ad1d6b5b5 f4418a2a939d7f1385fe202b846e3721cdde1d88 f7b2d8bf8ac3c83dae7afb6f569909d7f5b7ab6b fb9f72235da25a7c1f5bb4c24e546127b559ea2f ffc79dc545828e3de17bd3a7846c3313433ed703
Postgresql-Catversion: 202107181
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-14-pldebugger
Source: pldebugger
Version: 1:1.10-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-14, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-14-pldebugger_1.10-1.pgdg26.04+1_amd64.deb
Size: 72852
SHA512: 88ac1af6f77da416ad22d9c8c908e5ea80b6439b2ae7c71abda894753020153b9c317d7756ba075634ccbee876d7ecfdfeb10ad495089028c28f201e7f1c2934
SHA256: 4ddca2631d1c30e8c8e919644dfd8aceff0990dc47c04d1471e80edfc234d652
SHA1: 21ffc0ec4f3b73ffb24f72250e928c14a5b07a7e
MD5sum: 585ead6c753c3d25d7ad896fafb94d2a
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-14-pldebugger-dbgsym
Package-Type: ddeb
Source: pldebugger
Version: 1:1.10-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-14-pldebugger (= 1:1.10-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-14-pldebugger-dbgsym_1.10-1.pgdg26.04+1_amd64.deb
Size: 96280
SHA512: 103f9040bab217bba538082fbc3e92bde155bfe52a163160492fe50ce5aa2f9637b5b47275c25286394963f8ad3054592499e92cdfe204fd1fa990fc8d8ac191
SHA256: 94254402eab9cb12b39c2999c730a4381d70e551fee486bd428e8572baeedb0e
SHA1: bd3df60c71a12bf81c2e04719a9f3c2ca5d7a2d3
MD5sum: e60913b28ec6d4ad602c6fbdbc3ae54b
Description: debug symbols for postgresql-14-pldebugger
Build-Ids: ed0e552a36f271c4ccafbe8a28a574d0163891e9
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-14-statviz
Source: pg-statviz
Version: 1.0-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-14
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-14-statviz_1.0-1.pgdg26.04+1_all.deb
Size: 12932
SHA512: 50a04075df73f72af361b4760ec4ef4bc181e96198029afb391627f09be5770cc0cc820fc56e0137bd4dd60424c712d0c4e99b7ef0162da7474adc9c088b0d93
SHA256: 32f4df8728b4294e6f10e8c3edabf25ba21bc1cd5e825402bbac8af769a406d8
SHA1: 72fe1517bde6468b00e7d721a8f60848a3e187eb
MD5sum: 5d59a8db88f7fe69afb8d45707963714
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-14-tds-fdw
Source: tds-fdw
Version: 2.0.5-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: postgresql-14, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-14-tds-fdw_2.0.5-2.pgdg26.04+1_amd64.deb
Size: 111156
SHA512: bf984ec77e4f011c96b8f7bbddbe1c98e5e407f7dfc134087bb79e586cf1f8f77868394b2939cb733d16c272d97a9ee64dd2050688c5efa70899ec322f4f3a00
SHA256: 8235f287c4c5888cafa7a8038116653da3f65a190f86bfeabe6af97318ac8082
SHA1: 7cb5f8757c7bf43e1895041465c79e631843b4cf
MD5sum: 6f8e7ecaf683eff875ca22fc6abea4c2
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-14-tds-fdw-dbgsym
Package-Type: ddeb
Source: tds-fdw
Version: 2.0.5-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 187
Depends: postgresql-14-tds-fdw (= 2.0.5-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-14-tds-fdw-dbgsym_2.0.5-2.pgdg26.04+1_amd64.deb
Size: 139032
SHA512: 84feb7dd9ada12a999f035c13bc6ed18d1f5c699ca57f533c844213751a37e56ce60fcebbf27f7cf66e186fd3cd6d40726272a4fee9cddd0fa78295afebfccf0
SHA256: 08d4b45a33a3f14bcfcfc48938cc82d6125519cb421387e88c21430b9ee02dac
SHA1: f47e826fc394037fc7f39fbbd18d02b5eb4ed99b
MD5sum: 09c838b7a8214d3761444f1a5ebdd335
Description: debug symbols for postgresql-14-tds-fdw
Build-Ids: 6635a42092a6d8bcb4518a7e067fab82074e3987
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-15
Version: 15.18-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50922
Depends: locales | locales-all, postgresql-client-15, postgresql-common (>= 241~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 14~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-15-jit-llvm (= 21), postgresql-contrib-15
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-15_15.18-1.pgdg26.04+1_amd64.deb
Size: 15333700
SHA512: 166895a15dd488b5d8bbeec8757cadbb03680189e5a9c95652efda4ba3f315c49c8e34647005260711144d63775d758183e788e86676ed9e1044a12af3272069
SHA256: b688d62d9561e7c44c4e23d17aa7591126a95b8dab629bb6d5f7fb4da9990741
SHA1: 1f475cd070195a147c302211dc6d8c997552c7c0
MD5sum: 2dafef2adde90076a8cafe008a7dfffe
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 27276
Depends: postgresql-15 (= 15.18-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-15-dbgsym_15.18-1.pgdg26.04+1_amd64.deb
Size: 18583272
SHA512: af7ae7364888993cb3d8e02029830a4c7bd44747d0ccd8efc4327b7baa56dea1bc92aa7ccb19d29b8a3c1c9789abec2c2fa371b6106ee1d1741a3e0014a00d07
SHA256: a9020c93babf467089fea99ed3aaa9906a637c19d86b0ae6216906eeef8741b5
SHA1: 27a39860cf06a314dc97dc521421543d05113bd6
MD5sum: 7594dbe8902fcff0a45be030c0064a32
Description: debug symbols for postgresql-15
Build-Ids: 00b0ac0550a0c4202dff4452f87a1672d147284a 012894d9926098548abb3bcab0e51735eb5b2670 0635e55723de59e71e2a38eb9be2299acf59284a 0d6f65f7f6348916a45ab88fcf1f71442e84975c 16f8f042113be24e7e860ff1f7dc7f5bf50427ef 1812a71d7099f33d7e19e2260627fcb70e39bd31 1ea6fb76d02a9c106087fe244c6a5c5035ecb3e1 20d6afa42e8f485d4819251cf9a222979f33b262 223a473abe62d38256699614bf5854ceaa7c4347 2a1f79835ba34e8c0201fe44f771c0bd4f2548d0 2af4c25fd10c4bc760b14f5169870c89b1eee7e6 2d4ccc4e82e47008094aca98148837f462895a7d 2e6f0acc24002085349b0828df6b417ef0a81eb5 329c4dfaf8a560e19675790b14dd80ce5a7bc54d 34703ee01633614531402ce16613962c3e39f253 38c73bce33e53b902b9b8504d426de7b48a72eb6 3c1036e421f5a58540366517e0b6af53ad7bca86 3cd11bc7427f0210504915c8f614f84019b1a27b 3eb581dd2f9ea4b946ca20533cb84443b8ce484e 40bc0babd321402b8293e645b84c48ee4d35b756 41dcf37841a09e82bc42e8a85ef71829cf1f9e11 432f4c888f48a192cfdb3a98644bfac86b20fa0b 44b4bd40e4e00499750ade026248f559707d98cb 46f4a5577848ca797658f29df2187cec1d5d4812 480c447a0bd748ada2b373753a570ddf43068d2b 4925a90c7cec517915c6fa5b5a96222366266cfc 4e8ea481ca8cf4521259d8dab352710a783b309b 4fa1cbe08878ec3f4569516d9620f4f4e4874518 51bf67f8317d2525694de9c4570852e9d3b60e96 52dd26a0cbf03af909c95a58b869cd1c31c25d2e 560ba7ab6b6404918b02dc15854fad56d7378854 6080c641a87e03ff0031e8b68b7419f08f2e0bbf 60f0c2c38ded81ad0e3bedab0edd7094d2044b51 647493b97c4771c83aa88e2a48e6e039d09d8b27 65c825d5cb511146ab4abcc82c3e1aea5d39f8c6 66b2ebfe1bfb809d0a3903fd51848020e0efbbfd 677ad64b7a274c5d7e304cc877324591eb4576db 68016451cef2594df04bf0b132176e27c11f8599 694a247fe72a75beeb3adff1ce77625b4b2b65b0 73150f6ee2921e6a90adf42a718445c2edd369a8 744e0d6bcacd67bcd8701a693f95f50eb01e80fe 76134e43664987bc7196d6a5b46a16dcf4c97ed6 7674ae8f658300179647e31dcf1c1c0127cc03fd 775dcca34774edc38fcff05904710eb235cb4f17 7aff5357c9a549363fe5ba4d91792bed49fc4596 7ef2bc609f0867a627e04b31c2daf6ddd710a2ff 7fae7bc16d1fbfef33cc397c291bea3964245ad9 8302f7d9ddd993c6cfaef4d8189c3a1b106d9174 832d72d62e1348d813fecbf4162d6b53abd43a0d 83535507344a1c84cd910cebd798b4bca7769f3c 84f9d32304f933da10438899a00f0465ee7c61b9 8508d67306382f36c29085583fc6ac1c9f6ab967 8691b9dca8da15a9b855fc606d2d2822f7480d27 87867c2566d50aadeb32fcf6e998a3b559d6dbc5 887345ac33d6b2db5e1c70d7bad1f101ec113ae5 88d3a06a8397322ed0a4398499f5c176a8fc2964 8dde5966e3438182fe18956429fc3566aac5ff9b 8e318ac58fccca24eb2df33f3e347df5cd75a38d 8ee965fab519c8ba22fb29bd3c192c72ae0a3bbc 9217b0ca5946e69e03f530fb618b6e753982ebbb 96850e0875b3a1c7862663182800c892abd139b1 96cb6d95c1bccc1800abbddb958ce46b4df674fa 9a39d74e0ebf09f79ce5168409a5155882c71c59 a098f5b2530f988f72774eec87479c3e4fb565c6 a3c8494265a349ee1697dfe56ca8f1acc866337b a4627cadb345fec883eb231e6ce0054733b17955 a519593a0930fa5c8e454408b157e0115b985cfe a5b64e88c29153f44c699b768205454138b70851 ac15b9f5756f29864c58deba0c5bacd959b5c904 ac245d37ebb8e0d8fa5b5a49a4682e3ec8354958 ae70ed80ab7a8dee495f8b73d6d738c791eda5c3 b00e43d0ed72de9f0a9918b9dde805b3d50d7dae b20ba504c000997248946ad7972e1dae4176753a b35b2a10b7e03b0459ad0b38d82799841a6a85f0 b7fb3bf8c4688e6fe403d169839dd71ec5d3e83e bb5ce5b54e5db611cf2f3bc81fdd8ba402668b1e bbf24c540391471bc706624b662c1b61272b53c8 bd38e0e89c97f5dd28e13e8d4a113d99f26b6f52 bf1ee649d68573a522b5e2c89d542df944cbe7df c21580d5d3965bd5b1c542e745bdcebe474523ce c61c7982558d88e81278deba2df15602cba7f92a cb9a8d8f60c1bb687a2964c7b518b4b04da400d1 cc00ef1db5879a7abc7a8d97d5c5c9266fab7498 d046449ed22769af757b7939b1eeed19c8d02a33 d1af4786c6d693c7a7b555c5df219a56d2767b61 d3474face253cd3a36a8a4bfe15a747114c7dc68 da1b3a823b1de2f747661e9fc1ca14e71b5e4dd3 e4392d4d2f0238ca84c05a840367a45082d0031d e6a3e95709668bc73c37d2c9fbc2b830230d3b0c e873840b87dffb09b220fe87a8da8612a18e79ac ea5ba5ee228cf9228857633ee2c91596c045971b eb0923fe1119563c6522b695934b6dc6a1b86c3d edbdcad2b609062e20620afc45b37de44d9c46f0 f0f1d2f0670a86e94f61d64d7ace7214786ccabb f1f1803002fa2604f1e26c770554dc3d8c501ff5 fd883c5c71d30991526cc893edadac22439c8222
Postgresql-Catversion: 202209061
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-15-pldebugger
Source: pldebugger
Version: 1:1.10-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-15, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-15-pldebugger_1.10-1.pgdg26.04+1_amd64.deb
Size: 73220
SHA512: adf641f01d1127e081e683e385f9377560cc97974bb360ada7f82a999d71083af5196b8762846964bf4568297c41d30ca811c854592023a09931868878b56fd2
SHA256: d716577574d4202850b1e8210a57c8d8d65bcecbcf58f616ee25e8cc1f8713cc
SHA1: 69e2ca96f3dafde20fcb56c0299e93d9df6c433b
MD5sum: 4fc93ca47df1a33f132e3ec1fba5b0f6
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-15-pldebugger-dbgsym
Package-Type: ddeb
Source: pldebugger
Version: 1:1.10-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-15-pldebugger (= 1:1.10-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-15-pldebugger-dbgsym_1.10-1.pgdg26.04+1_amd64.deb
Size: 102932
SHA512: 9f6b2d3e84b12f81c3adbe75aa03a5f3cd2d6552013756458f6b7c0877dcedbb0e50497967d8058ef06d4c11a783841e987b973d43c67dc606e1c450a8ccaf36
SHA256: 16bf3a3696fdcd454225f5d0162aaf6abcd9b38f5c2bada5ae72711f62d36132
SHA1: 7ba5227a5b29394aff3c08ac36c051e9d434e039
MD5sum: 130a99cfe618a87e4dbdf24c2f2b0405
Description: debug symbols for postgresql-15-pldebugger
Build-Ids: 16b4236476aee85544565b05f9a8230ae666a4dc
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-15-statviz
Source: pg-statviz
Version: 1.0-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-15
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-15-statviz_1.0-1.pgdg26.04+1_all.deb
Size: 12928
SHA512: 44cf2547b409ba0986791f2a0e3de77350572963190b37e6b6f89a70bf1bc59936e16a55de5eaca27f5e6046ee37b60a6094a4f1fb431eec352ecb2b6aee8f29
SHA256: 287e6e2988c9c917de0ab0fe92fafddfbc5b021c652bb8b050c598237f621637
SHA1: 001c7193b7efec24c0708296195feae9db172f70
MD5sum: 84bc495211210eaa4d746669f3e7aa1c
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-15-tds-fdw
Source: tds-fdw
Version: 2.0.5-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: postgresql-15, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-15-tds-fdw_2.0.5-2.pgdg26.04+1_amd64.deb
Size: 111104
SHA512: 20503eb1b21dae9c9443cec00b07ecdf5dda35b2fbd195174ebbad9640720cdd99d5d24f1c1ca8b0a940fabacfa12541fb0fd3199fdb0b08dd3c81eb40caf087
SHA256: 1dc1bdd2cd1b959ecf69aa270ce8881decad51b7128df66281f19ca44075e19b
SHA1: a715e3f896ed202a9ee6360776b33de6162c01a5
MD5sum: 718ce90a8b61fd4a31db3de7a8f192df
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-15-tds-fdw-dbgsym
Package-Type: ddeb
Source: tds-fdw
Version: 2.0.5-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 188
Depends: postgresql-15-tds-fdw (= 2.0.5-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-15-tds-fdw-dbgsym_2.0.5-2.pgdg26.04+1_amd64.deb
Size: 139824
SHA512: 58578fd3e15ed25b63cd8d3cc07bb44807bd859fd553693edf7ba2770a930cc6061531dfb70917999397577cf23d10b276952b80147ab51f9aef780abded6c01
SHA256: 6a6a019e23530199d23b140cc32c8d875cfb5f9cd8359713f85e8b18251c93fd
SHA1: c5974094ae89578e8201d016feb41ec49a25e54e
MD5sum: 9b123fd28a0779e0eae6913ebe8daf44
Description: debug symbols for postgresql-15-tds-fdw
Build-Ids: d8abd7378adadc2fd2ab3dd5d874ec1636acab5f
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.27.0+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15753
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.27.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 340704
SHA512: a917e5b935dc8f06ffbd4a952ae3ae5633fafd30aed6fccb733895b3227acb3f8d10723844d581e8b173d7528cd5e1152b601a6dcd60223c405924719526cd3a
SHA256: e9f4ef6fec956a85c5a5764ec46789de357b32f4fa484c110bd823e15efb2d35
SHA1: a6e61c598d781c6ae09bdc29e04bac523daf6985
MD5sum: e649acac517a9f8211c4d8b11e8dfd68
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-15-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.27.0+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1598
Depends: postgresql-15-timescaledb (= 2.27.0+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.27.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1180512
SHA512: 77c04fed349b01bed204763a0eeb436c7618d79163436f858844087639ee815eb97e3a5672eb76d1dd408d71ce6a6358ffd235251bf9b3e25a1195a0876c3a97
SHA256: 7778b587464da3d72d8a24c428c67bc9685d0510cc9c443ba45ce2a4b479914b
SHA1: ad3d3440dadf6268881699ee1fd8bbe2eae045a7
MD5sum: 609bced3b92905a1878b41728d9b68a0
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 31a1444fb98131e5d17e766c31ce4a15fcb8736b ceb91a4c3f60567132e4bfa90e31c49821cec539
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-16
Version: 16.14-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55863
Depends: locales | locales-all, postgresql-client-16, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 16~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-16-jit-llvm (= 21), postgresql-contrib-16
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-16_16.14-1.pgdg26.04+1_amd64.deb
Size: 16458260
SHA512: c5d0f187f409d3151affedab3c5376ca21c2e158a05add73903d08f766154b5b7478751c738249ac5914f2ab717159a4c2bc56982d14ff85fc5423215dd6c741
SHA256: b8a37bc0900779655b163e39bc85872a9d039188a951087f5adc745fc2d4089e
SHA1: 69fc164f42ae06933c38b0c11a3904e5c6ce03f3
MD5sum: 9dcaedaaf40e8cdd3161f957db618175
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29522
Depends: postgresql-16 (= 16.14-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-16-dbgsym_16.14-1.pgdg26.04+1_amd64.deb
Size: 20474780
SHA512: 170b33621d348e04d026249933c7a94fa2947942c659c16f5d451e9654daf008e507d4a5559c0d88f57eb57f5b3860a15b59eec4e1a3a062fdf936ebd3a6cc0d
SHA256: d24b0e720728ec35d34598722540d416c999d5169f8f335dc292eb1ec3fc2a7d
SHA1: 7aa26aace946800c9d7bcddb0df9a2578b27d0ae
MD5sum: 97a7c600b53056ff29ce846a698ee493
Description: debug symbols for postgresql-16
Build-Ids: 01e909995010848cd5ac88267c5844a24dced24a 01ea84bb43551d8c16f2d3cc4dcdc40897549314 02eefc0d6c8eff9826de7bf2e40f726b58f5e981 068c67139489840bcb2bbac792a0050aeb960b93 09c9b09ea078006f29e581b57297c1f46d554dfe 105368018fba517802216846d0cd59d8225b68fd 11890c2edd86e0cdbc4954e01877d24f26a4c5d2 11e00a6b03177688562cbf0f3baa88726c0b9175 12a8ee215de09d1980d2fdf79a0501781f63e627 148139a10586acbfba3d211534dcf1a2acceab22 177603078044f89e025961ef44d84cc953ab0f32 20c6ab981a9d255bbd090d830fc321fedbeb142a 210c1d7b04624ac2a280baee33156d1ebdd3a635 24d188f0b2b568b687b86dbf4a6ea840677bbe63 25301c9d94fff267c2c3f1867fb6c4736d5eb600 25bad39f0b39bf9463c87482630cca30e2820861 2606c1bccbef9387929e2a9cbca84f482f33d465 2ac1dbee5e9d1e8adb1c4e66922b8ae64a209d3b 2cdf2017ab2a7f1fe03e567e1084d6bed398a09b 2d0f4123e4022d1dc7f621c1e67200a0e944848f 30871f9a201d0568e30224123ae23e55f2de1d3c 3786a303e8308bb5ff5270976c9a55f04c518fa1 3afaa30eb0e041f7480aee1d1a663b049efadd2a 3be803a6be5d9269291eef8c4bba80c4cb44a57b 3c6beb2dfbd65f64694ebf16ac0549a6acf489e6 3cb1e01ad808dc3ae3f2020e7777ca46cd89f540 4124ed28af33ce1e61de949ec8d82ae8c945660a 416056c3acb52a1c936afd437319c20504cb2617 41c1449145a142dddf3376010537746d8e654678 42adb311f99bc056f6ebaab22843b19fdc638f75 440126d1dbcc125789a710fc7172b67fe9b6ed77 483f278c95e9ccf53f1b96e26636beeeb7c42ee6 4e6040c9be288435763aff90a51e67ae6b209011 5e6864bcce9756d053f650af9660b44b8a03a75f 5eafac95a0407191175552de46d5e6415d2fb042 5ee1afa039d0f341493a474fe2549dca9ed79474 621c1d9dfc7f650551f5bb86277582b66222ef94 6418acbfc07b93ed9dc962eafb0b7952f8d4a62a 644b530ab0b4a47d1abd0c7a9f29a9f446489f75 69dca3033d05947fdfc66ccb76072dbea9e958e4 6daecd2e3e87e661d462e8fc2e4e4d3ac58803ca 716b0350e6e02004380803bacb2d9176235c8622 755ba291bc9ea7434741ab021d0718bc79a4952e 76f3ccfc31a484eb5bfa79271ba2b6251d7522ba 7af78e5df9116987e57678a1e5c03bbf91d14be5 7cb3c863a13e5d2cc1ea13c4df8a569d30f1e794 81715c3d906593b6613cc4c0451066a7ccd61c23 82cbe492226f4b215d49d57002dc466be76d841c 83ec0795251cf855a9f63cbf1bfd12ffcc3e3245 84f18642823cb52240ec7eae2affbd0a15e91277 851d644cde5d5d79ecd4d17f013894a554a5b522 864dfd62b30569075e2daae43ab6c2bddd228635 87a55312324c95beb556a3835132cdb99f156a27 89b45915e82f91c3dbed1d0c7e02f439b288e6d3 8f7ab6ab657e7cbc26c67402b91d1f2ae0b0e532 8fb88448b885432e8331f17dd8307cabf8405d30 8fee02916f8486a4f19e26251220996346258fd8 90841b3874964330a8b30f17a632cf0a39cd9d1a 92988e38ac749d9242a761a89793fdd62e652cf6 9a85f58ceea8f459da70854739b4cc6758046d47 9e3d3f9553318395a5bebf90b3444084734acbca 9f370b99e9a4cdeea2046c70703e1d06e0aeb1bd a162ca43e0646f15a11fb3a95b9e2d9b6142c466 a1a414339f63493a8339de2d1dbae1e3267aa760 a53161e327566d02ee63441bd3c95a09c92eb801 a55632a721d601007285d7d2d2882ee0e5c7465f a620c73669415d56dbb0990d034f0cc2d044cf30 a670dddc8eb8ce39f680c9bdbb38d51081dac0a9 a6bfcbecaf1920f3ca0a2239e15aff32e5dcce18 aa76e2cd71f5a08d6d88455a1e905a40d419f203 ab182019349e576e4bf8f6508712a51e6c27b67c af295abb3a567fee76bc1509f77a04c8af3ed33b b144a4358d0236bbc72d958ffe79cca0013e1d1d b67f1fd01d6aa2b100b39dde11771efbd53142ca b838d60a90e1d6f1e6e642e613bdcca7a32ba4a9 bb37e841eae1c8ad147162eaff599b553a37d7e9 c0034e73634925198eb46e110afd0deca38ef7cc c579699b4ef32c26a0ad07787148b8c865d34aa8 cdabb0a48c62bafb0b34a3e786326e22a6c85e5e d0cf59ad46d1538eac417045f939df08b5d954d5 d146e0d8c5dd985abef120fe9d172cdf0778b841 d26048cac18b2c5b7dc8d838f26b5b44f2b265e4 d3cba905bdd009eef7d470faff81c0ba5aa8a049 d85621447544eed7872a26b739a9d78bac53c15c d90a5bc014dbf2c92d23239f2ae18aa476895781 d9a289b88adfa07f575f12229f59b0fd5cf541c4 eae6cea1773960580faf0391cc00cd4b157f04a1 ec3aee24043a203c46805cbdb62ef02a06c9d833 ec5a7523d4bed8f2e58fc3d8ac05c9408f6699fe ee2051905c70daaf5a9231c3e4a5103966233abd f032a112ad74428179ddcf38bc27848b0db71568 f1abcde0d09f2e1fde7b094fdbc8617918d9c15e f3c70e3db97dea007612ec93d84c8f23d585cf8d f554f46628f19786be273c017fc0efde6641f50c f9e1c0c1fcc86b0719e63342f2b57caac015c6e8 fe07804a5342e2d28ee8444dd59013f1d61bdba8
Postgresql-Catversion: 202307071
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-16-pldebugger
Source: pldebugger
Version: 1:1.10-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-16, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-16-pldebugger_1.10-1.pgdg26.04+1_amd64.deb
Size: 71900
SHA512: 1d93f8be9091910293f41ec31f8f1dbcbb2718592e805a512e2a1ee0332c9312776b275a22e48337e495d43e84fadeada3901545cccf58f9b225914d9655ad2f
SHA256: c52be974ac47472daf3457a626f55d1e9ce2b7c0a17df5190a28ae4384c8c845
SHA1: 7dd05b36a0531524b4cb9612442cb90b01d6f83f
MD5sum: 8b60dbd4feaf90cf7eba8487570f3a9b
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-16-pldebugger-dbgsym
Package-Type: ddeb
Source: pldebugger
Version: 1:1.10-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-16-pldebugger (= 1:1.10-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-16-pldebugger-dbgsym_1.10-1.pgdg26.04+1_amd64.deb
Size: 105144
SHA512: 7910a7c88febfb5e0cd640d47da4ec6ed8a3f0d73fac83eea36f1481c5567822f9777784b69299b45c1befd8f9cafa0dbf7f38e70ee4fa4ff0a3235d4c48bdc9
SHA256: 9c1bd0916d8018cb52535d446fc762fb8af344421513bac8a4333101d6a397dc
SHA1: 87459f7c4e884504e23e853009fc869ec422f3b2
MD5sum: 163eb2283bff020087c4defed5e84bc0
Description: debug symbols for postgresql-16-pldebugger
Build-Ids: a93d33512e9b48d2caf9b31d3240700f1b55f0f7
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-16-statviz
Source: pg-statviz
Version: 1.0-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-16
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-16-statviz_1.0-1.pgdg26.04+1_all.deb
Size: 12932
SHA512: b1b03f08161c651c444a7dd60dfd4e42862c22e1b887c5a7f4ccbde612aa4e8cc8d04d19a15cd86557374737e9a2f2d6ae68fe4284dbaca146bfecb37fdfc1ea
SHA256: 785c8ba4acd05c69ae4be0ab025413cd49c241901d7dcb7daac068a9625a78c4
SHA1: 6fc2887034a1f8c55c394ef3c49e6de4cd4bd92a
MD5sum: 254c6672a737a13e28222240433606d3
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-16-tds-fdw
Source: tds-fdw
Version: 2.0.5-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: postgresql-16, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-16-tds-fdw_2.0.5-2.pgdg26.04+1_amd64.deb
Size: 110996
SHA512: ff53aa13d1c1785b5780b451a003521f0ab2c2b56db063ed2d2d440dd57712f2fb67954b729dfd8e876e386b69f7546949e1d32f14767c3b96d54e5c5979cde5
SHA256: f53e4fa32bad7ea55bc7a16bdad27d88f2b053674ecf437d4f0b74551bd5c789
SHA1: 118661d4aba87ff2cbdf314f49efc73fe4da6741
MD5sum: 038fe34ebaa98cf3134c175c09604e68
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-16-tds-fdw-dbgsym
Package-Type: ddeb
Source: tds-fdw
Version: 2.0.5-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 190
Depends: postgresql-16-tds-fdw (= 2.0.5-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-16-tds-fdw-dbgsym_2.0.5-2.pgdg26.04+1_amd64.deb
Size: 142112
SHA512: d0b881a1bfca048619197130a1b17f06d975c87feadd72ead63357fd11fe7726004c5e2f1ff122d4bd0a025230ceb6f16a6940de02b0e59c9bedef7bafb79363
SHA256: 131a418272338be76f661db6a5a608672e9ffc916a254d0f638bd6f53aee3365
SHA1: c9035250f0e0285ea1064d39ee39207c017fa778
MD5sum: c4afd841dbda1ba3a32c8ecff83206b4
Description: debug symbols for postgresql-16-tds-fdw
Build-Ids: f57c12352305508ce680f369d618bc8855087f2d
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.27.0+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15757
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.27.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 341732
SHA512: 14cc5969e6c63851c85b92f4e3a2675d8ec7590ccc292c235c95200f4a8824caf973fd2b69d4a334b1bdbd04b6c699cb44c6e71e45db97dea7fe62eb78ef973d
SHA256: 0ce391c46811c4ad2bf90bdaf80afc94308a3fa1db678f724f5fa1f6f232e0c9
SHA1: 8dfcc32be3a4a123302c91517d002713bae2d4c7
MD5sum: 8a0ad88cba55d4d93799b03a09dcd750
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-16-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.27.0+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1650
Depends: postgresql-16-timescaledb (= 2.27.0+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.27.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1232328
SHA512: f0788e8235385771f1654e5b345ca697fbf98ad9da557391476eaed2229cd38d658d79a9174dc8c09d29ea3332fcf93d1d803d234bcf11166e9118a735fb07a4
SHA256: ca36dd49d80a13b03a85bb6eaf5876d180f579c8d1e705d9df5276689dc6ab95
SHA1: bfdfd5a27f577c407978fa2761785b0bb412841d
MD5sum: 70b0d27172e45bf2e09ac0f0d0f84bdf
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: b89f8fbdeb95b8fa258ca4fcadb96ee83d7cf6ee e43efc76e58258f0ab85290a1f9cb4804d74f35c
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-17
Version: 17.10-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57571
Depends: locales | locales-all, postgresql-client-17, postgresql-common (>= 252~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.43), libgcc-s1 (>= 3.3.1), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), libllvm21 (>= 1:21.1.0), liblz4-1 (>= 0.0~r130), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libstdc++6 (>= 5.2), libsystemd0, libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-17-jit-llvm (= 21), postgresql-contrib-17
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-17_17.10-1.pgdg26.04+1_amd64.deb
Size: 17008296
SHA512: e3a95d39eecd758ec46e6bd416f101085af8fc54a067bdda4112c45e9c6308ac13882069e7ea879f9bebe57effc2526d0ad5b4e0bdb01b4a4937f6c65605ea1b
SHA256: 5a95c6a0e04d6095ecc165fc87e3bb424866bfc8d1508faa340d333e206ada8d
SHA1: d919319540473670c2cde37443c1a08982d994bd
MD5sum: c5b02cfd84aa375cc49ad2566a3d398f
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a 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
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31006
Depends: postgresql-17 (= 17.10-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-17-dbgsym_17.10-1.pgdg26.04+1_amd64.deb
Size: 21576464
SHA512: 573ed9f33be1e0d869e16019849eefac363be1522aeed6d605dc259884ebdfd9c4f5f8a957afea1133bde09db9553d46286cfd475fcb9509a01b1c5da7fe7868
SHA256: 16fb349b2f3c141a3e3046508851550753f9e200db846fbae9d01c0e0287fe41
SHA1: af2f4bfb6556e0e2be5bd3d5da0a1d6619b12d36
MD5sum: 8a85712ffc711bfb50a729b19bec4579
Description: debug symbols for postgresql-17
Build-Ids: 0344905bec26a883d8210316f862d38493cf2a60 08a30d368cf9a63a50be12f75a2f8b69cc93d012 08f3f04928cf6c1528b4d5b6a7381946ba4047aa 0bd029a08b583fb2ab2b2d406ae095e79bd7a413 0e7ef864f78624155c9c02cad403bf0e640a714d 0eb3b42800aafbc56bbae21b31f656f0a5eeaded 107a6a2af0777cb746fed2c2398934ad4918a613 107f8859378123ca1a819e4cfdb6d49dddd5bb04 11081d4c89370a91964d7259749fff1fef0f59c6 13ecbbf2ed5af9444bd173734d0584e9d4a4506d 15ccb76f81c9a1202f6f9fcb2314e1c9e4d7274a 196b496f662678f64cf2ebd2a86173998a52b70a 1ca2622669039cf01b2f46e5472e10ba8f8d300d 2280053e0d26b18b366caa7d98908a36c714411d 25b5a07ed8afb2a8f9975a71e8508ec19d51f73d 27dfc212866758ba3306b9d728d9ed601b363ea7 2c63eba3a1503ffe27b48e2a03cbed3903759a9b 2d029a5a5b7c10d6544d48daa6f104e7ead12f66 2e1d7bfd8f948be6c095cfbdbaa2ff017f68a583 30b9fad60f890e8cc15c6210f14acd582f7ce922 320e1fb2c2b327d87b64336192347946fcf45a29 3757c8d1e953070f31af82b5e983492328e6ba40 3900a95ae9cbc111b3a68f752f9a8b045477d69c 3dac2ef54d4639f9fb671f76f10b35518b3e67b8 3dc5e9451467371e1a92135ce7c70e22f5a13baf 3fbdcd4c4d23ab7f5a18cf87c05e2f586540d235 402206ab55b6342c501bbb4be7f6edcf8cef7e92 40b45739ce116a3a12fef8af095b631093de0fe9 4261541df1139346962d485e6b23468b4bd5377e 432a12ae00845ffda375dd47591bb217e58efb8c 4396545fa819f7e8a41a3eb9629f9ff0e0919eae 44fb72502b107ade0003454f96b321b0470ecb6a 47ac811ea44d6085e3b5d48bb349f579b491be25 496864b0e6aa526145bfbe0cb5f61ec6f61d1a9b 51f09d9b584e027122fcab23cf38c7eb8acf2899 54d23c24f97c1907441d4eabaf1f7e0e25003760 5553ac4a0ef2727ea4ee28cf894e92d31ff8144a 5649e75d93714fbf00f8a02c494eb8b4a7492428 564f3abb58812f2353ce98bf280c7ea5e988674c 5cdec74cfe635c385ea65fa0c9d3687accd6153c 5d2fcb2f9b4afd3fdadd6ae0013ddad6cceeb026 5f58800fdc6b9b4d070ebc8c4db7f2b4c6c484ff 5fea3493c001d3e10075d6648bfede2b3b1a5e5a 6066477c5658c62f068075adcb349200e8e02562 63bd252d4c495057719e8d31250e8e2c8bb70bf0 67bd9f55c5aa87a46f3e96a2e90e079a8f6e0808 6e931c79c057d97edd97b970301d261bd6cd7b8c 7234af78eaa44c91b64ebf1a562cf2f157b7f0df 76d13dc31c34069b3bd007fab8820adca8ba6546 7745f892fcb59f48b69c4e326f9c305d45020305 797a28f8155da16780b7bd57edb3c7e85e7617d1 7c7f69311e31c7911e294d47f97375cb43707010 822b1f150daa6448009a84ac9f274d222b37f22c 83b938b9883d0a8c1de2684dfccf695edb14a503 840fa70626b5eb280e84bcce97274e6299c6efa3 87bc91ef075b4e77323072eb44cbeaca1d429299 8c0b652ae48a65657b547242a6ff1ff1c15f72d4 8d75ea4f237ebb4af780742577ce43cfb0430771 8ea74c29a3c1610bdbee8bdc38218f6d9c8ab42f 913b4a16756857d88cd04a5944bd2439ae53f6ad 96602fe6a8714e02bebbf27fc227469e4fb3f8a7 9cd9f1c37e2271d08fb2e1f3f144bc31097b7e61 a1a1ddab02d9229a206eed6d3a3e8d86d1167903 a5fe3187d06db2572cc77fd346c436362fe08ab4 a73f3621c7963ed9e6d55156b3d6ef2f1719c34e a9c3d51c4119c81042f749095aa5e50d5ddcf9ae b19152f1fb5b5580802e68467dd68148c809675c b19ed1fa2755099735a662b11b6dd4573b150950 b8532a1f46583b31f7a3346453cfa452352d5813 b8b175d85946289dc1040c500f7d9698826514de b9c92004754d75d5a70edb9bd0f464e4dc2fa1b0 bac6abc0ff7bf2d35091c09eb85a487b4599dd9f bdd0b72ed75fe76b86ac90f02a5b6dc2382782ed bde8526a7904d7c9c72cdc95edf9a8f175a8139e bded90a6c786d730ea851538089588accde8ec32 bef4408c3ad7351ee1ae5d1266b76c5853834ae1 c1d8b3ebfd17801ea8f93ae4317f14d2a7c3f234 c2badaa886b04c1ac97610efb6efbfb1f281423a c571e1c501fb21b51a1d59fde22a4533db180966 c91a83c5d884ca164a16caaa1119069a55017c19 d06e9e381b140173a66a3a6b5275343cc1a3c397 dbfc09c439979219527076d17e1c4a6a7cee61de dc836a4227d58363dc1881c6aa8afdbb85c0ee6a e0f6dcf2a7d2386489a691c4f00a61c619973773 e40dfe1b7d6812fc2da9221f3e58bcea41a2a217 e429c70b5da2fdd647388fde5b2261624a74ef69 e6b049755552dd0c395d38568dc6c03bc4db723f e7fffd8b403d3e57d837800374e3fe9fd5b26b60 edc2161106d9ec10ce42277475b07136921cbc96 ef28c4c8ef828c6c50566777496e5462ed79559d efe13b5a03960255268d0d6a113cdb9dae711456 f0d2aeeaec746065fa1812fa06352bb31305f8af f122f2b0921946e609e62cae3d17b770f3ceb165 f3552d402a07ccec0798f56462caf69369246f84 f8f502ea5fc37598d2370e2f07a98639db308a5a f9e828d08647aca249663271115dd6387a30846d
Postgresql-Catversion: 202406281-1700
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-17-pldebugger
Source: pldebugger
Version: 1:1.10-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-17, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-17-pldebugger_1.10-1.pgdg26.04+1_amd64.deb
Size: 72008
SHA512: 932f59b8e71069b7862c1ac8b39aec8e75e5e12f32714a4cecf9e1036a337d162a8b2a57109fdba2215b09ef777a7c95251eab82687348ab349e1255ee428884
SHA256: c3cd4a944ed4c563887d7b4217df73080622224e284fbbab4b6562a0e67c78d3
SHA1: 84af1ac5a629997cbac6da925d443948a25f7d75
MD5sum: a11766602565ad60f5a24a9a88f37a04
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-17-pldebugger-dbgsym
Package-Type: ddeb
Source: pldebugger
Version: 1:1.10-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 145
Depends: postgresql-17-pldebugger (= 1:1.10-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-17-pldebugger-dbgsym_1.10-1.pgdg26.04+1_amd64.deb
Size: 108972
SHA512: 3e6949043cb07310205c22b7ba810547b819c35457a63f952084c38f319181c00e309dd14b9a9d84de97c964b2e5d90e46d98ed6e25e3c636f36131d23cccdf5
SHA256: 45fc2422d170f96f1cdfde74ef4d981a3006c9b77b24e625fc1515ac26c909d5
SHA1: 8d4be3d35ea449572f7cf15b1153f1139c4e2561
MD5sum: 2b6f22bb7b88b859e18e053cc9eef7bb
Description: debug symbols for postgresql-17-pldebugger
Build-Ids: 61a21496f6a0633999156bdbbd3ae90a78c183b2
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-17-statviz
Source: pg-statviz
Version: 1.0-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-17
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-17-statviz_1.0-1.pgdg26.04+1_all.deb
Size: 12932
SHA512: 2350e7494c972e540e1c5d3b061389d2332bd5e67ac31247732cf54f5cbdb480dbf50ae165ec16f57b6c065081913ec6bb7e91cb4131d86292d508d51b134481
SHA256: 53f7e159f92eeeaa0e9bf7c11e272129801f2db1e8bd26b8c05e51b58db426f6
SHA1: 625827f3832e9ca4eb91aa13b8e22acc93dc5378
MD5sum: 4c56b56d877887401484b9ac640be9bc
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-17-tds-fdw
Source: tds-fdw
Version: 2.0.5-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: postgresql-17, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-17-tds-fdw_2.0.5-2.pgdg26.04+1_amd64.deb
Size: 111196
SHA512: 2853ac511b4246375b57ed680ebf2e6602876673dbd1758934c86e64ebf805a312562200a46f645a27a20b2684aa345103c8f24a17c85f98624bba624fe97d06
SHA256: 42beb3744129d19838a8bb4e71ae416ed51489b4b715b443e3f24c4084d88219
SHA1: e80160556eb1c2d519bb81e99c959a1e51be4637
MD5sum: 63df22e25562633cb7299b469c792a3b
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-17-tds-fdw-dbgsym
Package-Type: ddeb
Source: tds-fdw
Version: 2.0.5-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 194
Depends: postgresql-17-tds-fdw (= 2.0.5-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-17-tds-fdw-dbgsym_2.0.5-2.pgdg26.04+1_amd64.deb
Size: 145700
SHA512: 9b3fd85fe0e40deafbc492f15467c82384ee5469236105ddcbd7db5f97b5b47238eb1096d948cb0324516da05d200bcad6c8591e6d39cdc0bccc3968c90f9730
SHA256: 3a96bce16197aaf56d5993b496c081c336b757e6f9297a29990574b4898561e5
SHA1: 6fa6cc99ae4d09bed70f124011a39a312ed3ea11
MD5sum: f293ee1506edc355bd349f6ced3da7db
Description: debug symbols for postgresql-17-tds-fdw
Build-Ids: 94ed730650bb2e7638cbac402e6b3488de49f834
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.27.0+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15757
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.27.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 341264
SHA512: b42c28b4b57663ab67afdd955b76aad0f01f237056bcb0aa26afafd61208b624498866971be91af4565c8cb98e8c0dd7302ede35df01647e6399dd3a948516f7
SHA256: a5679207c09df31fa9de4e16d4e4982e7db844ee59738bb530e0395e7c8bf281
SHA1: f857273369cbbb09d9f7ec064a9eff501f358678
MD5sum: 3b4cba5babdcb3c36e5142957845966b
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-17-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.27.0+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1660
Depends: postgresql-17-timescaledb (= 2.27.0+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.27.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1242192
SHA512: e57edd125e13dc63f045773df1a6ed986f0c04f9d18ee7673607c91e3393e1a6fc8c5b3736f0e3d753d6f0a80f9b60cc085125ac76fff39c74365f51313cc0fd
SHA256: 66da67ef9c47da47377e289b947dafb116d23b6432ca1bfd9ffa714a54efdfb6
SHA1: 4501dab072b94c2bcbe9ce3d0fb3bb7f5b893f8d
MD5sum: 289ffe5ddbc459679f316fba45eab90c
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 8575817c8b7e1b0a49e7db6f67dd1185a5d9151e d866f8146fe3de34a376dda46d3bc781248b5ef2
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-18
Version: 18.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 35830
Depends: locales | locales-all, postgresql-client-18 (= 18.4-1.pgdg26.04+1), postgresql-common (>= 275~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.43), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), liblz4-1 (>= 0.0~r130), libnuma1 (>= 2.0.11), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, liburing2 (>= 2.5), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: postgresql-18-jit, sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-contrib-18
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-18_18.4-1.pgdg26.04+1_amd64.deb
Size: 7673244
SHA512: 3520de1ba1c295d9c5fd701ed656e9e572ca5ed92b7af356fbcb865f5b2e24398dbda24f242499c7e6aeb9e3a0f222700f0409a983651163610b8d6e04c8aebc
SHA256: d6bf3a9859fc330bace41abbf49c50ca8950e3b65c9bc9021827e150830659aa
SHA1: 065ae91f2be57e2b7280f1053e43d14485f1ce81
MD5sum: 107fa9bd5b427022085456f9acc010a3
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 18.
Postgresql-Catversion: 202506291-1800
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31065
Depends: postgresql-18 (= 18.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-18-dbgsym_18.4-1.pgdg26.04+1_amd64.deb
Size: 21478676
SHA512: 24d9dda3e26f995d35bc6fb63f56d6264914cd0813eb439b89d99525b287f71d5d2eaaaa60fc26459d5cafcb68b056346adccc82141f741f13f6110e53bbe042
SHA256: c53031cf5e0c84effff6c1c54e11943962c1a02201a94ca22abeaeb6bf8a7394
SHA1: 66faa7bdbb318f4ba62fcc0dcd0b9a899e8b29e3
MD5sum: 0145a91c76b18e5db8a5647988837d13
Description: debug symbols for postgresql-18
Build-Ids: 00494890518588594600edaa59ba9e6458e5d7ff 0078462c46232aae880635449cc860ae3b412d7e 00db0f977dd2badbc145a7a369deab08c85daa00 037c2122cd9b674e99eb197d82f4e9157414ee1d 03f3f0b6374169a7e815d0389ac99aa62146bf59 048d8db3289babf2cbad8a14910f19c8b223e24b 09e8eb56222e864661800e1f8a86d6028caf1560 0c83dd3cdb19c8e7827f265b756d9d6bf2fe5570 0d7feab4174c5b3821ffd2475ff19f1206cd38b4 0fd9336e5c6ded452537f35136fa4094404e2b20 156f11866a0ee4c5be335b63c90f5f028ad4461c 15f108b6c16858a6541a8e4b91f1b1ca9cca987d 17864be050d3915fff15c2ab9dff50962f4094fe 198f3b5f404b9fd44813cdcc99ad5841315508e9 235b735bf21aee1f49ad74baf21564396d2f78e4 2529bb30e5ee89578e69eca3c78843b5faca925a 25881c2cc6932ee7f9f045f7d128a6ff3cf2521d 267cda3b99eacc8b2903632bbd45969dd8aba984 2a9f0a0c76edb31610da4372813053a039c74ed1 2b856257ae24b58eca514ea741981055a827b775 2bbdad9f008a6e616489d0c7bb13ee84e0fcac09 2e386bfb61f980baab0b144649b7f0ddc40689f2 345c57a28e4b7a48c87b536d50f0f359a2c62fb5 34fd19aecff8523e94f11b8d61ed764456c04f9a 36d3929823458da472bd3e5e7731b3d86c85f14a 3818bfb9941634ecd28a15bb433ab4a7956dcf11 389f3744227e1d2d2e1bc0d73e10dba0b2926df4 3c7648e4dc5eba13261c67a1157db64509e82e6a 42bdb6cbbe64f68b595d1f1c31ca915fe03d4b60 43af4d7d7b0689f7ccf0af345fbf68664e7afe0b 47d58f9a9e969d5fee8a8fe14e62c5705ab5e467 47efeaaca9dbbc27131124386f65f5a9d2578592 48c8dbbded2e78b61da8dac44df8c4399411d8a9 4a98e6a2fb8e1d0a17b7f3cd5e1fc63ca905fa99 4f08abbc4d6365751f84e9bec5ccdc2c18255f2b 4fd6d066ce199536215539a9c20bfac13ba75f92 564daadfdd08425324671515b59b2f35c6749544 5699a3ae735ed2cb5f55f154f614040e6f8c9bdb 5797febc53e4dfd83dbe2938d1023fc8755664ac 5ac885c0ad8bd1494e68889f176b1f5a5a0838c3 5b78d527b657351dfac8e9050b714810811ed987 6701334ad455095648a654f15d94059c2b046660 67495e2b5c66177c66d92f0a1530f8e5be4e3f7b 6ab2938deab2ac5f08cd4706b477349d12475402 6ed6420cd0438229522f3146b26575bf051a3b21 6fabb7e64f0903b9ae104d7368d3429f57bedcbb 74e35bae16b0daa36b291b925fd0ec8f52dd6d01 76da7c71aa21c79beccff9a4c3ba7e734272bb37 78ebca785b8f945a67ab6b27aa9de8f2a2043eb3 7a561a1a75d4ac5aa0b08ac3f24ecea1494d8537 7c478358e31e2d2e8e5458fcf7f624362109b34b 7db48be8af8c3730524aac20a585911022277dd9 82c4171d5c9bda74d948bdb04ea96a2bfdb559d6 869bc0afc9c01c62bb3927854ad5fdca68060e86 882708675532fdf5537ae6136cbfa015fcc2a0f5 88b051b34621639d1d085afcb91d1502bb9d0ddd 931f54724db810d57ba5b9525f2b8f1461174a9a 98525c85440ff00fc84c98c01bdbc483841f8294 9a89005806ce4a157967018fba7db939ec1a6d32 9ec0e1cb5f2a5e9724804198e1a43339f469b58e a5690f29f1add584968ffa43e378693b07254300 a58532d280171f9c5ccd4555483b9a363211bac7 a61eb97e43de168c766a1c39219539be853ba4d5 a73fc4526809d354feec70bdb066d92a8a29b993 a83f43f28426fce1d6319a2d8d38657205b84fec a8ea450529bf553400b718b12bf4ad6b223712af a92fb0ab202528e881ff9a1e15825f038e5cb2a7 aa93f3c4fd1bec4a37469fbc43f7ee24e49e9122 afe69c190cff425bbebccea158f6e3dd6514fc4e b10b8f977282bca12eccdf10284227ca8fabbad9 b6f0a67a3d74bf92addcbf243382a145cb372c1b b9eed853d2019557b6c465d1b17c2f37b0a2e953 bcc21ea8fb2928e980ee795be10297bf5311daeb be1e33b7d1e66440bab74fc334a19809fdb3967b c304207aa2ee0c8657e82cce29b0d530e82641c7 cb49fcfa973271c78a92a9ef3a118d81737ce97b ccb18d7191337c37ec15856fcb7654298e04c852 cd51a78d495be30fb9cb17cedbb65c6abcc1b340 d1a0f678aa8591518d1cda665cd20626027ba100 da7c0f8735f0cecda081bfdea5a3ce0256458d2b dc25cd2fbd3a4146feaec767b80a7f072a42d149 deac81b073c027a1834a022655eb87627ab5ad49 e037ab6b8b782cb12d0e474827fa150b2e949b8e e5e5aa3a7f1bf4c0e856f3cb0d197755f12fa5d7 e69b978424316521a21495274d879793554f3d44 e8027f4ff1b458dccea0fa515bf9217b7ec838a3 e89d7f3d539feb802c948041ad8437a62068e8f3 e9decbda24038b3a9eee4787ac951160d3e71dd1 ead67723f5b82e154946cb358e8d378d3d9b5c0b ebb7a5f7f254bd164a9305d91485b364c8c33359 ec53847b649c052c2b83cc46ba643a04b3baa945 f22cc8e92cdc7ebe339e128df63f5e24ab9e553c f457ac35d97e8604d602b013916ceaf3c1779b3a f7d168ee72ae9fa151c1c3e8f1ff04ed156978f6 f8708f8dda9078894845d95eaf709c304ea1332d fa36f893c74d85bd7865c076365b3b1d63a49d7c fbe0f2a1b0c45cf5b44705a0b71adcb51a195abd
Postgresql-Catversion: 202506291-1800
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-18-jit
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 23760
Depends: postgresql-18 (= 18.4-1.pgdg26.04+1), libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libllvm21 (>= 1:21.1.0), libstdc++6 (>= 5.2)
Provides: postgresql-18-jit-llvm (= 21)
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-18-jit_18.4-1.pgdg26.04+1_amd64.deb
Size: 9862824
SHA512: bb91d2cd3e52ff942f26a5e1e7dcebbfb8e7f26c4ded7cdc737f69bd0534d876b15c430a17f605f3bfc916d2ca1308c6d3fb02eabd17ff5f42de1b144ace0d86
SHA256: 4acf839254a8bb7b936438e69cc5f6182aabf2c196a4dc7b28af02d00426f238
SHA1: 580b79752c481f53d9486665750815e09a4a045c
MD5sum: 3a8501c65b047696dc034103007625e2
Description: LLVM JIT support for PostgreSQL 18
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides LLVM-based query JITing for PostgreSQL 18.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-18-jit-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1383
Depends: postgresql-18-jit (= 18.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-18-jit-dbgsym_18.4-1.pgdg26.04+1_amd64.deb
Size: 1344608
SHA512: 64a1f8d45486a439a2c17d6ccbea7b19ab06445f57f4aba79ec08dffc91688755729562d612e18be575eb60a94ca1f63a2a531f78739ab3f24fe16cf55a3bcbc
SHA256: b156814ba6fd2a5cb501ee2f4c542d5f3d71deb9d6cfa1093a2768af560c6c1f
SHA1: 62b90715f4dbab9f2eb8aa0d4217466d4b36eac8
MD5sum: 4cd8903eb77248b5a3c4751b0d7f0f40
Description: debug symbols for postgresql-18-jit
Build-Ids: 6b62149f43d202b318c024ab64e5dbb811530545
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-18-pldebugger
Source: pldebugger
Version: 1:1.10-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-18, libc6 (>= 2.38)
Suggests: pgadmin3 | pgadmin4
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://git.postgresql.org/gitweb/?p=pldebugger.git
Priority: optional
Section: database
Filename: pool/main/p/pldebugger/postgresql-18-pldebugger_1.10-1.pgdg26.04+1_amd64.deb
Size: 71812
SHA512: c15c0ad97621a34a36a8ac10a697eb624194d429883d678c7f0d1c834242e1b5ec46aa8a9d30582d2120a20349a330448ce6ae329217c85c720a03b185e71c43
SHA256: 688e1cb2f79ce820bd375005a7d7100fb536c985e2f8b40d14ce659f875eadd0
SHA1: 4ab91c06df67a3e9303d9a3c61a42e37c8a7d526
MD5sum: 61d75b122e57bb9209b30f4630ed3511
Description: PostgreSQL pl/pgsql Debugger API
 This module is a set of shared libraries which implement an API for
 debugging pl/pgsql functions on PostgreSQL 8.4 and above. The pgAdmin
 project (http://www.pgadmin.org/) provides a client user interface as
 part of pgAdmin III v1.10.0 and above, and pgAdmin 4.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-18-pldebugger-dbgsym
Package-Type: ddeb
Source: pldebugger
Version: 1:1.10-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 148
Depends: postgresql-18-pldebugger (= 1:1.10-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pldebugger/postgresql-18-pldebugger-dbgsym_1.10-1.pgdg26.04+1_amd64.deb
Size: 111992
SHA512: b07abb96e58781fd3c630d450c0f75f4e607edda2962fc16469afcccbe8db49c157d2a84f5424dc18875bb697be502a269fe746a15b65e14ba3c64762a1edfef
SHA256: 5535f849de39a5fb7ac49542b963a8ffa1fb907536811109b8fc8c7efe5cd529
SHA1: 359b465e1ee05c56e99554f60037c7f5c65781e8
MD5sum: 1fe1a35a3ff506bfc87e84b9e934eee9
Description: debug symbols for postgresql-18-pldebugger
Build-Ids: a60c9651030a54dedbbfa46fbc3738c4bc055fc1
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-18-statviz
Source: pg-statviz
Version: 1.0-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-18
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-18-statviz_1.0-1.pgdg26.04+1_all.deb
Size: 12928
SHA512: 6b2c51b06de2087cda4652d3c4b66c1aa4a289554e44eddd7adbde6bc1ba8669c21bba70285fbb5af6025a0b38c9e4ec87efaa7996a256b298e546bf9f69be0a
SHA256: fe8b797f7b950dbf6e137f32027deb8413d46b0eb0c0fc959231eedd93e96ece
SHA1: 694bbc24f872272c73d655e8f858c6c797257d41
MD5sum: d6c19065f524085507b88bd352717571
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-18-tds-fdw
Source: tds-fdw
Version: 2.0.5-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 255
Depends: postgresql-18, libc6 (>= 2.38), libsybdb5 (>= 0.91)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/tds-fdw/tds_fdw
Priority: optional
Section: database
Filename: pool/main/t/tds-fdw/postgresql-18-tds-fdw_2.0.5-2.pgdg26.04+1_amd64.deb
Size: 111012
SHA512: 14c5e4d2ac7b527ff1363c04f3d03eb84e7cef86db3ad65f28b7b7ed931ecf1dc94e22742b29b5b8fd83ccbfcf4b93086be40cac60266c07bfbf51e4c8e60235
SHA256: d44e25f88b5d1b244f69eb281f45eb252144680d5d3fbdf848116aa4618a1bf3
SHA1: 46c441e1a49812860357a31a61262f3379387efd
MD5sum: 2040c7f9cff0717874f48c5486ee4acd
Description: PostgreSQL foreign data wrapper for TDS databases
 tds_fdw is a PostgreSQL foreign data wrapper that can connect to databases
 that use the Tabular Data Stream (TDS) protocol, such as Sybase databases
 and Microsoft SQL Server.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-18-tds-fdw-dbgsym
Package-Type: ddeb
Source: tds-fdw
Version: 2.0.5-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-18-tds-fdw (= 2.0.5-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tds-fdw/postgresql-18-tds-fdw-dbgsym_2.0.5-2.pgdg26.04+1_amd64.deb
Size: 148484
SHA512: ccc504f45c042bfff3b2c1a34f06abc1dd0505514897d998a50d0d2377360f764381ca60fc27c59a95f18367bf3e040c860a49414edbf57fdfff200c64f512c6
SHA256: 0fd0662530bc243f21a133ad9272ab5825366139dc1d9375a917a778a7e68035
SHA1: bc910aaedb6ceaa24285ce8e9011d1a3ce0ca250
MD5sum: 5614eafd5becbfd603031812d83237d9
Description: debug symbols for postgresql-18-tds-fdw
Build-Ids: 483f99cedac9540ef20f5406ddfd24be0c764bb8
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.27.0+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15757
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.27.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 342056
SHA512: 1b5376c6647f14f242710087cbd8eb2e3e6370e5a22913c13cbfd203441985e20b0707fe9d1c8d44ec427145b5b59bf3ec0019d583ea4b2ff145648d805c7983
SHA256: 1a2f3d36553c35129810daaefae712fb206203f8421fdf857dbf2868d05825d2
SHA1: d1fdd9f694319510f465c395435f4431d43bc68a
MD5sum: ffda2fff66ab1913e00e1a5c166d85a5
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-18-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.27.0+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1673
Depends: postgresql-18-timescaledb (= 2.27.0+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.27.0+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1254484
SHA512: 77c7869e3096e1a6863de071cd7842cbbb486a8fc4f2a3ff9cfe374ac651f546fdf3018a1d4ae272200f8a1561f0cf3f405b9b0e64fa5e3709e83df4ca692cc3
SHA256: 89d564fa739d2c18b860fcbb9aef892a09cd51266081b78e58ac6db13a87947e
SHA1: 01434a6a4d7582a87bf110a5e99d64e419e0775f
MD5sum: 047f2cf83d5b58d4f9874f33c998a653
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 9f5ed99f4ac1c78503845192579811554e2efef8 9f62e710682ce8d83a7a0e8ad475a05ef467d760
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-all
Source: postgresql-common
Version: 291.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13
Depends: libecpg-dev, libpq-dev, postgresql-common (= 291.pgdg26.04+1), postgresql-server-dev-all, postgresql-10, postgresql-plperl-10, postgresql-plpython3-10, postgresql-pltcl-10, postgresql-11, postgresql-plperl-11, postgresql-plpython3-11, postgresql-pltcl-11, postgresql-12, postgresql-plperl-12, postgresql-plpython3-12, postgresql-pltcl-12, postgresql-13, postgresql-plperl-13, postgresql-plpython3-13, postgresql-pltcl-13, postgresql-14, postgresql-plperl-14, postgresql-plpython3-14, postgresql-pltcl-14, postgresql-15, postgresql-plperl-15, postgresql-plpython3-15, postgresql-pltcl-15, postgresql-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16, postgresql-17, postgresql-plperl-17, postgresql-plpython3-17, postgresql-pltcl-17, postgresql-18, postgresql-plperl-18, postgresql-plpython3-18, postgresql-pltcl-18
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-all_291.pgdg26.04+1_all.deb
Size: 7972
SHA512: bfb5df1e904cc33b864f5edd63dd398394a6102ad1a75b4d28fdd8c68dc127a781fb132c5487c0b63c1eb93784fa66dce7e3e914103df4b29db4447ff61cf8a1
SHA256: 64533bb97a8ee235a6bd0ead628efc52ec1a4a7e832ca8eadbf3e845a7a4e127
SHA1: 4ecb2c1c6220b1556a2b3a2c8911d748d7bdd974
MD5sum: 22942d2760d556fa294fbf096f91916f
Description: metapackage depending on all PostgreSQL server packages
 This metapackage depends on all PostgreSQL server packages, in all
 supported versions (excluding documentation and debug symbols). It
 exists to facilitate depending on the server packages in test
 environments.
 .
 PostgreSQL is a fully featured object-relational database management
 system.  It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects.  Some of the features are:
 ACID transactions, foreign keys, views, sequences, subqueries,
 triggers, user-defined types and functions, outer joins, multiversion
 concurrency control.  Graphical user interfaces and bindings for many
 programming languages are available as well.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-client
Source: postgresql-common (291.pgdg26.04+1)
Version: 18+291.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13
Depends: postgresql-client-18
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client_18+291.pgdg26.04+1_all.deb
Size: 7832
SHA512: a5158a77ed7523e818f435dba09e8463c0bf36f0bab2bc6b131cf0976ed2f2573dbd1947435ea7c6f1a3349f5554311dca51aa05b949c0a3cdf11bcfc2788544
SHA256: 3201dc7fb15acbafde76d5cfa54d84f0ff857b913a0066e5c70abbaab6e69b84
SHA1: 3b5df6dd0c736b5525a64458edd8436d74328b41
MD5sum: 22e797a5bab3fdbc21f3465e1853edeb
Description: front-end programs for PostgreSQL (supported version)
 This metapackage always depends on the currently supported database
 client package for PostgreSQL.
 .
 PostgreSQL is a fully featured object-relational database management
 system.  It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects.  Some of the features are:
 ACID transactions, foreign keys, views, sequences, subqueries,
 triggers, user-defined types and functions, outer joins, multiversion
 concurrency control.  Graphical user interfaces and bindings for many
 programming languages are available as well.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-client-14
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7177
Depends: libpq5 (>= 14.23), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), zlib1g (>= 1:1.1.4)
Suggests: postgresql-14, postgresql-doc-14
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-client-14_14.23-1.pgdg26.04+1_amd64.deb
Size: 1669008
SHA512: 252a1362c7fafccd11a58d00cb23dc9cdaa6e657df042d91a2fdb6d3e511d1ad9c0d20cad165980c5a148d91235831dae072675dc97a4884d05c179125839e55
SHA256: 6f4248f2cfc400732161bf04c2a0a7f4761d3bba07458fa48cede84a13049a35
SHA1: ea57ed1460c51d74f8ccd7a50f6a255616c10c33
MD5sum: a454597d9ec4caac669427789c5ca329
Description: front-end programs for PostgreSQL 14
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 14. If you install
 PostgreSQL 14 on a standalone machine, you need the server package
 postgresql-14, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-client-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3530
Depends: postgresql-client-14 (= 14.23-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-client-14-dbgsym_14.23-1.pgdg26.04+1_amd64.deb
Size: 1969384
SHA512: 8e493e0227e59682409e21e5968ac0a3f517a93d5243bca68f93e5234a5d855d165cf283fa41ba6b490e04b1671b9a4da0c6946fb98ec94eed795a28dfdc55fe
SHA256: e92f8b91722c046054c9a9261d7295a220d0f90c3c36c032bfb2c59d594e381a
SHA1: be47b430f084ef248a76e4b9b62e4d72e4448145
MD5sum: c45039993f81d2c1970ab99c21b651e2
Description: debug symbols for postgresql-client-14
Build-Ids: 05700e4efccc95efe318959d7f0fd1343e23ea66 2a010fb0b621a6050d91fce0981e52ceb56f1c82 335d410922b6788d16c2e049c9960b0fb82e7e31 3da66bfd335c52d1169ae6fca797c2848f735a1b 3e71d488421e5d88c7ff2e41f2e8da26a911c9e3 3ee6a7dfd562539539f470bdcf95da9938eebd23 3ef269487767c0e413e022375230cb0aef4f5fa7 459eaadd29cd60b95ac4972f290cf4725e2ae347 566b0dbac6813257685a91f3f63f09de53693430 7a1d3db57a319831d67877565e7467b5a9e180e3 9d573d23d93f5a394692f3855cc7ccf37490d281 9db93db110c695e9d961666d8ae8f4c2c21067d0 9e81e211f15f6fa4a63f92b2fc036ef25ab32a6a b04a184a19833b30271549632acff464f6ce46b7 b72d08c3df13e1090bbfc13af6d4ca676453b443 b990607aa02a32a7d06c65b4a93821f0152a8fb9 ca91dc84fdc5678072d8ad7a4e3f6d51b845ec98 ce81a420d7d355e9e4eef6cf4d18d53fbd1bc794 daa4b42f6eeb39b3d3e62a411128b63ae74fd068 f3bc4fd3c617514083f8a4c8dfdc3d598f22a32e ffe9e4ae6a34bc5202b44c8f3c808560fa2c1754
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-client-15
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7795
Depends: libpq5 (>= 15.18), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-15, postgresql-doc-15
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-client-15_15.18-1.pgdg26.04+1_amd64.deb
Size: 1731308
SHA512: e41f9750306c59524626bc28056f532dc3d6f5de1d4195e59ea0e3fd5f902884fd99f8fe175c386c1e6282167d3a791b652919d72caa1df1dd42d2a942291b21
SHA256: c671ec42af887e32b6d32eec1d9bb3199e092c867b102e2dc356ce6f88df5601
SHA1: 7b8822dc5ad560b89f381ec250b9a5482766ac60
MD5sum: 6f2ac01325ffa0dbb1ec800ecf06e3a2
Description: front-end programs for PostgreSQL 15
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 15. If you install
 PostgreSQL 15 on a standalone machine, you need the server package
 postgresql-15, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-client-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3710
Depends: postgresql-client-15 (= 15.18-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-client-15-dbgsym_15.18-1.pgdg26.04+1_amd64.deb
Size: 2106308
SHA512: 0d12e0bc37117d7f5803b60ea1d7cd997f946ecb866d2f019289b07d4c3056760cf323ce30b4b4e8e6e48c2918630dafa4823b075784b84a2fc3193c9cf7e45e
SHA256: b9eb31c5da92d0c97e72f41100254f7e8b0298249f059256e6b325e92c01f405
SHA1: 00aee14fff975cbc775f565a0347b775ea33b366
MD5sum: 9476662464eacdd72593b10bc694ac25
Description: debug symbols for postgresql-client-15
Build-Ids: 0e6c5006092ee0d975d5643fc237fd30235039b0 10fa0678535bf1cf4a56b480e5cc727a8b2fe9d8 1b11fcf07874553e3c8ca973668ea63a3f66d5c5 1c550fd914106d57f31dda3e49af953550c17336 31f1ea511178b46ef9931efb637afff151927587 33e9a5c8dfe7b1b7160692e445c0468d928228d7 34938981480cad4de1a99cd5f3156e04b37d0d98 46c97c3ec4c3c843cf587d057cc850dee7998b7f 5d74946d20d6fed6992a5ebe57b550c2c974592d 76f46cd58cd56c3269e7020ab23982a2c28166ea 7aaa4d78cf25a470ee77c821d3fd0337b686cdbb 7f5d61096309e4ebeabd9dc22ccf42f6480d6d7d 877819b76e26e0ee1b593425051ba9ccb2d30fb3 902abd26f418595ee0020d8099574646699a6cae c2fff252eb5aa96f00d1f178a2422ccd2948f334 cc06f91673d483f4a5fe516e3a936b35397206bf ea1febef81656a934e9542ea729e809e2d40e0c5 ed6c6b2135b32d483fd325267a1d85debd5bcbc0 f96ef348a94bbbc4b7a2e0aa959f21cf2dd40d9c fabb4c461ef7c3fd547261de327badf4a139971a ffbcfd433880756764abd100f24cedbed8643292
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-client-16
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9151
Depends: libpq5 (>= 16.14), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-16, postgresql-doc-16
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-client-16_16.14-1.pgdg26.04+1_amd64.deb
Size: 1938284
SHA512: 5787d8a2924ff495aabbb66180fbc4f07210eab663c39ee46133054f0bba7dfc81c70263721c5a02623ad8bd716fd843be301210ccfe852069cb348bea9103dc
SHA256: e0405933371ef8c7f752cf78f31e88952fb1109dfb8f7da10b9bc895fc2e2ee8
SHA1: 45fb5c60d1e00cb857049d429833303284514bf6
MD5sum: 37e7fa85a5bbed99e0940dd62dab66d1
Description: front-end programs for PostgreSQL 16
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 16. If you install
 PostgreSQL 16 on a standalone machine, you need the server package
 postgresql-16, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-client-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3826
Depends: postgresql-client-16 (= 16.14-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-client-16-dbgsym_16.14-1.pgdg26.04+1_amd64.deb
Size: 2161676
SHA512: a1630eba01794c84329bf603e36a43e762208cd596d050a0578b60f1a86c88fb0e361b3599447d0a681ef145c22b54d762ef472eaedd35981b491882757f6512
SHA256: a477961a39d5114a065f9cef7962b431cb55a410c463b39723faef63e51f46c0
SHA1: 70b84d0801b8dca8c1c974b8e901f569bd272e38
MD5sum: cbba901df3c73477bf114e01a744b4ae
Description: debug symbols for postgresql-client-16
Build-Ids: 0c989527fc6df727d8a69955aa1804ffe6a61afc 198fcda74826c0f3b5214cf8bfec39b8080113b3 22e3d38013faaf99ac1f90e3110e717a22af3267 36fc9e6486525c46b616c104b83e762656685ee7 40138f0a7f7216d28bd210ff31f2810aed113251 515e12d0a952721bebf1c38fad1c6c9150cc94a3 71ac1427fc67401121e1187d48c662db127f60e1 8596eb4c9679ca3731e0fe27dde06a75cefb28b9 959353ab636dc283649db2dd93a801e4af13c7f8 99ff88996564b79ad3fcfd0f1bbeaa6f598df8e3 b0a347e20338c5417d34a1559e25cfc8c98c54d1 b3b28c09b67c74a4c5438730d2bf1c419b98d7de ba233a753722ed8b8e4040c73e63c0d7fdda600f e8d011fc4378c609a6690c70a86dbb87d3d1b84c e9f0fb52b1aa4f716c2ef799a611caaab56af77d eec62bfd8a5c94614e3eb265fb3532ab490432c7 ef1796f7b5554718d4b33e18913a41bcfe4471ff f44cced7990da347bd0fcf22aef624c6c1548788 f5fcc95f64695b6320c7b429b357139e2ae71d21 faef7169a29e739c8c3e62391782e5caba0b77dc fcff6108bc2bd3fb5841919528850e01d9094aaa
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-client-17
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9825
Depends: libpq5 (>= 17.10), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-17, postgresql-doc-17
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-client-17_17.10-1.pgdg26.04+1_amd64.deb
Size: 2036728
SHA512: 2f049b8e76257bcd5f1b6f8a362f9927a6b67c04ccd1cfe68eba5b1292b0d155c9886a9432a35410d21dc0acab23da436fcc2eab25429b59a9726ec7a2e2fcb8
SHA256: b58f7c2dfcd266201b01c34668acb546f0f3b7aa317796c5b54fa9fadccc1157
SHA1: db2ad50611a1cf946178f309272e13f1b1184f6d
MD5sum: 623f0f3912c3a085cbd7c049b9d35c90
Description: front-end programs for PostgreSQL 17
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 17. If you install
 PostgreSQL 17 on a standalone machine, you need the server package
 postgresql-17, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-client-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4128
Depends: postgresql-client-17 (= 17.10-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-client-17-dbgsym_17.10-1.pgdg26.04+1_amd64.deb
Size: 2362348
SHA512: 2746d82b4d53ffb153a6c8242b317a3738f3b7b00f875efd01afe9f8dfecad7230ad04981606aa21556c5e53cd18acca348a6a396d2bd34ef9a62d6d1520c94b
SHA256: b96c9c2419fae995734630ea4dab06492eb3d7f7c52c6a1ffe8b9bb691c3e248
SHA1: b928265a6825283df5b6241d0f14c428e3895dca
MD5sum: 3fa5753db0b8f95e730e728f3b906860
Description: debug symbols for postgresql-client-17
Build-Ids: 02232374d1b2a1885eac52a7058eeb1ed2de0ad2 037da463cb267bf9723487cbee8061d8307c0599 0a79901caea60841492d695213fb87689270f74a 0e5ac724d82f0404454154f9d6678c099c03fd65 134ec4467d13d10004e718e5a6e0edaad6978ce1 24aa38a3ed0645844ffe50739c7885eacc19ee68 520da805bba77238c38f7366a79ab64b4872a84b 63cc2fecf1535d5f83a6814b28d6f011249f53f3 79c3cb08e5c6720931f508ce81301bfb23d55714 89ebc518177b0f6bd758b761144006cf0a67614d 8bd6c871a71845b9474836657d3b6f2de256ac2d 9dcc789537d3d315c683b68aa8da7c6fa2a2067a a7967bf5d0d8ae4dc8cb38c96f385158b25eb17f ac544a21603fe89b6859193104bc586412d17457 b3f804d9488eb1cf4f6acd81a14ec476b88b9118 c0f30ffb691d5c1115704b464cebc0b0200cd166 c6e6441e4bc3b739deee6c84ec0bedca413340b8 d472a55a47dd3f0d4af1262dfc0c710863d919b7 d9ef39047593210956ebc353ba28b34a3e323f32 f82ff053ac352807d3c64c01af7bc731f5d3e809 fa17ac469b5168cc15ce0bff1fd4c0e65bf57da3 fc8d9755ea4e59dc72cac87ceae486b03de99465
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-client-18
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10295
Depends: libpq5 (>= 18.4), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-18, postgresql-doc-18
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-client-18_18.4-1.pgdg26.04+1_amd64.deb
Size: 2100280
SHA512: 75c6cf00d18fc4bb35183dfb40ddab1af097b5722b928809cabaa85f91abd336ca106a0353aeb8e173d6e23728f5b94d42396e066c1d2cc5c639c5c0421dbd30
SHA256: 132f93fab0975234d9a703dc7bca6f05958e7e4a2f8def1e87dce9d42ee0a9f1
SHA1: 09c8736f626940886207f280841588d40efe5bcd
MD5sum: 06e12526308a11911f56dc2a546de0e5
Description: front-end programs for PostgreSQL 18
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 18. If you install
 PostgreSQL 18 on a standalone machine, you need the server package
 postgresql-18, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-client-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4358
Depends: postgresql-client-18 (= 18.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-client-18-dbgsym_18.4-1.pgdg26.04+1_amd64.deb
Size: 2470676
SHA512: 84ac3f45a8503d2d7d1be783680e5f9c8eb3c32a25d8306d304b76fc893271e96d97308f1596b680e51e2b4797291d8d88daa726a1c9110d512586eef9c91c9c
SHA256: 3507764b5a00cdd9148b3f64c3b8a8ca4b67008ece600054e1025e6b2d704525
SHA1: 8e1da638dab83634620a80c94fa52539477c4e3b
MD5sum: df2d0c8c93cd7722ab9791e0cca02b5e
Description: debug symbols for postgresql-client-18
Build-Ids: 0ef8f9f99fa7cdfba43b1aae4bb8e0ded2a045e6 138277669d9380a766f50e1c7fb3f377b02f5312 1d4c17e7e380e8cf6f77c54c45c233bd6bd61fa9 2cfb45e8a7fc64ea164e2e5d787c5a24d4d90d65 4e16b800c5bf7e821f63425b9b891b5d50d6120d 5477c90f27980545734e688aea35a806c2ddd8f4 5673e9e76a65983bd67af2530010d252ce2dcfb3 5bfb6615dc68a1007d4537d7500d014e6373a495 6a134af020edf6d9f95ed7027056d972e2ff2ae0 70543e5bd749345b38b74ce699a3dc24774838a1 73da151783dc346fcdc857b6ac1eb49ddf1c39a1 7aac1db24492dc7c8ad8c6e2a6b548c47a1569d4 93a25fc1dd34f1208bcb73f07cf6e54c3fb1c1ff 9951f638cb30b97ef3b41b41fbd09ba0a1a37fb7 a03a2b3c4c561b2cce57cca3c4d4edb804feee46 a7c35d3484d2232a19dd56e227bfd25e0eb0542d b8ca590c863f6db20868df415f39f27c39cabcf1 c55fda95421ea9ef40ff47a1f18b704af3b72fc7 cab1f9fdac94884cb8bc0f702fece21a6163e0f6 de42785803cf51ed97f0c8ef522c4fa758a00e28 eb9f32c192a5fc91e0558b6a3faadc07da54114d f39ff06a7a353cf838f2f8d43f06851a134ac694
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-client-common
Source: postgresql-common
Version: 291.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 146
Depends: netbase, perl:any
Breaks: pgdg-keyring, postgresql-common (<< 269)
Replaces: pgdg-keyring, postgresql-common (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-client-common_291.pgdg26.04+1_all.deb
Size: 40688
SHA512: 0e3c39c20185d334f1d777a7975065fcdf0f54c0208be14378c2556eb9a3732e32c4fc9cff98c1f77808b8b3c8858f0a6c8c4e4db697f75033c312f7200850f2
SHA256: f75f0b382a42796469287a82f463dad733a8f76135112c4dfba252380b935935
SHA1: e557a83c74c316f0efa0fab9a0d66fc3cee1dca2
MD5sum: e4950e2381b56cb148e9ffa2f933be0f
Description: manager for multiple PostgreSQL client versions
 The postgresql-client-common package provides a structure under which
 multiple versions of PostgreSQL client programs may be installed at
 the same time. It provides a wrapper which selects the right version
 for the particular cluster you want to access (with a command line
 option, an environment variable, /etc/postgresql-common/user_clusters,
 or ~/.postgresqlrc).
 .
 PostgreSQL is a fully featured object-relational database management
 system. It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects. Its features include ACID
 transactions, foreign keys, views, sequences, subqueries, triggers,
 outer joins, multiversion concurrency control, and user-defined types
 and functions.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-common
Version: 291.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 346
Depends: adduser, debconf (>= 0.5.00) | debconf-2.0, libjson-perl, sysvinit-utils (>= 3.05-4~) | lsb-base, postgresql-client-common (= 291.pgdg26.04+1), ssl-cert (>= 1.0.11), ucf, perl:any
Recommends: e2fsprogs, logrotate
Breaks: postgresql-9.1 (<< 9.1.1-3~)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common_291.pgdg26.04+1_all.deb
Size: 105400
SHA512: c6e3e3ef2dd92d4ee02acfaaca3477d3318fee0ab14e8f357b05f6cd0e69d0907a26d14113659469c0d7e8515247ed645e941b6f6b3f072ab7436f8c54f29a69
SHA256: 5b244513faf12196e4d3fe3baf9dbe06384bd10e9cf47d14154ae06b6dee3d59
SHA1: 49b449eeb30a6589002c230974c4cb9c4dc4b00f
MD5sum: 27db7c02daafa2660f5bd73a85126c56
Description: PostgreSQL database-cluster manager
 The postgresql-common package provides a structure under which
 multiple versions of PostgreSQL may be installed and/or multiple
 clusters maintained at one time.
 .
 The commands provided are pg_conftool, pg_createcluster, pg_ctlcluster,
 pg_dropcluster, pg_lsclusters, pg_renamecluster, pg_upgradecluster,
 pg_virtualenv.
 .
 PostgreSQL is a fully featured object-relational database management
 system. It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects. Its features include ACID
 transactions, foreign keys, views, sequences, subqueries, triggers,
 outer joins, multiversion concurrency control, and user-defined types
 and functions.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-common-dev
Source: postgresql-common
Version: 291.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 336
Depends: libipc-run-perl, make:any
Breaks: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Replaces: postgresql-client-common (<< 269), postgresql-common (<< 269), postgresql-server-dev-all (<< 269)
Multi-Arch: foreign
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-common-dev_291.pgdg26.04+1_all.deb
Size: 74956
SHA512: 37dd7436a7ee3f83b03f3431e015186536897f5f7097e09a05a86b4f44b5ea31c8824297dd03bf9ed372ca39b23844931f7fdc435b2a170d611c5cdfd49a6ce0
SHA256: 1813005d940aa6f114c421d8cd88f0e570f55b0fa0c27948f3afdc418bd9aa66
SHA1: d77c0f825b8b5feacec53eea399012e9a890940b
MD5sum: b1fc0aa1a8f9888d710dd8b7e6af80d0
Description: extension build tool for multiple PostgreSQL versions
 The postgresql-server-dev-all package provides the pg_buildext script for
 simplifying packaging of a PostgreSQL extension supporting multiple major
 versions of the product, and dh_make_pgxs which builds a template debian/
 source package directory based on pg_buildext.
 .
 PostgreSQL is a fully featured object-relational database management
 system. It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects. Its features include ACID
 transactions, foreign keys, views, sequences, subqueries, triggers,
 outer joins, multiversion concurrency control, and user-defined types
 and functions.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-doc
Source: postgresql-common (291.pgdg26.04+1)
Version: 18+291.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13
Depends: postgresql-doc-18
Multi-Arch: foreign
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-common/postgresql-doc_18+291.pgdg26.04+1_all.deb
Size: 7824
SHA512: ed608f970a26dd6f50b31e42660226bdaf1ace4b522481fc12db6928922390c8a8991e739dfa327a0c7d92af458e887ab732ef194536025d5d7e255423dd8490
SHA256: 209253ccb08dde1a8094b89815640b8667ede1c4357c37787d849c5ed68aa5ed
SHA1: 6df8cb86bcefbaa08cf435983cf58392e7cd6865
MD5sum: e8911b45246d0ff46a94f984ae303ef1
Description: documentation for the PostgreSQL database management system
 This metapackage always depends on the currently supported PostgreSQL
 database documentation package.
 .
 PostgreSQL is a fully featured object-relational database management
 system.  It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects.  Some of the features are:
 ACID transactions, foreign keys, views, sequences, subqueries,
 triggers, user-defined types and functions, outer joins, multiversion
 concurrency control.  Graphical user interfaces and bindings for many
 programming languages are available as well.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-doc-14
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16561
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-14/postgresql-doc-14_14.23-1.pgdg26.04+1_all.deb
Size: 2079608
SHA512: 0739228f1b2f5e6fe00bb8366421f102a4f4b5520476021d581ba87ea1418cb59c600b50c5c970f08d07657dd51858e775bd910e1df8e5ed69420881a7688663
SHA256: 928bc6f31aaff7854f5289fc6a2bd1f8be0db2fd0f297bd1ffba6f3cd3dc2c36
SHA1: d435cdcf18118d2c0f338feb771f5b1b36ea3b54
MD5sum: 1b28f146d4707ffac7f11e682ff7f9ef
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 14. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-doc-15
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16406
Breaks: postgresql-common (<< 158~)
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-15/postgresql-doc-15_15.18-1.pgdg26.04+1_all.deb
Size: 2095064
SHA512: 6676c8bd6017d5c834308e5f12639bd9acdfa8cb1cd8aeb6054e5b8fba72e13aa9af12afebfb10a820878056bb6504edea5ebcfb4dfb6766d00e6aea113be572
SHA256: 706d706d5f1bec1023a676e63373d2d2e5178e461b26224bc734badf87dd394a
SHA1: e5ba41ec769c4407b0f21a0f2907a9420b2d2f0d
MD5sum: c488019dca4da1148234608d81cddc2a
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 15. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-doc-16
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16956
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-16/postgresql-doc-16_16.14-1.pgdg26.04+1_all.deb
Size: 2149880
SHA512: c09020dd2f007a109cda9576af848b8284d0db8d8fccc245c65e79435d79e059f449c8729b11990627eb87a603cf395fb1361a53ff2b7e1be1a0cd58f169ed61
SHA256: f206f3569bc171bfb50a06c6ba7e60553f580b6093061e0390b891f4cfb29fef
SHA1: 2ad29ee8e3e2f61250f0d8debb7b2e83d7281fba
MD5sum: 7d2f76d305decf4848a35ba5ad25479f
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 16. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-doc-17
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17134
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-17/postgresql-doc-17_17.10-1.pgdg26.04+1_all.deb
Size: 2165860
SHA512: fb97bf7bd0f2afb3c900cdddd2b8c4b6f4ffa95b1b1f5f1dc17df2138a40623c6df83eeb595a47dd8dfee22985704a39700c8885a0ea38e0a5adc0df80b169d9
SHA256: 50a2d5e7f00776d68468dede4153bc649ce2545aa403667da71d557caff872b5
SHA1: 36395a196d865bcb61f89d85417911dc1be1c169
MD5sum: 29294e4512745dfa16f3519aaeadf028
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 17. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-doc-18
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17420
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: doc
Filename: pool/main/p/postgresql-18/postgresql-doc-18_18.4-1.pgdg26.04+1_all.deb
Size: 2199048
SHA512: 7a6511ced15f69d080f21dbe3a24b63cfa37f4e06d3a3774452df8ae9e05c852f240e26738928e0f90cc7bc2f0c652a8a6f559f872b1a1a23b9d2584715d29d9
SHA256: 6e32d9bbe27af096dc67bb17bff50971752dbcc695dec11bc65ecaa35cee4c75
SHA1: 4ce38d472e6a271720e0eac1f236dc0585f15b93
MD5sum: c8e5ae733360e9ac6503a83c48053a10
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 18. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-plperl-14
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 381
Depends: perl, postgresql-14 (= 14.23-1.pgdg26.04+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plperl-14_14.23-1.pgdg26.04+1_amd64.deb
Size: 88608
SHA512: 06a26e79bfa73bd42420687e98d409c3c7cf466ad1d51928a6340f51945587e64c0b01c40b8bd95f6bcef6160e932f3a5bcf3a2d8d9a9ae88a3e9e1a8830906c
SHA256: 84bc66b9dd5c206c78f40e358e02c167fcac03a51b7553033a436f9973d115d6
SHA1: ddae7b338caf77af89a235c8c2f737046c049640
MD5sum: 66c3d9be61b021888d68f6dab1c1b09a
Description: PL/Perl procedural language for PostgreSQL 14
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Perl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-plperl-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 271
Depends: postgresql-plperl-14 (= 14.23-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plperl-14-dbgsym_14.23-1.pgdg26.04+1_amd64.deb
Size: 189972
SHA512: 23eba97097c263e870342e21cafbf3674ee98c4579f3f226e07c098c80f340dd5cc0d40a83d9b7a0f5e6958131ebc8d2144f86b3356c5fdd579f13e5144e814b
SHA256: 0d7976fc27d4effac6cc7c8c779ff7dbd1f8025f19c52e7affdd14f42e8d75cf
SHA1: a99de80326675cca9c7782f96f0de7083f539702
MD5sum: 1180f29f1037a9d13540ef43bb254d6c
Description: debug symbols for postgresql-plperl-14
Build-Ids: 3a582731d75590d5b018657c356b3675ce75e79a 4daa4342c2837f8348c618eb579e523037870b43 c73f9046c7e9e8717d2d217ca8fff9f1c246d2f9 f965fbb16378ef227fa33a873da99fe0ece1fb8a
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-plperl-15
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 385
Depends: perl, postgresql-15 (= 15.18-1.pgdg26.04+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plperl-15_15.18-1.pgdg26.04+1_amd64.deb
Size: 89108
SHA512: aaa93dbcd716845200e0f5e6e2c81b5694efb88d8f48556d447c441547a8018334221c140b67324f78de62165664068f68440e1c4e5e17dc5e59ca4b43b0b0de
SHA256: 71a7f7d75959570e325518252229250096c1681b1a3a3441b436bbf774c25ea9
SHA1: fb33cb0e423304347130a355754f2b89f3dd3cb3
MD5sum: 890f29eee51d4a49f634afecfcfbccdb
Description: PL/Perl procedural language for PostgreSQL 15
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Perl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-plperl-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-plperl-15 (= 15.18-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plperl-15-dbgsym_15.18-1.pgdg26.04+1_amd64.deb
Size: 193608
SHA512: 73a3274198f8183126720d3ca04dc715007951842d4881241a5768fa3b64eaa85af5e3ec0596f7180f075b163b3b03b36149618ca6bb1896eb0d3e2b2876cf3f
SHA256: cafa1a15b5b9c4d228ab86f5fde377a1fda7e6230695ac52f8b7413e63272a73
SHA1: f2e79f1ee05a35819feb1405a066f3e1f5352a7d
MD5sum: 5369fa0443bbdb34530c6dfe591f0673
Description: debug symbols for postgresql-plperl-15
Build-Ids: 0038b3d1bde9a467eac216e06bf68e187e7ead31 315419240ac1b41c5b556f2b703f1911401de9ec 400bf57c8f35f572c03c01d2a9b00f9017f52572 f9d133fb4cdf83497da5352306559b9a2b15a8ab
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-plperl-16
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 396
Depends: perl, postgresql-16 (= 16.14-1.pgdg26.04+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plperl-16_16.14-1.pgdg26.04+1_amd64.deb
Size: 90548
SHA512: 73900a69e4b0246fd408a8b61ad3075096fbefa11c3a72bef73cb0535f53bd6c63068d66095b62f567def561ccbb98c71888905da669865eac4558825716f225
SHA256: 899265c1782549480a37d18bffcfea72697a1f72218a520c9ac7de10292fc0dc
SHA1: d9a727d003d0b497ad4bbe0bd3c1470ec029287c
MD5sum: 9b4e816fa7ac0351b004c8f5b9c23804
Description: PL/Perl procedural language for PostgreSQL 16
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Perl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-plperl-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 280
Depends: postgresql-plperl-16 (= 16.14-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plperl-16-dbgsym_16.14-1.pgdg26.04+1_amd64.deb
Size: 197536
SHA512: 9f038054a7f8428f35e58e18d1c359c9df3ea9eea1a72d4a0cc2bb899e1fc7e6e57e90d8c18ba62c7e82f165b96c9bdf57eff241f3614692b97d3f72d6bcfea1
SHA256: 6bea632e5187ab13451c0b7c7f720682712456d4b06c1bbd8fb8924aba3d3001
SHA1: ec74fe0d4d746b91563070307817081310740062
MD5sum: 5f7149b268fea38959921fb33519b62e
Description: debug symbols for postgresql-plperl-16
Build-Ids: 0c44a520b50c231d29f786a0433d6477063449a0 926a7e30340172ed3057e58c7459a36b28cbc163 d259d7d8c20bc7f5106ed619fc2d4ed4fe100e44 efff7a9f7cab147da54d98f1536b16f6d019fc2a
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-plperl-17
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 393
Depends: perl, postgresql-17 (= 17.10-1.pgdg26.04+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plperl-17_17.10-1.pgdg26.04+1_amd64.deb
Size: 88472
SHA512: 730419859a1cf4ec4f97322bb1806f4616cf7886a7357a70db743b7815eee63ac021983594770a66538f8ebbede1285f118459977fe973fc87e1c35117b73fae
SHA256: 43da00939e5fbd808c01ebdd21191e48b43ee13501738831aea82e893b6eed4f
SHA1: 83c58bee0246a5921274767d48f9a13cf22d9e6a
MD5sum: 83fe3c6785511f27e0cad338e4c65377
Description: PL/Perl procedural language for PostgreSQL 17
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Perl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-plperl-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 284
Depends: postgresql-plperl-17 (= 17.10-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plperl-17-dbgsym_17.10-1.pgdg26.04+1_amd64.deb
Size: 201536
SHA512: 6435a3e7d2603932734e3e1635f7eba0de116ed663ca32be9d6e4c10b8e5c52b2744d7d2dace2b00b455b5b0dbccf5c1925c24d2a62a5e83749b70effbc4a8a6
SHA256: f5c287e9009b530e2a990b9c6f67c005bde1253d93ae2b83e66cb1b46ba61906
SHA1: 8e86a23595c250badf115d3b3ae04e9bf435cbf3
MD5sum: df6c73fbd2c6acdab029d8484a62f81c
Description: debug symbols for postgresql-plperl-17
Build-Ids: 25a2a864db81a911180dca6c9cc206dbaaa4e93f 4d948e20ce632597045386d83f6cc2660295be39 aee7f3012d476c42f98460f7d67bf720b109b253 b67669c5406c9f5c93e34f792bcc8d705035975a
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-plperl-18
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: perl, postgresql-18 (= 18.4-1.pgdg26.04+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-plperl-18_18.4-1.pgdg26.04+1_amd64.deb
Size: 71592
SHA512: 92429003727c1cad7d137987d9f428e1c403f557bcfc3efac74bf569ac6e7b7a842fe64d871528925b8b24948625b6c5ce5b02966db93ce715a44e1776c1bbef
SHA256: 9a01b1ccef436e3ee53f2464e561871e79783e9037c4eae043c2a84946d8f628
SHA1: 69f14d5434bfbc9aaf35892507ed8731165b5aa4
MD5sum: bb8290b00bd3d07fe839d8ab37311528
Description: PL/Perl procedural language for PostgreSQL 18
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Perl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-plperl-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: postgresql-plperl-18 (= 18.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-plperl-18-dbgsym_18.4-1.pgdg26.04+1_amd64.deb
Size: 203204
SHA512: 41c4f721c23b9fc4b448939a412fa03507823f610aac734e351017e6c8468c4f113ff2f0d7032eb7a489d44ed83e67c0787c37e1202ce28b0f2da79db521332d
SHA256: 3563fb7372dee47e683934d327b73218a7fd820fb75c71c704f188d71268e26c
SHA1: 78a4f0830f169c0dcc7541865c0814f32cd5b807
MD5sum: 977fc698e144c05b3cf800c1894cc697
Description: debug symbols for postgresql-plperl-18
Build-Ids: 15f0eefaa6e4e59932e5197bc382989a0e09a7e3 49422ab17c130234f3035f31c2064cb285f997bf ac67ff73c43a6200267bcb37993c42709459077b d33d026cfef316571f252fe2025585e57bfabfa9
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-plpython3-14
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 518
Depends: postgresql-14 (= 14.23-1.pgdg26.04+1), libc6 (>= 2.14), libpython3.14 (>= 3.14.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14_14.23-1.pgdg26.04+1_amd64.deb
Size: 112460
SHA512: e4e021a4859a362e69c0983812cce9f3e7a4135a07fb0cc5ebb4183abf967d7dd28e456bc64e8a9a4dd02a58f5179af53adf0bed1c80235029ac972de2510573
SHA256: ae6accd343d9e3059d1cb6258a1f5ab763141ec9f942a30750638fbdf5c13910
SHA1: 076ad3b392383376e1083b9d72daad1fca48f9bb
MD5sum: 3aaab642da0320fbdfb1d9158963c3ec
Description: PL/Python 3 procedural language for PostgreSQL 14
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Python 3.  You need this package if you have any
 PostgreSQL 14 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-plpython3-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: postgresql-plpython3-14 (= 14.23-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-plpython3-14-dbgsym_14.23-1.pgdg26.04+1_amd64.deb
Size: 183528
SHA512: 677d2fdb115d7b0b2755ca88b9c9950de6de5c3fd76be939872029a096c7d2c2c2ec0eebdf3f1ed6e4491a5e494dd99cf8768e12e639b0593aa40c3858282267
SHA256: c8cc9ae56a6dfc1299ace8eb6c3bd1f99fa888aeab1cbd09afce62db7d889f03
SHA1: 3b05d8ce430c28cfde00896fe21f170978622c96
MD5sum: 29dbde200dd1487972420f709e523450
Description: debug symbols for postgresql-plpython3-14
Build-Ids: 6292e3678bccf6cc19e93aca313eec90644d37ec 8a372dc31aef578079e51dc27e550403c6cefbc1 abe4dc62c8931b47bafbbb2b7ec2d536d2c57953 c300ab2ffaacc633b4be6a04aca90962514958a9
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-plpython3-15
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 535
Depends: postgresql-15 (= 15.18-1.pgdg26.04+1), libc6 (>= 2.14), libpython3.14 (>= 3.14.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15_15.18-1.pgdg26.04+1_amd64.deb
Size: 113976
SHA512: 4e1ff1bda626120c6d1ed775364215d094ac955f77fb0a3dbbf1dc035e63b92917ac3cf24db5a36f8bb6c13f8c1441725f1023ef0d0b9dfe0f2c112fa1ca92ab
SHA256: 4353c81a93ca59c1c1396ef4f4dd2f6f444b33180e5fcfc2006b827b41aac1f2
SHA1: 601dc2061166f4f39816a4b222cdb5ba5d6c0f07
MD5sum: 5b8186a7bed2d09fbc76bf6c20e322f6
Description: PL/Python 3 procedural language for PostgreSQL 15
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Python 3.  You need this package if you have any
 PostgreSQL 15 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-plpython3-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 299
Depends: postgresql-plpython3-15 (= 15.18-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-plpython3-15-dbgsym_15.18-1.pgdg26.04+1_amd64.deb
Size: 186648
SHA512: c71bd569468024820b92d4953d0873c845e753229b60c436a4b974a6df17968b79e7d8560332d5f9da6b1aa37df6a836c306de75bdeb61ed0ccf8d1d8a7be27b
SHA256: e860e795bcb635fbae0c239f93aeabae1c877f49425cbbbe7fb8222dd2bb051a
SHA1: 6e3c9126a22b63524fe74b2d0ef016a23e12ed83
MD5sum: a6f5a9da5e4de69b27612b0beb3f50c4
Description: debug symbols for postgresql-plpython3-15
Build-Ids: 10b6b19a95fb06587ea21769ec9a92043faa0996 1c5ab5693856155531db8411ba3db4fcdfb5cbab 238f94b2c473915c68257aae4f18a62ef8c372d4 b9f3c33629c0a65b6c4e441772dd61cbd8e959db
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-plpython3-16
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 543
Depends: postgresql-16 (= 16.14-1.pgdg26.04+1), libc6 (>= 2.14), libpython3.14 (>= 3.14.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16_16.14-1.pgdg26.04+1_amd64.deb
Size: 115408
SHA512: e0c7afbb619a96236f566cd19a7befa1e1f1eb8c8c785c8aecf7621a98b21e037c508ff58ad0bcca61aaac80c686e343259d4dacafafed0aec9abfd7680f2c20
SHA256: 767da1036b8146db70064234f58232c7e89d7e4c38df9092f8eeca9132ed58ce
SHA1: 8123f36af6becf530088594a10a32f7a8dac076d
MD5sum: 502c241ed1285c78c996ff27ae2b0291
Description: PL/Python 3 procedural language for PostgreSQL 16
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Python 3.  You need this package if you have any
 PostgreSQL 16 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-plpython3-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 307
Depends: postgresql-plpython3-16 (= 16.14-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-plpython3-16-dbgsym_16.14-1.pgdg26.04+1_amd64.deb
Size: 193700
SHA512: 215e3d4b053e1d095d8136e49c06264f40f597838d5683b23fb6a74f89b68d4d4eb4eb491f425f1dbff758557a23d71173745b58d05d077812cbb662e0b9587e
SHA256: fa1c82f0c9df48e5dcb8b7b4cdef9025abe84db50c34949fbce13b3344b37759
SHA1: 3b385f0cc76ce2cfeb1afec1e2960ecde791fb8c
MD5sum: 1f0abf6fc309c8ac48e01b44e4410d66
Description: debug symbols for postgresql-plpython3-16
Build-Ids: 094cba44bf67d919a2d37330c7c9a0fefc0b185e 0c54f7852cb4da69fbe50d3b9cec665558492238 57391c9440a6bacea5d30706f01c276c1d720535 e3621dfdd9b201f5f07d44b08e846d59b9f729e4
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-plpython3-17
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 540
Depends: postgresql-17 (= 17.10-1.pgdg26.04+1), libc6 (>= 2.14), libpython3.14 (>= 3.14.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17_17.10-1.pgdg26.04+1_amd64.deb
Size: 113288
SHA512: 1c784b016f7d58f0ec802d74b65efbb0cc53aae98c97aa4e305d27cfef7e136f40aa10bdac379f288005244bb945dd96ca6634b48cb89b4473ef48e2ace42149
SHA256: 6cfa4c4889b962ceedb1b418fa36f08ad1c9141f2e2ce7a29c66abff2446e7d4
SHA1: 052f2d773ad792e04656756062ad129e7275caba
MD5sum: 5a12d15319bd0eb4bc3f154c14e45fb0
Description: PL/Python 3 procedural language for PostgreSQL 17
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Python 3.  You need this package if you have any
 PostgreSQL 17 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-plpython3-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 309
Depends: postgresql-plpython3-17 (= 17.10-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-plpython3-17-dbgsym_17.10-1.pgdg26.04+1_amd64.deb
Size: 196832
SHA512: 0a1ef7eb572641a364568577f4f11383c2217b16c53db4d6804e8a5fbbb39246dc0002a5b7045066ddb25e63fd2e0b80685329b7dea52594edf2ffbc0e8ea000
SHA256: e601359672c7deb69d54641eed8353cd700a8ae42842b8110e6e4550e6cd1bb8
SHA1: 1bb7c3e38357e1a51fbf7815f781ec81ec5271a3
MD5sum: 6d069e4ea1ee9d07ce637bbdd4f5df8b
Description: debug symbols for postgresql-plpython3-17
Build-Ids: 3012884265f45a44cc40d0c93a811c0389b3e2ae 764041a356c7d79d996c20715fc0ab484d50a0c4 963f5e2844bbf610e464c06daea8f746a852c2d8 d01a2057fd649d816f389a416439fa1111e0bd6d
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-plpython3-18
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 497
Depends: postgresql-18 (= 18.4-1.pgdg26.04+1), libc6 (>= 2.14), libpython3.14 (>= 3.14.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-plpython3-18_18.4-1.pgdg26.04+1_amd64.deb
Size: 94496
SHA512: 670156d7489a32faf0e0a08ffe7bac9501a41dba61e34f56b9829e2cd530bd4af71afa5c866f3a041ce383e8e1ded7e27dd75986118761aa0ddb1211b21f6ec3
SHA256: 1139acf8e0b3ab7a606159330b79e9c00a7140e0b2bc45ad8453a6355b2dd05c
SHA1: 5353ab041540cd3ad2a0bc14468a998cc54707b9
MD5sum: 26202a2a35d6f727dd80572f95305642
Description: PL/Python 3 procedural language for PostgreSQL 18
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Python 3.  You need this package if you have any
 PostgreSQL 18 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-plpython3-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 296
Depends: postgresql-plpython3-18 (= 18.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-plpython3-18-dbgsym_18.4-1.pgdg26.04+1_amd64.deb
Size: 184428
SHA512: 4ea6d6c1835c93e5c10929fef3ac9cde9ba3aef56768b7f5349a404002c14f430acc57f37ec818a22a91dcf54882e2acfa74729cb70c6c720112f4727ac7b68b
SHA256: c42f82c9a7e15fa61c70abe929770521e37a8a7b3ad41d435d506ed92d568d1e
SHA1: 6da3ca8e7677a0880ae1ff0739f3928f33672aa6
MD5sum: 0ff89fc5bb5b7cb63f4891d54dcd0a01
Description: debug symbols for postgresql-plpython3-18
Build-Ids: 2b9354838e6ac2a7917c64a558277b1a795c72bd 6d0649504cd774c47cc89d1397002a4864d64950 d35a4ea810fe7b23fa4062fa9a296e0f195daa12 f97243dfcc42f515ed2b13bc9f55dbb7e1aeb6f8
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-pltcl-14
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 197
Depends: postgresql-14 (= 14.23-1.pgdg26.04+1), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14_14.23-1.pgdg26.04+1_amd64.deb
Size: 46148
SHA512: a426ffaa57bb2ee09675a1d3da09d737d34f1e31e20d442ce527a5f2510c5a37ca17c73493523f080dfec8b30e19404f2183182dec73fa084065f622179e0539
SHA256: 07e5e7a3f36f3873820f013ab4250f497c6802994b0988cfb6045df51d6ea1a4
SHA1: f45ce0f93d156a8398ee9f0d441579a27ffdbe90
MD5sum: b7476a7d62abec0109faab4acee471c0
Description: PL/Tcl procedural language for PostgreSQL 14
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 14 in Tcl.  You need this package if you have any
 PostgreSQL 14 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-pltcl-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-pltcl-14 (= 14.23-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-pltcl-14-dbgsym_14.23-1.pgdg26.04+1_amd64.deb
Size: 77368
SHA512: fa03b9c28a5a38380b8e8e224c4e613e14f499071ea44c636879d0ee3cdee390be4d745a5c3e56bac556c7afa220950dc0075275958a6f34418db4fe5d989df7
SHA256: 4a4648451b71a19dc44274ff9265a1fda4c117b169f0d52042633774a6ffd2ab
SHA1: 76052e81ea70ca13c3a5eca96569e22580f96c2a
MD5sum: 5c410327ebdeb454cb6b2913f5daf424
Description: debug symbols for postgresql-pltcl-14
Build-Ids: 7982fb86eef188ae56adb940150593a57a60c51d
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-pltcl-15
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 206
Depends: postgresql-15 (= 15.18-1.pgdg26.04+1), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15_15.18-1.pgdg26.04+1_amd64.deb
Size: 47448
SHA512: bc9d50e0c19546cb4ab8a88e6b5573f105ece95ec04b449dbf72bbe49fff75469444483b76ddff4c88b4b55f41488d3b182c45918ec65fb626f074f10c666a1a
SHA256: a0076626e45104b95063a3088258ba5deeac52cac2fba7774a663c23d992d147
SHA1: eca7e3071cf2b95eb06cdc4368810de6caef9e7b
MD5sum: 9003f5a0c7a32e99459a3f9467f237c2
Description: PL/Tcl procedural language for PostgreSQL 15
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 15 in Tcl.  You need this package if you have any
 PostgreSQL 15 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-pltcl-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 118
Depends: postgresql-pltcl-15 (= 15.18-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-pltcl-15-dbgsym_15.18-1.pgdg26.04+1_amd64.deb
Size: 81032
SHA512: d4d7c9ee66f2514476b835a6f089d197abd29bbcc3c6b32757b0d3ab7bdf6573ff491a8f1ad8dc6d879073da84bbfafd77cb190653e701eed7e98f4027d02d0c
SHA256: a3140a561ed252a15a22e3dd289a93e7994c5095aa525ac055b24d738eebcf1d
SHA1: 1830b7414e61bcdf516b451e983c81645d18dd45
MD5sum: 46cdf379ba669d754e56a21eefa1eefd
Description: debug symbols for postgresql-pltcl-15
Build-Ids: 9e03b838322e4db5cee08b5804960c1c7f240682
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-pltcl-16
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-16 (= 16.14-1.pgdg26.04+1), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16_16.14-1.pgdg26.04+1_amd64.deb
Size: 48428
SHA512: 82ef9b4b6ffa3bdb1d0cf1462702d3439cfa1380e375daf49e5077addb3d999f1f2e65968f446041fbc9c030e30336af4764c21d970b0460f002b9f139dbc933
SHA256: 01b6596ee9894dfc5b16ec65a01490a57ba3e720c8247cd0acd5b5b88653b0ab
SHA1: 61af15d33935c25c05ed5f54e33523013edb6080
MD5sum: c0dd5fc21503fba8aa04a8a54d1c7cac
Description: PL/Tcl procedural language for PostgreSQL 16
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 16 in Tcl.  You need this package if you have any
 PostgreSQL 16 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-pltcl-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 120
Depends: postgresql-pltcl-16 (= 16.14-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-pltcl-16-dbgsym_16.14-1.pgdg26.04+1_amd64.deb
Size: 83264
SHA512: 10f26fb8eb77d800a67177c755dc5fd348a2bc5d50e25323539c9b6de2f4ea0682a24d25ced3f6ba5956e5f4bc10b3f5ccac8268e6a4e4a328d6dc8626691290
SHA256: 0bbd99eb5300398eaace40ea0e85c65a71b64c70b91d65d795ea8b5440510ad7
SHA1: ed8efa7f6d6c9c86d16a3ccaf5319b4cf71909d7
MD5sum: 6854ea7ad89d5b2aa7f4301ec2f5caa0
Description: debug symbols for postgresql-pltcl-16
Build-Ids: 7be6729c212be49357770c52c5738c0addf29ab9
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-pltcl-17
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 213
Depends: postgresql-17 (= 17.10-1.pgdg26.04+1), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17_17.10-1.pgdg26.04+1_amd64.deb
Size: 46376
SHA512: 2767dfd7328cf03e79e661f4cd69b8d6ecebc400fc160be1796879d55d5990fc0f385dd23072f2826181a137e7bc1a7f265562dc672f0cf0b7e67f94aef15274
SHA256: 1fef30bb6d97ae415fd6c1ad1535aa601dc28bfe224192ce2952904d859835c4
SHA1: a79d3544953dcaba2d1a69cc98f1471c1af0a68d
MD5sum: 048146f4e0f78af0760b1228d0ce7a0b
Description: PL/Tcl procedural language for PostgreSQL 17
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 17 in Tcl.  You need this package if you have any
 PostgreSQL 17 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-pltcl-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 123
Depends: postgresql-pltcl-17 (= 17.10-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-pltcl-17-dbgsym_17.10-1.pgdg26.04+1_amd64.deb
Size: 86508
SHA512: dc58054e23c94deeff0a82b1d4755f20bd5b76080ffc824ff48eb039dc5e0e4a0a5d6a4d5a9b7e8cf4379d8f531ce80c6ec2c76e863b390d8a43328cc7b436b1
SHA256: 51d75e60c85f524eb285c687c04f3452e52820adc3f06afb7823dd74954c6eda
SHA1: 15ffa450d871d025233c81b4d1c3158af0819982
MD5sum: 9c22325d22d6dc32240927d48b78aaca
Description: debug symbols for postgresql-pltcl-17
Build-Ids: 3bbe55d6ed0f53c41575cf6ee331025f4d6e569c
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-pltcl-18
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 211
Depends: postgresql-18 (= 18.4-1.pgdg26.04+1), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: database
Filename: pool/main/p/postgresql-18/postgresql-pltcl-18_18.4-1.pgdg26.04+1_amd64.deb
Size: 44436
SHA512: 7c11d2008e1c3f059677ea3223bdc75d2d34bf5ec9f9f41ccee09d406c4b0f118a5bed596e7fc021629df3789c142e7cf130977ede7b7cd78a6ce717d1d0c7cb
SHA256: f9c0f15bc8376f669aa147d23d1df1e5cf53ee9e7b6c38bfecd95e019f203eb6
SHA1: 07d3e584eb73d4bc604079e98d07b2bd2da4522b
MD5sum: da4ebdad422470ab4cb7fc9fc42db443
Description: PL/Tcl procedural language for PostgreSQL 18
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 18 in Tcl.  You need this package if you have any
 PostgreSQL 18 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-pltcl-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 127
Depends: postgresql-pltcl-18 (= 18.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-pltcl-18-dbgsym_18.4-1.pgdg26.04+1_amd64.deb
Size: 90044
SHA512: b9d6960f75eca9fb18080c43023e49deab126e2b9c7443274ffead49c56e3eb1ddf4479d191910d0c20272495afa09df8128b60d129ed69e38cce2623d90b4b3
SHA256: 29b4a34b10dbe50822dd1463e285c32cce2d8f539ebd6e3b32ec702af24637f6
SHA1: 719d60c17d5d48e3bf7741feb76266fed6864885
MD5sum: eddf460a509a840b545de9fa59a084f6
Description: debug symbols for postgresql-pltcl-18
Build-Ids: 3b61c76fdab90308fcc73f21d4e92098d314a9ca
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-server-dev-14
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6747
Depends: clang-21, libpq-dev (>= 14~~), llvm-21-dev, postgresql-client-14, postgresql-common (>= 142~), libc6 (>= 2.38)
Breaks: postgresql-server-dev-all (<< 181~)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14_14.23-1.pgdg26.04+1_amd64.deb
Size: 1146736
SHA512: 73bb57bd767d5063b434f6b4e1b267c7d3392f85a8c7f6d1089b2dd7cc4550f4a60d64fa1ec19404279e51753e0ed488e59456267e2060a61657c325af932d1b
SHA256: 318f45df5c24c6c9b84b7c010fe710d9d0bbbacff5f5173e944342f242338d1a
SHA1: 3797ffda6514660e76801b4dca6c7211031f126e
MD5sum: ac18ad7ecb0ce09c470c3616bb844132
Description: development files for PostgreSQL 14 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-server-dev-14-dbgsym
Package-Type: ddeb
Source: postgresql-14
Version: 14.23-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 103
Depends: postgresql-server-dev-14 (= 14.23-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-14/postgresql-server-dev-14-dbgsym_14.23-1.pgdg26.04+1_amd64.deb
Size: 71340
SHA512: 86bf5c23b353310b6ab9405590f532cbbe47d98786b911bd48fa1fb163094e771e6aacc48fcb41c6465628a4d30182c4ee4439f79d64bd055132d34264ab5295
SHA256: a5b2aec58d2f76b259baea9e637ffe723ff4224be3f6f5b5396265e489b4dc8d
SHA1: 12f61740532116d8a49a76e798f271c5cd5e56e1
MD5sum: e6014b40f2cdab1e3d5fbb23657962e0
Description: debug symbols for postgresql-server-dev-14
Build-Ids: d7642404dcf42c9c1e1805dde944f0aa59ab602c
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-server-dev-15
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 6906
Depends: clang-21, libpq-dev (>= 15~~), llvm-21-dev, postgresql-client-15, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15_15.18-1.pgdg26.04+1_amd64.deb
Size: 1172776
SHA512: 66e1f3ec8a82cdcb66e3f4165c5df0dd0757514ec6c11127ddf6fff5b839d95bdfd16a44f54b5d9d9e88880bcedefa7f7dd99175c37eb49ed97a00f23801b659
SHA256: 15101793c3d0b5a0660ce80270f4ea1bfadc9e8b77744f3ea61cdf7e65d7b20b
SHA1: 04b9f7bd6fca80a80d92f5ba9d0527169c100878
MD5sum: c2558f9eef1d3e5c607e23bfb92c4786
Description: development files for PostgreSQL 15 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-server-dev-15-dbgsym
Package-Type: ddeb
Source: postgresql-15
Version: 15.18-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: postgresql-server-dev-15 (= 15.18-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-15/postgresql-server-dev-15-dbgsym_15.18-1.pgdg26.04+1_amd64.deb
Size: 75668
SHA512: 1bf4ee79726df8b362c52d3dcf2c74d36d7544f863d5f27f5331e08a85dcc322de2fd640a164200f6834314a8fba98ab30193c94e8f83940df0d72d26a138941
SHA256: 151c9c52c21a8c8fcea48c8a9a787e04af314326ecde4424f3266b78a6d62a6f
SHA1: ebb38e9bedde7d1beb569b592b72104475bc533d
MD5sum: e690d327f73c2b1d548cc88cb4faf99f
Description: debug symbols for postgresql-server-dev-15
Build-Ids: 629d86fa40dff02ede77ff27ba305df828727603
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-server-dev-16
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7075
Depends: clang-21, libpq-dev (>= 16~~), llvm-21-dev, postgresql-client-16, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16_16.14-1.pgdg26.04+1_amd64.deb
Size: 1201164
SHA512: 2818949ccdd107430c593b65abf920c5b36736b46aff6de82dab0f393a7eb27bdbdc596a17a21ca9c47495db72c50812d21ac13ec3dfd2f9f480d7910a141c36
SHA256: d70f7ba68f734912034df34eedc64505ec37d0bba616e318cd20cf8c3d9f1c0f
SHA1: fa3caacba85dc9b9eab472a0cb08681f26d0e14a
MD5sum: 4ddcc8143bbf30cb2cc0f29be3b64d2f
Description: development files for PostgreSQL 16 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-server-dev-16-dbgsym
Package-Type: ddeb
Source: postgresql-16
Version: 16.14-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-server-dev-16 (= 16.14-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-16/postgresql-server-dev-16-dbgsym_16.14-1.pgdg26.04+1_amd64.deb
Size: 79880
SHA512: 4605d2eb264b0badfa9beaaf9ba5b26f2f10bf80c29a6a563fcd6b70aeb4dc347695f9c7706858dc2916399b5337078c61895e7190c130ccccb26d9d709ff4ab
SHA256: 1a4188847bcf1959c93be63b26a7ee649a9ee7db7369508088b930df3b685eaf
SHA1: d701901e7f3bc609a66641bc244ff5beb6fb515f
MD5sum: 4acce18c92b51085bb3dee6a4b14ee95
Description: debug symbols for postgresql-server-dev-16
Build-Ids: adb6ad069647ffd418d2ad28432943c72fe55f79
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-server-dev-17
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8287
Depends: clang-21, libpq-dev (>= 17~~), llvm-21-dev, postgresql-client-17, postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17_17.10-1.pgdg26.04+1_amd64.deb
Size: 1340780
SHA512: 6fcc28b8e3cbbd5e587721b779eabe6250c96580b85184c0d646f8095be72bf44e8d67155cd20c7121c1aa6603a9d32158d20553d4d43ba862866af824793e61
SHA256: c993b765ed119eb5f12d34ecc8b9aabaea37c574d74ec1d87d6ab7f508837518
SHA1: d590ff15ef1a921e57f5a8ccded45a78c17c3572
MD5sum: 3afe215fa0cf2186d5c92fe1c5936a96
Description: development files for PostgreSQL 17 server-side programming
 Header files for compiling SSI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-server-dev-17-dbgsym
Package-Type: ddeb
Source: postgresql-17
Version: 17.10-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 199
Depends: postgresql-server-dev-17 (= 17.10-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-17/postgresql-server-dev-17-dbgsym_17.10-1.pgdg26.04+1_amd64.deb
Size: 138944
SHA512: 1e42134e69ff5d53891c5a24e1a596702be307a8de6228a5e3b62fb8d1346c21cc741e3623640645c7ba3f5bde76b443ae3a05f725841d280a7b7a5ac759754a
SHA256: 785171c65905380ae2c6547306da469656c9fa043531a209eaecf23dda11257a
SHA1: a6e3af01071268d88227ce8f626ccca0d42b5e8e
MD5sum: 9f661dcb4cd6bb4df14ce7ad8d1c13a7
Description: debug symbols for postgresql-server-dev-17
Build-Ids: 445f6c99db601886ae302a9dc21e5d237a8b28aa efd43c138d6d47fcc2e7dff8294e21d275ee3422
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-server-dev-18
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8711
Depends: clang-21, libpq-dev (>= 18~~), llvm-21-dev, postgresql-client-18 (= 18.4-1.pgdg26.04+1), postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: libdevel
Filename: pool/main/p/postgresql-18/postgresql-server-dev-18_18.4-1.pgdg26.04+1_amd64.deb
Size: 1400800
SHA512: 6e7e7fd2967abc30c831a19f41d44490c559d88fabe0dd0e0c4ff4e8e4eb234d52ac94cc23f22ff7dd7067fd20c0bb0579a63069911eda52f3cb9fce93356f3f
SHA256: 4938a8aa3c79fad367fedd116eb293bc3283542c8d5b1068c90c62e8b2f4f7d3
SHA1: 3eec974c5ad34f43a652ae271f035ed27bf16c63
MD5sum: ece1ee8cb0e109e913c11a5ec8770e59
Description: development files for PostgreSQL 18 server-side programming
 Header files for compiling SPI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-server-dev-18-dbgsym
Package-Type: ddeb
Source: postgresql-18
Version: 18.4-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 193
Depends: postgresql-server-dev-18 (= 18.4-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-18/postgresql-server-dev-18-dbgsym_18.4-1.pgdg26.04+1_amd64.deb
Size: 135900
SHA512: 7dea7268dc09cfd572da59036aa501d339d7765b0612eaa56f68744b16dfb8c7094b1ea877c01eada77c68fcab1ac2b9419607859a4f821ac4cac18b069894a7
SHA256: a702e2d611f7db662910707baa6c3091900dcfef04f1b95a8070d3f466408ae3
SHA1: 286b4b9c681481e496eef3d572e2989f22bfe0e2
MD5sum: 4bc0f05caf83c023e9edb1e525d71967
Description: debug symbols for postgresql-server-dev-18
Build-Ids: 80017cfd4b675ffe41238e2b7e01d07cfe989390 91d7b13dd362a9c9de9f49423b8a526e61791394
Timestamp: 2026-05-14 11:31:21+00

Package: postgresql-server-dev-all
Source: postgresql-common
Version: 291.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 13
Depends: postgresql-common-dev (= 291.pgdg26.04+1), postgresql-server-dev-10, postgresql-server-dev-11, postgresql-server-dev-12, postgresql-server-dev-13, postgresql-server-dev-14, postgresql-server-dev-15, postgresql-server-dev-16, postgresql-server-dev-17, postgresql-server-dev-18
Priority: optional
Section: database
Filename: pool/main/p/postgresql-common/postgresql-server-dev-all_291.pgdg26.04+1_all.deb
Size: 7840
SHA512: 4aa04d284beb030462f2073d526d7656f23f038499c97e9857843e8ed564ebb11eb23925d6c8dc04f03d6822d958f72df32dc64d552adf07f64adcb18d0a5c8f
SHA256: b6779e4da889a4d85e216068e3b2b4f022d907959c9013461dc6c69bdf6ddfcf
SHA1: 5b82238ba2e3a096d6b426353e0b506961423413
MD5sum: 9c9d3a30fa1cfc1d6e3b56e715d0cebb
Description: build tools for multiple PostgreSQL versions
 The postgresql-server-dev-all metapackage depends on all server-dev-NN
 packages for all supported PostgreSQL major versions, required to
 build PostgreSQL extension packages, as well as on postgresql-common-dev
 for build infrastructure.
 .
 PostgreSQL is a fully featured object-relational database management
 system. It supports a large part of the SQL standard and is designed
 to be extensible by users in many aspects. Its features include ACID
 transactions, foreign keys, views, sequences, subqueries, triggers,
 outer joins, multiversion concurrency control, and user-defined types
 and functions.
Timestamp: 2026-05-14 11:31:21+00

Package: prometheus-sql-exporter
Version: 0.9-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 15790
Depends: postgresql-common, libc6 (>= 2.34)
Built-Using: golang-1.26 (= 1.26.0-1), golang-filippo-edwards25519 (= 1.0.0~rc1+git20210721-0.1build1), golang-github-beorn7-perks (= 1.0.1-3), golang-github-cenkalti-backoff-v4 (= 4.3.0-3), golang-github-cespare-xxhash (= 2.3.0-1), golang-github-go-kit-log (= 0.2.1-1), golang-github-go-logfmt-logfmt (= 0.5.0-2), golang-github-go-sql-driver-mysql (= 1.9.3-1), golang-github-gobwas-glob (= 0.2.3+git20181002.e7a84e9-1), golang-github-golang-groupcache (= 0.0~git20210331.41bb18b-2), golang-github-golang-protobuf-1-5 (= 1.5.4-2), golang-github-googleapis-gax-go (= 2.14.1-1), golang-github-jmoiron-sqlx (= 1.3.5-1), golang-github-lib-pq (= 1.10.9-2), golang-github-munnerz-goautoneg (= 0.0~git20191010.a7dc8b6-2), golang-github-prometheus-client-golang (= 1.23.2-1ubuntu1), golang-github-prometheus-client-model (= 0.6.2-1), golang-github-prometheus-common (= 0.67.4-1), golang-github-prometheus-procfs (= 0.19.2-1), golang-github-robfig-cron (= 3.0.1-1build1), golang-go.opencensus (= 0.24.0-2), golang-golang-x-net (= 1:0.27.0-2), golang-golang-x-oauth2 (= 0.27.0-1), golang-golang-x-sys (= 0.38.0-1), golang-golang-x-text (= 0.31.0-1), golang-google-api (= 0.61.0-6), golang-google-cloud (= 0.56.0-6), golang-google-genproto (= 0.0~git20210726.e7812ac-4), golang-google-grpc (= 1.66.3-2), golang-google-protobuf (= 1.36.7-1), golang-uber-automaxprocs (= 1.5.3-1), golang-yaml.v2 (= 2.4.3-1)
Homepage: https://github.com/justwatchcom/sql_exporter
Priority: optional
Section: database
Filename: pool/main/p/prometheus-sql-exporter/prometheus-sql-exporter_0.9-2.pgdg26.04+1_amd64.deb
Size: 4662676
SHA512: e36c6ce213e56bdb627551f225d9f789599c94bd1617effa31cd32099ec6ffa740a97a449df789134c409d4e6dc6234a401983ddbca93fc0301e9666a1371cb5
SHA256: 72c29677d72311809de15cec38e015c8dc3fe97a98e01a6600dc859cc4765b86
SHA1: 77a0ea0db340343cf81d4217c019bd6867eeff6e
MD5sum: 5f48a8515877b12d469bf77876c1f449
Description: Flexible SQL Exporter for Prometheus
 This Prometheus exporter extracts various metrics from PostgreSQL, MySQL, and
 MSSQL databases. The metrics are configurable via a YAML file.
Timestamp: 2026-05-14 11:31:21+00

Package: prometheus-sql-exporter-dbgsym
Package-Type: ddeb
Source: prometheus-sql-exporter
Version: 0.9-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 14731
Depends: prometheus-sql-exporter (= 0.9-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/prometheus-sql-exporter/prometheus-sql-exporter-dbgsym_0.9-2.pgdg26.04+1_amd64.deb
Size: 5104004
SHA512: f953dbb344cd51f66a0ece32313b3b6d68b6d7fa9a55447e63a5eadceb0eac4837fdd0d0f3dcb0de7b94bf347084dda0ecfe80299e0462b7e3436f84bbd30f9a
SHA256: 335c9b74b099304a963f7719ad474fba7611e806e105984954b7d76bace165cc
SHA1: de481d5225509291a829741569c6f8bed9f98bdf
MD5sum: dc037de21a9da7bb63df95fb59e18e3a
Description: debug symbols for prometheus-sql-exporter
Build-Ids: e3b77d80ae3df26072370410a3d7c286a7d05533
Timestamp: 2026-05-14 11:31:21+00

Package: patroni
Version: 4.1.3-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1542
Depends: python3-click (>= 4.1), python3-consul (>= 0.7.0), python3-dateutil, python3-prettytable (>= 0.7), python3-psutil, python3-urllib3, python3-yaml, python3-ydiff, python3:any, python3-psycopg2, python3-cdiff, python3-systemd
Recommends: iproute2
Suggests: postgresql, etcd-server | consul | zookeeperd, vip-manager, haproxy, patroni-doc
Homepage: https://github.com/patroni/patroni
Priority: optional
Section: database
Filename: pool/main/p/patroni/patroni_4.1.3-2.pgdg26.04+1_all.deb
Size: 287028
SHA512: d6db07cb1a4d454680a75b7ef5c8badc714aaa17e5cc8113530a39080f507e151d2e9fe24c2636ae920dcd897bfdf6035f265e816220c363c0653dfe57526f8b
SHA256: c7901e30ef2e06b60c42f6db2a831460eb72f2972ffe955f8f1c56d280e7b3d1
SHA1: aa7e7cee26fcf9972860f9bc4fa222209b77e0de
MD5sum: 4b2e035bf82500559deca77c41b8b2ea
Description: PostgreSQL High Availability with ZooKeeper, etcd, Consul, or Kubernetes
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
Timestamp: 2026-05-26 20:42:47+00

Package: patroni-doc
Source: patroni
Version: 4.1.3-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7443
Depends: libjs-jquery (>= 3.6.0), libjs-sphinxdoc (>= 8.2), sphinx-rtd-theme-common (>= 3.1.0+dfsg)
Suggests: postgresql, etcd-server | consul | zookeeperd, haproxy
Homepage: https://github.com/patroni/patroni
Priority: optional
Section: doc
Filename: pool/main/p/patroni/patroni-doc_4.1.3-2.pgdg26.04+1_all.deb
Size: 577452
SHA512: 1a547a2c90fe4eabd2943959cb021ec7b286bc2c6dc981f3c197931e44b57f5ce36cee0406a8b90ee23fee7942a5cd94fbe9862c532f8488ae5ae629848d2676
SHA256: 261850dc9f42599045aa737b02ece00ca0183c603dbb13bf008cf081313eb76e
SHA1: 8ac6d970f77f562424f1871fd3eda469f0f82bdb
MD5sum: 0dcd770a9fdfaaeea9956a0ea947d7bb
Description: PostgreSQL High Availability (documentation)
 Patroni is a template for a customized, high-availability PostgreSQL solution
 using Python and a distributed configuration store (ZooKeeper, etcd or
 Consul), or Kubernetes. It provides a REST API on each Postgres node of the
 cluster allowing for remote management and monitoring.
 .
 This package provides the documentation.
Timestamp: 2026-05-26 20:42:47+00

Package: libpqxx-8.0
Source: libpqxx
Version: 8.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL team <team+postgresql@tracker.debian.org>
Installed-Size: 541
Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.3), libpq5 (>= 10~~), libstdc++6 (>= 14)
Multi-Arch: same
Homepage: https://github.com/jtv/libpqxx/
Priority: optional
Section: libs
Filename: pool/main/libp/libpqxx/libpqxx-8.0_8.0.1-1.pgdg26.04+1_amd64.deb
Size: 195736
SHA512: 3b5bd5bbbddff049a80ecfe16153f783618427c73fab1a5f8a64a87c222146826f7d0547fa149d79f107b589b39e8ca808487bc9de6f398d084a94d31789e220
SHA256: 6a7f72548bb26a82f4ef2379f78ccdb201f6707d1e299a10151d90f96a28a2b0
SHA1: e3979a6c55a93fefc3a49909104fcf6d95ec24f1
MD5sum: f3c63c40f4754ab1475fb979eb6a55bd
Description: C++ library to connect to PostgreSQL
 C++ library to enable user programs to communicate with
 the PostgreSQL database back-end. The database back-end can
 be local or it may be on another machine, accessed via
 TCP/IP.
Timestamp: 2026-05-20 03:44:44+00

Package: libpqxx-8.0-dbgsym
Package-Type: ddeb
Source: libpqxx
Version: 8.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL team <team+postgresql@tracker.debian.org>
Installed-Size: 3028
Depends: libpqxx-8.0 (= 8.0.1-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpqxx/libpqxx-8.0-dbgsym_8.0.1-1.pgdg26.04+1_amd64.deb
Size: 2739340
SHA512: 6b6db454ee9f6eaed2f51f65659c6c0fc3808fb628162f72f59fa955626c59c3e39ebe631fee3d472d54c104464d90b91b48f85d246f9eae3ef3e92b6c1f24cd
SHA256: cf2b01131c34f30d2d796ec4bdbff589b6dc182c4fb91e33188b4e7f5aae00a1
SHA1: 42b5fbbacdb2ba5e830d1d1c8c8a977fd2de455a
MD5sum: 224628213c696d66dfa8aaa0e0a83968
Description: debug symbols for libpqxx-8.0
Build-Ids: a3dcd0a120ccb97db3dc92d8b4fc1a53f00f021c
Timestamp: 2026-05-20 03:44:44+00

Package: libpqxx-dev
Source: libpqxx
Version: 8.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL team <team+postgresql@tracker.debian.org>
Installed-Size: 6081
Depends: libpq-dev, libpqxx-8.0 (= 8.0.1-1.pgdg26.04+1), pkgconf
Suggests: libpqxx-doc
Homepage: https://github.com/jtv/libpqxx/
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpqxx/libpqxx-dev_8.0.1-1.pgdg26.04+1_amd64.deb
Size: 561168
SHA512: cbb8c0cba95cef626926bf7ef26e34a4bf060cd1d8c3c21902f129c4650572f471e11470a4140dc9ee8d2ded9f75ce0b59d8ea1bde05bbf576f4bd4c4927a929
SHA256: 4fddf02a31476171e089a8552adbe1e73df7045df1c6c935dd897e94f9a0b7b3
SHA1: b6fb1dddb03ec42a9c5065150d413b4df22fedae
MD5sum: 61f6e96cbe6f97aaa5e509b1f2b24e9d
Description: C++ library to connect to PostgreSQL (development files)
 C++ library to enable user programs to communicate with
 the PostgreSQL database back-end.
 .
 This package contains header files for linking against libpqxx.
Timestamp: 2026-05-20 03:44:44+00

Package: libpqxx-doc
Source: libpqxx
Version: 8.0.1-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL team <team+postgresql@tracker.debian.org>
Installed-Size: 850
Suggests: libpqxx-dev (>= 8.0.1-1.pgdg26.04+1)
Multi-Arch: foreign
Homepage: https://github.com/jtv/libpqxx/
Priority: optional
Section: doc
Filename: pool/main/libp/libpqxx/libpqxx-doc_8.0.1-1.pgdg26.04+1_all.deb
Size: 208856
SHA512: a818eee9dffc368bb6ceee9e98697930863a2c1203cac95168be8c6fb5f0d3446d1136c3cef14a15e7b08f127889a9c26e488e10458d64a7a5d4166ecf35197c
SHA256: f3840f6119557dbf6ba0c3596ad279817c33576c14f54496f09876933478425e
SHA1: 50319a62393e5508723e82fd74d10600d7bd567c
MD5sum: 410e8e6d8a0c92529d7ae44a61372ba2
Description: C++ library to connect to PostgreSQL (documentation)
 C++ library to enable user programs to communicate with
 the PostgreSQL database back-end.
 .
 This package contains documentation and examples.
Timestamp: 2026-05-20 03:44:44+00

Package: pg-auto-failover-cli
Source: pg-auto-failover
Version: 2.2-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 995
Depends: openssl, libc6 (>= 2.38), libncurses6 (>= 6), libpq5 (>= 9.1~), libtinfo6 (>= 6)
Recommends: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli_2.2-4.pgdg26.04+1_amd64.deb
Size: 434780
SHA512: be0b2c826ed29b92a7478bc9b722fbe9c5e27b5cdf260a783c0e27b58f92b30cb95facd78cd9ead62e88065fd04d60332971f6abe8891885c60e712b0e2696a4
SHA256: 8914b4a690000c7123fa5fa72196f1c0fd186142571c5f10e0b628697ee06244
SHA1: b0605f2f27628ef40d5f128378ba6f3b64714a3e
MD5sum: 8d7925d0c0314a71f838b8a16a21dc30
Description: Command line interface and service to manage pg auto failover Clusters
 This CLI is used to manage pg_auto_failover installations to provide High
 Availability to Postgres.
Timestamp: 2026-05-20 03:44:44+00

Package: pg-auto-failover-cli-dbgsym
Package-Type: ddeb
Source: pg-auto-failover
Version: 2.2-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1053
Depends: pg-auto-failover-cli (= 2.2-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/pg-auto-failover-cli-dbgsym_2.2-4.pgdg26.04+1_amd64.deb
Size: 672548
SHA512: 6bc73e4a4f0a1c1b2bbfc3b1c94569d0554098c696889982e849da0b726c2ea0e0ef06c0540a2913f6dd503955303d41913c12902e834585d5d97c825162a595
SHA256: 2901519f445616bbce3c8d3e9d5a41a762173f47a8bda8e69be3ed871deb4a80
SHA1: e953c818cffd95c9a9cf84daa659026ef54625d0
MD5sum: 40ab36e7d40e548e088abcfe346c56ad
Description: debug symbols for pg-auto-failover-cli
Build-Ids: 90e5095caead873ca1c878bd5a1e2bd7c2848be9
Timestamp: 2026-05-20 03:44:44+00

Package: pg-statviz
Version: 1.0-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 817
Depends: fonts-noto-core, fonts-noto-extra, python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-pandas, python3-psycopg, python3:any
Recommends: postgresql-statviz
Suggests: python3-anthropic, python3-ollama
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/pg-statviz_1.0-2.pgdg26.04+1_all.deb
Size: 543328
SHA512: 6a7a814c8fa4d709f10618b9e1f9f6a37fc7a08b98fc34c2ebbbbe5be8e3f6b6b1d7755d6fe29262ce8a19e25d8d03afb00414dc9d1d11304338d6bf14e419df
SHA256: fc8ec07be25af59ff61850298ea28a863e522da9f62fbba4921ee9295e237340
SHA1: 9178b2788704bfa6465eda40fef1573d51b38ef0
MD5sum: ff94bc15e8bc5f375ca0de4b807dff9b
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the pg_statviz utility.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-10-londiste-sql
Source: londiste-sql
Version: 3.8-8.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-10-pgq-node, postgresql-10
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-10-londiste-sql_3.8-8.pgdg26.04+1_all.deb
Size: 20836
SHA512: 23ce84736bd238e41f9c86bc71df39d53b9a691cc3b9c06afb368e85192eff1f1964cd49fa5f22237988c21849a1bf9aa643d2137a6cf98579e8ac59f68272b4
SHA256: 8f5eb31969428aaceb19e189868fb325ae0f2b7ed924e8080ee07f9ccc2ec16d
SHA1: f4f196f530655e82ad57d62a0aef8d1170f8f84e
MD5sum: 63b9e47338190eb609192414f37206c8
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-11-auto-failover
Source: pg-auto-failover
Version: 2.2-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: pg-auto-failover-cli (>= 2.2-4.pgdg26.04+1), postgresql-11, libc6 (>= 2.38), libpq5 (>= 8.4~)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover_2.2-4.pgdg26.04+1_amd64.deb
Size: 51396
SHA512: 6ba4a3e08516709626199b3a289485703360d5c524826b7f5c1674325c06e96ae6a35c90cb2d0921f7229549c394dcc5c03c4a5fbe3b1887dbeb20b7de0120a1
SHA256: 10cc731fd65ec677a57a37aa9d2807edb288fc08d59cb4002855572ed4a26400
SHA1: fac66cc590cebd559d795b8d69e4fa1a53ea1228
MD5sum: 0baa66dae51071f93df3b215d8cec4a4
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-11-auto-failover-dbgsym
Package-Type: ddeb
Source: pg-auto-failover
Version: 2.2-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: postgresql-11-auto-failover (= 2.2-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-11-auto-failover-dbgsym_2.2-4.pgdg26.04+1_amd64.deb
Size: 132496
SHA512: 7fb037dd47efe06196eed7f0879fe0eb4b2e32f563e2097fbf26f82844b3d50e869a7fbb592759212fd38144f19407ed24ec0f3ca541b76326f7952e1ee59812
SHA256: f011aeb328eb8cebe42c79233fb242d1ea06d1c6b3edb3a798913dd3d1cb5d33
SHA1: 8d9bca5bbbeea1fafc20919c70dac3ecbecf7cca
MD5sum: 32b8d4648854f522d8ee7fe27098acbe
Description: debug symbols for postgresql-11-auto-failover
Build-Ids: f387fa792048b88b48e982863724b506b28ae6e6
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-11-londiste-sql
Source: londiste-sql
Version: 3.8-8.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-11-pgq-node, postgresql-11
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-11-londiste-sql_3.8-8.pgdg26.04+1_all.deb
Size: 20832
SHA512: 32f473ff060fbd1c7b4935fb55842ad033e849751a1f2b4e75aa87a40e1a9adb7ca67512a247abe79f91af3251ae8d92a304b74c71cea4b4b98a650a997c20b4
SHA256: f8c8115e088da6d86bbf5a16ce659a282e2ca2f5311943e045d68b6050e735c6
SHA1: a9ae5df52f5c8bee6b89601a4967c5542c32435b
MD5sum: 4f94decef9bc2959143806142b3a33af
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-12-auto-failover
Source: pg-auto-failover
Version: 2.2-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 266
Depends: pg-auto-failover-cli (>= 2.2-4.pgdg26.04+1), postgresql-12, libc6 (>= 2.38), libpq5 (>= 8.4~)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover_2.2-4.pgdg26.04+1_amd64.deb
Size: 50848
SHA512: d7ab2efdbd546ad50d6253ca0719a1e2b67dc501a6a11ff19c0f15ae9acf74a2e69e2ec0dc7378cdc01d64c4f5273d4fc926f954ba68dbc824a30a4191b8fdce
SHA256: 4093b6f9170066226c3039a99593a7875961831d41cc7233da10ec25e286d7b5
SHA1: be8e16f7196ca586f7e9aa3fc2a6b5a64894a0ab
MD5sum: 12406662ec5a76632cd4a6d9b2b47b58
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-12-auto-failover-dbgsym
Package-Type: ddeb
Source: pg-auto-failover
Version: 2.2-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 216
Depends: postgresql-12-auto-failover (= 2.2-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-12-auto-failover-dbgsym_2.2-4.pgdg26.04+1_amd64.deb
Size: 141032
SHA512: 0c883e4f1d25c5e92dc38d2dca347206647e3753a10c7d9a92c49e2643853533fa5735f7b8965261dd4d20ad3a70d34e076adc507b75eb10a4a536fecdfde061
SHA256: 40c93f2d243a45d806f123f52c238722a954f68ecd1a0149c3aa3caef6b1ae54
SHA1: 2d8d2e10e261d83befc68689b4781a8bbc3bd330
MD5sum: ea30b0dc2f6e9de07218a40d2398ff73
Description: debug symbols for postgresql-12-auto-failover
Build-Ids: 7fc69f725ed26167cbd9af17c9c433dcab907b8c
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-12-londiste-sql
Source: londiste-sql
Version: 3.8-8.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-12-pgq-node, postgresql-12
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-12-londiste-sql_3.8-8.pgdg26.04+1_all.deb
Size: 20840
SHA512: ebc93828fc0314f7e2bc9d70d923d1d6320fb8f46e41b13a9b346d82363d14a649b78c1faf7a3dc9a50fa140b6ef8ac998415a5fc159b2c75b71e5abb12fbfe8
SHA256: e6fa5a5e9f91b8233366255514ddc23e663e60a93a017e3770c02a2c595631fe
SHA1: 71fdea7e581c7a3d72b18ece86a10fb4f8a8af40
MD5sum: ae583f50201831867ddda923cfb8c03e
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-13-auto-failover
Source: pg-auto-failover
Version: 2.2-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 270
Depends: pg-auto-failover-cli (>= 2.2-4.pgdg26.04+1), postgresql-13, libc6 (>= 2.38), libpq5 (>= 8.4~)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover_2.2-4.pgdg26.04+1_amd64.deb
Size: 51268
SHA512: 8438a3acd3e083dc50c54ba3ff0cf0c57466420c0963345b5d6280180f8c3b748d7be8c67ae09bac71423f29df8d133e2acc52b81b96b55e383e1ab5937f8c51
SHA256: 9611d1ef49fb593c3002a00dae4c6b91f9831fc661b2866d3c96c6bcf692ac60
SHA1: 3cb8df0f26bbd7e600060e7a3c646144504999c4
MD5sum: 2ed5aab1f459d7ab81282b45e95a4474
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-13-auto-failover-dbgsym
Package-Type: ddeb
Source: pg-auto-failover
Version: 2.2-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 225
Depends: postgresql-13-auto-failover (= 2.2-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-13-auto-failover-dbgsym_2.2-4.pgdg26.04+1_amd64.deb
Size: 147516
SHA512: 23849aacdb1d1b779679708cbaf4b08ec0606aca69c9c3494a71c612f73dfcb346b59ebf01797cc9ae7708b90ca76ae79dfc9624155e359052fe09134d0324d8
SHA256: e7b0c39156852757a5bd727173effd00b671c25012ea5bc913835f5bf4bacab7
SHA1: fcbe9c0888b62c303bf54be3ebaa8088ae700796
MD5sum: ea1e001512fd7799fd5f6d3125adca93
Description: debug symbols for postgresql-13-auto-failover
Build-Ids: 396166e5ea7bd7ebacc48f1ffe50c68cfc520b76
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-13-londiste-sql
Source: londiste-sql
Version: 3.8-8.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-13-pgq-node, postgresql-13
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-13-londiste-sql_3.8-8.pgdg26.04+1_all.deb
Size: 20832
SHA512: ecc42dd5728f6bc37e27197d61b0f344b6e1ba0b8406b80e387200ddc41b6a600b5b740c57bef595b715243e629090eae6ddf26b486678a0dd03297610ec532d
SHA256: 2350b594faaf4db402f15701f3d4e69520f8a229c97c6d27b0fdbe4178c82654
SHA1: 00fc81192666a5517fc13e132c39e27fa88178ee
MD5sum: ec3ee8695dba3986a9086873ea2d6f6f
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-13-statviz
Source: pg-statviz
Version: 1.0-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-13
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-13-statviz_1.0-2.pgdg26.04+1_all.deb
Size: 12988
SHA512: ad54dad901c32f914a8a0d38de5431d4fdef497fb03d264e724983bb54899e801bf3552a9ba8bf23edefda4152cd2e68ec7c688ee6de81d91ebddc667ddf3dfa
SHA256: 8c0f6197ecee7566a5771c061d54caeea5121b80a82296356fb6680a1ba63812
SHA1: 2ec4843c3c710cc9d1dcb3d4327fa9356bc9044d
MD5sum: 584a25fb0b325d575be6f7e4fca76186
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-14-auto-failover
Source: pg-auto-failover
Version: 2.2-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1086
Depends: pg-auto-failover-cli (>= 2.2-4.pgdg26.04+1), postgresql-14, libc6 (>= 2.38), libpq5 (>= 8.4~)
Breaks: postgresql-14-jit-llvm (<< 21)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover_2.2-4.pgdg26.04+1_amd64.deb
Size: 365728
SHA512: 355ab4a1826cc601a77d9170e7735b70732c2fc86864a56a410c06669e26b631a7f20c60ee7b5307ca2e437058ee09e2413a7392f4e1a81e216b95193cf04fe2
SHA256: 424ad53a5665fded7b2bc0e5796cc58d9cfcfccbf80e494164d4070bf790f0c1
SHA1: 215ee54e316fd95f668b0f621d7efbc4214a1047
MD5sum: 6cb02cf16224d06e145ab47894af46c7
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-14-auto-failover-dbgsym
Package-Type: ddeb
Source: pg-auto-failover
Version: 2.2-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 228
Depends: postgresql-14-auto-failover (= 2.2-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-14-auto-failover-dbgsym_2.2-4.pgdg26.04+1_amd64.deb
Size: 150472
SHA512: 342f7224ae29b3532c375275f5522d6056cb0a5294d1fce9a44be9e245c3156dbf5e96dbde5caacd8380d1569f3407e6f14c89be7e0775dfc6de1119cb4f5c20
SHA256: 67361b57478fc5af99c88b78fc865a322d0500654e3c1440c03f6bac80d414ff
SHA1: 30a91d941646468085ef06634eebe0b50fc8aa0a
MD5sum: 0005ea5cdb5157b2ab3cb23bbeb9b9aa
Description: debug symbols for postgresql-14-auto-failover
Build-Ids: 75a292a41c1de794326dac889789f6ee2623d288
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-14-londiste-sql
Source: londiste-sql
Version: 3.8-8.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-14-pgq-node, postgresql-14
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-14-londiste-sql_3.8-8.pgdg26.04+1_all.deb
Size: 20824
SHA512: b50214161e967061c82cc06f6a949b78e6929d0227465cff9bc284c721389cc03395d209bcfb073394f8584fa1c4172b2ff836ea4de88a752ab991233c8f893d
SHA256: a9dd8f0b152a9b228105c5d77674308f9c03c234da8516ec7b7435c7e7b0f04f
SHA1: 73c6028500a209eac01f3b0edd7dcc76b78a6597
MD5sum: e6a95607ab7f9deea777ae5dcb43825d
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-14-statviz
Source: pg-statviz
Version: 1.0-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-14
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-14-statviz_1.0-2.pgdg26.04+1_all.deb
Size: 12976
SHA512: 76366dc9b40fab91e94ccae54411247d56751592426d30c486bd179159d508d958d8a81c0e26b9d2904c56e75a2250ebe7aa0cf5e2d6540338c16819c12eba70
SHA256: 7da7cac84f46ef47138a596efc1ebada8388861d79d1dea6e2e21896d1f91ac6
SHA1: 4abd7bc693397f6dbb5810aeede6836a035f4d40
MD5sum: 2aa12013847cff70e5570b99590f5bd9
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-15-auto-failover
Source: pg-auto-failover
Version: 2.2-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1093
Depends: pg-auto-failover-cli (>= 2.2-4.pgdg26.04+1), postgresql-15, libc6 (>= 2.38), libpq5 (>= 8.4~)
Breaks: postgresql-15-jit-llvm (<< 21)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-15-auto-failover_2.2-4.pgdg26.04+1_amd64.deb
Size: 371288
SHA512: 7a96dbd979313d35af4ea4d7602182916c5224dc6a256fb165c9aff9b482e51ed1f0c99a9f0193007c66f22b84361c19858555495713295d71cc064bd8f40a6c
SHA256: b84b5fdd2687435756d493e5a25b3fa00e94bdc027b02b7525a127eabb73a3e6
SHA1: 772f32b23e407ce09ce56a2fabe6c143c22bf5da
MD5sum: 5aa8327157bc72d272c4470a222c1368
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-15-auto-failover-dbgsym
Package-Type: ddeb
Source: pg-auto-failover
Version: 2.2-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 237
Depends: postgresql-15-auto-failover (= 2.2-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-15-auto-failover-dbgsym_2.2-4.pgdg26.04+1_amd64.deb
Size: 158520
SHA512: c8260ad456af1c7471e191d93961358768144150d47a63588067cfe9a622fbb40f36b91648c7cdeeabf3b32e6d73a2af90ee10b83de1f965b1635b9a7ef154e8
SHA256: 25da5414a4d1c498aff05a9c356f2fb3433b75aa305ef786582e5b5ed62ded00
SHA1: bb9c9f67c1c5d27c3e2ba73c425e21725f56d3ea
MD5sum: 3f8a4f62e0ad16c2b5c70016f754d38d
Description: debug symbols for postgresql-15-auto-failover
Build-Ids: b00e0571c2ce99aa2c90850df2f21b91910302b9
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-15-londiste-sql
Source: londiste-sql
Version: 3.8-8.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-15-pgq-node, postgresql-15
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-15-londiste-sql_3.8-8.pgdg26.04+1_all.deb
Size: 20836
SHA512: 7ef4cbccaf5b87de7ab0126d0b471e31c09d4a8b6b4e9ff96a8eb4c3dbe77fe0f3f73b41c8defb820f68486f733503f3cdfc2282750d0e293749d4abb7af5836
SHA256: 7c5ad82c2799fe802b041dbcdaf02dd11501f9d1e166bad1be9fb9cf27cac565
SHA1: a234638c6075298364b209c4de250aac72878b67
MD5sum: 6b87c7ae8cbb2dcb0f759bc2c0df1d97
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-15-statviz
Source: pg-statviz
Version: 1.0-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-15
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-15-statviz_1.0-2.pgdg26.04+1_all.deb
Size: 12976
SHA512: 612805265bb1b01577c49fcf7e1a18296926769ee38d271342f7286b1d3027777b3f727b77d8d81f70ad91fdc97f9e9a98c6ae734490d226fc8f1b8d756df58e
SHA256: 99f3c1b3a6d663d828a3b30bf8662f8a799c52900ad62b62a76b11c0fb4f316e
SHA1: 6b10c7812aff90b75e79c7392981385cb6521b68
MD5sum: d0b56aa5305c245eb83a4dbc1808e4db
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-16-auto-failover
Source: pg-auto-failover
Version: 2.2-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1096
Depends: pg-auto-failover-cli (>= 2.2-4.pgdg26.04+1), postgresql-16, libc6 (>= 2.38), libpq5
Breaks: postgresql-16-jit-llvm (<< 21)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-16-auto-failover_2.2-4.pgdg26.04+1_amd64.deb
Size: 369068
SHA512: b35b14838e1c7c47c4c7124ef9eef6de69e55c1431a81905c275d0ec35327804390b4271033305b000cc0634232ced0eaca667b08b438370f455c180ead6a674
SHA256: 4ef594c320c6439c3bef365e8d6d7a66e04dc4a38bd7a8fe62aa18977d8e4655
SHA1: 3018498fdf5239375443b1063f6762359d3385cf
MD5sum: 5a4a664420ec1aa0ae300aabc6a43ab1
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-16-auto-failover-dbgsym
Package-Type: ddeb
Source: pg-auto-failover
Version: 2.2-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 259
Depends: postgresql-16-auto-failover (= 2.2-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-16-auto-failover-dbgsym_2.2-4.pgdg26.04+1_amd64.deb
Size: 186316
SHA512: 1a9a9da215a6d970a657de49bc83fa23b88ddc70bc14b6e46de395640431e0e5b16b1fb339f95bf4c51970bb872e6d51b659b2ad49bd1cdcf80b12090f7f8273
SHA256: bc95c837e6911648bdeaf8229c55ed913a549f9f7b3033c78184abb6193146cf
SHA1: 8be30bbbb26723e1717b9122aac33073893143c6
MD5sum: bb2dc5d63c0e9dc548d7f08ea6c04597
Description: debug symbols for postgresql-16-auto-failover
Build-Ids: c5a3716e8bd5d5b3334bf05cb8c151cf157d4283
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-16-londiste-sql
Source: londiste-sql
Version: 3.8-8.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-16-pgq-node, postgresql-16
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-16-londiste-sql_3.8-8.pgdg26.04+1_all.deb
Size: 20836
SHA512: efc521fa121951e85eed75094f4f851239a69c6dc243fe50d7f70223095539b5e65ac8151206e94d84f9e444c14f14dc90edd3a34170707e8b0ceb48a625639d
SHA256: bdb628c2c8a47bfe2cc3008fc6343bfcc059ccbf4b4ec58fb425abd0e321944a
SHA1: 96a6a668ed416515768553748672cb4650e35208
MD5sum: 347adc3600ab1bdb195148ba8b185176
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-16-statviz
Source: pg-statviz
Version: 1.0-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-16
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-16-statviz_1.0-2.pgdg26.04+1_all.deb
Size: 12976
SHA512: fe77e0c9b369e2d8443465797116d5dacbee77de69c2971ae6bc8fd8982c0b3a321c81a51e5426a8d806acdeee437a62fdeec746eb15bc44c4f2cbd181274bc7
SHA256: 736b9414f1286bf2425a0196af5632b302715cdd963d793f8bca181d9f5d2581
SHA1: e8c16680ed10d7cf39011ad49ef1476ae9f1c9be
MD5sum: 2d2b63e269b5e755222909669bde3131
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-17-auto-failover
Source: pg-auto-failover
Version: 2.2-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1113
Depends: pg-auto-failover-cli (>= 2.2-4.pgdg26.04+1), postgresql-17, libc6 (>= 2.38), libpq5
Breaks: postgresql-17-jit-llvm (<< 21)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-17-auto-failover_2.2-4.pgdg26.04+1_amd64.deb
Size: 375156
SHA512: e1f2401a55d025a33755af4f28429088bfeca2b71152096bbd821ec7ca9f3a60fa8e4f8ce444b3cfa9328e6678cc70829555212f44af90299eda738f47fcd898
SHA256: 9be4f351f596494c2abb5b6da4bd4f4054cc601395967674d9d5018d01aeaf6a
SHA1: 648b0d767e297490fb3f5f822d47c05d59f66d94
MD5sum: b64e2a722db2213b28ef80fee9ff6d00
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-17-auto-failover-dbgsym
Package-Type: ddeb
Source: pg-auto-failover
Version: 2.2-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 263
Depends: postgresql-17-auto-failover (= 2.2-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-17-auto-failover-dbgsym_2.2-4.pgdg26.04+1_amd64.deb
Size: 190016
SHA512: 3b2969ef07e426e7e322c96154999ba43aaeec35fa06f409b094006f34a76e355fbbb0ca6d6db519d2d57496e8ddc22c5a10d37889ba97572bd6bfce195a64c3
SHA256: 7e8425ffeedfa3c9d3c9303909be01443fe913db48e87046bca0be5c5f5965f7
SHA1: 630e5d3fb60ca89d0cce3ca0e1607bc2c6bc87f8
MD5sum: c866e9c06b3e44c47d6bc329203615b6
Description: debug symbols for postgresql-17-auto-failover
Build-Ids: c62b0d8d57f58276639b331ccc24fc001b99e8d8
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-17-londiste-sql
Source: londiste-sql
Version: 3.8-8.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-17-pgq-node, postgresql-17
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-17-londiste-sql_3.8-8.pgdg26.04+1_all.deb
Size: 20832
SHA512: 72adc535536b52f629826f780004961b9a287857e094c8340a7e2e520286448e45ef454fd10a2407bbc3bd20603cb9d69a31abf2f3f3adc7ff5eaa30fbd731f4
SHA256: a13baed14ce2d43d5b02105473022a947a5564af14be4ef4432b05530af8df10
SHA1: fdb2bdb8c7158229107d1d3ac98f56cbba55e974
MD5sum: 2ae850f3f8a25026123a8e9453208277
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-17-statviz
Source: pg-statviz
Version: 1.0-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-17
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-17-statviz_1.0-2.pgdg26.04+1_all.deb
Size: 12984
SHA512: 0057afbe468dbf1e70e9e5402f9ea68cddac7d38ff310d5cdb22670ab8b758cdaca085c38dba19d8c3b18d58dca61dc30f9b4d3b8d645232e21649f1a009fdc9
SHA256: 0566f35dc82f8c3fa057c724e04550f9ab53b9f20d1fb1b79992aea9c925fce6
SHA1: da4bc7df853e3bbbbc207866d44d2e3180347b61
MD5sum: bdc2f905702cfe166c03b97f8a5d13e3
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-18-auto-failover
Source: pg-auto-failover
Version: 2.2-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1124
Depends: pg-auto-failover-cli (>= 2.2-4.pgdg26.04+1), postgresql-18, libc6 (>= 2.38), libpq5
Breaks: postgresql-18-jit-llvm (<< 21)
Provides: postgresql-auto-failover
Homepage: https://github.com/citusdata/pg_auto_failover
Priority: optional
Section: database
Filename: pool/main/p/pg-auto-failover/postgresql-18-auto-failover_2.2-4.pgdg26.04+1_amd64.deb
Size: 377288
SHA512: 1beaebdff7c9f64962fb3a8719b4655d55be38e8d7228e23fc521c7974ccb0a809144e6e7136d5ba5b9c7362e92e4337d2ef9dfa8424f437d00c2f5c3ab1f2e3
SHA256: 52f0ae76eab05156fbf1adf3d74465f49a1d5045ce35c1b1c065e9998b0e6a2c
SHA1: 81e949fce5a23c619ffdc05e692e3fda72d4a446
MD5sum: fd64079911a78f2406a9b36f81181e20
Description: Postgres high availability support
 This extension implements a set of functions to provide High Availability to
 Postgres.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-18-auto-failover-dbgsym
Package-Type: ddeb
Source: pg-auto-failover
Version: 2.2-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 267
Depends: postgresql-18-auto-failover (= 2.2-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-auto-failover/postgresql-18-auto-failover-dbgsym_2.2-4.pgdg26.04+1_amd64.deb
Size: 194204
SHA512: e642746bd9dd2b4df6020ae40a8020db8fbe7f64a5df91ba3f0c4b0b10c51ee80940d6339009fce15e02081be686ff6ad8472386e468a4e501fdb0542ab491cb
SHA256: 65b5ae6b2fe4efc1e4fa0615b5d10348a2e6a8f90fda7269644908d4c8060e1b
SHA1: cd0a3ed35c84316a062676c9a56df473a6336cae
MD5sum: 241d86f330fa6122d62a775521858551
Description: debug symbols for postgresql-18-auto-failover
Build-Ids: be5c81882922b4e63269d03d3f5ae2d2012e4afa
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-18-londiste-sql
Source: londiste-sql
Version: 3.8-8.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1268
Depends: postgresql-18-pgq-node, postgresql-18
Homepage: https://github.com/pgq/londiste-sql
Priority: optional
Section: database
Filename: pool/main/l/londiste-sql/postgresql-18-londiste-sql_3.8-8.pgdg26.04+1_all.deb
Size: 20832
SHA512: 342f6c49c745dc93b79600d749cff64a1aaf2793e40e343eb264876c0613e37b140c20124184df44e0a7753ee33c17e8d3d14fb899f3d58aa4e37ac3d6189c9f
SHA256: 304d95eebadf27b8659a892ef461110bf7e30d0baddac0ba189561b116aa57c0
SHA1: 7b8b20b386e074abba06da72847bab2e57fabd3b
MD5sum: 6570e2b48c8dd71794656fe21e1727e3
Description: SQL infrastructure for Londiste
 Londiste is a cascaded replication system built on top
 of PgQ.  This extensions contains in-database support code.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-18-pgaudit
Source: pgaudit-18
Version: 18.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 105
Depends: postgresql-18, libc6 (>= 2.4)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: http://pgaudit.org/
Priority: optional
Section: database
Filename: pool/main/p/pgaudit-18/postgresql-18-pgaudit_18.0-3.pgdg26.04+1_amd64.deb
Size: 47684
SHA512: 0188d16b748c8185b611af22a21643187cf316a2e4457a57728af835a4d6608b7c778956db9cd6aa4e66ba150201fc6021482e6262103c40036c1712b58f1507
SHA256: f170b3531689be219d025beb985f7ace7027e2d9555f4f95e6066ef11c98da3d
SHA1: 18db3794c12fd843ee104d7a9d246c48db8473a5
MD5sum: 2fecd98628a79260a49d363902040e7d
Description: PostgreSQL Audit Extension
 The pgAudit extension provides detailed session and/or object audit logging
 via the standard PostgreSQL logging facility.
 .
 The goal of pgAudit is to provide PostgreSQL users with capability to produce
 audit logs often required to comply with government, financial, or ISO
 certifications.
 .
 An audit is an official inspection of an individual's or organization's
 accounts, typically by an independent body. The information gathered by
 pgAudit is properly called an audit trail or audit log.
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-18-pgaudit-dbgsym
Package-Type: ddeb
Source: pgaudit-18
Version: 18.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-18-pgaudit (= 18.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgaudit-18/postgresql-18-pgaudit-dbgsym_18.0-3.pgdg26.04+1_amd64.deb
Size: 62548
SHA512: ba040bfa7f81c4c7ad6afd10a10d1cdb63eb078bd895325c6a8ff35cdf7212f597a25b8a40479c39239d137a0b47882547ef4eb9543d716bed6a73c969aa4c01
SHA256: 93dfe82812807090205724b5ef382192eb6aefed58ea12e98f49117d5a991a3e
SHA1: 6f1808e8f6af25fa83ba9db9def6950acf1d57c2
MD5sum: 7d2a3ffbf8d73ba488a9f1d131f8b78f
Description: debug symbols for postgresql-18-pgaudit
Build-Ids: 7c6717883d8cc7e7b2a99a30096b6ac2a7d049dc
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-18-statviz
Source: pg-statviz
Version: 1.0-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 154
Depends: postgresql-18
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-18-statviz_1.0-2.pgdg26.04+1_all.deb
Size: 12976
SHA512: 9e0092e66d560bd39bd5c7e8a061ae6ab9056d823e8702932bc9eb6a1f1bee3d6f487982a9e66d51c0f0e069b4a30035d72aa1f91e7dce684017df811fa3f0fa
SHA256: 12a2d2bc8415bbe419fc364f9fef669df6be8f8e500782bef835bbffb3017b54
SHA1: 7c7939a805492182b94f342cdce687af09e49064
MD5sum: 61c8b890a60718ff5e3cb28288c95756
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-20 03:44:44+00

Package: sqlsmith
Version: 1.5-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 579
Depends: libc6 (>= 2.38), libgcc-s1 (>= 4.3), libpq5, libpqxx-8.0 (>= 8.0.1), libsqlite3-0 (>= 3.6.18), libstdc++6 (>= 14)
Homepage: https://github.com/anse1/sqlsmith
Priority: optional
Section: database
Filename: pool/main/s/sqlsmith/sqlsmith_1.5-1.pgdg26.04+1_amd64.deb
Size: 190536
SHA512: 8cd9d7e5d6f19caa3e01c3a0d5ddca3e5c384f97c2892de52b532cc9cfdfb368fc2502ca114daa6c3a7fd7ef197aae7529bd870e6da8e7aadb775df9df588af2
SHA256: 4a26cf964d99d2c16abc22b1647dc913fab24fadd5898726dfac68ad5198b3e9
SHA1: 15245c42499ec1a0739e6d5df70579fd778bbffc
MD5sum: c2a6425c8edaa072c857cd29332a7192
Description: random SQL query generator
 SQLsmith is a random SQL query generator. Its paragon is Csmith, which proved
 valuable for quality assurance in C compilers.
 .
 It currently supports generating queries for PostgreSQL 9.5+ and sqlite3.
 .
 Besides PostgreSQL developers, users developing extensions of PostgreSQL might
 also be interested in exposing their code to SQLsmith's random workload.
 .
 During its prototyping stage, it already found about thirty bugs in
 PostgreSQL alphas, betas and releases, including security vulnerabilities in
 released versions.
Timestamp: 2026-05-20 03:44:44+00

Package: sqlsmith-dbgsym
Package-Type: ddeb
Source: sqlsmith
Version: 1.5-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 3732
Depends: sqlsmith (= 1.5-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/s/sqlsmith/sqlsmith-dbgsym_1.5-1.pgdg26.04+1_amd64.deb
Size: 3486656
SHA512: 90ba543572bb4eb46473776f39e2b264e2d3c8f82b777609f9a2052ba190a6735476a2b7f486058b267238b23741892becf0ce98d10069a8e6415adc6cfb38f4
SHA256: 5bb7148464105635dc85da44f75f22e41d2e97e8d6282668be5b4d962359a1b9
SHA1: 93bf8e94aee9106abc7884ba709f6e952d158e0e
MD5sum: 068e072b9cb1f188efdc9ec34c8e3c03
Description: debug symbols for sqlsmith
Build-Ids: 8fe07db5dfef9b85e276f6bebd8ff978467f0fb8
Timestamp: 2026-05-20 03:44:44+00

Package: vip-manager
Version: 1.0.2-11.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 8445
Depends: libc6 (>= 2.34)
Enhances: patroni
Built-Using: etcd (= 3.5.16-10), golang-1.26 (= 1.26.0-1), golang-fsnotify (= 1.9.0-1), golang-github-coreos-semver (= 0.3.0-1build1), golang-github-go-viper-mapstructure (= 2.4.0-1), golang-github-josharian-native (= 1.1.0-1), golang-github-json-iterator-go (= 1.1.12-2), golang-github-mdlayher-arp (= 0.0~git20220512.6706a29-1), golang-github-mdlayher-ethernet (= 0.0~git20220221.529eae5-1), golang-github-mdlayher-packet (= 1.1.2-2), golang-github-mdlayher-socket (= 0.5.1-1), golang-github-modern-go-concurrent (= 1.0.3-1.1), golang-github-modern-go-reflect2 (= 1.0.2-2), golang-github-pelletier-go-toml.v2 (= 2.2.4-1), golang-github-sagikazarmark-locafero (= 0.12.0-1), golang-github-spf13-afero (= 1.15.0-2), golang-github-spf13-cast (= 1.10.0-2), golang-github-spf13-pflag (= 1.0.10-1), golang-github-spf13-viper (= 1.21.0-2), golang-github-subosito-gotenv (= 1.3.0-1), golang-golang-x-net (= 1:0.27.0-2), golang-golang-x-sync (= 0.19.0-1), golang-golang-x-sys (= 0.38.0-1), golang-golang-x-text (= 0.31.0-1), golang-gopkg-yaml.v3 (= 3.0.4-2)
Homepage: https://github.com/cybertec-postgresql/vip-manager
Priority: optional
Section: net
Filename: pool/main/v/vip-manager/vip-manager_1.0.2-11.pgdg26.04+1_amd64.deb
Size: 2720192
SHA512: 5953fb39b83deacf0dfeff4ac4c01eec6d03e23ecc747ec95f0964c45e3e41f57fe64c1a06d8cc6a9f086d0b42a56d53b6bf982b5ec15edc0bf80ae15e5c3616
SHA256: 71cb75ed5c3c91f1e446acc39e7ead2bb0cb3ecb4fe20d2cefd0368f7de481f9
SHA1: 8fc5f32d40843b6bf735326a5b2c429b2ad3a756
MD5sum: 33d199f423412a919db64f5d6973ffaa
Description: Patroni virtual IP manager
 This package needs to be installed and configured on all nodes of a Patroni
 PostgreSQL cluster. Given a Patroni namespace and scope in etcd or consul,
 the vip-manager service monitors that namespace for leader changes due to
 failovers or switchovers and adds or removes the VIP on the local node
 accordingly.
Timestamp: 2026-05-20 03:44:44+00

Package: vip-manager-dbgsym
Package-Type: ddeb
Source: vip-manager
Version: 1.0.2-11.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7723
Depends: vip-manager (= 1.0.2-11.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/v/vip-manager/vip-manager-dbgsym_1.0.2-11.pgdg26.04+1_amd64.deb
Size: 2893156
SHA512: a384e785dd1e597cc176432ad57230fd3bc207b27e830d1616edb40bfbd39b3a101394c08b3aa5e9c5cc438349b910a3b4f4e78bdc94ee23379653387bd0d603
SHA256: 523a73b00454c36a957b5f507efcb78b9f1bdd01c45106d72ec998928f46ba16
SHA1: f757d0f6697d5012c79cde8f62370d24908d1f30
MD5sum: 9c67a722168f318b663b75973e05bcae
Description: debug symbols for vip-manager
Build-Ids: 05ec331adf7e30441f70b29c8b2cf0d14663add5
Timestamp: 2026-05-20 03:44:44+00

Package: postgresql-10-pgmemcache
Source: pgmemcache
Version: 2.3.0-16.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-10, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-10-pgmemcache_2.3.0-16.pgdg26.04+1_amd64.deb
Size: 20836
SHA512: 0ea30b8425c36fdfae11a9c94e353f916de1610cc3de8478e56ae837772c91d5739b9e753cbf9cac9f073d167dbc075ad1f2ec2bdb90e989152b4129525bc69b
SHA256: ea03130868be2fd04831eeed0966d4065b7ece44c926394c8e17764989c45b37
SHA1: 15f19da7d9b4ace13775360ed5e31b0bbdefb636
MD5sum: fdfe464f9763c97f2e0eaea9f322d306
Description: PostgreSQL interface to memcached
 pgmemcache is an extension for PostgreSQL that provides an API to
 memcached through user-defined functions.
 .
 memcached is a high-performance, distributed memory object caching
 system, generic in nature, but originally intended for use in
 speeding up dynamic web applications by alleviating database load.
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-10-pgmemcache-dbgsym
Package-Type: ddeb
Source: pgmemcache
Version: 2.3.0-16.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 76
Depends: postgresql-10-pgmemcache (= 2.3.0-16.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-10-pgmemcache-dbgsym_2.3.0-16.pgdg26.04+1_amd64.deb
Size: 45196
SHA512: ee687b33b587de68ff5943ae04738c26f78aee03d18366d7bfdde980874d1ab10985cc331383e22cc189a436cfecf940c0817474be6705d17eef612bc2779c68
SHA256: 7e316c5ce6d68bab920dc44c6d3c2acbfb0f8e93bf6bf51b22ce1f51605244d2
SHA1: 9deec24414e956b61a380ade299c59b89a020f8d
MD5sum: 46b5fd98678489ee3eda2f9b0e295d09
Description: debug symbols for postgresql-10-pgmemcache
Build-Ids: 9f1c623e317ee1937877911588777ee6df9ab6d5
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-11-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 131
Depends: postgresql-11, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw_1.1.7-3.pgdg26.04+1_amd64.deb
Size: 35044
SHA512: eab4e55888ad20ed9b13b7d6c0db4128bbe41d47021c79b485270ab1e12a7d74795cbdfdd7688c55571f0f4ec12f6ea625bf195cc972d5dc5cde3ef53b1fdc51
SHA256: 0df6e46998024aa92d0b525d70c0cf59407cc1c38ac33bff2df071fa9abf4dfd
SHA1: d94d27c7264015cc436366dd2fddbd19299b9a14
MD5sum: 37f7206fd2bb5a7fcbb8e4277e5293f2
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-11-ogr-fdw-dbgsym
Package-Type: ddeb
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 190
Depends: postgresql-11-ogr-fdw (= 1.1.7-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-11-ogr-fdw-dbgsym_1.1.7-3.pgdg26.04+1_amd64.deb
Size: 128548
SHA512: b7ec69ddcbe46fb740d7224b3d139b6a940443488c6499a0e10af561db67d1316e3c1eff16f7257ebe34b39f7bbc605ab37743af48b0758180ec33c61fd69d96
SHA256: 11cfd351aee114bccd84b62d7fa59eaf3873e49b582f4e728a1b1e3cc6f8a4f4
SHA1: f84d05ac7cb29fd55548b8f5f78513c846599895
MD5sum: 070e2a065e45b816ddba81ae8ec5dd87
Description: debug symbols for postgresql-11-ogr-fdw
Build-Ids: 0f04260aa98285bb0fd65b43b3cea37b793174ce 0f29288f2d50e9b0a3e5665e354bb0259e4e72d8
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-11-pgmemcache
Source: pgmemcache
Version: 2.3.0-16.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-11, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-11-pgmemcache_2.3.0-16.pgdg26.04+1_amd64.deb
Size: 20852
SHA512: 6c890ff1e6a66252de5880012a9e1c83492a506ec46e77524d485fcba9c6344be6274aa3da343c5a49ee3a741c1f6bab5c8183c2c028d6b1da8501ab4102bccd
SHA256: 3f66efc373b3fd4bc76a3bed6fd6791f63d44657df29bcf0d8439773229ed9d1
SHA1: 140679ff93021ed2452ebfbe6911b1e4dd759516
MD5sum: 4b3abd66b8615148046e79634101b39b
Description: PostgreSQL interface to memcached
 pgmemcache is an extension for PostgreSQL that provides an API to
 memcached through user-defined functions.
 .
 memcached is a high-performance, distributed memory object caching
 system, generic in nature, but originally intended for use in
 speeding up dynamic web applications by alleviating database load.
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-11-pgmemcache-dbgsym
Package-Type: ddeb
Source: pgmemcache
Version: 2.3.0-16.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 72
Depends: postgresql-11-pgmemcache (= 2.3.0-16.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-11-pgmemcache-dbgsym_2.3.0-16.pgdg26.04+1_amd64.deb
Size: 40772
SHA512: d703ec87504c6a3ed4e1fae3b4e78d86ad36f3e27b3c70955866fb8c288eb111c0c7cb21cbd73d182bc42d597b9d157da1fd160c1d97c09453b6acdb951a3698
SHA256: bbb1c54c8b462b13a5c84e6592dce78ee25209416a22f4fd0fc612565607517b
SHA1: a33f1dc84175d64c27a169bbd4308ffa298eabd6
MD5sum: 530e9476ba414988a2100608a27be22a
Description: debug symbols for postgresql-11-pgmemcache
Build-Ids: 8feb8f1dbe50ec5fc8a036ee90a404993c63337a
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-12-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 132
Depends: postgresql-12, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw_1.1.7-3.pgdg26.04+1_amd64.deb
Size: 34784
SHA512: b0732018506cd51cc63df4e1b2f4c8120e8e93892f8e20df3385e5c16d75dbad622e07c49446d3ba5a053292670409d62d53501ee8802bae92bdcaadd4c0d661
SHA256: 4700d13b72dfcc6df447bb81b56b3394b4d56841e0f0035eb1fd0e697ed67c09
SHA1: 608f8be9c4eeaa3a7a0baac5ff4cc84f840916ed
MD5sum: 973df6dabfd1fa8e2ee91cad562d8d59
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-12-ogr-fdw-dbgsym
Package-Type: ddeb
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 198
Depends: postgresql-12-ogr-fdw (= 1.1.7-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-12-ogr-fdw-dbgsym_1.1.7-3.pgdg26.04+1_amd64.deb
Size: 135620
SHA512: b172772c1efadfaadc659d4f62f8af31b0d99c4ce485b0cff160360ab3288b89c59928de6a513b9336378b80bdc5abf2e0adcd16fe8a05ec0216c9d7243e8469
SHA256: 54d40fb34914539f5a35d391156b6d116515c8db32b08a241d6166c92d475939
SHA1: 6c487f8ef2711b029216072d51692a08465a33e5
MD5sum: e435a54f977f96ad37a4f25446d5820d
Description: debug symbols for postgresql-12-ogr-fdw
Build-Ids: 6bb612acb638967532f55025db6abec9dd7d82e3 cacdedc420df0b83c84d5c2e6a01496c96c8472c
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-12-pgmemcache
Source: pgmemcache
Version: 2.3.0-16.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-12, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-12-pgmemcache_2.3.0-16.pgdg26.04+1_amd64.deb
Size: 20848
SHA512: 525b776bff95f45f5d783914b90a01ab1cbc711a462dcd2f6d06b2bdf51c547ed8770184f09c4a142d918b8f8e14df3eb57c46ba0cac6316d28f1147c1a40b6e
SHA256: 15b4e26acc070f0802e0c644c3853f1ab346d35a6721f2c62a75b657c879fbd2
SHA1: 6f259aa61ae571a31a3e2133474cf7b1f7e33c25
MD5sum: 2735199440ca108d2d1881b05f854402
Description: PostgreSQL interface to memcached
 pgmemcache is an extension for PostgreSQL that provides an API to
 memcached through user-defined functions.
 .
 memcached is a high-performance, distributed memory object caching
 system, generic in nature, but originally intended for use in
 speeding up dynamic web applications by alleviating database load.
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-12-pgmemcache-dbgsym
Package-Type: ddeb
Source: pgmemcache
Version: 2.3.0-16.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-12-pgmemcache (= 2.3.0-16.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-12-pgmemcache-dbgsym_2.3.0-16.pgdg26.04+1_amd64.deb
Size: 51264
SHA512: 17aac75e574830477bd17d42f6e227d28116f3683eb1a90a90970318b5740b13e779bebad0e2097a533c418f5536392fa63a76734eb4ceadfcb113a4d958c534
SHA256: 915f9de1d5de8a5d9b094cb17e45e2c0662623974981b7936d79d2ed20afaa83
SHA1: f891f44a0b918d2d3c4e419c9f974d84e3c2122b
MD5sum: 28b3b90e95dce608fe286ae05a658354
Description: debug symbols for postgresql-12-pgmemcache
Build-Ids: 1fb1d5125b0ff93d567357fcfe2e0f95089c7896
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-13-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 132
Depends: postgresql-13, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw_1.1.7-3.pgdg26.04+1_amd64.deb
Size: 35584
SHA512: cb0c6c7ee9ccabaa2e99c1148f9b6256ab34a023bd5f798276ecf51ae5741534635cfcee0e5312d05d713b23b5d6c375710b21d301e98356e848ed15ba0a619b
SHA256: b51e2c8b60787703dd396d8fc355ddd7a276155a3eb2d80255300067383c9dda
SHA1: 04034ad1cc3352ba0d8f84cebb040d1da9a57b3a
MD5sum: 0e5fe96afc6409fa4ae55feaa105fba5
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-13-ogr-fdw-dbgsym
Package-Type: ddeb
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 207
Depends: postgresql-13-ogr-fdw (= 1.1.7-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-13-ogr-fdw-dbgsym_1.1.7-3.pgdg26.04+1_amd64.deb
Size: 145172
SHA512: 61c79f512db30e912444f294d54b4c3f505aa6fe4ec70750ab3ba4d640e3f0413c8ed447afe840008be5b368b5297b32e6e8959edd0476198085ece5c1611aea
SHA256: aa5d469c7138defb70fbf09fa5d58db000788f7aa0355f9df1e62eb0196895cd
SHA1: 1331842895574ecbd6d32d606f8023e978190325
MD5sum: c6ce474a61a2c7b64c2f8e2cbf72a7e5
Description: debug symbols for postgresql-13-ogr-fdw
Build-Ids: 1e1e62ea5392fea52faaba5b675e46f5c909d037 3e81b100d807212c4c93db901be347048a4ce78c
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-13-pgmemcache
Source: pgmemcache
Version: 2.3.0-16.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 71
Depends: postgresql-13, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-13-pgmemcache_2.3.0-16.pgdg26.04+1_amd64.deb
Size: 21008
SHA512: 179e6b881a5ddf8e5714e07d0fa72cd8bc5e0d7443103ca5635ed50c74c9d6587b7b4b5dbfac62c247dd14243312806b8a8e463b4017f96cd63e1474aa3c9494
SHA256: 1fa8c8c1f55d72f0808d218f1d36b200ff0c07c3537cc5922c241e6d49af002a
SHA1: dd3e93ae1c893cfa4bbc9c1b32c91b3ee2685310
MD5sum: 5e4a67c4ff1fddd893e930c8af4a634d
Description: PostgreSQL interface to memcached
 pgmemcache is an extension for PostgreSQL that provides an API to
 memcached through user-defined functions.
 .
 memcached is a high-performance, distributed memory object caching
 system, generic in nature, but originally intended for use in
 speeding up dynamic web applications by alleviating database load.
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-13-pgmemcache-dbgsym
Package-Type: ddeb
Source: pgmemcache
Version: 2.3.0-16.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 80
Depends: postgresql-13-pgmemcache (= 2.3.0-16.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-13-pgmemcache-dbgsym_2.3.0-16.pgdg26.04+1_amd64.deb
Size: 48624
SHA512: 888c1905f83647d92cc815b89b50d6b98d635b35bf19d118e7b7c89547d80b602d79321497cd9a04e2477c31f94fb1cea6de9bb587c7d87d1e7a1a93377bc883
SHA256: 5e86c1a75e3d58a02a282d20e3382302ee99a9c21d2e586eb6f1455c43cef294
SHA1: a68eb42fbd31f54aedd18e236d2d5dae8e7b19ea
MD5sum: 9256fc96c3304a2e7532c4dec6af0d7e
Description: debug symbols for postgresql-13-pgmemcache
Build-Ids: 9b24ac27465eb0302fe96158334ab260ef232873
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-14-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 248
Depends: postgresql-14, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw_1.1.7-3.pgdg26.04+1_amd64.deb
Size: 91440
SHA512: cb2471022c71c8d6b64e25fa18594b46ed47618ceaf007d041aaa4f846e5d3b2ecbf8e3dbfdfcd7bb0fc05b9ab9c312e803a32197cc8379c7a88302e0b79aeb1
SHA256: 5532239db2ed7a5125066f201cf636de8c0721c16addf9420f59c037427b32f9
SHA1: 67787b45ca2b049b02da59e4226092f0abc4b9b5
MD5sum: 87a78ba3d42c34d838c66213113a2a28
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-14-ogr-fdw-dbgsym
Package-Type: ddeb
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 209
Depends: postgresql-14-ogr-fdw (= 1.1.7-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-14-ogr-fdw-dbgsym_1.1.7-3.pgdg26.04+1_amd64.deb
Size: 148156
SHA512: 67b7031e1a978d36b5e5f751569835252140e3ca969cdfb1283455fdc173e291fbb6c96f04a94ed916500862e0feaad6f90b3eb68c45d657e1b18dd593867e66
SHA256: c5e85434c204c6e633980c40563aed8258aa0b049f69819437da786e170d98e4
SHA1: 3288149130b66e75fc6593a1bd508fcebe7943d0
MD5sum: 7a804f23766c71d41c8c87bb06a38171
Description: debug symbols for postgresql-14-ogr-fdw
Build-Ids: 1768268acd4aa9835f195076d5ad5a21e2959063 b4b69cbea322c4df4d833f5aacaf85922eaa4f9c
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-14-pgmemcache
Source: pgmemcache
Version: 2.3.0-16.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-14, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-14-pgmemcache_2.3.0-16.pgdg26.04+1_amd64.deb
Size: 46000
SHA512: e1330254907db7dfcc84c3e666321126b14dcb6732f29bdcf1dce5226603c926c7b4912147aeab3b1945b9ec484e759962c87e4c868e73109e737a5e1c60679c
SHA256: 8a58df1fe79b9dd191538bd101632fed56abf3694437d2feaa73fba369e1a2b2
SHA1: dfafa59bb442013cbe941b88e585814bb6a440fb
MD5sum: ca223c7a945399f97f09adf5c895d6b0
Description: PostgreSQL interface to memcached
 pgmemcache is an extension for PostgreSQL that provides an API to
 memcached through user-defined functions.
 .
 memcached is a high-performance, distributed memory object caching
 system, generic in nature, but originally intended for use in
 speeding up dynamic web applications by alleviating database load.
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-14-pgmemcache-dbgsym
Package-Type: ddeb
Source: pgmemcache
Version: 2.3.0-16.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-14-pgmemcache (= 2.3.0-16.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-14-pgmemcache-dbgsym_2.3.0-16.pgdg26.04+1_amd64.deb
Size: 49596
SHA512: 6d7fb21ddd1f12d1831d04f4ee9694e6fdfa59e30980101ed9e7d95f04d927d89c848072bd0c7982b5eaccaae2543f229c12a9da5598108bb69aba1212cb00c9
SHA256: d8bc78c3f0cd15e20c5a8584755550863e8add5fc9d6e5a06671acac3f36a491
SHA1: 78df3780485757c15efc53cf0a6eac8f6d471c31
MD5sum: e8838311e8d9d3e651edaef3f0140919
Description: debug symbols for postgresql-14-pgmemcache
Build-Ids: 9f3b012116583e98ddf9d6335e3a68df1eedea09
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-15-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 248
Depends: postgresql-15, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw_1.1.7-3.pgdg26.04+1_amd64.deb
Size: 91500
SHA512: f8432a5402a4f169e537d11b8b7fc1c72b44510457f005028b9fdba3c4a11b590d44ee14bba81b578d579f81ce6c6e1a55d95400de4d6fdf9f0c47106cd4d87d
SHA256: 250db07f8c271e43dcc1274892ab68248c8e821da61fc1a445e82ed518fd6a40
SHA1: c7e6ac26adb2f6588a359294706e2e28b8bf010f
MD5sum: afedd5adff56246697aefda243af4e54
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-15-ogr-fdw-dbgsym
Package-Type: ddeb
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 206
Depends: postgresql-15-ogr-fdw (= 1.1.7-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-15-ogr-fdw-dbgsym_1.1.7-3.pgdg26.04+1_amd64.deb
Size: 142384
SHA512: c9591b3f42901dd3c1216a9f057b60f63211d372ccf3f60e1d9093c33d68be6bc23467ae85fea10debeb20259faee5f700cb1a8878d1c156dbf21f74a7c9e771
SHA256: a8f684afd8b96d226951050bc12972e12c97f0ca401f62988adacb73d220c48c
SHA1: b29c12b86a8e90467beba5ad0b7028a116a2d6c2
MD5sum: 9849b8a79e26ef874a1493c66c05383c
Description: debug symbols for postgresql-15-ogr-fdw
Build-Ids: af30fd244e3170c3983400169c9fa00790a0880b d3b5657ab08c9aba5f53af7bdb4c4a1944f4315e
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-15-pgmemcache
Source: pgmemcache
Version: 2.3.0-16.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-15, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-15-pgmemcache_2.3.0-16.pgdg26.04+1_amd64.deb
Size: 45956
SHA512: 7d0c1f28d2cd3c340d742256f74bf123ca8de97a1ea5e3e8d5c98f7fb8d566dbe62dba9d64f3d608e63c8bffb21046a9fdf5e3dfe164c90d0c36d7e1d1466c3e
SHA256: 3f624fc23ebe7e57e9f62781c3fdf5bcfcbaa02799c8817f8466103eae837615
SHA1: 3a560bd58f17ce48eda795995fb01f01c46fac55
MD5sum: 8262699ef90439a1987461aaee4adf6d
Description: PostgreSQL interface to memcached
 pgmemcache is an extension for PostgreSQL that provides an API to
 memcached through user-defined functions.
 .
 memcached is a high-performance, distributed memory object caching
 system, generic in nature, but originally intended for use in
 speeding up dynamic web applications by alleviating database load.
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-15-pgmemcache-dbgsym
Package-Type: ddeb
Source: pgmemcache
Version: 2.3.0-16.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 81
Depends: postgresql-15-pgmemcache (= 2.3.0-16.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-15-pgmemcache-dbgsym_2.3.0-16.pgdg26.04+1_amd64.deb
Size: 50028
SHA512: dc23b4ebc7e9467d65651e26a5abe511054a959c52279147b368f1aae1a49e025f57e572d007c581213bfd486b8aad87266848a4e109d9c5d37b4dce6cb849b2
SHA256: 98f738eba395d8f50d85957898f350112e0a42324ec38baf6b521521c36d6322
SHA1: 7eec5f764b67bfe399c62011af93481cc9bbcf73
MD5sum: 5559a32ffb64e6f2ebc1cf8e493b361d
Description: debug symbols for postgresql-15-pgmemcache
Build-Ids: 4c9a6c1cc35c5ff0a8fd9caffdbf2121a2d33e08
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.27.1+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16161
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.27.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 341884
SHA512: 23ecb1fa295389a29830118212289205b31b636307ca1ae799e518736f9bd025fccf996c100136d9b4164956b62e5664d15603795fde5c093ed765b6635b4ac1
SHA256: 2f7b7112090dba55b7d686fed6be9481c63feef8f7bbc98e527d1a7c8957d798
SHA1: 97a949287babcf30c0ca9d17468e42818b1f2820
MD5sum: a35d45d36a62cb18b16e08ecd6994951
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-15-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.27.1+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1598
Depends: postgresql-15-timescaledb (= 2.27.1+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.27.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1180376
SHA512: ac424037b3f53c0de96d5b86749b396a36655c907314a1edd8f6156df2a20bbf97f092dc8ea24e286caea70d695d5b5f799a46be11074cb9c8edc87dcd2a6507
SHA256: 4031189f3bb8566335ac3ae94a24431aedf0136bdfd243cac422886d31fb201c
SHA1: 27b8da8ba5a4d536d4371e5ec9ed6cce6403726b
MD5sum: 0dc0268b6345d1cd1157dbb830af82c6
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 26908693adc1c4c1afc16f3309eba130e900fbe8 6c6f85fc94bfeddc00194cf662572c2855442418
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-16-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 244
Depends: postgresql-16, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw_1.1.7-3.pgdg26.04+1_amd64.deb
Size: 90680
SHA512: 9475e8a7413c79ce16d55b1ff0de98595c13c2b462eca3a1ad70b08c29e6ce34d69b7e7b49625f26bcdd0cb73bfaaf1ded29aa15f6841a898efa5a1e295f65e7
SHA256: f9d6d364a73afe1d072b1c256d1f33eb42fa156020f5a1fbefe60542438ceba4
SHA1: fbf65138700f7fad17541dfdf5179e10e1c07510
MD5sum: 30ee82e4cae03e100adfa6d8d091fa41
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-16-ogr-fdw-dbgsym
Package-Type: ddeb
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 208
Depends: postgresql-16-ogr-fdw (= 1.1.7-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-16-ogr-fdw-dbgsym_1.1.7-3.pgdg26.04+1_amd64.deb
Size: 145456
SHA512: b4acce03ac46a73b77bcfa66e213499bea1ec80dc3f1674f6a24accbb66b08316f2396a8934e14bd9f9eb199c77550ade0c324c463038e220e537e122879c444
SHA256: 3541ad914e467af0a7650133ed884a093284429bcd495f6410dffeea7bf7b9c8
SHA1: 9a1d060dfe004c9538a2b6743538ca040fe21942
MD5sum: 9893727dc3c39de2701ffa0d1beffc35
Description: debug symbols for postgresql-16-ogr-fdw
Build-Ids: abca488b8c5f1d6aab4300ee518e3bd6821dc545 d98418bfc4f4af0cb2fb6ff91d5f6339a36ae4f5
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-16-pgmemcache
Source: pgmemcache
Version: 2.3.0-16.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-16, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-16-pgmemcache_2.3.0-16.pgdg26.04+1_amd64.deb
Size: 46000
SHA512: f5f6901abc517dfcd29f34c10adb1fb4053720e41abf46e0fbabde8b2b700fdcf8a7baf16c3ad897969dd2d3c90a99a2b92561f155658ee39df068475e6ee55e
SHA256: 0204cb635407b743010458597222a605e42009c1429fba476fd33d4140644b9f
SHA1: dacb01d09250e54fc574595c564083fd75384316
MD5sum: f404f005bd7a73a0ca679b0d33e07ba1
Description: PostgreSQL interface to memcached
 pgmemcache is an extension for PostgreSQL that provides an API to
 memcached through user-defined functions.
 .
 memcached is a high-performance, distributed memory object caching
 system, generic in nature, but originally intended for use in
 speeding up dynamic web applications by alleviating database load.
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-16-pgmemcache-dbgsym
Package-Type: ddeb
Source: pgmemcache
Version: 2.3.0-16.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 83
Depends: postgresql-16-pgmemcache (= 2.3.0-16.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-16-pgmemcache-dbgsym_2.3.0-16.pgdg26.04+1_amd64.deb
Size: 51584
SHA512: 0cc59a81a9050ffb314145b1652364e9c08e3055473ca0bd88ba57fcd035b803e4cbe20a696f5a87ba26c3e8feefd5cd34f91e7a6571873a16241eadb9e2467a
SHA256: 190fdc3d52abd116db07afebd714294703fd6b70776516600a4017acad6a03b5
SHA1: 241d1ac0346f0560941d9b96a28579f11829bb27
MD5sum: ab3ed0e46e77f30450c1916062ba2d75
Description: debug symbols for postgresql-16-pgmemcache
Build-Ids: de7d66eb26b411fa80166f4ff42585f1d10859be
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.27.1+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16165
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.27.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 342572
SHA512: d80a6358ec150ea15bd2ceb28a0888ae7eb95f12ce2ce3308da7c31f618f260b923c9cf666c9ec8eaacbb456ec982048aff9673995d3e21ca5b5b4bee7003584
SHA256: a38922a002f04b22c3a303d64b9c6a6ec2eb936883e2f5628594313ea1ab9dea
SHA1: 1e76343c1414675167b918fe71a14e22de8bbe4b
MD5sum: 8963127edf8002ae994324afda07abe2
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-16-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.27.1+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1650
Depends: postgresql-16-timescaledb (= 2.27.1+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.27.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1232224
SHA512: d4f5a633751e19cc20f7105ca2fec7f693f5dbb0df8c7a1e0829997d58a4ddf105a89a42a38af0939373dc82e3d140097fc33f02e98de93088fabb1f945d6994
SHA256: cc35b9719779a22a1324108e00e589f89d86c0aaeafe5cd4d946715242091cc9
SHA1: 9cd7127950cd4c74b567538454e658a5781849bc
MD5sum: 912a72af47578852bac3fb42fbad76a0
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: a29803426c3853e0e2828a875bb288c0eda10ed3 fc9876037e250d55882270f2be5a998dfa2f243d
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-17-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 244
Depends: postgresql-17, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw_1.1.7-3.pgdg26.04+1_amd64.deb
Size: 90560
SHA512: 791ad79a486d48da0c04af87ac3eae1cb31fb7e5be2b91bae8f372510b7f71057331d79724674dfbe9fec34ceba57696b1ba7fa65cf267bb5ed5becca0bc0a29
SHA256: ca3a5cb61dfe306cd17351fe253eb392d1a58906197e5499a5ce413b3d40ca82
SHA1: 3736f1d493255e772b27bd1a1051d4d6437f1614
MD5sum: 99611d0c7a5f16458f9debf0f2bb85fd
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-17-ogr-fdw-dbgsym
Package-Type: ddeb
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 210
Depends: postgresql-17-ogr-fdw (= 1.1.7-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-17-ogr-fdw-dbgsym_1.1.7-3.pgdg26.04+1_amd64.deb
Size: 147268
SHA512: 9204f562ca4219c561314007cd6a10d3fcdb8bee5b508d03b3f3bbafb1aa4186446ab7354610e37f77af88908b9436e89e67faf9a8b3747c1826abfd6227a53b
SHA256: e007e62b989241530373ec1fd3f2a558661dbe58517851868073d47ba82001b8
SHA1: 3c2c0c5d49718899f8601282817817539c74ab08
MD5sum: a0969961e574f76e0db1d1043d175c70
Description: debug symbols for postgresql-17-ogr-fdw
Build-Ids: b824ac8c373a6788e77e03a5206cdcce704c6734 faebf4dc8319f61f0b9d5ab3a3c7a478429b5443
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-17-pgmemcache
Source: pgmemcache
Version: 2.3.0-16.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-17, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-17-pgmemcache_2.3.0-16.pgdg26.04+1_amd64.deb
Size: 45992
SHA512: 21b86193380e497023bde1eee89f4ef522b0a50c6cc40b301875993179921596ce379a6763dcacecac98785e17996994feace299cb19010ed95d59b9e91792b2
SHA256: 7c4a97f16230451b8cb12276d4ca3dfbf55dcdb614bfae2b9735ea48a40daab6
SHA1: 68d1bb69d67193236dcef721fcdc99969893121b
MD5sum: 7d424d67df6c780bdb7a4282fca3b8ad
Description: PostgreSQL interface to memcached
 pgmemcache is an extension for PostgreSQL that provides an API to
 memcached through user-defined functions.
 .
 memcached is a high-performance, distributed memory object caching
 system, generic in nature, but originally intended for use in
 speeding up dynamic web applications by alleviating database load.
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-17-pgmemcache-dbgsym
Package-Type: ddeb
Source: pgmemcache
Version: 2.3.0-16.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-17-pgmemcache (= 2.3.0-16.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-17-pgmemcache-dbgsym_2.3.0-16.pgdg26.04+1_amd64.deb
Size: 54988
SHA512: 190ae5305f68970aa4f0613398ebf7ebf2b7a70e2959888a36ec4827867416a63c0e057631aa15265aabeaaba4ee93861a27356b036cfced6510cbca06282e3e
SHA256: 95cfbe159115de71815de3affeb6c8fb60637706c705c322e04a4bcc9070d010
SHA1: b7cd116f12d92535ca5b819445003b34ec91ae76
MD5sum: 172749f3b15306c4726423bf93cbaa44
Description: debug symbols for postgresql-17-pgmemcache
Build-Ids: d8e615c3a9017d5b36d984f9f7832a2e3e4951e8
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.27.1+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16165
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.27.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 342348
SHA512: 16b9d8c5aa9945eea0e05e7286f69c4c6865730dbdc0d69c53221ba8ccdada62b75894d9cb447c0225a83f895c2615c98e36358607039649b85275ccea0f84c3
SHA256: 211435e47af4caf2817cfa106e7b7a1fcec238db774d46e26f36680a3a3bcbcf
SHA1: 493ef09cb3f6e1cd84e2fd1c4824765ade79184f
MD5sum: 5d819100c7a85ad26576d93b06c78e00
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-17-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.27.1+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1660
Depends: postgresql-17-timescaledb (= 2.27.1+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.27.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1242168
SHA512: 42cb7b16f770ef06670bfac16d2b35cecd4ed69e914df4bb9169d3b020a07f3ebc71f25256fed00c3e7b00a0bd70d5841d05d2ea9b0fce68fd7eb0d1d4dd8259
SHA256: 85068e0112e228eef93b30528df8048dafa8c86cd7b070dcd28e95b37c17e1a4
SHA1: 942fe94061fdfa7dd57474d06cb0fb16cfca0a27
MD5sum: 4617cc23be4c3ee2b49b6611f246bfc6
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 03bf44b47a400b3a937b17677eacdec5f71748bb c9c63b199cb60012248d6631cbd83c81e7b29a4d
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-18-ogr-fdw
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 244
Depends: postgresql-18, libc6 (>= 2.38), libgdal38 (>= 3.7.0)
Provides: postgresql-ogr-fdw
Homepage: https://github.com/pramsey/pgsql-ogr-fdw
Priority: optional
Section: database
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-18-ogr-fdw_1.1.7-3.pgdg26.04+1_amd64.deb
Size: 90556
SHA512: e29f86bb44a5eb76e1783c289764852bebb02d9fbee62d11fbeadbef94448a241ec56460100d2483389cf446bb76305840a703325469fbdb5bb9104c471442e7
SHA256: 5026014fe4ebe496db7429ad3041fda864bfb980296468ce75c9f1204ed6b225
SHA1: a0e63934dc3e362a20c4cf7a35833e94c3f22088
MD5sum: 85f446d19108141d70eb8674c82d0512
Description: PostgreSQL foreign data wrapper for OGR
 OGR is the vector half of the GDAL spatial data access library. It allows
 access to a large number of GIS data formats using a simple C API for data
 reading and writing. Since OGR exposes a simple table structure and PostgreSQL
 foreign data wrappers allow access to table structures, the fit seems pretty
 perfect.
 .
 This implementation currently has the following limitations:
  * Only non-spatial query restrictions are pushed down to the OGR driver.
    PostgreSQL foreign data wrappers support delegating portions of the SQL
    query to the underlying data source, in this case OGR. This implementation
    currently pushes down only non-spatial query restrictions, and only for the
    small subset of comparison operators (>, <, <=, >=, =) supported by OGR.
  * Spatial restrictions are not pushed down. OGR can handle basic bounding box
    restrictions and even (for some drivers) more explicit intersection
    restrictions, but those are not passed to the OGR driver yet.
  * OGR connections every time Rather than pooling OGR connections, each query
    makes (and disposes of) two new ones, which seems to be the largest
    performance drag at the moment for restricted (small) queries.
  * All columns are retrieved every time. PostgreSQL foreign data wrappers don't
    require all columns all the time, and some efficiencies can be gained by
    only requesting the columns needed to fulfill a query. This would be a
    minimal efficiency improvement, but can be removed given some development
    time, since the OGR API supports returning a subset of columns.
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-18-ogr-fdw-dbgsym
Package-Type: ddeb
Source: pgsql-ogr-fdw
Version: 1.1.7-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 212
Depends: postgresql-18-ogr-fdw (= 1.1.7-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-ogr-fdw/postgresql-18-ogr-fdw-dbgsym_1.1.7-3.pgdg26.04+1_amd64.deb
Size: 149208
SHA512: 9c445f26318b667bdc73ee2f94d4de0c9a66c55dde2b1594c74cac1c78fc2f2cf0d8681a7cb892fb148b95a8c6e23d1a010f37c788498846f47695e369beea6f
SHA256: 2292052cb7b039a80d4903649b46443b0a0196d6bb620d1d648778781991d5cb
SHA1: 603ba90230328ec95b9460ac5b94929724137edd
MD5sum: 3cf834415f81b54a3fe2e721bce4bfed
Description: debug symbols for postgresql-18-ogr-fdw
Build-Ids: 034ed478c30f1d0ef2ba084012763ee7346b7af0 354a3d71a0db4eb57153db3540d0cb855a18ad8d
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-18-pgmemcache
Source: pgmemcache
Version: 2.3.0-16.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-18, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-18-pgmemcache_2.3.0-16.pgdg26.04+1_amd64.deb
Size: 45944
SHA512: a776318ffc573dd681ab2fda0bf07906385213e78032d3f04d8ed476d079bd57c02fec5233b33b6f5b4bc66128e5506819f6cb2a84a1f564a823d8986fd9edb0
SHA256: 9c862d52bfad21da493df038468428833b3161f75fab71fdc538446a7715ad7c
SHA1: 1332ecb5585dd07d6b31cc054056bb7b4632c36b
MD5sum: 7abd733353968b46b73f3015b2a01f6a
Description: PostgreSQL interface to memcached
 pgmemcache is an extension for PostgreSQL that provides an API to
 memcached through user-defined functions.
 .
 memcached is a high-performance, distributed memory object caching
 system, generic in nature, but originally intended for use in
 speeding up dynamic web applications by alleviating database load.
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-18-pgmemcache-dbgsym
Package-Type: ddeb
Source: pgmemcache
Version: 2.3.0-16.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 87
Depends: postgresql-18-pgmemcache (= 2.3.0-16.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-18-pgmemcache-dbgsym_2.3.0-16.pgdg26.04+1_amd64.deb
Size: 55748
SHA512: dde85bd6a428368de0cf80d7e3a1d8e360a6b16fb5ef4dd749e1303f749f64eeaa18d385604b031d52138fb2da68c651833186bbf40afb1819cdfc14ead4085a
SHA256: 7827eeb78c9c3281f551ab298dd04a844573565d2a2c83ec492dd48fe844b437
SHA1: 155f50ff4162a75220039bea6c55bac06870f0d3
MD5sum: c4b4639c739086cc399cae87d643e58f
Description: debug symbols for postgresql-18-pgmemcache
Build-Ids: 1d1ac086e796cab268f2c7723f3224a01581dcf7
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.27.1+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16165
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.27.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 343092
SHA512: 9b9f19516815045fb1e0a7f8cecefc1afee3b5674c682394e1d12cf3649b051a18c7d464d94622430483f276e626128920201168a49ef7c83925dd0dbc0f4295
SHA256: ac1964b4943e4f06483f9e4783ddf3a69c6b0773fe8aa27274a14ce98e166fa7
SHA1: 29b01dfc72091b54484a996f46e7b6d99b391b1a
MD5sum: abc39a60e92550cabcffef6b0abd1444
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-05-24 05:28:56+00

Package: postgresql-18-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.27.1+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1674
Depends: postgresql-18-timescaledb (= 2.27.1+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.27.1+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1254740
SHA512: d3f50afbfc8be81404813c3af6372cf954b91c66e81015c17a575df53b35323b57acb6853870cef611722eb6d3bdc91a63cd5b9f8703e6daf605b25fbdd1fd02
SHA256: 78466b5c969943e43bbbc1789f768e3b9e165047570f4ae5f5a6d1ff591e5b24
SHA1: cdb5df530fbea2c5e1087c10c6f573669c35a0a8
MD5sum: 9820433436c976034c43d686faccce1c
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 25821dad6a869e6a317fd946bcebb8ac76db8417 ba18cde840734f9c2f92e427b4f22cadf16ac8e0
Timestamp: 2026-05-24 05:28:56+00

Package: check-pgactivity
Version: 2.10-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 395
Depends: perl:any, postgresql-client
Suggests: wget | curl | lynx | links | links2
Multi-Arch: foreign
Homepage: https://github.com/OPMDG/check_pgactivity
Priority: optional
Section: database
Filename: pool/main/c/check-pgactivity/check-pgactivity_2.10-1.pgdg26.04+1_all.deb
Size: 79560
SHA512: e380b0426b522a31b28e4c9c072c713eb89b1d4f4293ee170a3d98ae1f36a1c55e68424cb873f9a50e344174a8fc666a60c02ed746f832304d5fab1b8cd40bf5
SHA256: 07e950fe9b09d46640cbaf5d764a8cbda728c3761d0cd15a1ad4de6863d8a2a6
SHA1: ac7074f436d8045b83a59e2f2f0ce2e6c50831fa
MD5sum: 6a83b94bd21e739370e1a326ad1d8bff
Description: PostgreSQL plugin for Nagios
 check_pgactivity is a Nagios probe dedicated to PostgreSQL. It offers many
 options to measure and monitor useful performance metrics.
 .
 Services include (among others) monitoring of autovacuum, bgwriter, locks,
 long queries, idle in transaction queries, number of temporary files and WAL
 files, bloat of tables and btree indexes, commit and hit ratios,
 WAL archives exhaustivity, age of logical backups, backends number and states,
 backup label file age, connectivity, replication delay between primary and
 secondary instances, database sizes, vacuum and analyze times,
 sequence exhaustion, snapshots age, presence of unlogged tables or invalid
 indexes, incoming freeze, settings changes, PostgreSQL minor version,
 PGDATA rights, custom queries. Most services only need normal user rights.
Timestamp: 2026-05-25 20:30:13+00

Package: credativ-pg-migrator
Version: 0.14.0-1.pgdg26.04+1
Architecture: all
Maintainer: Michael Banck <michael.banck@credativ.de>
Installed-Size: 1633
Depends: python3-jaydebeapi, python3-pandas, python3-psycopg2, python3-pyodbc, python3-sqlglot, python3-tabulate, python3-yaml, python3:any (>= 3.6~)
Suggests: tdsodbc
Homepage: https://github.com/credativ/credativ-pg-migrator
Priority: optional
Section: python
Filename: pool/main/c/credativ-pg-migrator/credativ-pg-migrator_0.14.0-1.pgdg26.04+1_all.deb
Size: 180312
SHA512: 911511a3559c663b020830f2131cf19c4eee97c3eab61cd9abeec01cd6ff41a114102de63a83c5ddf25513dc199e64b8bf1a2ddb8aa30bbf45b859652b85e63e
SHA256: 352187cd2623db65ae38b3710aa4d1f360efacf447de0a2ed958c6ac74974a9c
SHA1: d1b363d96a0ed84e0a17c7112fc7e40730d11734
MD5sum: dcb42eb4d5d07fc78ab99662c8e2fd49
Description: credativ Postgres Migrator
 This package provides a solution for migrations of whole databases from legacy
 systems to PostgreSQL.
 .
 Main features are:
  - Supports migration of tables, column constraints and defaults, primary
    keys, secondary indexes, foreign keys, functions/procedures, triggers and
    views from source to target database
  - If tables have sequences, migrator sets current values of sequences on the
    target database
  - Migration of views is currently only in rudimentary version, just replacing
    source schema names in code with target schema names
  - Conversion and migration of functions, procedures, triggers currently fully
    works for Informix, and is in progress for Sybase
  - Migrator allows customizable substitutions of data types, default values of
    columns, calls of remote objects
Timestamp: 2026-05-25 20:30:13+00

Package: pg-statviz
Version: 1.1-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1152
Depends: fonts-noto-core, fonts-noto-extra, python3-argh, python3-dateutil, python3-matplotlib, python3-numpy, python3-pandas, python3-psycopg, python3:any
Recommends: postgresql-statviz
Suggests: python3-anthropic, python3-ollama
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/pg-statviz_1.1-1.pgdg26.04+1_all.deb
Size: 853204
SHA512: 14c1e56e5a82a7ffd15b0e829ba49c59330fd47c321e1d1cd245f104ae4213f9eee410a92b90afd1bc9d1d326f2dcc4f4b69ab796dcf8bff55cbd24e595d8f21
SHA256: fa790db4d9137ff9647905a2f159179305ee4b64ec8ef9680cac2a2aad9fd174
SHA1: 14882c679daa7450e5e453af0cddc4a1fe34a11b
MD5sum: 04c1e4e890e744f71161a9d17725d69c
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the pg_statviz utility.
Timestamp: 2026-05-25 20:30:13+00

Package: postgresql-13-statviz
Source: pg-statviz
Version: 1.1-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-13
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-13-statviz_1.1-1.pgdg26.04+1_all.deb
Size: 13116
SHA512: c8693b96d05efd9b2f0ca89485ec48b2ad376f3c884bab1fb68fa174a749d2a138875dfcc0560a06949a1f5f008b0055fa923238858f7badc88aad05b5690df3
SHA256: 06be65176776f6c30b6260bbeebb5319e79e23ed3879fa38df20fe8eee5d5a01
SHA1: d2bb7ef0d161f541f4e75bee3105b730f7f4c77e
MD5sum: 0daaa31cf9289343e3d65c140f5d925a
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-25 20:30:13+00

Package: postgresql-14-statviz
Source: pg-statviz
Version: 1.1-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-14
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-14-statviz_1.1-1.pgdg26.04+1_all.deb
Size: 13112
SHA512: 205621725f92477ad3bd6aded20ff024e8cccd1d0c227b8508ff865f798c71b37f9f4cc8085112c56c618302304984b16386082f3f1d0f08e5bff9a2d440a8a3
SHA256: 231e7f9877c1b64092e1a86333636aee1418230b8d1d713562a67c50ae209558
SHA1: f70863884172e222e6170fb92a19f654bf84d23d
MD5sum: 8a639780ae1692475be2817007357c16
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-25 20:30:13+00

Package: postgresql-15-statviz
Source: pg-statviz
Version: 1.1-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-15
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-15-statviz_1.1-1.pgdg26.04+1_all.deb
Size: 13112
SHA512: 2de7d01f8b3c9020503eb614cfa98440ef0f7334fe7550b5b4710186d99379ea982c4fd43a07f5e038c402b87a913036cdd7797a517c6f09f3a7648e20488a7e
SHA256: 5f3b9a3b4d9d60c11bb954c1eeff9b149905f917f72a582435ce21ef311529c1
SHA1: 464584be4403dc11ecbea8438918611daab16ba8
MD5sum: 99b6d6451b799f49d80261defc133cc3
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-25 20:30:13+00

Package: postgresql-16-statviz
Source: pg-statviz
Version: 1.1-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-16
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-16-statviz_1.1-1.pgdg26.04+1_all.deb
Size: 13112
SHA512: 708afe71d492204ed6e890b9347cc6ee958131a09d388a8dc7331cda1054105371ccae1fe84f260b362d94ae078d329dfcd6d8f7e9876c373725d0861d59ff2c
SHA256: 1189975526fef55e6b7ccfb8a78f6f42563f3e8a27da9ed044c4252d4babb28d
SHA1: 3554786d745d4755108b4457480f9d0e121f3973
MD5sum: 98905d64cd34841a0e5946574f020e51
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-25 20:30:13+00

Package: postgresql-17-statviz
Source: pg-statviz
Version: 1.1-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-17
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-17-statviz_1.1-1.pgdg26.04+1_all.deb
Size: 13112
SHA512: 914af21e93a1159ee2a3c04ee5e5dda7e9c2cf2e9795034d8cd1b47595db1574e491c84ea105acaff149159054076a9a5fa5f31cf753c4085b242793f68419dc
SHA256: 3647d900105016d2806cc39a82d17893d5a6da6de00c5ed6adecf0be364810e5
SHA1: 9286d9691f5087d82cbd253fe2e08bf7f59be2c4
MD5sum: 6326c865850fd884229f064cc93e09b4
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-25 20:30:13+00

Package: postgresql-18-statviz
Source: pg-statviz
Version: 1.1-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-18
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-18-statviz_1.1-1.pgdg26.04+1_all.deb
Size: 13120
SHA512: 8ddb3d5af9c90b7de4a1c61e749a48f6e47804d167b0da2c3e050a8d9ee52f16ab2c575e23d9376bff57c722ce6beda98813ca3d17b8ca5fba9dac017662ca0d
SHA256: 0470ef817b1c231a1c7002db4930b3ff53e5fb56bf5c0041438f6a7553f1fbc4
SHA1: a988b8631412ba7e20aefd63fdd4fd769c73ad9c
MD5sum: acd0fb302a5791966907d4df90a0b4d3
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-05-25 20:30:13+00

Package: libh3-1
Source: libh3
Version: 4.5.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 173
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-1_4.5.0-1.pgdg26.04+1_amd64.deb
Size: 62696
SHA512: 64393f46122b8d2a16bc0eb3f10add69f4a2a6cd3488a359c3d3ff717c31aa34ef737449e8b59fc3bf1e600067935d1da6da42049b6ad748db79719d04f4f598
SHA256: abc02c83414fb55e72de1f409f8a87f5841feb606b0db6b30dece0cc05c911d7
SHA1: d45fed2ce2987ccbb9b5e605b5d8e034316011d4
MD5sum: ace93c265e3ce6add6e7c939b127ed35
Description: Hexagonal hierarchical geospatial indexing system - library
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the shared library.
Timestamp: 2026-05-26 20:42:47+00

Package: libh3-1-dbgsym
Package-Type: ddeb
Source: libh3
Version: 4.5.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 208
Depends: libh3-1 (= 4.5.0-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-1-dbgsym_4.5.0-1.pgdg26.04+1_amd64.deb
Size: 135848
SHA512: dc68697cc04d3306c779642973802fd60f7b160ddcaffc80de9eaa275ca715748f86d15d5a3a5114e7e99ad3828c7ec3f486a158b2e899a993057dd989f78104
SHA256: 458719f18f43a53ed1d549f6a106aeade4a7f325218d244029e7451ed9b70525
SHA1: 652b9dbd35d14e823fba5b7fc75ced269378bbce
MD5sum: b2818c0b560b1f4d353c24ef888e0964
Description: debug symbols for libh3-1
Build-Ids: ffd386f98428eea701d8e53a282e89e586227c67
Timestamp: 2026-05-26 20:42:47+00

Package: libh3-bin
Source: libh3
Version: 4.5.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 325
Depends: libh3-1 (= 4.5.0-1.pgdg26.04+1), libc6 (>= 2.38)
Multi-Arch: foreign
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-bin_4.5.0-1.pgdg26.04+1_amd64.deb
Size: 57180
SHA512: 624aead23305cf75ddf8894871d646e56782d8223d3c1061451cb6b1a61fd397f2b3996889e928131cb52631c160c4ada3d14c995114688aaeeb2e2118cab523
SHA256: 2424e2f93833f0a1493e5e1feb8e0e88aed33a7935e17f1d7f82496b402087b3
SHA1: 727c289ed25c4c6e5703f75fddb8222848ffb437
MD5sum: bd293964e576ff728452f62f18b11b8a
Description: Hexagonal hierarchical geospatial indexing system - CLI programs
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains CLI front-end programs.
Timestamp: 2026-05-26 20:42:47+00

Package: libh3-bin-dbgsym
Package-Type: ddeb
Source: libh3
Version: 4.5.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 347
Depends: libh3-bin (= 4.5.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/libh/libh3/libh3-bin-dbgsym_4.5.0-1.pgdg26.04+1_amd64.deb
Size: 128648
SHA512: 8c1408687d505abedfe07e39a3ab446b0e14e772249d7a09b8c6ef7f6da1f776c0ab63552c33f3ea6b383c6a828177ef3b9e4f73deaea94fca9e33c685bb07f8
SHA256: 9034d3590fdca020a640953bfc7aa9a0b6a7616e697d232213eae319b55225d3
SHA1: d3821d52a8064e1ad64cccebb971821e975aa34a
MD5sum: 726671136946282c164b4b0a2262e4cb
Description: debug symbols for libh3-bin
Build-Ids: 130e96323d054259efb02b542fa4500f84e544a4 1b780050a0c7388eba151264fe8f88001602c289 1d61e933118e6912d2000a6fd8552bdb563dafd1 21ef48238044f9665ea179fa856846230b558361 4417af9f3afb8a3d477c1ac1033677f4c2ef9ba1 572a7b171149b5f37102e8424f265ec6fb9f0036 61e73a82dabbd474dc5c688ba6024cecfec58d33 6317076d3341b7c6921efcc823610779180ca131 8aec56c45f7de81bcc9d26f1510d49a9b5725eb5 aefd2c8a059f4ea0bbee33abe831cc12639ca626 b274cda3641b7f1d93c36bc1d9e75afd328eee0e ea444d75f993b4eb8066fe3c04819d52022be7c9
Timestamp: 2026-05-26 20:42:47+00

Package: libh3-dev
Source: libh3
Version: 4.5.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 99
Depends: libh3-1 (= 4.5.0-1.pgdg26.04+1)
Multi-Arch: same
Homepage: https://h3geo.org/
Priority: optional
Section: database
Filename: pool/main/libh/libh3/libh3-dev_4.5.0-1.pgdg26.04+1_amd64.deb
Size: 22804
SHA512: 35b9b570ee54c168f1894afb8bc6556c9af9713a4c8e0108d1441ce30366c5a26233321a1c24ab8b8b39d6564a5ea4812475c39386254a60c91658a82047ff99
SHA256: 80f55f15c149c86518e3dc38422504db988d6ffeed6320bb615923d1f3b42cf3
SHA1: 63c4c5fb3a14c7480e528fd977f509aa90b3aefa
MD5sum: 4bf84cd27ab085bcc762636e4257764e
Description: Hexagonal hierarchical geospatial indexing system - header files
 H3 is a geospatial indexing system using a hexagonal grid that can be
 (approximately) subdivided into finer and finer hexagonal grids, combining the
 benefits of a hexagonal grid with S2's hierarchical subdivisions.
 .
 This package contains the development headers.
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-10-ip4r
Source: ip4r
Version: 2.4.2-5.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 344
Depends: postgresql-10, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-10-ip4r_2.4.2-5.pgdg26.04+1_amd64.deb
Size: 67460
SHA512: 01ecffe4bfdd4f32a1b065d765171138ae919bb3fccfd01321a591d05c07e1c33314d0142a4190e0b2979d0041f96dddcb76dabf79df394ce5c23c942135c5c9
SHA256: c27d960462790a688a4bd348630fc1ad1a6f9a741094c8b5e50180962f69e79b
SHA1: d6806455368b05d6263bddf118fb81f34c016be6
MD5sum: def70405ad0b57c47fe40d0a37e21aaf
Description: IPv4 and IPv6 types for PostgreSQL 10
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-10-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.2-5.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: postgresql-10-ip4r (= 2.4.2-5.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-10-ip4r-dbgsym_2.4.2-5.pgdg26.04+1_amd64.deb
Size: 183076
SHA512: e18d24671ce94f87b416c35a86b25a7509434f02ab39fe7887dce3892ba05170614d96a42ef58db8eeae77de7bd878c9643e07699d768ca23c6f339c31eb77ff
SHA256: 281d6beabf7af4475d2bac68d10fe4db586a19e3c9bf20b31d66f2cd7837c071
SHA1: 8c0783aefe7bfa369990b591d4c49878adcb5702
MD5sum: 92045c5bbba43f2a9ebd272f694a1726
Description: debug symbols for postgresql-10-ip4r
Build-Ids: 3455eca1cacaf7eb5d06fe561b8e57e22bb3626c
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-11-ip4r
Source: ip4r
Version: 2.4.2-5.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: postgresql-11, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-11-ip4r_2.4.2-5.pgdg26.04+1_amd64.deb
Size: 69044
SHA512: 92057b86620d3dd17f76d217790a14f7a58bc7281858711a7041d309df2eb68853d113a9ba83d56fd9564a052a7bb823d1a983201f14a2290b0d5c47911b1cef
SHA256: feb68571f7cb267b85fcee4be4b5e44f6611ddac32de04c641d0567dd0737437
SHA1: 6c88b59f7a9af801f74959bb6d4d3b9195599110
MD5sum: dad17416b3e188c3006bab9f77d140d5
Description: IPv4 and IPv6 types for PostgreSQL 11
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-11-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.2-5.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: postgresql-11-ip4r (= 2.4.2-5.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-11-ip4r-dbgsym_2.4.2-5.pgdg26.04+1_amd64.deb
Size: 182708
SHA512: 508cc16e19f6163b0126f7fba97aa2523706e35e491cf17a7cbb1237ac2323352675c97f22804a76692cc3201a2500610cace13435057e396de8d5bfb44ab324
SHA256: 010ffcc91ee42f4c8c4aa229f2eaffb3b693962493125800640fdb9ec7e74767
SHA1: 674aac31c28010ef6c542b82d40580dcc4ae657e
MD5sum: 64a05b581c763cd32af3dc5999617486
Description: debug symbols for postgresql-11-ip4r
Build-Ids: b3947db1fcdbf5f6b2855ef99b1adc769330ab44
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-12-ip4r
Source: ip4r
Version: 2.4.2-5.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: postgresql-12, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-12-ip4r_2.4.2-5.pgdg26.04+1_amd64.deb
Size: 69096
SHA512: 72bfb074bb3751d76d8e7a3820f85427ef8f6b10563e238c04fcff181020479f14f75b3a691f5d388b9bd8db4262f00296c5a954728ae7667596d7b245bbb0df
SHA256: ba6e52b99cabf744abfe41baf477083429768ad2ad26f0827a10e5cbdad6e937
SHA1: 8fb31ae9c25744b1ccbbec4f1fec53ae2e92749a
MD5sum: 23d53f6741036d3b92cb5525822a389d
Description: IPv4 and IPv6 types for PostgreSQL 12
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-12-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.2-5.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: postgresql-12-ip4r (= 2.4.2-5.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-12-ip4r-dbgsym_2.4.2-5.pgdg26.04+1_amd64.deb
Size: 187444
SHA512: 41d068f4707a90bf404efc27ae821c718245350f97a778101dcf776f2698d040fb0761a82c0554faec45a9d5bc95921e65e38fdb1f54a1de13cb13e1481546f2
SHA256: b587e08496545fd3d3c58782c691ef0e43747b2d117be9a4333304d9a82c560b
SHA1: d132e94d16a2973064f57c33bac400791d569348
MD5sum: 2acd5c4fcd923236573163eece163320
Description: debug symbols for postgresql-12-ip4r
Build-Ids: 6604e69945346d1a97e70095afffdbfba291b917
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-13-ip4r
Source: ip4r
Version: 2.4.2-5.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: postgresql-13, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-13-ip4r_2.4.2-5.pgdg26.04+1_amd64.deb
Size: 65556
SHA512: b2c905fcbb7d56aeda188f7702d15c0cd0a55fd7f54b49c74e3d74cc9b5d7eb38024db675114aa557af57c979980f947905499e96c58501bde6339caa4492a19
SHA256: 4030b54a119b870debde72451b8ff23859c169a28ecc71d78fbc8dfd7e6cf31a
SHA1: b5e20fcb2d16f69d00721c2a588b12e518b02ef5
MD5sum: 96ac4d2b86989be866ec939ff746173f
Description: IPv4 and IPv6 types for PostgreSQL 13
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-13-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.2-5.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: postgresql-13-ip4r (= 2.4.2-5.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-13-ip4r-dbgsym_2.4.2-5.pgdg26.04+1_amd64.deb
Size: 186780
SHA512: 191d2542861065ea5f8e4b862e09c128b5185275a4e86adb7a614bcd532c6eeffc61665f7232dc5c971780b2756ad3e960839a646588a3f1c885574b45ebbeed
SHA256: 6b2cb837a66787265001896a4bba39e561a142de8c98882b4da9b7723c0c4441
SHA1: 9939db466914828c499ccfb69201a55b266517e2
MD5sum: e19bee4afab8a032d2e419aa0883c8bc
Description: debug symbols for postgresql-13-ip4r
Build-Ids: a1a99b09a0fcbd90398b6712e134616ca29c21c8
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-14-ip4r
Source: ip4r
Version: 2.4.2-5.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 508
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-14-ip4r_2.4.2-5.pgdg26.04+1_amd64.deb
Size: 176864
SHA512: 75457fdc23ce1704eb51a72247439f20e6ee15715f876823a10f7e3ad056e2d0ba76f641dc6c6b277cd441a34a24b60552b0c8146f7846262d1fde231b690853
SHA256: 8312156990a46783cd3ab03986de6814742907e00cd8f567537597170428c107
SHA1: 81337793f9f8f5f73651c7edf439d996dc84acd8
MD5sum: 843a7c8e6060c75b130d9a8113e53fa7
Description: IPv4 and IPv6 types for PostgreSQL 14
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-14-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.2-5.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-14-ip4r (= 2.4.2-5.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-14-ip4r-dbgsym_2.4.2-5.pgdg26.04+1_amd64.deb
Size: 186268
SHA512: c554343eaf38e28841f539474afc32f8819f55fdb2e9f08aa236bb82744edff83288014cf4fe4c493b6c449ff36e9a98156ea79a0a063ef0ea87b8496fceb4c6
SHA256: f0f6a6f18d87358f1469eb15177c29f92df7cb34e1825a41754ded26d51bad19
SHA1: b93b8e9fbb2cf9a2c50470c8ff445f246b40e207
MD5sum: c54d4c81246025e02acc4f223ef7892c
Description: debug symbols for postgresql-14-ip4r
Build-Ids: a8cc5778a87213ea5641fcfcbc4c99876ed9ee2b
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.9.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 692
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.9.0-1.pgdg26.04+1_amd64.deb
Size: 306540
SHA512: a5000bc28082793cd830b901106187719a67e39c86ea630eec4e5d65b24a444baadb03164db812011c7da8e00788e42d663520db654bea24821fb8fca7c20eba
SHA256: f3ee36aa21520c66bd7648776809e6e0e1418c77609dc5011521724618c7f346
SHA1: 02f6b7da6d58d47451810a0b39bd85667b485456
MD5sum: f01acfc88b14a1247ea61a804b8be31f
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-14-plpgsql-check-dbgsym
Package-Type: ddeb
Source: plpgsql-check
Version: 2.9.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 416
Depends: postgresql-14-plpgsql-check (= 2.9.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.9.0-1.pgdg26.04+1_amd64.deb
Size: 310608
SHA512: 4ad3a79b03aecbe96ffe65baa31d5bee460b3b148af1f0803f85c18d6bd829a7436193f730e0a5538fde79e8f053c2043f01eecbf6c31f241c344e6a05392ec1
SHA256: 0499c564851a9a8f7e8db1f039123a1170a5b9b201b77b0fdd7f44ab287c48ff
SHA1: 10e851b4b97a6fbb0ded4763ffd86e4634902a8b
MD5sum: 75fa9f5e4ce9a7b05e7ed0760d6750b4
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: 3439f3df4d77cab40f3b1a168a9ff1523490fd41
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-15-ip4r
Source: ip4r
Version: 2.4.2-5.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 508
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-15-ip4r_2.4.2-5.pgdg26.04+1_amd64.deb
Size: 177324
SHA512: cf6cb728daba548029447e47bd711ffe1c71f88c1a04d7f57811cdf5d5af6a0cfe60e8272cf5a675ed200a490a509aa0fd5556d646ceb8272247c9975764132e
SHA256: 7a023f74aa0e8d854ca8cc077edfffde6ef8839475d575a4e8e3c54eeb7a53e2
SHA1: 29a6cf145b663ed211e370a03a741720a4971966
MD5sum: 8cd91da2d1b2218fbc7e6430bce99d90
Description: IPv4 and IPv6 types for PostgreSQL 15
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-15-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.2-5.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-15-ip4r (= 2.4.2-5.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-15-ip4r-dbgsym_2.4.2-5.pgdg26.04+1_amd64.deb
Size: 186400
SHA512: c62a4e08933d790e168fa81389dcad0758cd55ab0227b4254041f76afc31a336c3e440ba685c2d8e3ca8ad4c62bcd3d80e776e0ab3a06b7361854e904f40b651
SHA256: 2ddd6fc788266805a9f974b9048f66fd487d35c3e984f0d6e513eebbf3a0ea67
SHA1: 89d3e1316129e9017b36cb0bc272a946e195988b
MD5sum: ff4eba7f61490e22fb2f31573d1e7653
Description: debug symbols for postgresql-15-ip4r
Build-Ids: 355a5dc19cc432e5af9dae5a1e09e1c890ff36b4
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.9.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 693
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.9.0-1.pgdg26.04+1_amd64.deb
Size: 306492
SHA512: dc461acc0effdf113096b88b79f15bc0cc9ed8b25d7ff20871bf51bd78fd0b0ee19b89579345e5328d1e769b99b211ab92e8c0c7b6a13a3f538b135a8fbcd467
SHA256: 3a60844ce0dd33936e74cb6d1c3d738e8d311eb07365fd3ac8ed944337a7055e
SHA1: 513d4f753c61f34707b87a1cdd494a35698c7d22
MD5sum: 655563312f18afedf0e37ca3550054ed
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-15-plpgsql-check-dbgsym
Package-Type: ddeb
Source: plpgsql-check
Version: 2.9.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 429
Depends: postgresql-15-plpgsql-check (= 2.9.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.9.0-1.pgdg26.04+1_amd64.deb
Size: 321044
SHA512: 68fa5ae5ef897d787b4c0f5d0923d64cdf57ce2ff7756781e48871785e2327ff618e67fcb26be8bcbe818d8a75ed98d7c45d03bd783f0442553cfa7409fabb1c
SHA256: 95c44a3ea591b35c057504e4475588cd561080842c6cc617630b9a1973081fb7
SHA1: 5fabb3226f26a947b5fd26fec3c3a877deae0d91
MD5sum: 20878c5c95686c85fbff4240e5848450
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: a36e5b58b5ee4a409771c08e6e9657604337c562
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-16-ip4r
Source: ip4r
Version: 2.4.2-5.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 514
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-16-ip4r_2.4.2-5.pgdg26.04+1_amd64.deb
Size: 178960
SHA512: 1d33cae8d9b5622a0c8638fbac6f54738b7090b7c7b53b2ce269ebb0f330737fb1001b127bdca842bdd09d016173bcbd96a5d0330b800832dd07c2c34b832918
SHA256: 33ef1e75e4035ba0249a12406fa0a2de7251430c4f3c27b1e347a4c6635f6232
SHA1: 4d837dbf89349d9812fcf34381f7c155cd0fce1e
MD5sum: 69f2642a40ff38900a09108610de29d8
Description: IPv4 and IPv6 types for PostgreSQL 16
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-16-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.2-5.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 300
Depends: postgresql-16-ip4r (= 2.4.2-5.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-16-ip4r-dbgsym_2.4.2-5.pgdg26.04+1_amd64.deb
Size: 215436
SHA512: fc61fbde3b59bf738282126c836dcde417ee270fb6dfa01edbdca62e51e1c841d1e156f1c1d840c41372284a44572f3401ba9d6d600fbfbbeade2fd55cba0e39
SHA256: 1dd3f6328c3685bcecfbddcd96dae4edefcad2f30c46785900f9828e1e762567
SHA1: 6e0fccac585347bc1574625b1e8fe191dec6bcb3
MD5sum: 4e9534f7e95b815f68b163759d07036e
Description: debug symbols for postgresql-16-ip4r
Build-Ids: 4a3ffe699ec4e049c4cd9e5955688d76eeaa0bac
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.9.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 680
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.9.0-1.pgdg26.04+1_amd64.deb
Size: 302612
SHA512: 2d1402df1e137a42c63f0e208eb698ca91fcbed19f04840bc92c6ebc2cf2bbeaa5ceb2ba4db2482bc326fcaa098b8fe838198bcb3da1945a605d6ae54d62c9b3
SHA256: a24110374c7aa7665e0ef4443714ca215c404dfc93568974dc2e1aa1bce6b584
SHA1: 5dc7088bfeb59d0d2d2a89e1fd324cddd0f65ca6
MD5sum: 18cf42dc4be6980e28a83503b57c30c0
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-16-plpgsql-check-dbgsym
Package-Type: ddeb
Source: plpgsql-check
Version: 2.9.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 440
Depends: postgresql-16-plpgsql-check (= 2.9.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.9.0-1.pgdg26.04+1_amd64.deb
Size: 336160
SHA512: bcf27de653c6d7bd859065adc318491918a910a8e32fb1176e3a490f0504400148ff5044b7828d4b01953b00abc60f08c05cb68fe7eaedfc60cd0a07ec57017f
SHA256: 94988ee5771965b4446dfaa1a01fcaa07d922860f1f370ed9e42852c2d9260e9
SHA1: b68c97fa085ca5dff74c6901f88b24daeda1e9f2
MD5sum: 184391db49f1484f7e3db9d2e427a8c8
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: 02958a18d6af07056e39996bde592255cbd31fb4
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-17-ip4r
Source: ip4r
Version: 2.4.2-5.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 514
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-17-ip4r_2.4.2-5.pgdg26.04+1_amd64.deb
Size: 178836
SHA512: 605d08439ce8492f48c8f972934160fee48bbb48f0e26fa39d857c9af35918741468edf3e635ef3a4d2ee4dd126e0f5ca30c8f7782b7a2eaa5e17421e6c643d9
SHA256: c5606f9b061db655457ec5d2eecd8224531f8438b68ba2efd64c4ce4186c6d39
SHA1: fc067ea98e2a2ed4ed4e01d15b0585b5e085255c
MD5sum: 4290ca7cbb6b527b08d71406e793532e
Description: IPv4 and IPv6 types for PostgreSQL 17
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-17-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.2-5.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: postgresql-17-ip4r (= 2.4.2-5.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-17-ip4r-dbgsym_2.4.2-5.pgdg26.04+1_amd64.deb
Size: 215844
SHA512: 2a3fdc1a150d17a5b3803158921b58aaea6215ba5eb0232518ec1488f0cce568f60c4d3dd10e767147bffc13efa0d592dde65bed82e1455604ed81e927d30bd4
SHA256: d20f4daf9cc345133c278ed9153d76ba48509cb1756ed35d5d31875a2b16c5ca
SHA1: 876507194db66e28c5b17dc85ecc493f97046bc0
MD5sum: b58a8400ef7abeb6163e030ea1736202
Description: debug symbols for postgresql-17-ip4r
Build-Ids: 6580a6b580358a67a0f2125cc8e2fb0fe18816fd
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.9.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 680
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.9.0-1.pgdg26.04+1_amd64.deb
Size: 302532
SHA512: 3f07db0f759ece5312342f7d68fde8a12bb49f13060a76a5fe22741b7259c6e3829d5545d3a4c5222057d08f412ee0fa490860eaca295ac0d7beff99704ddedd
SHA256: 22ea591dfd4375572374da77bb08079d65baaa095d1a7d2426774acff6074979
SHA1: 4b0876830cd57130b3bc9b3f66773899a2e829d9
MD5sum: 8969a76a49a79a4c4afbe9b5ece7000f
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-17-plpgsql-check-dbgsym
Package-Type: ddeb
Source: plpgsql-check
Version: 2.9.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 456
Depends: postgresql-17-plpgsql-check (= 2.9.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.9.0-1.pgdg26.04+1_amd64.deb
Size: 350764
SHA512: e2e052acf012f1c210a4339af45b60543b72a49556f0e929875a03db64c35739ed7276bc440c9fa88adce8910495ba4abeb5c1737cd9b8c08bb0f389393ce325
SHA256: 311c4922cf8e35e5e7a6f88d3e66d480f55c2aa9c51975fdf785c9337d88fdca
SHA1: 0a3b623c4ae975d6aa29f8a54f982a9957d8554e
MD5sum: 7476a2a0ffd27e2193b02011be1d9f04
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: 0226a27fa691ef89be03d2d5f4f4a0a737da9ec9
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-18-ip4r
Source: ip4r
Version: 2.4.2-5.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 514
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-18-ip4r_2.4.2-5.pgdg26.04+1_amd64.deb
Size: 178624
SHA512: f477708db3e2b2c217b32ffe15d3b3737c5c6f3406e069dc40229ad67744d46222689f88fed7cc00a8e700927cc19aee3f942a47f32365956510bac732ca13b7
SHA256: e822e58bdc34c11e85cf77968c43e37b52454bd7479e8969e1a899b260894bfb
SHA1: 353bae066beabadceceb379fc0bdb5393cb8c88c
MD5sum: bceb91283cd57df6de0ae0a4e3611b4f
Description: IPv4 and IPv6 types for PostgreSQL 18
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-18-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.2-5.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: postgresql-18-ip4r (= 2.4.2-5.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-18-ip4r-dbgsym_2.4.2-5.pgdg26.04+1_amd64.deb
Size: 216068
SHA512: 730efd229b80d430b4872ab74e985d9abb3a6a99fcad5508541b955cea6c0278ca2864f85dad23263fb98fb91a4569acf020cb9b074fc2e99e3ef816736ce6bb
SHA256: d6789aa55d379f2baaefe1767822efba7a01c2bb938dfdca86526f7fcec0c083
SHA1: 555e1b785f2ac35cc48856a4a4b65d6eca03a0d8
MD5sum: 37a13dec25fab85398fa119460022e7a
Description: debug symbols for postgresql-18-ip4r
Build-Ids: 9e5babdd888a2fdec9eb2dfeb46d658958c5d945
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-18-plpgsql-check
Source: plpgsql-check
Version: 2.9.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 681
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check_2.9.0-1.pgdg26.04+1_amd64.deb
Size: 302712
SHA512: 67736a22d73fbde5248f8ad0b8ae9736e53c7bbfd93502f741b7f16bbab4b416b5adc4c2bda6807c2fe6f18813e297e521807635154ab6305c6c22363986f16c
SHA256: ae61b4332a444a9b3872cf04368a68e5524243344226db0044fad5e4a4e6d4b0
SHA1: 99bf17340ba921366689e51613cd11f3829036e2
MD5sum: 670ed5c04cdd0a3f3c94592f9d9cd0e2
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-05-26 20:42:47+00

Package: postgresql-18-plpgsql-check-dbgsym
Package-Type: ddeb
Source: plpgsql-check
Version: 2.9.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 450
Depends: postgresql-18-plpgsql-check (= 2.9.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check-dbgsym_2.9.0-1.pgdg26.04+1_amd64.deb
Size: 348408
SHA512: 2018c8c515e0c47c209d24c7b0a01bb3df33752f58e05ac4b05c418d61ba489d1ea41272f2ad9ea1e330b0eea43493fe2c78b72b463b019a64d317094849063d
SHA256: 898163a6c4404dc9586430ffad12bc66bacd6955ab80becd2887c0bc1a022b52
SHA1: 8fdba426209c64959a8252679ba843e4500663e6
MD5sum: 85b6caf0424f346aad4b272f168b95f3
Description: debug symbols for postgresql-18-plpgsql-check
Build-Ids: 68d8e7194657c9414f63f52da06cb31e00cdc44e
Timestamp: 2026-05-26 20:42:47+00

Package: barman
Version: 3.19.1-1.pgdg26.04+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 178
Depends: python3-barman (= 3.19.1-1.pgdg26.04+1), adduser, file, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client, python3-argcomplete
Suggests: barman-cli, repmgr
Breaks: barman-cli (<< 3.18~)
Replaces: barman-cli (<< 3.18~)
Homepage: https://pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.19.1-1.pgdg26.04+1_all.deb
Size: 126224
SHA512: c69c17a15ff267448e81c64d35b87908ee910a69cd4682c9060b18710f8a0428c6313e8c1b30f59878e234b2373d817e0b7af659debb34d707c7cf463c83495b
SHA256: 19245dc3714f1f26adcf83d5f2f6a9be42a958d1a3511dd8f4f2e85e98b6b5fe
SHA1: 6ccfa1513cfb3e34873147e2c30587f8e4b1801b
MD5sum: 3d8a90038682ecea5f19f5004a8e20f9
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides barman binary.
Timestamp: 2026-05-28 14:23:42+00

Package: barman-cli
Source: barman
Version: 3.19.1-1.pgdg26.04+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 21
Depends: python3-barman (= 3.19.1-1.pgdg26.04+1), rsync, python3:any
Recommends: openssh-client
Suggests: barman-cli-cloud
Homepage: https://pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.19.1-1.pgdg26.04+1_all.deb
Size: 8960
SHA512: 2824a4680644cda1742e10d037604c979efdd6e375094efcf8a2481064f9fafb9bca6089925c5815c0cccf3cfdda71b0cd20b6616445e2bd9fcae4b21718c67d
SHA256: cc149b0eeb71ad1d485e5812ddadf2c44dab4b84802fae74d7a84f468e7ab757
SHA1: 9132fe2be98696b234ad1554c72d011c19d8287b
MD5sum: a4204506413e522514f7e9349dee0182
Description: Client utilities for the integration of Barman in PostgreSQL clusters
 Barman (Backup and Recovery Manager) is an open-source administration
 tool for disaster recovery of PostgreSQL servers written in Python.
 .
 It allows your organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli package contains client utilities for the integration
 of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.
Timestamp: 2026-05-28 14:23:42+00

Package: barman-cli-cloud
Source: barman
Version: 3.19.1-1.pgdg26.04+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 53
Depends: python3-barman (= 3.19.1-1.pgdg26.04+1), rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.19.1-1.pgdg26.04+1_all.deb
Size: 31016
SHA512: 99f1ac44929b21a1789b6545d216a8cb5a2f39222fdcd773894f10371fd12feddd120c55afa38b91959792e0e92b563ffdb080658d2da4a9a4f205c73f43e3f9
SHA256: c9b22e8cb82ebf2b4705a85733c9cbdb613497c92621dc1308e504fc705dce77
SHA1: a55bccf023702edac6bca6ce98214a7a9b25f769
MD5sum: 6df752501dc678f81f8c72635638e901
Description: Cloud client utilities for the integration of Barman in PostgreSQL clusters
 Barman (Backup and Recovery Manager) is an open-source administration
 tool for disaster recovery of PostgreSQL servers written in Python.
 .
 It allows your organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.
Timestamp: 2026-05-28 14:23:42+00

Package: libpqxx-8.0
Source: libpqxx
Version: 8.0.1-5.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL team <team+postgresql@tracker.debian.org>
Installed-Size: 545
Depends: libc6 (>= 2.32), libgcc-s1 (>= 4.3), libpq5 (>= 10~~), libstdc++6 (>= 14)
Multi-Arch: same
Homepage: https://github.com/jtv/libpqxx/
Priority: optional
Section: libs
Filename: pool/main/libp/libpqxx/libpqxx-8.0_8.0.1-5.pgdg26.04+1_amd64.deb
Size: 196512
SHA512: 42ec00f7081b344e96250d4328b36cd735b299082c5e90766c3ffe80154e7284fce76620a0ea1b40e2446a5845ef17ca48de0be1a867235c36ef69006675de8c
SHA256: ae04d2edefadbea433b6ed450b1b9aabdf0df8cff073bc2c98a6a5a954c88224
SHA1: 07f8a37d8983322953c63b15d063907ba2949b02
MD5sum: a0540d445668dde6e313ca8592f850ad
Description: C++ library to connect to PostgreSQL
 libpqxx is a C++ library to enable user programs to communicate with
 the PostgreSQL database back-end. The database back-end can
 be local or it may be on another machine, accessed via
 TCP/IP.
Timestamp: 2026-05-28 14:23:42+00

Package: libpqxx-8.0-dbgsym
Package-Type: ddeb
Source: libpqxx
Version: 8.0.1-5.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL team <team+postgresql@tracker.debian.org>
Installed-Size: 3028
Depends: libpqxx-8.0 (= 8.0.1-5.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: debug
Filename: pool/main/libp/libpqxx/libpqxx-8.0-dbgsym_8.0.1-5.pgdg26.04+1_amd64.deb
Size: 2739352
SHA512: c948f1e667b937ee29e96f4939b1b618c18c66216d03b12393014b8194d5e93155ddfb6246f6e2b8f1fc0c84894d73fbf61b9451d2ccb352aa92ad7b57cc1e2a
SHA256: f0b33d8752ad0689507e2ace8e3fd9577a8501a29c767b4c90295f95ac559eae
SHA1: d0ee47a4dd7a40065e73119bd3aa78a86a466f71
MD5sum: 0dee8d5511af1f73aa844c13d3e01fbd
Description: debug symbols for libpqxx-8.0
Build-Ids: a22bac07bb78203a1bc6f170deadb235418a1d32
Timestamp: 2026-05-28 14:23:42+00

Package: libpqxx-dev
Source: libpqxx
Version: 8.0.1-5.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL team <team+postgresql@tracker.debian.org>
Installed-Size: 6087
Depends: libpq-dev, libpqxx-8.0 (= 8.0.1-5.pgdg26.04+1), pkgconf
Suggests: libpqxx-doc
Homepage: https://github.com/jtv/libpqxx/
Priority: optional
Section: libdevel
Filename: pool/main/libp/libpqxx/libpqxx-dev_8.0.1-5.pgdg26.04+1_amd64.deb
Size: 561940
SHA512: 7051462c0361bb52afd5d75d84cf35cad39925cb55c4304297f821dbae63b071ac7533fa4ec99a7b152f0ad10d410560772cb19fbe73ec23e378119a370d2c61
SHA256: 2a28159a8d59469f74e687e8f16ea70684dc0c32b84c74851edc300f4217cfcb
SHA1: 349b7fbae7619274e7f826cc3344994cad8fe1c0
MD5sum: 85627a4d023e20070570e33c4fe4a8f6
Description: C++ library to connect to PostgreSQL (development files)
 libpqxx is a C++ library to enable user programs to communicate with
 the PostgreSQL database back-end.
 .
 This package contains header files for linking against libpqxx.
Timestamp: 2026-05-28 14:23:42+00

Package: libpqxx-doc
Source: libpqxx
Version: 8.0.1-5.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL team <team+postgresql@tracker.debian.org>
Installed-Size: 854
Suggests: libpqxx-dev (>= 8.0.1-5.pgdg26.04+1)
Multi-Arch: foreign
Homepage: https://github.com/jtv/libpqxx/
Priority: optional
Section: doc
Filename: pool/main/libp/libpqxx/libpqxx-doc_8.0.1-5.pgdg26.04+1_all.deb
Size: 209828
SHA512: 8a3834c3ea7b1f7fbb8da71818da6fb4103676e5ddb69273b6e2d79d2cb64a68c52da2627bb794c8630e70d64b5ea9b4bf0d3330872a553cdab0fb53fbeb2d3a
SHA256: 53c3e4864ffb05ac1693fa77246eedfec8c74f09d41d0e5277392f0e663ec6b6
SHA1: 81331b3cd85d3de77a7c852749e6ea0af0d7ef9e
MD5sum: 29c6a51bc334630f98242dd67cb5dd90
Description: C++ library to connect to PostgreSQL (documentation)
 libpqxx is a C++ library to enable user programs to communicate with
 the PostgreSQL database back-end.
 .
 This package contains documentation and examples.
Timestamp: 2026-05-28 14:23:42+00

Package: python3-barman
Source: barman
Version: 3.19.1-1.pgdg26.04+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1952
Depends: python3-dateutil, python3-psycopg2, python3:any
Recommends: python3-zstandard, python3-lz4
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.19.1-1.pgdg26.04+1_all.deb
Size: 309436
SHA512: 9b926161d570ed1e674ec906aa971fc743a00c6556a6f9a2fdd53ec9a091a5c2fe2b7c0924e6563c0a75e92c9516d1c5a264f666b29511fc5520e13cc1b9d980
SHA256: 09abc306d3d41cfaa2969424a6e06443e639faf63fc2359b944eb83e65259d06
SHA1: 30268d0225da48024701d5c8674bc51ed7f285e4
MD5sum: 285055e6eff64ec898a575e8e220db02
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides Python 3 modules only.
Timestamp: 2026-05-28 14:23:42+00

Package: postgresql-10-hll
Source: postgresql-hll
Version: 2.20-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-10, libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-10-hll_2.20-1.pgdg26.04+1_amd64.deb
Size: 36240
SHA512: d88785351facfbbadcc5d19d64ca0fce2235c265ccb71b143204ad707d0ff69edc8e7c0994a98b0cdc63e3ffeebb53d9227f6426d0f77d74859a6879f57b0f2a
SHA256: ce51a3404f03110212ef2ce5c9063520e968845b1b33130c719b32141d91090a
SHA1: 99a95823dfd8e27d6160abeec041eb503444d219
MD5sum: 7f752ecbd541aa1f3e3b471a146dab8e
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-05-29 08:50:49+00

Package: postgresql-10-hll-dbgsym
Package-Type: ddeb
Source: postgresql-hll
Version: 2.20-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 122
Depends: postgresql-10-hll (= 2.20-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-10-hll-dbgsym_2.20-1.pgdg26.04+1_amd64.deb
Size: 82708
SHA512: efd8f3c168f62c4d3e6ba91a97bdb265092a471452c5403b425e64a8569febdba7d204e5c25bdcbfd79010803884d765115b05c90be70a012f5b95e4dddf1eb3
SHA256: a6e0c122d058a68bff76c08de6744ac896e31c695eceea49cd14bdb1e7d134b5
SHA1: 9409fe362058bfdad32af744e4e05a4772812735
MD5sum: a6daed567f6fa1a409b7d5e3b220e506
Description: debug symbols for postgresql-10-hll
Build-Ids: c424703c443dd5a556e44a5fe099dc7e5f47b11a
Timestamp: 2026-05-29 08:50:49+00

Package: postgresql-11-hll
Source: postgresql-hll
Version: 2.20-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-11, libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-11-hll_2.20-1.pgdg26.04+1_amd64.deb
Size: 36324
SHA512: a90f72280b397ad9631c259b3586b5f9add11479fcfe40e6ff864b6ba2b5e04fd212156b8494329ee877a30edfe4a8549266dc73ee0266efa15c8c818d49d568
SHA256: c7d713d321aa1b9f4cb582ab417466046a619e7cf2651a9050a799f308d290ca
SHA1: 9d0af82b7dfbe9cf92ccc6b1ff44c6bcb89efa4b
MD5sum: 911348320808604fe78c9c595e1b6743
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-05-29 08:50:49+00

Package: postgresql-11-hll-dbgsym
Package-Type: ddeb
Source: postgresql-hll
Version: 2.20-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-11-hll (= 2.20-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-11-hll-dbgsym_2.20-1.pgdg26.04+1_amd64.deb
Size: 85644
SHA512: 061bb3f1e5629d7eeec4b49ebc4a3c259d9a349c1645fcf84f33eb1985382c7a4e0c4792a0b29263af245039d92d898d3a2f86437894b04dea76283be43bd7ce
SHA256: 854eb883a1721ff8925d89612f29be7766091360c07958212a3f5a38e15f00b2
SHA1: 203fa37e60f0ddfca762a6af7f04cda264083e21
MD5sum: 77d321e5a51470bc02988610b8dd9008
Description: debug symbols for postgresql-11-hll
Build-Ids: f64948cbb512c81c6e967635cd153c37e768d13c
Timestamp: 2026-05-29 08:50:49+00

Package: postgresql-12-hll
Source: postgresql-hll
Version: 2.20-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-12, libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-12-hll_2.20-1.pgdg26.04+1_amd64.deb
Size: 36244
SHA512: 2eeb88f4e26865624b9e914576fdeb72fec5d3d9a25d12daa424688e1f777258183a9ae14cbae8a6624344a6977009f971ec15b18b14460c66c000a6c1d702dc
SHA256: 974f70aacd4143284288d1b4c7641b2bb5759958c63985e867b04112ad24e948
SHA1: c63a0a2151894f083cd8a38e394ab80c263f8b4f
MD5sum: edddd787a94d0a58e2be62ad379d1116
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-05-29 08:50:49+00

Package: postgresql-12-hll-dbgsym
Package-Type: ddeb
Source: postgresql-hll
Version: 2.20-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 132
Depends: postgresql-12-hll (= 2.20-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-12-hll-dbgsym_2.20-1.pgdg26.04+1_amd64.deb
Size: 92596
SHA512: b3ea1d00442d95a409f257f57ae85feae74cb1709137deed3331099447a06759fc2fb3fc031a5def3a9adc2808a09804845fafe1f2ff9eefcb1faac0f52cb0e9
SHA256: 64c8808eafa497bfce146ca9055c890013336b68819868618736cf8356443b60
SHA1: 584492cbf9a17f59058d2049ffbeb5a5d216ed4f
MD5sum: f06755883b2164ddffd75fe255ac83a7
Description: debug symbols for postgresql-12-hll
Build-Ids: ad802d8a021129b1e3881f628b59f5dd05608f75
Timestamp: 2026-05-29 08:50:49+00

Package: postgresql-13-hll
Source: postgresql-hll
Version: 2.20-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 112
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-13-hll_2.20-1.pgdg26.04+1_amd64.deb
Size: 36116
SHA512: 5389f240aec04d7b137113fffc5c99da35dc80de33ea62863ca33b3072ce1cab9e3e871f109bb30c3b725e4b3ba85d73a12e64e845c6c6d5c0f5dbf1f0e9b7bb
SHA256: db98ad451f6e2e0fd8fe7487e94a9647ee1a588703996cc9c8d60f6848341600
SHA1: 657db00c7ba037d7d185b9e0a7c10f630720939b
MD5sum: db0bcc82fb67d90191b8105a0a4c6c4f
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-05-29 08:50:49+00

Package: postgresql-13-hll-dbgsym
Package-Type: ddeb
Source: postgresql-hll
Version: 2.20-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 133
Depends: postgresql-13-hll (= 2.20-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-13-hll-dbgsym_2.20-1.pgdg26.04+1_amd64.deb
Size: 93308
SHA512: dfb9127f3551a42f415f823a6443cdc0e6febf279708ab3bb15e3cbd3805b42fa7529f93b76065900b3cba6df4bc06d2283f3adadb5344c7128efe0381279351
SHA256: 3bcb99029439ad7a84a44f696b5affc18cefce2068e3038eaec2a847f029203f
SHA1: 3ec63042ae90c749368140ad2a05b7bc78f860d8
MD5sum: 85fca27afd392cee00368da1fbcf6a3a
Description: debug symbols for postgresql-13-hll
Build-Ids: 576e9f224beb9943bf69c80cbdc1ab39a70640f8
Timestamp: 2026-05-29 08:50:49+00

Package: postgresql-14-hll
Source: postgresql-hll
Version: 2.20-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-14-hll_2.20-1.pgdg26.04+1_amd64.deb
Size: 78444
SHA512: fa1dfcfd078ef08bdf105a12d9122b970c2286d4bdfd352aae29b674c402736eac1638e81a2c5b761450a85aa6a43fbbae12a001dd8aaf92213e100069d0d1f3
SHA256: b9b2840ef6ef16c795434b06831840e97ab821d6d66dfec4cebf6b2c1393b65c
SHA1: 1827fdac7a12d527ae2b392402d18aa709cf8712
MD5sum: 3fe6e3d85a1ac2bb6307706fa4cf7d7a
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-05-29 08:50:49+00

Package: postgresql-14-hll-dbgsym
Package-Type: ddeb
Source: postgresql-hll
Version: 2.20-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-14-hll (= 2.20-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-14-hll-dbgsym_2.20-1.pgdg26.04+1_amd64.deb
Size: 95164
SHA512: ce1a358cff7c3dd274cded8210ca1c47c1bbbb33aa12c61af2b919f27d940fd476375cb317e8d8c1fb99c912c24b18e56f2d8bb0538c7a55e14350d70e40436f
SHA256: 345dc579df39746aec5a494cd69ee5ac7a31cae540f956c0472c8a2752224a3d
SHA1: 4cb07636c4d802ae28c90514366f4a1fa3f7e0e8
MD5sum: 637e25d91644b617c1717a900044670a
Description: debug symbols for postgresql-14-hll
Build-Ids: 34263086352d93f6814ca5e1290a60e74cf6cfcd
Timestamp: 2026-05-29 08:50:49+00

Package: postgresql-15-hll
Source: postgresql-hll
Version: 2.20-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 196
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-15-hll_2.20-1.pgdg26.04+1_amd64.deb
Size: 78456
SHA512: 57d21b4566de5d40bcd9c6aa82037aa909c7f30646af8430de91d599475eff73e04b5b49dccdb1f4dade9c0277d6e4d4a570fbe928a98ab3be26c11946c8aed8
SHA256: 0a05c0f85b9dbdb807f0ea6fb5b5c25e5a1727ba19334b1b6aa094d8080d3be1
SHA1: 154a78b00b1fb290be6ddc54b97f872f83d2ee92
MD5sum: 6f85196aaa9a8eec9b914d7b226a5c4c
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-05-29 08:50:49+00

Package: postgresql-15-hll-dbgsym
Package-Type: ddeb
Source: postgresql-hll
Version: 2.20-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 135
Depends: postgresql-15-hll (= 2.20-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-15-hll-dbgsym_2.20-1.pgdg26.04+1_amd64.deb
Size: 95552
SHA512: 60b08dc0cc012f797a06fd5cd599d7d830f807ff0fb9cc5ca7b0fc699a3c51deea4e8a603faff355c931e89bf84a940dfdc499faa87420499e5ff1d9900adf21
SHA256: 5cd19b2a77ffa7da5f5dc519c4923224b1b86989e9fa37c943574dae107d7ea1
SHA1: 00a6dd1d37e742cfa9124168c6136fb6b3981dff
MD5sum: bfed25d6abede4edd37dfe6481baf55c
Description: debug symbols for postgresql-15-hll
Build-Ids: fa5356477b9c7a8fa2b47e506a2dcd171f69ebd7
Timestamp: 2026-05-29 08:50:49+00

Package: postgresql-16-hll
Source: postgresql-hll
Version: 2.20-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-16-hll_2.20-1.pgdg26.04+1_amd64.deb
Size: 77280
SHA512: 354ea3652485650361e75dcb9bcc32a9d093a112294d9805b7d392aae130f7f6846583f6142fa32c171a01865e3ba5f7b124856ba5f150b6e464e88f94837788
SHA256: 00ec52d39b2746f7d757a49fd29449f7ccd451e51fce344667e073f74c6eb36b
SHA1: 79bdca2e3b7dbfdc887db9edc3e2e0dbbdfdc914
MD5sum: d5e5cc91615fa4d5406b4b5c7d0885c2
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-05-29 08:50:49+00

Package: postgresql-16-hll-dbgsym
Package-Type: ddeb
Source: postgresql-hll
Version: 2.20-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 136
Depends: postgresql-16-hll (= 2.20-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-16-hll-dbgsym_2.20-1.pgdg26.04+1_amd64.deb
Size: 97504
SHA512: 1bcab08d68f4cc83ffc5013a914ec2e5e65cfdcf6eb0165fc68dba458b80e3f7bf31aa0dc93d194c2bd1af9b3a0b7bb35595ecb7d0920a00cf430f05e276c46d
SHA256: c069d57418fe8eab089606c21cec48095ccbba1207f60eaf75a85246db63e593
SHA1: af6073ee4f47de3bea2b66d772d6475caedccfcb
MD5sum: 101364df490c2778280ac756c38463e3
Description: debug symbols for postgresql-16-hll
Build-Ids: 06869f5fb7be0bce71f992bfd467decf715a74e4
Timestamp: 2026-05-29 08:50:49+00

Package: postgresql-17-hll
Source: postgresql-hll
Version: 2.20-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-17-hll_2.20-1.pgdg26.04+1_amd64.deb
Size: 77228
SHA512: 3a60f7a6fe4bae1badd67d16726df03e1de34387600d1cdd3783ab045bb9bb12b9b45459778ffe1fd11134741db871fb39c867f6bdbb5d0d8d4a7a4edc9e949b
SHA256: 05f970a3f3e3393092262265a3dcb11a688809557861837997ad977d63a55f46
SHA1: e390319a831768ebfce1af366cca87739f5cea12
MD5sum: 135979e3839b424202c1ae89c2b02b64
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-05-29 08:50:49+00

Package: postgresql-17-hll-dbgsym
Package-Type: ddeb
Source: postgresql-hll
Version: 2.20-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: postgresql-17-hll (= 2.20-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-17-hll-dbgsym_2.20-1.pgdg26.04+1_amd64.deb
Size: 101676
SHA512: a4ff1a0ab931f949bd013d41abea0a0ffb3c686ccd0ca48118c0f2494267a48c999b375821780665c84bfb8d91b9b69626bc09d332ad2c2ec86a5092b9f6f617
SHA256: b2a68869d9274ffe0e0b7ea8f486a23d4b11aa9a312295d308aaa32853dc5810
SHA1: 538d9c74abecce310f57348a490c3f1c87485ab7
MD5sum: 31ecf1811c473ab5891cd0376ce50c98
Description: debug symbols for postgresql-17-hll
Build-Ids: 7ed72820f8961dca2319a2d7da55e1b145781335
Timestamp: 2026-05-29 08:50:49+00

Package: postgresql-18-hll
Source: postgresql-hll
Version: 2.20-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-18-hll_2.20-1.pgdg26.04+1_amd64.deb
Size: 77144
SHA512: 2cc8d2d5ab02c59d54d77515e0ca71ac60ef95bebce686098be9a902cb3a59d9e8944309da19617f7601398ef641024bcb1a8d723d524d250ff45dbd8a724aa9
SHA256: 591fab6c1e7d845591c18f3626308460ace0138598c0937bea733f03c60fb0b5
SHA1: 755db12d09df6f3e66911ba6fa5349f81fbdad09
MD5sum: 3108ba0b34efd48b1bd32be6bcc2b2e1
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-05-29 08:50:49+00

Package: postgresql-18-hll-dbgsym
Package-Type: ddeb
Source: postgresql-hll
Version: 2.20-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-18-hll (= 2.20-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-18-hll-dbgsym_2.20-1.pgdg26.04+1_amd64.deb
Size: 102824
SHA512: 2aed2d582dfb143a0a6f462d5f8a9a9aa9e020feb0275be7a991984e9c104de673dfffb81913f2b9ab8a4138fe55f28e8e2350d9467dbefde5009b4d34de6d7c
SHA256: 57cfd6cdbed4377db06e7bbe7529cd4e9a14927b81eaf0f560e688bdf4d164a6
SHA1: 017bb53173cd4699b5e774c1c085758545528394
MD5sum: 4432c66e922cee612d1f380869be37d7
Description: debug symbols for postgresql-18-hll
Build-Ids: 8bcbf1ad2f921a0cf0babf89f239d1014a1c1d8a
Timestamp: 2026-05-29 08:50:49+00

Package: barman-cli
Source: barman
Version: 3.19.1-2.pgdg26.04+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 21
Depends: python3-barman (= 3.19.1-2.pgdg26.04+1), rsync, python3:any
Recommends: openssh-client
Suggests: barman-cli-cloud
Homepage: https://pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli_3.19.1-2.pgdg26.04+1_all.deb
Size: 9020
SHA512: 2710ed1fca0c1bc5d3e5a7034e4e317c9d8de6f2cf1f6aed2c182fce5d7738638f9dec6a23670b6817828ad69a097fde4dd9bef630fa3041568b77e50f9c1dce
SHA256: 517ac0de879911c02d7d1a24c8778afb681a454c714e0c77c36f00b1fc83f6e3
SHA1: 4d6293bbec46b85a6455406db0bb78cb2ec793f3
MD5sum: 62bb8b87bb9ad26eb979edc07fdc62b9
Description: Client utilities for the integration of Barman in PostgreSQL clusters
 Barman (Backup and Recovery Manager) is an open-source administration
 tool for disaster recovery of PostgreSQL servers written in Python.
 .
 It allows your organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli package contains client utilities for the integration
 of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.
Timestamp: 2026-06-02 21:44:44+00

Package: python-pglast-doc
Source: pglast
Version: 7.14-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4050
Depends: libjs-sphinxdoc (>= 8.2)
Multi-Arch: foreign
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: doc
Filename: pool/main/p/pglast/python-pglast-doc_7.14-1.pgdg26.04+1_all.deb
Size: 279820
SHA512: dafc80da5190ec200d8924c4b0112a31aba081af7e37024cff507fdf3dd252bd534d340c1d6f1ff8fa2b8030a74b9e7d8a2c17e7176bf7fd60eede60273a08b9
SHA256: 264a823368610c45337ec03d3c1ecc8cfca4f07ef31a08c7af98e4e514d0d301
SHA1: 2ef2f0d9e8abd793cfdfd62f75be42318c6dd8a4
MD5sum: 0a9e66a58d2f407f2d0837e3997eb7d8
Description: PostgreSQL Languages AST and statements prettifier (common documentation)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This is the common documentation package.
Timestamp: 2026-06-02 21:44:44+00

Package: python3-barman
Source: barman
Version: 3.19.1-2.pgdg26.04+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 1952
Depends: python3-dateutil, python3-psycopg2, python3:any
Recommends: python3-zstandard, python3-lz4
Breaks: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Replaces: barman (<< 2.8~~), barman-cli (<< 2.8~~)
Homepage: https://pgbarman.org
Priority: optional
Section: python
Filename: pool/main/b/barman/python3-barman_3.19.1-2.pgdg26.04+1_all.deb
Size: 309416
SHA512: 9a44d8f76499ab2ac007b34069e171cce36a18b6699a6f4e4f5f78a1dd62afbb1a6c4cdc16bfa2c05b75f5deea2ddbaeed444b21fe0c51396ec6570f669dbe8f
SHA256: 9bb0088abe2eeb655cb5a6e8b0c08469fd349d5b87fbff0133187d3968de59cb
SHA1: 48ab3c593b42622093e2c158035f92e4272f80c0
MD5sum: c289cf5fed64b9969280d89ea9f9be5f
Description: Backup and Recovery Manager for PostgreSQL - Python modules
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides Python 3 modules only.
Timestamp: 2026-06-02 21:44:44+00

Package: python3-pglast
Source: pglast
Version: 7.14-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 5100
Depends: python3 (<< 3.15), python3 (>= 3.14~), python3:any, libc6 (>= 2.4), libpg-query1706.0 (>= 17-6.2.0-1)
Suggests: python-pglast-doc
Homepage: https://github.com/lelit/pglast
Priority: optional
Section: python
Filename: pool/main/p/pglast/python3-pglast_7.14-1.pgdg26.04+1_amd64.deb
Size: 510284
SHA512: 4654d80c1065b1a1cfee8dcbb52084293ca1365883b4f9cb9bfb82821a4bfe6d09ebf3097d0928f03e89e554f8c350e276293b038e2709ca900ed0ca7e39b107
SHA256: b50dd7179c88db4b6f0f3dfd04dac2a1391992c09cb5003da3c85f6c34938e80
SHA1: d440b76d6e1ca2457e0c29b9ca7d5b874274d4af
MD5sum: f1fb4a0e89d9a12759bcc71df53ffd0c
Description: PostgreSQL Languages AST and statements prettifier (Python 3)
 This is a Python 3 module that exposes the parse tree of a PostgreSQL
 statement (extracted by the almost standard PG parser repackaged as a
 standalone static library by libpg_query) as set of interconnected nodes,
 usually called an abstract syntax tree.
 .
 This package installs the library for Python 3.
Timestamp: 2026-06-02 21:44:44+00

Package: python3-pglast-dbgsym
Package-Type: ddeb
Source: pglast
Version: 7.14-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1953
Depends: python3-pglast (= 7.14-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pglast/python3-pglast-dbgsym_7.14-1.pgdg26.04+1_amd64.deb
Size: 1770564
SHA512: 0cfebe6d276ce3617acab944b630990c12eb1b227ae35faa1ef2050c28c65e857280b8de52228490f5ee66100026ba8e8b6e3490bb31a28534b7b37a2827a414
SHA256: 3e557c75820fbb998adb6bab5bc5ba3790c34e2331d1c17ca48f29bd4eeb37d6
SHA1: 9b367715fd07ed632fd6a91215e6621c57bcfc08
MD5sum: 9a20bea79b9cb43f38d962005e2d383f
Description: debug symbols for python3-pglast
Build-Ids: 8f0e4f406d03974e25a697654cc5fa70161e3876
Timestamp: 2026-06-02 21:44:44+00

Package: barman
Version: 3.19.1-2.pgdg26.04+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 178
Depends: python3-barman (= 3.19.1-2.pgdg26.04+1), adduser, file, rsync, python3:any
Recommends: openssh-server, openssh-client, postgresql-client, python3-argcomplete
Suggests: barman-cli, repmgr
Breaks: barman-cli (<< 3.18~)
Replaces: barman-cli (<< 3.18~)
Homepage: https://pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman_3.19.1-2.pgdg26.04+1_all.deb
Size: 126292
SHA512: a24440c250b36a67bbb36478e501cb760d4dbe810caebdba33fd2261957f4a7c15a5020ba42eed7cba2bb49a6642e0124cb8e6e370dadcd7de840766d4b40d68
SHA256: 22a4531f0bfade4636d4f7dc2bf666f9bb1f8055446fa86ecc246439d5eeada0
SHA1: b1764d409e8fd08b64ac27ee132849c603f3ad0d
MD5sum: a8c223e41ed71747cc29303ab09418d9
Description: Backup and Recovery Manager for PostgreSQL
 Barman (Backup and Recovery Manager) is an open-source
 administration tool for disaster recovery of PostgreSQL
 servers written in Python.
 .
 It allows your organization to perform remote backups of
 multiple servers in business critical environments to
 reduce risk and help DBAs during the recovery phase.
 .
 Barman is distributed under GNU GPL 3 and maintained
 by EDB.
 .
 This package provides barman binary.
Timestamp: 2026-06-02 21:44:44+00

Package: barman-cli-cloud
Source: barman
Version: 3.19.1-2.pgdg26.04+1
Architecture: all
Maintainer: Marco Nenciarini <mnencia@debian.org>
Installed-Size: 53
Depends: python3-barman (= 3.19.1-2.pgdg26.04+1), rsync, python3:any, python3-boto3
Breaks: barman-cli (<< 2.10-3~~)
Replaces: barman-cli (<< 2.10-3~~)
Homepage: https://pgbarman.org
Priority: optional
Section: database
Filename: pool/main/b/barman/barman-cli-cloud_3.19.1-2.pgdg26.04+1_all.deb
Size: 31080
SHA512: 9443af9b238f4554aea9f7020b33358ccbe31d9307252040181fa59c18f17911c846c1fe141515930fd0dcf07d5b68a9f14a457aea0f9aebac1680c824a60e96
SHA256: 8b980e5ef68a1cbf76e4246cc5d0c52e93aa5906fff679716241077c823a5944
SHA1: d7bc6eb4f4eb14793b05cd620ead799c3a53fa44
MD5sum: 4ab3d47a21ee7d5c907ef60bc11eda1d
Description: Cloud client utilities for the integration of Barman in PostgreSQL clusters
 Barman (Backup and Recovery Manager) is an open-source administration
 tool for disaster recovery of PostgreSQL servers written in Python.
 .
 It allows your organization to perform remote backups of multiple
 servers in business critical environments to reduce risk and help
 DBAs during the recovery phase.
 .
 The barman-cli-cloud package contains cloud client utilities for the
 integration of Barman in PostgreSQL clusters.
 .
 Barman is distributed under GNU GPL 3 and maintained by EDB.
Timestamp: 2026-06-02 21:44:44+00

Package: postgresql-15-timescaledb
Source: timescaledb
Version: 2.27.2+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16345
Depends: postgresql-15, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb_2.27.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 342776
SHA512: 7efa1792b1c4d1d5eb8d3f45f8a5ed954f5530d33a67113d0bc95dcfc7be5e530d30bf81ce72e37999ba7a79b014e969fcce70bd39a52acfd95d81db68589c88
SHA256: ebbf17047f28e3d17a7b77e9277645c63492311e6564f318db915610254e35e4
SHA1: 73976b769c055da2f8ac76853ce88157156d6a80
MD5sum: f555f30a42e5061cb6345e9c936c0f6d
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-06-02 21:44:44+00

Package: postgresql-15-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.27.2+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1598
Depends: postgresql-15-timescaledb (= 2.27.2+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-15-timescaledb-dbgsym_2.27.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1180416
SHA512: 947c981f7f38573d2799b6a2a6ef646ab1ca7b2acfa4e807d727bc649c3bd6c1a6dc670cbc68a0ed15b833f2950b199269517024653e86538dc8e8d8fa7b93ac
SHA256: 90d065784c903ebb7e096fed85088aeb0d31495f65e994741e9afd72d143d21d
SHA1: 0b9e9b1c9a883f193c2ff1b664424980578f001f
MD5sum: 2d7087a6a9d842ba2bfa8dfab3892b87
Description: debug symbols for postgresql-15-timescaledb
Build-Ids: 48bb6769bee187918126d09866524d7d434be877 8b83babed3288bf6e281f25c9a738ada58d8e089
Timestamp: 2026-06-02 21:44:44+00

Package: postgresql-16-timescaledb
Source: timescaledb
Version: 2.27.2+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16349
Depends: postgresql-16, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb_2.27.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 343332
SHA512: 117b2d4374b47676ac37385251a164e735442b5ac5a2138143c30f2ec0fb5a83a150e4f4fd567492b7a9422162a342d66a4574fe067d45cb0c69403d8fc50962
SHA256: 0f0bca41ce2263b8bfbe2c2da457655b6132e0d5e26dd635035345189f2a8ca0
SHA1: bc18ea25b0791e9f9f17d3b5048c59ea83df2461
MD5sum: b79723a7c871d5da01d255b56fee3579
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-06-02 21:44:44+00

Package: postgresql-16-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.27.2+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1650
Depends: postgresql-16-timescaledb (= 2.27.2+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-16-timescaledb-dbgsym_2.27.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1232052
SHA512: b16819e235448051d8a28c237114344c47af1146daf284fd9458cc5e4d3fee75d612b4da541307aad8d6f9dd8b2237b9d6f3d1b1ced1cba5721d72c87aa66dc8
SHA256: 797c2501bf60c624d0eebe29cd4b01f0fc3901c40d2df3c66477da244f4a45d7
SHA1: 113b278964bf09850556ac0b210b1ec99b9d19fe
MD5sum: 6a1dd999dab253b8a4e7bf9810b35f70
Description: debug symbols for postgresql-16-timescaledb
Build-Ids: 04f20c2d291c146b77a2be8d0224e23d1062a01c 37cb0bb0c6b52d064e9dd958bc66f4e69b793c58
Timestamp: 2026-06-02 21:44:44+00

Package: postgresql-17-timescaledb
Source: timescaledb
Version: 2.27.2+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16349
Depends: postgresql-17, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb_2.27.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 343180
SHA512: 0ea411728c9dc8cd944f9127c2bc0b15e21a2aa0b4975aae20675ea7e3d891f150283825e3393b31a7296edaab994eb57f2fdddb6f1f2ff4930a21ff6be1ce3e
SHA256: 935a7dd0ddadabd4c1dfc171f4a6e65260731a4cfb3be9a38a140a1a0eae3898
SHA1: d6f24be18c4cd7bb441a394b27ad5516a442afbf
MD5sum: b848419292ecf3a65f50b11d497186d4
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-06-02 21:44:44+00

Package: postgresql-17-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.27.2+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1661
Depends: postgresql-17-timescaledb (= 2.27.2+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-17-timescaledb-dbgsym_2.27.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1243500
SHA512: 5ee58a00379a7e0c16661ff1784d9fb244c0f4f916a3fe1e58e5ffc65dbaaa25f6740700c0c4a2c5fb799202462464f28693520a452200cb5ae64f26d7782e96
SHA256: 826608757face86e87cc9387ff4787661cb995881974d5cc7f1ac8ca39a7c9c7
SHA1: f8026563c1e19683444c79e8f2b5352e8b2979dd
MD5sum: 681eb585b0366881754c378b5a425d88
Description: debug symbols for postgresql-17-timescaledb
Build-Ids: 9862eeb9643fdd168de1130de6a48065afb7991e a86be60498780a6a0f70e24e431a88c0243b0dd1
Timestamp: 2026-06-02 21:44:44+00

Package: postgresql-18-timescaledb
Source: timescaledb
Version: 2.27.2+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 16349
Depends: postgresql-18, libc6 (>= 2.38)
Homepage: https://github.com/timescale/timescaledb
Priority: optional
Section: database
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb_2.27.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 343772
SHA512: 233adaa644a9210c20f72d53f9ecde2a21d92c4c47dc797a4f299bb553797f7ba139f63d475d7ed5f0e582b2901493bd848a3083e4abb9c0baa23d0444e80caa
SHA256: 4ee42a1bcb555ec39381ca75538ad4a66f5e05b4d9c8353551af645f393ddb95
SHA1: 5129ffe628c3f1d48f7306f009138a2dfacffcfd
MD5sum: 2f6af33892619ba273457f9f44e1c4b8
Description: time-series SQL database optimized for fast ingest and complex queries
 TimescaleDB is an open-source database designed to make SQL scalable for
 time-series data. It is engineered up from PostgreSQL and packaged as a
 PostgreSQL extension, providing automatic partitioning across time and space
 (partitioning key), as well as full SQL support.
 .
 This package contains the Apache-licensed version of timescaledb.
Timestamp: 2026-06-02 21:44:44+00

Package: postgresql-18-timescaledb-dbgsym
Package-Type: ddeb
Source: timescaledb
Version: 2.27.2+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1675
Depends: postgresql-18-timescaledb (= 2.27.2+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timescaledb/postgresql-18-timescaledb-dbgsym_2.27.2+dfsg-1.pgdg26.04+1_amd64.deb
Size: 1254848
SHA512: 3463fc8aefb3ad0f75f92184bfbaf88b3840085a0d3ee923fedddf7ffa5f74077dee2be7398781f501c9d10d88f3aa3f9ad28a403941dbf81bc6dbd42627c9c3
SHA256: 64fced3cc08abbd687b6d01b8c863078a4983a10fc0ed38139e8b7fd4e4258d5
SHA1: eecb959ac59940a4b1ee72a44b9c5530127112ef
MD5sum: 0d5c5598b1ea0f4ff41277b366790fa2
Description: debug symbols for postgresql-18-timescaledb
Build-Ids: 279587d2aab25fefab464fe40fe7dee77faf63a7 9350903810bcff597784c1a2fae7f2cd80523917
Timestamp: 2026-06-02 21:44:44+00

Package: pg-rage-terminator-19
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg26.04+1
Architecture: amd64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 44
Depends: postgresql-19, libc6 (>= 2.4)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/disco-stu/pg_rage_terminator
Priority: optional
Section: database
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-19_0.1.7-12.pgdg26.04+1_amd64.deb
Size: 14296
SHA512: b21611babafd5eb6c85f0cfdf201f5d55e0814e824942ed45123c7bb16cf5751be08ec0107ec2dc3473dc34f8f22b761bec67a4f072867a4007428915d210ed9
SHA256: 8d968511bdbfa33a256acfedd2b6631e5645679bb30646297aaf6d9fd1b55dab
SHA1: 3831f84c002d09ffb4c40c778556f91945d4a734
MD5sum: 4962fbca64d89c3c78e67fa894dfa6e2
Description: PostgreSQL background worker that kill random sessions.
 pg-rage-terminator is a custom background worker which is able to kill random
 PostgreSQL backends.
Timestamp: 2026-06-03 18:29:58+00

Package: pg-rage-terminator-19-dbgsym
Package-Type: ddeb
Source: pg-rage-terminator
Version: 0.1.7-12.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Adrian Vondendriesch <adrian.vondendriesch@credativ.de>
Installed-Size: 34
Depends: pg-rage-terminator-19 (= 0.1.7-12.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rage-terminator/pg-rage-terminator-19-dbgsym_0.1.7-12.pgdg26.04+1_amd64.deb
Size: 14492
SHA512: 9a6ba06b4f7fd5bf057fd7843843f78bd4c941e86ef64f1c22479ee4d6345d5968aec0fb140901b2d16de22df06f11dff2b744c655ea8cf8158a5dfd6ab3bcd5
SHA256: c6df886ed4aa4e8ac5a7eb39f0f3fce16d55a5d20931afa55f177af39ae9bce8
SHA1: e854733339c7a1d79622efe06dc28415c8dd5e12
MD5sum: 350f77fc27792807fcb03a8dcae39314
Description: debug symbols for pg-rage-terminator-19
Build-Ids: ac6f6cf854c330de3722fc36507ed6b98639138d
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-10-dirtyread
Source: pg-dirtyread
Version: 2.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-10, libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread_2.8-1.pgdg26.04+1_amd64.deb
Size: 10812
SHA512: e1fe499c732e0cb2b029c11d616ee1ab52347c6041e447df7c1280f7047e8a5e3527e301c98e6aad8d9fa084d2372e3e10efa51f2e50396f9ccc0d5ada809922
SHA256: 645c432524f9fd07f4bf2527381f2f0a443dc9a4f0b43be886df8b853d4715d7
SHA1: c280f571b40194721485d4de2e8074693dc13164
MD5sum: dd1ba78c1c9a7a2a55c8a6e7376574e2
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-10-dirtyread-dbgsym
Package-Type: ddeb
Source: pg-dirtyread
Version: 2.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-10-dirtyread (= 2.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-10-dirtyread-dbgsym_2.8-1.pgdg26.04+1_amd64.deb
Size: 30116
SHA512: 91c9c3e5e837ddda30d5fdd59b94d023d77d88ee043989ec96be64d8edf041877df1da7aacd5384f077c373c4c90f10b90fd85ab65a6611b88dee2c3ffdeea78
SHA256: 014a879d39ec2c6fda7b610dc93918fb2e10508877f7957bc16063bab933e603
SHA1: a92a1235a19216fc6ea337ef03efb85cd76ea33f
MD5sum: 243139b74ecfb35e85fe13f7df4c6d66
Description: debug symbols for postgresql-10-dirtyread
Build-Ids: 24ef310e4eaaee524a9e3fbb3b979f7431747662
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-10-ip4r
Source: ip4r
Version: 2.4.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 344
Depends: postgresql-10, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-10-ip4r_2.4.3-1.pgdg26.04+1_amd64.deb
Size: 67488
SHA512: f4ee00c4aa8280ce0466dca18c3d4c211462dc9a537d0c0bd0143e775d84cf090ab92066a65ba31dadf181c812f8df0efa9c398dd0de79e8cb1a4cf807a626c4
SHA256: 67112f148c423d12217e8d2317caded8a9720df3480eb82c0aea6c0bdeff00dc
SHA1: 5cab49c4ed5e3a9c61d4cebe1cfa9b654d4fddf2
MD5sum: 59aae23cf54bc65b158ec8e76687a2bb
Description: IPv4 and IPv6 types for PostgreSQL 10
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-10-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: postgresql-10-ip4r (= 2.4.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-10-ip4r-dbgsym_2.4.3-1.pgdg26.04+1_amd64.deb
Size: 183100
SHA512: 26ac25cb2bef5039be1fa553888239127434067880192d2317c2a6d98801b4d376b60759419c984c1af7ce579700f8ff7475c925774c63f4e7b1c4d73611b04b
SHA256: 9cbfc7d7cdb3de81f74389b1e6dcb1fa52960211028c436a5c4373e4adeddda4
SHA1: e7a71bf4306ca57b1cadcd83b69159eeb46553cb
MD5sum: d8db5df7147d02fc6e5f222aff5d57f4
Description: debug symbols for postgresql-10-ip4r
Build-Ids: 85aeada4d1bd94311722cfc3429025e9c9382c2e
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-10-toastinfo
Source: toastinfo
Version: 1.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-10
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo_1.6-1.pgdg26.04+1_amd64.deb
Size: 6792
SHA512: 1a8d00da0a76086bbb988c88dc8d688d4df7572a6e9572dbf9b97fb97f5bb93f58f736e3c7d763a7e50fcaa198c6fd91a8db059bfdc52e3ffd0f3ecc1ec49344
SHA256: 7e093fb2252d7f2c4b05f513b5897ae4d3347d72cb5497a11b15cd55b07516af
SHA1: 4ebb7c09520c3cf0ece74c5e5b6e0bda7cfead16
MD5sum: 3b8dba5ac27a823a0d70f3f72a342509
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-10-toastinfo-dbgsym
Package-Type: ddeb
Source: toastinfo
Version: 1.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-10-toastinfo (= 1.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-10-toastinfo-dbgsym_1.6-1.pgdg26.04+1_amd64.deb
Size: 10644
SHA512: cb9878936cb96c1065dead639924e7c099b12184c84d8d47b3c5c7c38b2d57a6e71613d013a72622dcc60da72449a24b239b9edf7e1fc269d5c83131b07041d4
SHA256: b1714257d48cba19b8713c9ba656697d6b368cf9e0c543c097c529c38a527564
SHA1: ef13e4957afe0e509bd2392cbcca08511d403fd2
MD5sum: 72c91353dcd207b8cf8073adeb046c51
Description: debug symbols for postgresql-10-toastinfo
Build-Ids: 3a6c40443b6bc794680b09562b7373b9b1417f39
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-11-dirtyread
Source: pg-dirtyread
Version: 2.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-11, libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread_2.8-1.pgdg26.04+1_amd64.deb
Size: 10808
SHA512: 7d0895152e7ff16b5b1724868ba140f44add32ab4812145bedc0dc8451540be592d585aaacfbb3610e49ca500cfec670444344f641a2b25e66b84621fe17b3c7
SHA256: daa44c87003c758799e2ca071f6448d1dd31e8c294a211e18743f62fdfb893be
SHA1: 32a8d6409aa3004760f91515e937eb737c8ccf91
MD5sum: 79b8ccc02058310330a13b6a0a7c9bea
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-11-dirtyread-dbgsym
Package-Type: ddeb
Source: pg-dirtyread
Version: 2.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 51
Depends: postgresql-11-dirtyread (= 2.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-11-dirtyread-dbgsym_2.8-1.pgdg26.04+1_amd64.deb
Size: 31864
SHA512: 3f1634cb8081bd7b881f54f97fb1eb25231be0d78f4572ae8f98bf3ce51ef5f1280dc682db9f6d6707417c65e710e76df754b28ef39e5cc4018a148982ae1c4c
SHA256: f0343d9441776db122d19ec85173711303b38ff24faf117069fa614d824e47d0
SHA1: 1029a69e3cb0bed313d00fb00cd3a6e72b80b56a
MD5sum: 82f65a78cb228c98c8a9df880b32e779
Description: debug symbols for postgresql-11-dirtyread
Build-Ids: 331549f2d1a98e73dc607a5d7029441a4d6ee6db
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-11-ip4r
Source: ip4r
Version: 2.4.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: postgresql-11, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-11-ip4r_2.4.3-1.pgdg26.04+1_amd64.deb
Size: 69112
SHA512: cc6400a761ddb5e6ac8d3fa6ac691bbf89abdfc17e3f8629c6afe0b81b192d730044f95d3845e039701541149ba1c6f7664e0aceee47b7c852b5352106cbf6a6
SHA256: 62d0ed5e88e725ed5a3baa635b266eb803f9a751bcd6a04aae6bc7c063339bcb
SHA1: 4477809e64c3fe180291008a92b77daf2572fcef
MD5sum: aa8e5b33acaa8c0d6219662ee7045dc2
Description: IPv4 and IPv6 types for PostgreSQL 11
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-11-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 268
Depends: postgresql-11-ip4r (= 2.4.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-11-ip4r-dbgsym_2.4.3-1.pgdg26.04+1_amd64.deb
Size: 182668
SHA512: 3669da4e2d46b21815183b161ed3b8332a4c268f53849d61eeda8158a624c328a7d03a21dca0bd286a7f8e6d6bdd840b46ff7ed6f41d6f5fd2221edd938a8ad5
SHA256: 692598ec26a37bbb3333197f64ef797648d113aadc7fbf3db81ef1948894c213
SHA1: 81b01c953ca9e87ad84a6c99515c3efd6aeb7c7a
MD5sum: fc91197bcc7d3a4ea458231f54aec80a
Description: debug symbols for postgresql-11-ip4r
Build-Ids: e00e0bca4542c0752b489b41c83f0354584574f4
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-11-toastinfo
Source: toastinfo
Version: 1.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-11
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo_1.6-1.pgdg26.04+1_amd64.deb
Size: 6796
SHA512: 82f7483453251b42843dc7f378275cec6ec956dad7494b9242705cd3ab37688c09f1ae6e8ba3a95792c7d5996edd713abd6b4d3a7a5bbbd6bfca0fc9ea11e368
SHA256: 27bce19ac4d561a1b57f14c342e9760e1e4c37d0767ade8bd3c58abf6c6921ee
SHA1: 683825404b649bd28163c687918f6aa24c1d6c9f
MD5sum: 64f0652306569be48179ae1ae6ecb92a
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-11-toastinfo-dbgsym
Package-Type: ddeb
Source: toastinfo
Version: 1.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-11-toastinfo (= 1.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-11-toastinfo-dbgsym_1.6-1.pgdg26.04+1_amd64.deb
Size: 10752
SHA512: 052f4b471f15a4da8f799e8a61578727d470a3cf1024aaedbbf414dde506e57747728f458fd15bf4ebd42e018c68310e3d8a1c2839a4b65a5ec8c07ad3866f0f
SHA256: 681be7c9fdfb674c0275f1b6441e900c23a84215fa96f6ffe77b35a146fb77af
SHA1: 7a7f80950cbaaf2dce77d47bf76f3a35c98381e7
MD5sum: 727789286a874f32b422c7c5489591f2
Description: debug symbols for postgresql-11-toastinfo
Build-Ids: 6b78756526f151e44c5d4f6d47d603c79f115096
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-12-dirtyread
Source: pg-dirtyread
Version: 2.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-12, libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread_2.8-1.pgdg26.04+1_amd64.deb
Size: 10764
SHA512: ef84955c9e121e0c2573b6d978d8798ce3646d1bfc5149224b43f65f44f7722e289efaa45dc16cfe61999fa2cb3cdb66d8a2891ff2a2be8d92190bbc3987a9ff
SHA256: fc877d016070208aef68dff4ebcb69ad73b01b248db2fd44cd5f3ce8347d0522
SHA1: 97337c7b396ca1811e144430ac0b0132e29954d6
MD5sum: 40684bb6d442974a30462ffd54151624
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-12-dirtyread-dbgsym
Package-Type: ddeb
Source: pg-dirtyread
Version: 2.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 55
Depends: postgresql-12-dirtyread (= 2.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-12-dirtyread-dbgsym_2.8-1.pgdg26.04+1_amd64.deb
Size: 35796
SHA512: 4f8561fb4da97377d4b6a8e23e9a056153f221f1bf313d9bf408f00bbc718060e45705ca3880dd719a8338b08305763ca3a88ce3ea3ffe708a035df078fd90e2
SHA256: 56f189516840873526287f2e35bae4925c7cd07e0946458f40b70c2de31cb56e
SHA1: 50755769b8e9c64457edda69a97edf9cf1311f6d
MD5sum: 7530244eff091df6b2c43b52b16055ed
Description: debug symbols for postgresql-12-dirtyread
Build-Ids: f2847c1fcc97d3687ac2d7544f439b73ecea5d11
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-12-ip4r
Source: ip4r
Version: 2.4.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 355
Depends: postgresql-12, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-12-ip4r_2.4.3-1.pgdg26.04+1_amd64.deb
Size: 69116
SHA512: 9732ad0c32f8ee9f9848220c014ad038410867023e80d84545f702c104417c1cb32bdd5ca5e7d11b1ac0da0f8c0c2347f9e5029351fbdfe48dfe784944736b1a
SHA256: 22b566c13bcab88bbde2d1c05c2761ea9dd552642a4cbcc174abe59aa49b88c4
SHA1: 932758f5d066fbbb57d5f7aab9c39695a15a85de
MD5sum: 3bf1336c40eefa10ba513f0af2640071
Description: IPv4 and IPv6 types for PostgreSQL 12
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-12-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: postgresql-12-ip4r (= 2.4.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-12-ip4r-dbgsym_2.4.3-1.pgdg26.04+1_amd64.deb
Size: 187472
SHA512: 995a0ee095f78b1cdf110385cfca00b9d71c1eb0f9127cc26d4652a39b5b6ba204b28d600af0f57a57b6a84e6de6f3b4c84999ad2d601dc0dbfdd7a0953decb5
SHA256: 0da73d1708d63f69d882d4a90d60b022e2370330e69847a4aa87da7e06063463
SHA1: c4f421771f9a842ec50b30e03545a91181858d72
MD5sum: dea09904ff1b5426ee0495001ff37d86
Description: debug symbols for postgresql-12-ip4r
Build-Ids: 247ffb1a2781d4cca677b0e57704252e627ecfe9
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-12-toastinfo
Source: toastinfo
Version: 1.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-12
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo_1.6-1.pgdg26.04+1_amd64.deb
Size: 6804
SHA512: aed090a53890e3fd663c863e987e66ea339729b2b198382488af135cd376f02c7ace9d462ea04a5b96c5d778c243a9c0640368d31033b15dad16556d35a73df4
SHA256: b674dbe3e345b75b860ff0785c3b9886d8757730e5aa2150677d307cef35709b
SHA1: e714892eddebf79ee9ea48e0a5e356f2618439aa
MD5sum: fbf5a53b87c798f14fdb18f14e09a5bc
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-12-toastinfo-dbgsym
Package-Type: ddeb
Source: toastinfo
Version: 1.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 28
Depends: postgresql-12-toastinfo (= 1.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-12-toastinfo-dbgsym_1.6-1.pgdg26.04+1_amd64.deb
Size: 10888
SHA512: 469070b4ffb768bbbdaac1b778d9d7e4bddc6fd1dc1e8ce57fb46f7099a9f9f9f56969d31ecf22a1079a920e277959c2bc4fb6940e7dac7b7496d19e347e3176
SHA256: 1ee46f05280c282b96e9e87afbba12b7fd7e4127e7c0f23e3acfb58a690b00f4
SHA1: e1c08d1b2df47b5fdcf85a406b3eec54810dbbf5
MD5sum: ace35772885ace36bfea8e711cebda97
Description: debug symbols for postgresql-12-toastinfo
Build-Ids: 5e05ba8d0ef78bc4ffc9f03ac095b117f76b50a8
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-13-dirtyread
Source: pg-dirtyread
Version: 2.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-13, libc6 (>= 2.38)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-13-dirtyread_2.8-1.pgdg26.04+1_amd64.deb
Size: 10712
SHA512: c973081feca37cff0f06fc9bfcc53cbef07725c883bb09280bc804fccc7fd8bdf0820de67f966f09fb161430ef5b92b05de79b9e649cc6b470e5aee5a268fbe8
SHA256: ffc1d7919488516b2122f40a1c6adefdd1ab1cf507cc075655ccd51b24202d5e
SHA1: d58d696258ec95aecfcb5c75bb639e0773462ebc
MD5sum: 2b74be5d1bf179ebb30fcbc45e978a54
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-13-dirtyread-dbgsym
Package-Type: ddeb
Source: pg-dirtyread
Version: 2.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-13-dirtyread (= 2.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-13-dirtyread-dbgsym_2.8-1.pgdg26.04+1_amd64.deb
Size: 32744
SHA512: 15a473007a07b657633070ca50b84834a0a0b40e1468fb2bcfc741162b5a57c7d7e0e9aa96a55f154a0b09793abcc63b2e6ca39985ff07377e64319382330551
SHA256: d193644ec7de65b210eb0a45bec9feb375f3c66515b26689ff1765548c8e582e
SHA1: 062c8e61797f984cef74de49ec08ef9ea35d8dbe
MD5sum: 180cbafb4db58d203481557c421466ae
Description: debug symbols for postgresql-13-dirtyread
Build-Ids: 9a3dcae066cd7b415ff4ab74f40bc6af0d39c8f3
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-13-ip4r
Source: ip4r
Version: 2.4.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 258
Depends: postgresql-13, libc6 (>= 2.38)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-13-ip4r_2.4.3-1.pgdg26.04+1_amd64.deb
Size: 65580
SHA512: 479db9b0d0e026b146a0598841016ba56914b3aa6e438ce08adea597ebd509cd822f2e5283fa0d0755806182f7dcc319101b32ac2bd6ae722122282fff97be86
SHA256: 4bbb2550bc3ebf4a13605ce85560405f45c297355f52b13c5facded632622dc4
SHA1: 6d8035ced0487bda0586cc7e8ef301670e84f9c3
MD5sum: d250881682c1baa435e7a687e0c8b58d
Description: IPv4 and IPv6 types for PostgreSQL 13
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-13-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 272
Depends: postgresql-13-ip4r (= 2.4.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-13-ip4r-dbgsym_2.4.3-1.pgdg26.04+1_amd64.deb
Size: 186756
SHA512: bbcdf7035670a1ad39414c87ad684271df09dcdb5be97012c5d0a80660cae19bd024d46def7a5fcd62eda8c03d0c38c80f86e0ca923cf7aae7ca89f317f6630e
SHA256: 9949e7066b89262c5b49c44458e80a33a2d0f84866ff3337134939f50aab8ef7
SHA1: 90b816bf45ffe65c35572218d9ace956c64a794a
MD5sum: 8e8bd9e44496c12cc8b90d6e19448c45
Description: debug symbols for postgresql-13-ip4r
Build-Ids: df411f6b85b9093015dc570212088b975fb94d0e
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-13-toastinfo
Source: toastinfo
Version: 1.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 34
Depends: postgresql-13
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-13-toastinfo_1.6-1.pgdg26.04+1_amd64.deb
Size: 6852
SHA512: 8a5089642dd478abbe8284e1fdef5de9291abb545d52d74ca024f3d1589be42f071419b5c146f016e9ae6b687c5c1c6b0801af0db0f3a500ccae7bb0333a97a1
SHA256: 401ff173f5593a4668168f715bc4c5af2ca91062b07ee2708ca033b0125d125f
SHA1: a1d82b18b04bf6e68f2e6dc56748488e5bb709a2
MD5sum: 605d58f4bc0c4deb680b611c1288c050
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-13-toastinfo-dbgsym
Package-Type: ddeb
Source: toastinfo
Version: 1.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-13-toastinfo (= 1.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-13-toastinfo-dbgsym_1.6-1.pgdg26.04+1_amd64.deb
Size: 11080
SHA512: 5f1a3c84347184d87f1a117fb3027b97d90dd44016a84e4cc80c93b48ca1ee1d8c2afea31a37e27df15b871d1cfa3688165976e0b1325c5597eaee929eafd857
SHA256: f30b7782c6111dbda6a6c5aecb58d190c6b66688b0f52d760116d34fe207e051
SHA1: 0c5b765bc222c396c14fab3082786bab90fda2c7
MD5sum: 311dbd5fe92bb81c64b9d6a695cae3da
Description: debug symbols for postgresql-13-toastinfo
Build-Ids: 3bf8ee66132a79228350cf12e3db3fe17c6edb0e
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-14-dirtyread
Source: pg-dirtyread
Version: 2.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-14-dirtyread_2.8-1.pgdg26.04+1_amd64.deb
Size: 21272
SHA512: b21ef036da9dedb12258f085850c9e9702f8b05973d17cfb5988a7f9fffe422e8a63b69a2cc88c6978497562243a8409f497557ced4f7ad11ab68ed94bf7af8f
SHA256: 87051b03244ae63a61a4cc5d1cd8184873f29a1ccb8d2e29d23902da24efd67f
SHA1: 0483561efbdb4910e2065e3753ccaf8f36035aaf
MD5sum: 9cd3b6aa2c781b792942bbbd8b38100e
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-14-dirtyread-dbgsym
Package-Type: ddeb
Source: pg-dirtyread
Version: 2.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-14-dirtyread (= 2.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-14-dirtyread-dbgsym_2.8-1.pgdg26.04+1_amd64.deb
Size: 33496
SHA512: c955f0e03e3506eb708f9096118a8d045a7c1e02a9e19e3790495203f5c376b1667ecc11b8e22c5bf8614520bf5b852224b90e2b5fbb308aeeecc5e75ff3794b
SHA256: 1ba0a30108a7ba68fcf98a27b81b576fe93ea88d86821f45df7ef1704f35fa71
SHA1: a15b38115705de2f3f121272aca1277269106a7a
MD5sum: 48935bad23d9fbab1e7e3652d300c100
Description: debug symbols for postgresql-14-dirtyread
Build-Ids: 44ebaedd2389e003aebdb204fcf80f71f2408cf9
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-14-ip4r
Source: ip4r
Version: 2.4.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 508
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-14-ip4r_2.4.3-1.pgdg26.04+1_amd64.deb
Size: 177288
SHA512: e244ec47372f6d42084e3f2dd4e1af26829456d044fcea7aae91581aa94152f08d90ec3299bcf4510c700360aeab60da3c76350e8f2b8b722fb71f6febff2d18
SHA256: 20369f9faceb34b08a3563614544b2c287159be7e8679e8046621b0d009b64f7
SHA1: 6afca2b85914164b79d63edac6348228600bb616
MD5sum: 5cc402f9596e4c8dd461c7211aa440bc
Description: IPv4 and IPv6 types for PostgreSQL 14
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-14-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 274
Depends: postgresql-14-ip4r (= 2.4.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-14-ip4r-dbgsym_2.4.3-1.pgdg26.04+1_amd64.deb
Size: 186220
SHA512: 0a9dd6158fba761e81bcc615235cf99933cdfcadd361fb56555225002aa5117ffda7216841a041a2bcd4b24e296b2a79dcf2dc6021a56feb17c805a859530e70
SHA256: 9dac8701a363d010daae98023b3ba6b558cde55694a4f02f7125a8c6b957d891
SHA1: 4a5a8577e09574f01b3dbb40ca13b801d6352b6a
MD5sum: e92c86b566c4d8fd066d1e53e6bf6e53
Description: debug symbols for postgresql-14-ip4r
Build-Ids: 6b6feb91b7de51f831379554139588be32f5ceea
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-14-show-plans
Source: pg-show-plans
Version: 2.1.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-14, libc6 (>= 2.14)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans_2.1.8-1.pgdg26.04+1_amd64.deb
Size: 23640
SHA512: 2ae4f27898b2f4d491e07abb558e27f5de704aa2ec0c29d9cd02b753ab7eda98b7aab1ac94a44231c368ad17c04acfb1e4dd047e7021eee32f41c1f6f23dfa1f
SHA256: ead6d1d91617950a55fcbbbe7e6e8fc1abd997427ea24bf2a28029e261f05793
SHA1: e7af226dd61947487ca9d7fc1af18c28c31afbb7
MD5sum: e0facc640e7c228c8c40a47ad1cbe0c9
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-14-show-plans-dbgsym
Package-Type: ddeb
Source: pg-show-plans
Version: 2.1.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 58
Depends: postgresql-14-show-plans (= 2.1.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-14-show-plans-dbgsym_2.1.8-1.pgdg26.04+1_amd64.deb
Size: 36740
SHA512: 0abc1b1909ce2087e0b82b5ed90cb2388225cb657801c984f10de77bd263661cb29a7f55d68f9f1cca833c61e7d945584961a6d1107a798d78be1a323b7faa14
SHA256: 5906aac92e36c46d70426d1c53c0aff6c49d74a64b7c4a85dcbc5fc48742df53
SHA1: 71438f03f7ade7f99ff2a0fbb36b3169c1c141eb
MD5sum: 915be567612e390f396d0168539f150e
Description: debug symbols for postgresql-14-show-plans
Build-Ids: 06c6f841037fc1badb68e4cb4a025ff3a57588a8
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-14-toastinfo
Source: toastinfo
Version: 1.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-14
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-14-toastinfo_1.6-1.pgdg26.04+1_amd64.deb
Size: 12768
SHA512: e1f9e917834425a020501cb23ed3e7e3b2f8d4059dee5bbccc25c71218b5a1937188561031f3b2a406a996e3678ec0feeeef92b03d5b41bbe820c62c29c0f662
SHA256: 68c2bdcbf9245fe6d6088c7b7e11a0f1c5394259b25b8c61d55042ec14d77bd2
SHA1: b098ba914efda1fd964579507c8401deef49b98f
MD5sum: 69df224376b974c4bc9cf72fa1ef157d
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-14-toastinfo-dbgsym
Package-Type: ddeb
Source: toastinfo
Version: 1.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-14-toastinfo (= 1.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-14-toastinfo-dbgsym_1.6-1.pgdg26.04+1_amd64.deb
Size: 11432
SHA512: d103cdd99daeccc3d05e08e8c1fbe2be14047cd56a6503c68dfacf5214372cd6d3143af6f111a3d8770c62a84002e8b0249d78520dd709020f3d84cb5cbe35bc
SHA256: a2f42d5ada1a803c8f5ee598d3bb9750d3ca59a2e6acc27f78997989e538209a
SHA1: 6ceb465e12b485394ca78c31c3d231e99d4f6712
MD5sum: a26cefb456185deab9401a9e32d11433
Description: debug symbols for postgresql-14-toastinfo
Build-Ids: 45a310e9691a4e56b72d68eb99257d8d513972ad
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-15-dirtyread
Source: pg-dirtyread
Version: 2.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 68
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-15-dirtyread_2.8-1.pgdg26.04+1_amd64.deb
Size: 21300
SHA512: 18f877f49fe5f60f48a0c88f62e57948f97189154ff9856d725ad6f1187f4b1ddfc763253c0c54f50bdb0ccf431eadbad6ad0f75fa941d924974acddbad3d45e
SHA256: baa882578e688e0fdabf347de2c323c12b77ec7c27fbe1f9fd0f59c3e04b972a
SHA1: 9c489ac86af62d89353b1102212be815bd0e21df
MD5sum: e4155a5038386765360c109abd889b1c
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-15-dirtyread-dbgsym
Package-Type: ddeb
Source: pg-dirtyread
Version: 2.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: postgresql-15-dirtyread (= 2.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-15-dirtyread-dbgsym_2.8-1.pgdg26.04+1_amd64.deb
Size: 33968
SHA512: 36b7984bd6012df0ae261527799aa70aee924e524edea407a0fac592974841c17baf4b80542d58d4c15cf49a19c85a08c4f227a0ea0edcd5c06fc1cf9a783f56
SHA256: e246efa70b3eb090265279d1c209b891335864af1315cc66c34350bcdbddc829
SHA1: 535447092ac5e6488c96bbd330b1d381079eb7ab
MD5sum: 14b2b32d96bdc39bc43d43c26b202078
Description: debug symbols for postgresql-15-dirtyread
Build-Ids: 3862a6fa43a4f44af6f2d4d611131009bb65bd4e
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-15-ip4r
Source: ip4r
Version: 2.4.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 508
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-15-ip4r_2.4.3-1.pgdg26.04+1_amd64.deb
Size: 176848
SHA512: 7450480c8341e8646411c6046d1c1e77c14e00e810d8fa2c3ee23340a5219d919a87ce59dc64f7f901fb3743e30ca719c168f5cef2d403e75855507898a658b8
SHA256: 3f88ca6d130db50baa14b6032b9ccba66d7b2196337070a4f05d711e96dae1be
SHA1: c09208a2a2cf9d8bcd1e8b102653aaea46cf37f7
MD5sum: 41838f56142d0b1a99f4eee7906d1201
Description: IPv4 and IPv6 types for PostgreSQL 15
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-15-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 275
Depends: postgresql-15-ip4r (= 2.4.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-15-ip4r-dbgsym_2.4.3-1.pgdg26.04+1_amd64.deb
Size: 186480
SHA512: 658faac6331e49514e83e023bb72fd2316afc9995d002718f6de513c6bd1d23652ba8eff3b34716d820e6a4587dd489792521c89190421814d62a4093bacaf29
SHA256: 6194f0f4b2a8c02a5fab3036375951ed32733a561577d401481ca2f26b5c8de1
SHA1: 8bbb965e7eea10bd6cbe9e2010853d447acce802
MD5sum: 4cb1198c39ced52348d72cd9d7651d4b
Description: debug symbols for postgresql-15-ip4r
Build-Ids: eeff85fa68cd41faa63e827a21346882f2964b0d
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-15-show-plans
Source: pg-show-plans
Version: 2.1.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-15, libc6 (>= 2.14)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans_2.1.8-1.pgdg26.04+1_amd64.deb
Size: 23932
SHA512: 541f924e15ff0f8239ddad1b182aef8aa2f5716c5d5e01bc0b3d6459853c59d4f4a7512af1aeb0ea82b4a0a6c853957285840a5a6d0e325333b39b6236697b4c
SHA256: 6265adafc6d4cd5af191c169791b720ba9a4976c55f0823b2c4c79b473f2abfa
SHA1: ec72ecc36eb51eeecd2a9dc7679514b896d57e33
MD5sum: 07f7b9a520cca3a6d350e3f7375ad09d
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-15-show-plans-dbgsym
Package-Type: ddeb
Source: pg-show-plans
Version: 2.1.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-15-show-plans (= 2.1.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-15-show-plans-dbgsym_2.1.8-1.pgdg26.04+1_amd64.deb
Size: 37176
SHA512: c0c79c7a0dea5fba0ed2b30b384ae2696c181a329e6607d7e69ad38ab183eed8686bf94b3fddf9d0429c2ef6ef0bf86380d3a2e97822177c034cd8a700088607
SHA256: dffcf766d4f10af56a969da3297d0928bc41811c4cb665cdb06c2f8025df3a67
SHA1: 04c0b85d66a6d6523aeb97d43062b5167f87ab54
MD5sum: 0c059dc72d3f9d5a8ed8761f7d86d8e6
Description: debug symbols for postgresql-15-show-plans
Build-Ids: 285e72e35d3bbce7ba3620cd5d1b08ea9596d90d
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-15-toastinfo
Source: toastinfo
Version: 1.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-15
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-15-toastinfo_1.6-1.pgdg26.04+1_amd64.deb
Size: 12796
SHA512: a3bc4d9db96fdbd5e0e08896ed9928ff75193a8e70bff770f5bb76b69e563105f91547530c8ef81eabd78b5a00bb51ed0bfdf023d5b8f2553bc2c5c06cad0683
SHA256: 190bdaf2a1c677da8a0145a80fd3913d9d7f007715ddae826ae014ccd919787c
SHA1: df111120a67e40593b6199fa4d23d850bf55848c
MD5sum: 3dd4492eb01d5c8624bbab1c054dc667
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-15-toastinfo-dbgsym
Package-Type: ddeb
Source: toastinfo
Version: 1.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-15-toastinfo (= 1.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-15-toastinfo-dbgsym_1.6-1.pgdg26.04+1_amd64.deb
Size: 11524
SHA512: ec1bfc0dde0f29cbd4fe782ea7e1bef274045732feb1eef397ca6ae6b7101425345ed04179283212e69eec556487fc687ae8f3d962b5d37239a5f02568f2cb97
SHA256: 1071a8a0cf94d8f861b02ddb43245541cf0fae50728fb8cc553b3be951b57e7a
SHA1: 46a255260a1983481dd7af5a8f1bbb319f5d3214
MD5sum: b1bdc8177376f35b571c791f6a7e1e4e
Description: debug symbols for postgresql-15-toastinfo
Build-Ids: b45b452f011db3fe0ee2a7d178586f6aa8812186
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-16-dirtyread
Source: pg-dirtyread
Version: 2.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-16-dirtyread_2.8-1.pgdg26.04+1_amd64.deb
Size: 21232
SHA512: 1f3d00a6e7a23108a9ef312542cdf03e73d063a42b43cbac9065a565fadfd651a7efe5293e5dc09d2a5540187340c30f16f1b1a34eb751af80b2b69a06cd97c2
SHA256: cc0463229aa7dd612fa58f7cf3e50923643f2af3eb8a8b23ae75a9865b3c900c
SHA1: 5e0c1bd457a8fcc03d48d3248ff9ad44f7f81f6d
MD5sum: c1582e809545aa79a8af204d0d805926
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-16-dirtyread-dbgsym
Package-Type: ddeb
Source: pg-dirtyread
Version: 2.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-16-dirtyread (= 2.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-16-dirtyread-dbgsym_2.8-1.pgdg26.04+1_amd64.deb
Size: 34444
SHA512: f3acf4a03031038b6f5ff24d2ec9d48fab5b8902c2a468c80dd4e681d6c5a7d4df9dc0589ccf5db596701fd74fbb5184fcd2112974f6d64164c718eb642a637c
SHA256: 1b28bf24386c64aa63e11921744cb8358ce3167ba92e6a6d3f06adac435c6dc2
SHA1: a39718a37b8c3fdd1ca5ef74b9175b3f8c78e843
MD5sum: 3457887b8208ce07a533ae25bca8e68a
Description: debug symbols for postgresql-16-dirtyread
Build-Ids: 423b5c1f0526c2845292c9c220bd79905cc1d663
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-16-ip4r
Source: ip4r
Version: 2.4.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 514
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-16-ip4r_2.4.3-1.pgdg26.04+1_amd64.deb
Size: 178324
SHA512: 2664861a3814a2bce0b60abe33008275d79135bf9cbd75b4ced6d7019e4f92559afbebb568990c28396a7cf09225353e20681bb4f378a617c897a63180d35f5c
SHA256: 5ddc9106bb8e379afed91c66e5301acb4039e720769e7d481adaacd775244d50
SHA1: 1a2dfd6a468d8911fe5598fc5f2cd7a58e1b7da5
MD5sum: d7577adf452e8121c086f1d1d555fa4b
Description: IPv4 and IPv6 types for PostgreSQL 16
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-16-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 300
Depends: postgresql-16-ip4r (= 2.4.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-16-ip4r-dbgsym_2.4.3-1.pgdg26.04+1_amd64.deb
Size: 215460
SHA512: 2e2c3a63681edd2f51e282097a5eb157f11c2d4a9e6f4b66c5a0347bdb0696139b27a2f4d2c0652eae773862c67a51625253b5b3bccabd2d3bac4fb585b7bf6a
SHA256: 148a9ec714134b82f1ff24ead38e53bab6b47797cd64b6ab1f301f68eb720291
SHA1: e828628a7d29711f67aca25d9998b70fe8336d13
MD5sum: 943614a2e8aaa7be005a3c4187e9f3cb
Description: debug symbols for postgresql-16-ip4r
Build-Ids: 8352e80e08616affd3cdbb93971c88c8bd875900
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-16-show-plans
Source: pg-show-plans
Version: 2.1.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-16, libc6 (>= 2.14)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans_2.1.8-1.pgdg26.04+1_amd64.deb
Size: 23920
SHA512: eb882d3df9d179066a6267259f9a827ec45e43d62417c86caa09f8b4e9f368a56ec02c1728959baa5506bdc534311241ab1f84ffee97f168b845717bc0116c44
SHA256: 4eb30e8f6b5c0c147453acd0f7b6f492f2909af0dbfbc2e3086ca074141864c5
SHA1: 47610f4ce41463e21ef2abc4adad5c3927cb8412
MD5sum: bfacfc6cc6e891b13b6e971a57ffe0ec
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-16-show-plans-dbgsym
Package-Type: ddeb
Source: pg-show-plans
Version: 2.1.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-16-show-plans (= 2.1.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-16-show-plans-dbgsym_2.1.8-1.pgdg26.04+1_amd64.deb
Size: 37852
SHA512: b9b8623aa6250c458185b14da85c60415fce721545af6f116e642c157bc9607a6028bcf55ee98ec5db933c4fdf6749924ff7227c4c04d9459bda1d00aea7bd56
SHA256: aaeb58bd0d63749b3fb680e8193b5bc08ee22ac2f968991dca924cfe158e195e
SHA1: e95064f8e5a6e59ccbd4babffa43243a014dfa1a
MD5sum: 696b00c03c72cddd4ab46176615bee0f
Description: debug symbols for postgresql-16-show-plans
Build-Ids: 81ea0ebbed40d725de8a92f22bed1adc73384305
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-16-toastinfo
Source: toastinfo
Version: 1.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-16
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-16-toastinfo_1.6-1.pgdg26.04+1_amd64.deb
Size: 12776
SHA512: bec3378d279b089a2e8765dc6789505d5bd7a29eaf9e9645242aba523c13e800137cd14009c06a47b7b342bc762413e19032a45af31026ff704ddb676bd291d5
SHA256: 0ccebb1fe538e48de25f292a4cb8eb351b5b841179a2f852b24557d93d5e6b0d
SHA1: 7cd4bf8155e1dfd8c56f6b2979a6648c2271db08
MD5sum: 7d3aebff9f61cd55db97ed46e643321b
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-16-toastinfo-dbgsym
Package-Type: ddeb
Source: toastinfo
Version: 1.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-16-toastinfo (= 1.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-16-toastinfo-dbgsym_1.6-1.pgdg26.04+1_amd64.deb
Size: 12104
SHA512: 89e1395362e64a87f069ce37102788c296732557421b8e0729d5774d63298c499fd2784d85b68a728d97c7bbdca63bf91d352c1589a66410fe3e74bcaa19eb58
SHA256: cfbfbcd1a7686f889e520cb18295f391a07ef4c96f41692b5e2a5e1dfd120153
SHA1: 0d30ba86bfb8ce36339f754f8a7f3e1a513b47a9
MD5sum: ef2ded0986dc4553a4068b824801b212
Description: debug symbols for postgresql-16-toastinfo
Build-Ids: 35e679d27ff0b96bd67d1c25b3ba32b7177c8572
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-17-dirtyread
Source: pg-dirtyread
Version: 2.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-17-dirtyread_2.8-1.pgdg26.04+1_amd64.deb
Size: 21252
SHA512: f584423522f65eb16a7d87c4c5e4c4f677255838a86b0f190720d8aa491f687997b1f03aa3b092ba016f3802a1ab4b10ff2324994e8763ea1db182dc9018c3d6
SHA256: b3ece4c9c1b061d67bbcbc0f8c46b1be280ab87ef14a9affe12ac6c92b8c104d
SHA1: de2acc25dc314ad7ca556199bc47d70dc6d00972
MD5sum: 290958fbb035768475bd5d89602a9b18
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-17-dirtyread-dbgsym
Package-Type: ddeb
Source: pg-dirtyread
Version: 2.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-17-dirtyread (= 2.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-17-dirtyread-dbgsym_2.8-1.pgdg26.04+1_amd64.deb
Size: 37960
SHA512: d7d9d00b52dad5b1247a17a51f8d945bf89762c844cf1b76d6833e4e81dc1c6cdec4d922f146bc3ff4b2653f4cd7aebc151d2a78a516fc0219c128e7cf05e6b7
SHA256: b03be0fcec75219384cdf1bda66b17fd6083df0275438648aa75d217321106aa
SHA1: eb4c4d09e847d03ddc5997638125164242140c4f
MD5sum: 22e6a7539ded621d4569da30f5afbb3f
Description: debug symbols for postgresql-17-dirtyread
Build-Ids: de9788c028e665ace437c83facf9d3cc3f5164dd
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-17-ip4r
Source: ip4r
Version: 2.4.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 514
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-17-ip4r_2.4.3-1.pgdg26.04+1_amd64.deb
Size: 178936
SHA512: 8457786a3893195042040a3fdeec78937dc9e24e08d7c88ec9ee1bd0f61ac0a04bb3790c1e76b6930c095b4aa53b343dd992fbcbe60054dcfa7aee52277d7a99
SHA256: 12aa760c02011f7de9e2b7e37faa9738d3aa766500d519282ec774e3a1a9fa0b
SHA1: 88399eda010c394c998686c00881c1a0319cb7e8
MD5sum: 17797b20322f0f4dca647dfcbda00b11
Description: IPv4 and IPv6 types for PostgreSQL 17
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-17-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: postgresql-17-ip4r (= 2.4.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-17-ip4r-dbgsym_2.4.3-1.pgdg26.04+1_amd64.deb
Size: 215884
SHA512: 7fc69b8ec44894930a3754e30a593f150fcca6b7c2fddba03c43f2eaeacfecd3062d86e5ed462d9741d388af76c887a491259b0c5c194fe9ed0bb773c9868aa7
SHA256: 38ec85b8f8db9b79d5e78ba55707d68ee0adebdbcc9db1290524977ee19800ca
SHA1: fd87147bcfcd11989f4ece31539e5736a184c9fd
MD5sum: eac8527ac98d9dbd3e300555bdd2632a
Description: debug symbols for postgresql-17-ip4r
Build-Ids: 37380140fba1d276b309331e25c26aa6f2534f54
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-17-show-plans
Source: pg-show-plans
Version: 2.1.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-17, libc6 (>= 2.14)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-17-show-plans_2.1.8-1.pgdg26.04+1_amd64.deb
Size: 23940
SHA512: 7b4c479f12d4dc46ebe49e2c7e0af85958c0d2eff1c2e2e51687a8e725f58f9cc7e5efd6ab10de4bf1876feb2508519d12e46c039bbdd1a87bc8631b6a32bf3b
SHA256: 7871d563361c295b189d069d537dd2771db800b957d206449aa5f7519e11ba20
SHA1: e37afbcf1ed22ea4a89cc5e2a2bc6e60dbac8097
MD5sum: d6814daa3fc705babb0a4ec683438bd6
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-17-show-plans-dbgsym
Package-Type: ddeb
Source: pg-show-plans
Version: 2.1.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-17-show-plans (= 2.1.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-17-show-plans-dbgsym_2.1.8-1.pgdg26.04+1_amd64.deb
Size: 38836
SHA512: 937335d8ef3e9ae11951a4acd463ce54c15943fd4d5151b53eb33f0024ed2c525227da16dc6a4680ca801b2d97f594ef4189268da015afe1023a8a2c9b65044f
SHA256: 4ef21eb9436e1b1f241ac316f613c763be93b41627b92afba1678566f1c51175
SHA1: 29a4990871cddd7ec0f92d2acf1a58a74b6b94ee
MD5sum: 6bf765fbfbf18ea1cb5b2ceb5370c15e
Description: debug symbols for postgresql-17-show-plans
Build-Ids: f48f7edd403b9148eb716b015cf9f0d1b510b89e
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-17-toastinfo
Source: toastinfo
Version: 1.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-17
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-17-toastinfo_1.6-1.pgdg26.04+1_amd64.deb
Size: 12772
SHA512: 82b49966fefeb0c8b19a131fc89eeaa40189bf01f20eb9b4c2cd1da20877203193a27add1624e89ac61f65aa245742684a767daa03e0b34a0de52ccd784052ab
SHA256: ef74d78d8e60c270cee22e298407bbda1808ee91f25ceb4432ec542aaa6070c6
SHA1: 3500fd042acc2c4cb0ac42a2398114a7bda11eec
MD5sum: 1b1eecbe761c5ea1a4fc85ea7bf27521
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-17-toastinfo-dbgsym
Package-Type: ddeb
Source: toastinfo
Version: 1.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 30
Depends: postgresql-17-toastinfo (= 1.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-17-toastinfo-dbgsym_1.6-1.pgdg26.04+1_amd64.deb
Size: 12324
SHA512: 83638ba1023c5823ebf900072cc279c797d846dd47cb9c0c39b8dc1463c542e81fe2fb7a5535b51c8bf3dd310e52ba35e6dae29d4a1d93f5ba978f4c4554f156
SHA256: 835262a0f12e97413c2259c0cca09fe1ceeefcd1d5ab31ad2f10ef05c47a3416
SHA1: 6d6f32cf9ec056f7ea6ee2869b982f2bc570b2d5
MD5sum: 644e88dc797c00d3785ef5daf47fe976
Description: debug symbols for postgresql-17-toastinfo
Build-Ids: 4b2b6877f89fa4f9d54ddf27bf085a7f5e990a8c
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-18-dirtyread
Source: pg-dirtyread
Version: 2.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-18-dirtyread_2.8-1.pgdg26.04+1_amd64.deb
Size: 21424
SHA512: 3f57f309313fd36708f59fe09346d6bebe306c3f0172e71ed60a49a8e3afd65bfa3287a98dfb06be442f2c87ff6b4741149769baa17d7170879e6c8680d4e979
SHA256: fcb7430dabd498a0860f794ecaa1506313b1f852fa6317f4925e9a461683314b
SHA1: ac51a7691f2baad03576b7f52384bb2ad4c04a84
MD5sum: dec12b88ba14e9645376bce4ce92a23b
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-18-dirtyread-dbgsym
Package-Type: ddeb
Source: pg-dirtyread
Version: 2.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 59
Depends: postgresql-18-dirtyread (= 2.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-18-dirtyread-dbgsym_2.8-1.pgdg26.04+1_amd64.deb
Size: 39796
SHA512: 1059e49df39ea479e87d454ebeeeedf89573e29757f091f63e367fb88d91cbed083971661cb7cc888ba8a684ee996f1b4ec40b54fb836f8ea7f2d985cf5ffef1
SHA256: 5710f1459589d5de9ecd70e7822699fa3b792ebce6a660ce7d1f6501eb753df6
SHA1: 6c0dbcb488a200897469389d3cbf6ea42cc8f054
MD5sum: 2d28363ee014a6a1974c0d32e5d2f632
Description: debug symbols for postgresql-18-dirtyread
Build-Ids: bbcec21b482c14983ed2e4e8439f4001a13d6845
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-18-ip4r
Source: ip4r
Version: 2.4.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 514
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-18-ip4r_2.4.3-1.pgdg26.04+1_amd64.deb
Size: 179104
SHA512: 85e56f75307c0353997dc8da3fbdbcf4796b9aaf6f90a62be10395a51735a7724b02ab037549713b71e836875dd804a692d4764e84b25350f5aeb6e272970e8d
SHA256: 023dc168e154c08a2f68d3d39ce82840b46e3acea4533d3da74424ed88bd2c00
SHA1: 29868c75644f43aa3c1685dd245d1a244e6f89bd
MD5sum: aa5096503f93301d59d3c4175616ffff
Description: IPv4 and IPv6 types for PostgreSQL 18
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-18-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 301
Depends: postgresql-18-ip4r (= 2.4.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-18-ip4r-dbgsym_2.4.3-1.pgdg26.04+1_amd64.deb
Size: 216088
SHA512: 75a80e67a68a0bbb0ee0019897f4fec28e7f6fdc4fbb6d44e5264e13c72269c8a06ac996eb6df447b2ff598074c64068eafaebdc133cd24b93d66e6011365732
SHA256: 6b1f32df71ec78b8f841601df09a65d407c631a1f7133fa8efc854b7d4393739
SHA1: 8ffe9fc01dc1232853ac7dd63301240cb856f842
MD5sum: c413f7a9452521a09781a6109271d99d
Description: debug symbols for postgresql-18-ip4r
Build-Ids: 309d137405a3e8995481e2a889f2b18744f318b7
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-18-show-plans
Source: pg-show-plans
Version: 2.1.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 73
Depends: postgresql-18, libc6 (>= 2.14)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-18-show-plans_2.1.8-1.pgdg26.04+1_amd64.deb
Size: 23928
SHA512: 2c8b62c76a9ae381c7558fd79a3e0c7d291da031d6d71a2604240b02551c28b9c4d78745072131e9bdc6dceb68661258bfa30e430f1f9a0dc1de9d8c16ee9239
SHA256: b65935428046ed5bcb7f02e1d840a4270f8a848d2dee319cfd6dd2f434f5b070
SHA1: 547e8c6fd3c33549f5e19baa553e563765edfebd
MD5sum: 6ffe2f56adb4609914bacb50595593a1
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-18-show-plans-dbgsym
Package-Type: ddeb
Source: pg-show-plans
Version: 2.1.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 61
Depends: postgresql-18-show-plans (= 2.1.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-18-show-plans-dbgsym_2.1.8-1.pgdg26.04+1_amd64.deb
Size: 39408
SHA512: 292202a4bff420b1e7ca58a119d359d262620e0387ce49bb891c626b139a644b97e61bffa5430c91c79358879d630b6eeabbbbf7c046671e1ca716ec0c62bdfe
SHA256: 9bf6a284b8963c867ba96f29814c9f0c25f164df9f4b2b397b232b462c8eb6f5
SHA1: 9b499e8621e9bd67ae062be1ab4ef0bd5084a9d7
MD5sum: 35880c87bb5b672c908c3789b5725ee3
Description: debug symbols for postgresql-18-show-plans
Build-Ids: cc19b617ae72fef0bac0224cca80b24baf69be76
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-18-stat-log
Source: pg-stat-log
Version: 0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-18, libc6 (>= 2.14)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/fabriziomello/pg_stat_log
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-log/postgresql-18-stat-log_0.1-1.pgdg26.04+1_amd64.deb
Size: 43212
SHA512: 365bc15e3844f89acbdfb38aa43a4e1d9b3187401147257c3858791a01830841124f4160a9c9b83fbf6b9310e3a4b592315c697f1b7d0400e6debc36cf6b2591
SHA256: 7ed19eadebf268df3e70081495c2e766461b0b464144eff480ae4952dfd09a02
SHA1: e6e32880dbb2cee044a3ef7ed7f2a1fb28d0a4bb
MD5sum: 9fdbf2874a2108f650f2aa98afc8d608
Description: track PostgreSQL log messages
 This PostgreSQL extension uses the Custom Cumulative Stats API to track log
 messages, grouped by
  * backend type -- client backend, autovacuum worker, checkpointer, etc.
  * database -- which database the message originated from
  * user -- which role was active
  * error level -- WARNING, ERROR, FATAL, PANIC, etc.
  * SQLSTATE code -- the 5-character error code and its human-readable name
 .
 Counters are exposed through the pg_stat_log view and the underlying
 pg_stat_log_data() function. Statistics persist across clean restarts and are
 discarded after crash recovery, following standard PostgreSQL cumulative stats
 semantics.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-18-stat-log-dbgsym
Package-Type: ddeb
Source: pg-stat-log
Version: 0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-18-stat-log (= 0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-log/postgresql-18-stat-log-dbgsym_0.1-1.pgdg26.04+1_amd64.deb
Size: 37552
SHA512: 2f0e3f5aceb9e1ffd9cd3f802b2e79da9d87169bd28b7ba90ca81a730973b3bd19674eb531b1ee0dbb1c9ca866a16c8c7267edf482edf0efe493d84a7b3cf363
SHA256: 61bf7ba8cf783fc7c477dca782fd5cb1e8eb7a7a64aaaa29f7d259b2af76d584
SHA1: 70111c4a0183c43f8c425d3f79145bed32659ceb
MD5sum: 3088b148e0eb7d57c744f1e5de3f250d
Description: debug symbols for postgresql-18-stat-log
Build-Ids: 109206cbb4152c10e386dab1ccd59f5829b7df1a
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-18-toastinfo
Source: toastinfo
Version: 1.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-18
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-18-toastinfo_1.6-1.pgdg26.04+1_amd64.deb
Size: 12800
SHA512: b3b82bb29ada4fdb828dff625a8f7050883fd224afcf1b9b2768356b0422311afd8fc5461dbdb337d3f64553024877b8f6b28492c376ec96eb1552eb869e787c
SHA256: 35382ae9a3e8743f1891a56ddff59b5a2379c61744e9b213cbbc6ac0316a7e10
SHA1: 2f41df1ff3de4cd16ac29840b3364dea81e19a6d
MD5sum: a94f0ea836c8f5e889530b565d7df484
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-18-toastinfo-dbgsym
Package-Type: ddeb
Source: toastinfo
Version: 1.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-18-toastinfo (= 1.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-18-toastinfo-dbgsym_1.6-1.pgdg26.04+1_amd64.deb
Size: 12540
SHA512: 3ef1f87f4fad043e8c61f1fe90f167593071210d281d3690592c6f888ec8cb956f74246bbd048b9d39eb040bc55ca32db225da987056d08c7a395f0988050766
SHA256: 661c26955bbc2f1a9ddb70086c60a9a197e73974ce3f5a7b030be23e08edbb71
SHA1: 3a8c2106e12124334537f2f4273e736373985b20
MD5sum: a24cb7d69f885475db840ed5c5a43206
Description: debug symbols for postgresql-18-toastinfo
Build-Ids: 4d284f29b94b1da5cc05c43604ca695eaacea5c8
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-asn1oid
Source: pgsql-asn1oid
Version: 1.6-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 49
Depends: postgresql-19, libc6 (>= 2.14)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/pgsql-asn1oid
Priority: optional
Section: database
Filename: pool/main/p/pgsql-asn1oid/postgresql-19-asn1oid_1.6-3.pgdg26.04+1_amd64.deb
Size: 13024
SHA512: 5578fc0ac34ee773cfd52a054567c38acd8d6e153393d78fdc14071322ae8f7c63797bd63ce26b3f91bfedead2a2ddd6f48b25a2ded289b90f5f4924adba8b5f
SHA256: 782f74d2931a03006f66f86c9ba709386447b6a3ca7490d43453004153e15812
SHA1: d09a0cf5455ebf45c3682b604d07c060dd0c9077
MD5sum: 1e170fc5c412ccc30d6b4d464a68d354
Description: ASN.1 OID data type for PostgreSQL
 This plugin provides the necessary support functions to store ASN.1 OIDs in
 a PostgreSQL database.
 .
 This package has been compiled for PostgreSQL 19.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-asn1oid-dbgsym
Package-Type: ddeb
Source: pgsql-asn1oid
Version: 1.6-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 29
Depends: postgresql-19-asn1oid (= 1.6-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-asn1oid/postgresql-19-asn1oid-dbgsym_1.6-3.pgdg26.04+1_amd64.deb
Size: 10612
SHA512: 9bf10b5bd03ac2cdb6e8385cce43ec0a93695c63cae372c80f0039864bf6675ae96dd40abc775ab7eb9923ec17ee37d77ebe1889a7155f7ec301798ced973c64
SHA256: 117ae0d4b57308fa6fdf85e27ffc32d84f447d374a777e40e7a92a4f7f40d458
SHA1: acbc0ed51f9f18cd02243d2bc125f2ed3dee68c9
MD5sum: c51b1b21880867c43ff129a5c732a1f6
Description: debug symbols for postgresql-19-asn1oid
Build-Ids: d1f221a671ffa8b4d83be4133699c0d62231fe57
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-bgw-replstatus
Source: bgw-replstatus
Version: 1.0.8-2.pgdg26.04+1
Architecture: amd64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 45
Depends: postgresql-19, libc6 (>= 2.10)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/mhagander/bgw_replstatus
Priority: optional
Section: database
Filename: pool/main/b/bgw-replstatus/postgresql-19-bgw-replstatus_1.0.8-2.pgdg26.04+1_amd64.deb
Size: 14684
SHA512: a8564974b90cb4e8c990c816cbc5390ff6cee173097d555cf0a54ca62c3ad277ed3ae8fd78627f775f7012f89a529afcce1f64fb4a317d9b4f97a339e833c286
SHA256: 6ab86c6f3bf6fa796eed39c318ae279c28026f315ac5f5cd4c317d31010b08d3
SHA1: 5f9d23b291a29b53fd971d14c223cf81e315312a
MD5sum: 5a4289c17900972f52f86b91cda67625
Description: report whether PostgreSQL node is master or standby
 bgw_replstatus is a tiny PostgreSQL background worker to cheaply report the
 replication status of a node. It's intended to be polled by a load balancer
 such as haproxy.
 .
 When installed, a background worker will be started that listens on a TCP
 port. A connection to this port will get a TCP response back saying either
 MASTER or STANDBY depending on the current state of the node.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-bgw-replstatus-dbgsym
Package-Type: ddeb
Source: bgw-replstatus
Version: 1.0.8-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Magnus Hagander <magnus@hagander.net>
Installed-Size: 29
Depends: postgresql-19-bgw-replstatus (= 1.0.8-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/b/bgw-replstatus/postgresql-19-bgw-replstatus-dbgsym_1.0.8-2.pgdg26.04+1_amd64.deb
Size: 9940
SHA512: 5973e1e40a7f0e3ab14eb6363d643d45c3facee520c3dc92cef7b994d7cf1643762da49b02bee9c7a5902a1c6f9faead961e01989e9cdec4cab18e031bacfc55
SHA256: d36fcae3d32e24ba738aa6b6dc1f74d2adc4f394e53134d0e3dac5e26649be1b
SHA1: 2f40d09890b685cabb999de8ece8c9371293c721
MD5sum: c1df1b2355c532e4efb57b3ace9e0300
Description: debug symbols for postgresql-19-bgw-replstatus
Build-Ids: 6859596762dfb981ff2ae795686111e1faa32d6d
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-debversion
Source: postgresql-debversion
Version: 1.2.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-19, libapt-pkg7.0 (>= 1.1~exp9), libc6 (>= 2.2.5)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://salsa.debian.org/postgresql/postgresql-debversion
Priority: optional
Section: database
Filename: pool/main/p/postgresql-debversion/postgresql-19-debversion_1.2.0-3.pgdg26.04+1_amd64.deb
Size: 14080
SHA512: 69bf9260260c7f0201e87f9e7021acfd97bc2c4ee16e91bb2463cd6fda8efeb7ec7f84e912060032e79ba230f3e55e22cc0981a85442d6a0d806d3cd6a34d1b2
SHA256: 7abbf5edb5486b137e42b408e3b39c6446122339a07d7eb29e47fdbeae91d170
SHA1: 02a9caaeb88459b87a9d7b8304b7ae26f6656034
MD5sum: 2cda5ec97949381e6743b8b0d5ec3e69
Description: Debian version number type for PostgreSQL
 Debian version numbers, used to version Debian binary and source
 packages, have a defined format, including specifications for how
 versions should be compared in order to sort them.  This package
 implements a "debversion" type to represent Debian version numbers
 within the PostgreSQL database.  This also includes operators for
 version comparison and index operator classes for creating indexes on
 the debversion type.
 .
 Version comparison uses the algorithm used by the Debian package
 manager, dpkg, using the implementation from libapt-pkg.  This means
 that columns in tables using the debversion type may be sorted and
 compared correctly using the same logic as "dpkg --compare-versions".
 It is also possible to create indexes on these columns.
 .
 postgresql-debversion implements the following features:
 .
  * The "debversion" type (internally derived from the "text" type)
  * A full set of operators for version comparison (< <= = <> >= >)
    including commutator and negator optimisation hints
  * Operator classes for btree and hash indexes
  * The aggregate functions min() and max()
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-debversion-dbgsym
Package-Type: ddeb
Source: postgresql-debversion
Version: 1.2.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 40
Depends: postgresql-19-debversion (= 1.2.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-debversion/postgresql-19-debversion-dbgsym_1.2.0-3.pgdg26.04+1_amd64.deb
Size: 21560
SHA512: 939c7fc5f9f3ff884806ba19d08a0978f3ef02a656ccaf054f38f53cbdc2a9d8c8c389dc6d5fe7cfb227639e3df7d71cedcb3b18a0155a1263db79318a94978e
SHA256: 97f5bb53695226c3c8b1b120708dfde6270e514abd21858aacbe83236bc8d656
SHA1: 404c28349405dbaa13cbf55a40f17c15e4c1a793
MD5sum: 5db305b19c1e46f1bc55a5d9df7e33f7
Description: debug symbols for postgresql-19-debversion
Build-Ids: e9a7b6414c77facfc01a25680885194ad8ad724c
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-dirtyread
Source: pg-dirtyread
Version: 2.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/pg-dirtyread/postgresql-19-dirtyread_2.8-1.pgdg26.04+1_amd64.deb
Size: 21452
SHA512: 19e61f0519fa59b5b9d0aa75c1b2560414660e5d79f19efcf569da9b9b47470cbce0244d5a2bae31038b15d074c3ea57900a34a5492907b02817959d87ecdbf7
SHA256: f6e455af1d8c77eb4968c7691a19e26b55ea47a6c9ea5bed0dad9e4c46d56576
SHA1: 95985264b43a712fd4dd03411f5f2f0c9eea1c75
MD5sum: c8513324948e55216dc40ea7b8eca957
Description: Read dead but unvacuumed tuples from a PostgreSQL relation
 The pg_dirtyread extension provides the ability to read dead but unvacuumed
 rows from a PostgreSQL relation.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-dirtyread-dbgsym
Package-Type: ddeb
Source: pg-dirtyread
Version: 2.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 57
Depends: postgresql-19-dirtyread (= 2.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-dirtyread/postgresql-19-dirtyread-dbgsym_2.8-1.pgdg26.04+1_amd64.deb
Size: 37640
SHA512: 5bfdfcdf3754023901c4ed2a896339c198aec3cd626d116a90e6127a1794bd0e92ea1dc797dfd94059834e60544d1d03e14ae4a3b0c52901944b86e41a5f0fb4
SHA256: 6d7ad7cb072528db9e7a205629d068de4611188d10ea6c1fcc6bd482a7b140f3
SHA1: d7c7e8faaaba73734df475fcc857c66ed73c4461
MD5sum: 28c6119578cfb1a91c63f115f03772b6
Description: debug symbols for postgresql-19-dirtyread
Build-Ids: 711ca564180003d45dd18ecbcd4c197dc985fdc8
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-extra-window-functions
Source: extra-window-functions
Version: 1.0-7.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-19, libc6 (>= 2.4)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/xocolatl/extra_window_functions
Priority: optional
Section: database
Filename: pool/main/e/extra-window-functions/postgresql-19-extra-window-functions_1.0-7.pgdg26.04+1_amd64.deb
Size: 16008
SHA512: 208a83b7c93709815fd954ec1195e947d619646a465e44a6d61e50735ad2666356f61d1325c36bf05552963781ac3596d93b1ad2c7f5c86c9165016fe8d4215d
SHA256: b5ac363acf2a16bb2cf786799fa36b29f2ec82e87687be2f561d9be0d9cfec8c
SHA1: fdaa93200d8c630983ec339cb8ff1192f8a038fa
MD5sum: 864db0a4675a788b98af0c5eac8fcd2d
Description: Extra Window Functions for PostgreSQL
 This extension provides additional window functions to PostgreSQL. Some of
 them provide SQL Standard functionality but without the SQL Standard grammar,
 others extend on the SQL Standard, and still others are novel and hopefully
 useful to someone.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-extra-window-functions-dbgsym
Package-Type: ddeb
Source: extra-window-functions
Version: 1.0-7.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 31
Depends: postgresql-19-extra-window-functions (= 1.0-7.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/e/extra-window-functions/postgresql-19-extra-window-functions-dbgsym_1.0-7.pgdg26.04+1_amd64.deb
Size: 10092
SHA512: b93538533f633b9e5c3dfe1675de503928b667cc6b1f6fef4d815541ee699c3cfde890d0f8cc56c949916591bf0a31afe96a9f2714a94bf8021dc3cf3beed05e
SHA256: 10b06b5861081c47fb9682b2f4af4f611f88ee286e87a789f7ebb0c797435dde
SHA1: c9c8d6109de5b176a4773968336f490401a20d5d
MD5sum: 077b61966621e62f9172e5c7a845d00c
Description: debug symbols for postgresql-19-extra-window-functions
Build-Ids: f8940d0e1807bdc94d66ff1c67ca8fe6c65eb0c7
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-hll
Source: postgresql-hll
Version: 2.20-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 195
Depends: postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/citusdata/postgresql-hll
Priority: optional
Section: database
Filename: pool/main/p/postgresql-hll/postgresql-19-hll_2.20-1.pgdg26.04+1_amd64.deb
Size: 77216
SHA512: a6a857c0fdc53710455185dc38f028fcb316da2ab526b6a1a597dc50c4b219dc5808f1a37eb63c44fa346a124740dbf8e3e764f13c72fd6589e81c7d3ed38316
SHA256: d57e8d8f1482d6e87dfb801ca395316a802d70d910ba7697acbe68c5b2ce46d8
SHA1: 8e9efe4648037f032140dd1ba7abbb6a6226c8bc
MD5sum: 2487bf08a4bc3e37185a3b6748e7087c
Description: HyperLogLog extension for PostgreSQL
 This PostgreSQL module introduces a new data type `hll` which is a HyperLogLog
 data structure. HyperLogLog is a fixed-size, set-like structure used for
 distinct value counting with tunable precision. For example, in 1280 bytes
 `hll` can estimate the count of tens of billions of distinct values with only
 a few percent error.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-hll-dbgsym
Package-Type: ddeb
Source: postgresql-hll
Version: 2.20-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 141
Depends: postgresql-19-hll (= 2.20-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-hll/postgresql-19-hll-dbgsym_2.20-1.pgdg26.04+1_amd64.deb
Size: 102656
SHA512: 5c8a89ed80620b3e7caa165b1c73e38286e95906b303d5c306f52256d23a7c5c5e0668ca0499dfd74101853066dd64f12139467df17a07e4304e31a5d6617c8c
SHA256: 97ed78648353799d471b7c27770623ae2d571802d0368cd06847150c0a5d7953
SHA1: 6dd1bc8c1dcbbf4de02180b783b233a53ccacd21
MD5sum: 3c00ad48be99262e5cad3f6d0a8d9a8b
Description: debug symbols for postgresql-19-hll
Build-Ids: 291af34b08f12e73d06d167efa415c3d46734fbd
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-http
Source: pgsql-http
Version: 1.7.0-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 142
Depends: postgresql-19, libc6 (>= 2.38), libcurl4t64 (>= 7.16.2)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/pramsey/pgsql-http
Priority: optional
Section: database
Filename: pool/main/p/pgsql-http/postgresql-19-http_1.7.0-3.pgdg26.04+1_amd64.deb
Size: 52656
SHA512: e8cba1b88adbfb621dd362443db3be69661c7bf3f5a3d56d18ab69e9dd2ae33489de6928d3d9b06ff76279f305e4004971d706e8e1317216c577e5423298c00d
SHA256: 85fcf0692c0a33c11972c7c0ba637edb9bf3a2ec496cb297809364b6a12f0384
SHA1: 36b06ef231309f0ecb094c5921a823f618bcc2f3
MD5sum: 6c9ad6d05592360da3a657c5ac7f93d6
Description: HTTP client for PostgreSQL, retrieve a web page from inside the database
 PostgreSQL extension to make HTTP requests from within the database, returning
 results for usage in SQL queries.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-http-dbgsym
Package-Type: ddeb
Source: pgsql-http
Version: 1.7.0-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 96
Depends: postgresql-19-http (= 1.7.0-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgsql-http/postgresql-19-http-dbgsym_1.7.0-3.pgdg26.04+1_amd64.deb
Size: 66712
SHA512: 5d2d994532ec952120386024fa769464afa7db6904781a8f39c1f75395f15c206565a28344afe19a7fe6f724f83bf7c6b9bce25e566c215097df22e4e969dcb0
SHA256: 1ed919a68068fe83ff59467b97e559dbf262176c560c5c52ca8a13c77061db45
SHA1: c485903869d5ca1e4baf3e823161f9dcca6e8405
MD5sum: ae5a9e48034c619c49818d14247591cd
Description: debug symbols for postgresql-19-http
Build-Ids: ecd054169d00527f19fe6c42b4ce07f12dbd2e0a
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-ip4r
Source: ip4r
Version: 2.4.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 514
Depends: postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Provides: postgresql-ip4r
Homepage: https://github.com/RhodiumToad/ip4r
Priority: optional
Section: misc
Filename: pool/main/i/ip4r/postgresql-19-ip4r_2.4.3-1.pgdg26.04+1_amd64.deb
Size: 179560
SHA512: a6fb03ec399bba17860a19d3c5af5f32a025e5996c955138e1aafa278c41c2aefac57fc1213a80561526ad7abdf2dee0bc04bf81a15b38f73b2c653c5075ed9b
SHA256: 6463206adc5a2db7af70c36e91e8d6376e994f51b6e3d2a2855968516ccf6e4c
SHA1: 7eecb6f292fc25e4fc476ad7fadda4b840453607
MD5sum: 7bf58eb81f5e70f57d933df50dea04e1
Description: IPv4 and IPv6 types for PostgreSQL 19
 This PostgreSQL module provides several data types which can contain
 single IPv4 or IPv6 addresses or a range of such addresses.
 .
 ip4r supports these data types:
 .
  ip4:       IPv4 address '#.#.#.#'
  ip4r:      IPv4 range '#.#.#.#-#.#.#.#' or '#.#.#.#/#' or '#.#.#.#'
  ip6:       IPv6 address 'xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx'
  ip6r:      IPv6 range '#-#' or '#/#' or '#'
  ipaddress: IPv4 or IPv6 address
  iprange:   IPv4 or IPv6 range
 .
 While PostgreSQL already has built-in types 'inet' and 'cidr', the
 authors of this module found that they had a number of requirements
 that were not addressed by the built-in types.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-ip4r-dbgsym
Package-Type: ddeb
Source: ip4r
Version: 2.4.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 310
Depends: postgresql-19-ip4r (= 2.4.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/i/ip4r/postgresql-19-ip4r-dbgsym_2.4.3-1.pgdg26.04+1_amd64.deb
Size: 225016
SHA512: 2f64a09b8e5b30f63831fd9039035bdaa9285be39d2c6b0c3f8575dd9f0c187f98f5f142da8cd17b37e5bf7b1431a472d06fa50ca30ec1d8a8eb63a09c87e28b
SHA256: f042647531d6f687f9c355dcd648e6ff86e13d4a5e74d9eea58092d4c244e421
SHA1: efd83afa29962e79a15146189b0086aa06dad21c
MD5sum: e9c91980df7162eb28d67a0c0a886e74
Description: debug symbols for postgresql-19-ip4r
Build-Ids: 1db608c6ea2d671cbe00aa1b59b00bfe27eaf972
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-mimeo
Source: mimeo
Version: 1.5.1-20.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4467
Depends: postgresql-contrib-19, postgresql-19
Recommends: python3
Homepage: https://github.com/omniti-labs/mimeo
Priority: optional
Section: database
Filename: pool/main/m/mimeo/postgresql-19-mimeo_1.5.1-20.pgdg26.04+1_all.deb
Size: 109768
SHA512: 1b0e5fd1dc16e460a1880f325f6ccb5c86e731516a67a6cee9e28abd60225d289e4b5ff561c7813198627e4cf67884521123eca8f105b7b1a6ce5ed6afd7979c
SHA256: bb5d3f1274c3e7b91258f72a3b4843f6159345db06f7319354535f4d9c71be6f
SHA1: b80d42f7978a937b7415d237b9c1d34523f39bd6
MD5sum: 76529313c573dad7013049a9aa42f8de
Description: specialized, per-table replication between PostgreSQL instances
 Mimeo is a PostgreSQL extension that provides specialized, per-table
 replication between PostgreSQL instances. It currently provides snapshot
 (whole table copy), incremental (based on an incrementing timestamp or id),
 and DML (inserts, updates and deletes) replication methods.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-numeral
Source: postgresql-numeral
Version: 1.3-9.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 242
Depends: postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-numeral
Priority: optional
Section: database
Filename: pool/main/p/postgresql-numeral/postgresql-19-numeral_1.3-9.pgdg26.04+1_amd64.deb
Size: 75108
SHA512: 25afb56bd32ace494fd2d4bcb3b7b6b3ea3cc90af0003a8d399959f66e353de52aeec82ceaf78e6340eb5e723c5cdf5bd341b411a3d385fb6260d729732ea046
SHA256: 33a512ded5139faeb455c865a9c7c54cc714e7a9ed662125f16bd0e01d9913d0
SHA1: 0ebcae0cff036affe8832ae0f0ae04a52289ff41
MD5sum: b8bc01e751ead9617e90de947a78946b
Description: numeral datatypes for PostgreSQL
 This module provides numeric data types for PostgreSQL that use
 numerals (words instead of digits) for input and output.
 .
  * numeral: English numerals (one, two, three, four, ...),
    short scale (10^9 = trillion)
  * zahl: German numerals (eins, zwei, drei, vier, ...),
    long scale (10^9 = Milliarde)
  * roman: Roman numerals (I, II, III, IV, ...)
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-numeral-dbgsym
Package-Type: ddeb
Source: postgresql-numeral
Version: 1.3-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 91
Depends: postgresql-19-numeral (= 1.3-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-numeral/postgresql-19-numeral-dbgsym_1.3-9.pgdg26.04+1_amd64.deb
Size: 48456
SHA512: d0f6550b194d022317333e6019c081a74d8419787a6fcf9490a0e687d468559b83f693193e7cb26240be29b8b779f3a9903996ee4484dd5865754ba234997342
SHA256: aa48bb0dad40cd40c8b6799d88468a4c28a6abd0ea71d04f88f815cf9770acd5
SHA1: b232721e949fea3941e31659c3e9b0677b0f8d6b
MD5sum: 1402abb4f4541ca12a664d5e63a0c991
Description: debug symbols for postgresql-19-numeral
Build-Ids: 8bf7e3afb63df19b05c4dd7b967a2b3ac84c1d8f
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-partman
Source: pg-partman
Version: 5.4.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 7976
Depends: python3, python3-psycopg2, postgresql-19, libc6 (>= 2.4)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/pgpartman/pg_partman
Priority: optional
Section: database
Filename: pool/main/p/pg-partman/postgresql-19-partman_5.4.3-1.pgdg26.04+1_amd64.deb
Size: 235600
SHA512: e40af8b71d1245e097e2007d29452c2b5225fa3bf57f1cb5cffae2fa8e9bb4dee142afb16924d619daeab187a76bd29e5f5716a37f9e72a83db84e314cb531ed
SHA256: e7ee33bec14329fdc6e51fb611ad135b46289c863b425a85b3213095c120ffc3
SHA1: 21347f618bb661116372e1de4cb879f6b36b8b4b
MD5sum: 882e7f900dcb3047c3d068634461ef2c
Description: PostgreSQL Partition Manager
 pg_partman is a PostgreSQL extension to create and manage both time-based and
 serial-based table partition sets. Sub-partitioning is also supported. Child
 table & trigger function creation is all managed by the extension itself.
 Tables with existing data can also have their data partitioned in easily
 managed smaller batches. Optional retention policy can automatically drop
 partitions no longer needed. A background worker (BGW) process is included to
 automatically run partition maintenance without the need of an external
 scheduler (cron, etc) in most cases.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-partman-dbgsym
Package-Type: ddeb
Source: pg-partman
Version: 5.4.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-19-partman (= 5.4.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-partman/postgresql-19-partman-dbgsym_5.4.3-1.pgdg26.04+1_amd64.deb
Size: 45660
SHA512: e8a68d9744ff811dec7a17565345485777aa9901bdbbf7ef9982521eb7c56cc8978bab3573c7596af509ebf8b8a9e439c68b3264b899c9cff6b9b7f7d9b6bb8e
SHA256: 89ac373fd56a1f994e061bdc72970830d3a7bdfdcdc4c3289b34e39b7d03cf83
SHA1: 632472d3705c76e205cacd3601a5d436f3281a10
MD5sum: 44323101d03778099870ee3b87ae9f86
Description: debug symbols for postgresql-19-partman
Build-Ids: 3b5ea464d769c711a8ff2b9f0d0c873b2a875524
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-periods
Source: postgresql-periods
Version: 1.2.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 546
Depends: postgresql-contrib-19, postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/xocolatl/periods
Priority: optional
Section: database
Filename: pool/main/p/postgresql-periods/postgresql-19-periods_1.2.3-2.pgdg26.04+1_amd64.deb
Size: 46772
SHA512: 4f3b271d878610ebddd9a08e6c823ad2a369802c09708549df13c22ec49783e2c33fd1319edccaaefa5341e1073a483d014b4874fbd48b7777a3358c037888d4
SHA256: e0f9676101ea573c25bbd7f469b8482ae469d31486f68a905e4fbbfa9562328b
SHA1: 3e81258ae8ebd88e4512ba0e977f2ecfdcfeb06f
MD5sum: 28011cdcb8bb8dadf8d263785190e416
Description: PERIODs and SYSTEM VERSIONING for PostgreSQL
 This extension attempts to recreate the behavior defined in SQL:2016
 (originally SQL:2011) around periods and tables with SYSTEM VERSIONING. The
 idea is to figure out all the rules that PostgreSQL would like to adopt (there
 are some details missing in the standard) and to allow earlier versions of
 PostgreSQL to simulate the behavior once the feature is finally integrated.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-periods-dbgsym
Package-Type: ddeb
Source: postgresql-periods
Version: 1.2.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 65
Depends: postgresql-19-periods (= 1.2.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-periods/postgresql-19-periods-dbgsym_1.2.3-2.pgdg26.04+1_amd64.deb
Size: 43460
SHA512: 454ea43356e0d71e78ff7826e6bfbd5701c7e33cf5cbd952357402f6a1dd679feee7a353714b0f1b208a66ae560e678f6c256a3035378e9dda36edf957967eef
SHA256: 87b763c3ee1d3cc9bc7a7baf6b7bc964ed2f6b6a20202b72633036d0607d71f3
SHA1: 67c0597a0ff641452a30011971f584578aa06a4d
MD5sum: f77e611e16bea2bb924b14852dff42a3
Description: debug symbols for postgresql-19-periods
Build-Ids: 55d4ac61888b099d59534dff644acf64b462379f
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pg-catcheck
Source: pg-catcheck
Version: 1.6.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 144
Depends: postgresql-19, libc6 (>= 2.38), libpq5 (>= 9.2~beta3)
Homepage: https://github.com/EnterpriseDB/pg_catcheck/
Priority: optional
Section: database
Filename: pool/main/p/pg-catcheck/postgresql-19-pg-catcheck_1.6.0-2.pgdg26.04+1_amd64.deb
Size: 36672
SHA512: 73ab0ec85a52160ce346d05f8308252b5f433369b2957884b8a6059d45138f9248b78b4b4aa0ecb0ed2c25e45dc4e52b2243afc8854686e7e3ebb5d2e0d2626c
SHA256: 94a7b735e93315c53c140db3fbd01beff9cdc16b13dc4b5c31c698c1393978c5
SHA1: bb473e27e92fd8e719e2be293cbc99e1dd20e431
MD5sum: 926c5c9c24d7d7cdd1f865a54c1c6806
Description: Postgres system catalog checker
 PostgreSQL stores the metadata for SQL objects such as tables and functions
 using special tables called system catalog tables. pg_catcheck is a simple
 tool for diagnosing system catalog corruption. If you suspect that your system
 catalogs are corrupted, this tool may help you figure out exactly what
 problems you have and how serious they are.  If you are paranoid, you can run
 it routinely to search for system catalog corruption that might otherwise go
 undetected.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pg-catcheck-dbgsym
Package-Type: ddeb
Source: pg-catcheck
Version: 1.6.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 94
Depends: postgresql-19-pg-catcheck (= 1.6.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-catcheck/postgresql-19-pg-catcheck-dbgsym_1.6.0-2.pgdg26.04+1_amd64.deb
Size: 41032
SHA512: 5ec535c60a19eaa521d7da6a7b742c7032411a04253b00b5d04af9bfcf6f2155ab4edd0d346b2a40444db8a110a1b46a59a7068a349c31136345f4743c7a1655
SHA256: 51e35b46eaea5e0eba8156c388039946d57bc47805ba8b31979f16878e282ea5
SHA1: 49c55aca50f028c75014588e31c07e6f549eebfc
MD5sum: ea31c4dbe9dd5e0369910eeb78edbe97
Description: debug symbols for postgresql-19-pg-catcheck
Build-Ids: e3962bc5921133ae37508e12d0a8c4899f5c9c96
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pg-crash
Source: pg-crash
Version: 0.3-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 43
Depends: postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_crash
Priority: optional
Section: database
Filename: pool/main/p/pg-crash/postgresql-19-pg-crash_0.3-2.pgdg26.04+1_amd64.deb
Size: 13248
SHA512: 46e4e3d3eb63dde1738dd4013302e36ec93519bc85167c81fcb9b4c84ce70c36bc43bdde65588b58d4396a43177398536cd7c9cb844fe0f954760fee7e39b587
SHA256: 3e4bc8225248ba83ee9abdde122ec970540f5b161f9b71579662bb0ae151f10c
SHA1: 65b1ccb1a69bc926268700ed9f2565c971aa9c10
MD5sum: e9fa98d648962a4d9675a6524762f8fb
Description: Periodically crash your PostgreSQL database
 If your database is too reliable - pg_crash can kill it for you. pg_crash is
 an extension to PostgreSQL that periodically crashes your database
 infrastructure by sending kill (or other) signals to your DB processes and
 make them fail. It is ideal for HA and failover testing.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pg-crash-dbgsym
Package-Type: ddeb
Source: pg-crash
Version: 0.3-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36
Depends: postgresql-19-pg-crash (= 0.3-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-crash/postgresql-19-pg-crash-dbgsym_0.3-2.pgdg26.04+1_amd64.deb
Size: 16972
SHA512: c6d6b5109bf9c8b8f9c8121ca41dcd460d09cc9e42c5b025de02a2d14bb215d120f188eafa4e4c5552e3f1ad504d250617c7dd7c1b8aadbf56c5015f41689659
SHA256: bb1883bc5cd9469a592319c6ed0db80bf74cecdd99589aecc03105fa3d86e0fe
SHA1: b76473f231c83d7fa2d6efac312e0e688614577e
MD5sum: 950f5f5489d393ddab247dc48d1650c9
Description: debug symbols for postgresql-19-pg-crash
Build-Ids: f11ec8f4ba0720eab2e6733d0485482c78264ad3
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pg-csv
Source: pg-csv
Version: 1.0.2-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-19, libc6 (>= 2.4)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/PostgREST/pg_csv/
Priority: optional
Section: database
Filename: pool/main/p/pg-csv/postgresql-19-pg-csv_1.0.2-1.pgdg26.04+1_amd64.deb
Size: 17344
SHA512: 50317b8ef1f0225f199b4b2da7f57b5423777c19c696ec88ca9207f7ffc61891be0f3ed3e3646e033786c584fe7894766651a3777c9e29e0554508b973c936b4
SHA256: e5893be52c3e72e2d02b92f799acc771594d032007bfc203d1625c252dc74768
SHA1: 5b4e9436baa84a4f956c902b292a7a5bf9f5fe8d
MD5sum: c74bf3ea32ffde3989032ee90a4d6cc3
Description: Flexible CSV processing for Postgres
 Postgres has CSV support on the COPY command, but COPY has problems:
  * It uses a special protocol, so it doesn't work with other standard features
    like prepared statements, pipeline mode or pgbench.
  * Is not composable. You can't use COPY inside CTEs, subqueries, view
    definitions or as function arguments.
 .
 pg_csv offers flexible CSV processing as a solution.
  * Includes a CSV aggregate csv_agg() that composes with SQL expressions.
  * Native C extension, x2 times faster than SQL queries that try to output CSV
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pg-csv-dbgsym
Package-Type: ddeb
Source: pg-csv
Version: 1.0.2-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-19-pg-csv (= 1.0.2-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-csv/postgresql-19-pg-csv-dbgsym_1.0.2-1.pgdg26.04+1_amd64.deb
Size: 20808
SHA512: 5452f775944e2db0763641d381b039485ac996eba07e13e8af8fe45187c1a3319214db3e2b69da127289cda79e304fde3d43b78e777a56135ec69557b153c30d
SHA256: 84016c3da95467a883d57a95443f0334f0b8c5ef2d84d92a3841be17bb507961
SHA1: e56d1c1ba1171b379bd44a70600bf2c770d67e56
MD5sum: 48f897f726ccf4a23f53f04815873c74
Description: debug symbols for postgresql-19-pg-csv
Build-Ids: 502f50df8cfb6dd5424e1f9cc64df767c7ee3f3f
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pg-gvm
Source: pg-gvm
Version: 22.6.17-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-19, libc6 (>= 2.38), libgvm22t64 (>= 22.6.0), libical3t64 (>= 3.0.0)
Conflicts: pg-gvm (<< 22.6.2-1~)
Replaces: pg-gvm (<< 22.6.2-1~)
Provides: pg-gvm
Homepage: https://github.com/greenbone/pg-gvm
Priority: optional
Section: libs
Filename: pool/main/p/pg-gvm/postgresql-19-pg-gvm_22.6.17-1.pgdg26.04+1_amd64.deb
Size: 20256
SHA512: ed88044bd423ffc55475b08e0c9a73ceeabf0b218e981178ed62ebf9057bbb866e28fa16874b91ebe2da67b39ac2ba561c8e80ea7a5ae2924845a91259587361
SHA256: f7bf36cb61f077442d66bd0b0e325f35ee065cc0e1fcf75678daadb314052a20
SHA1: e4c487c214aa367491d2ddcd3209bfa28f0d07eb
MD5sum: 18d0ad97068073a08adbc4ef9e892378
Description: PostgreSQL extension for ical object manipulation
 The Greenbone Vulnerability Manager is the central management service between
 security scanners and the user clients.
 .
 It manages the storage of any vulnerability management configurations and of
 the scan results. Access to data, control commands and workflows is offered
 via the XML-based Greenbone Management Protocol (GMP). The primary scanner,
 openVAS Scanner is controlled directly via protocol OTP while any other remote
 scanner is coupled with the Open Scanner Protocol (OSP).
 .
 pg-gvm contains functionality for ical object manipulation for PostgreSQL.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pg-gvm-dbgsym
Package-Type: ddeb
Source: pg-gvm
Version: 22.6.17-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Installed-Size: 50
Depends: postgresql-19-pg-gvm (= 22.6.17-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-gvm/postgresql-19-pg-gvm-dbgsym_22.6.17-1.pgdg26.04+1_amd64.deb
Size: 29948
SHA512: 2d0ebaa8993b888decceb10f8a3f9a145ce1af58ac19374e83ef18c740d2f5382c4162c579a976081843363e79a1f3f97b875a2f8c549ea2a5efa57ed772f96d
SHA256: cefe76efe151d0deb13e82439dc5fd6dfb9dbbe0f662a5eb879f6f8e4c56296f
SHA1: 3adf679d45a3086a77cadd7232eda7a299c2b0a3
MD5sum: 5b8bcaf4653fe096b30d1f4d99aa6019
Description: debug symbols for postgresql-19-pg-gvm
Build-Ids: 11f6c05cf6cce7c2e98a2195e01f355f0f5cda7d
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pg-permissions
Source: pg-permissions
Version: 1.4-2.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 92
Depends: postgresql-19
Homepage: https://github.com/cybertec-postgresql/pg_permissions
Priority: optional
Section: database
Filename: pool/main/p/pg-permissions/postgresql-19-pg-permissions_1.4-2.pgdg26.04+1_all.deb
Size: 8268
SHA512: 17920177feafc39b123062e1636bfae31ec2faeacfc3a925ff23275960d747231e898c3c0ec8ae33f910b2f4092f915958e226e8162094fd201387c0ac7ee3ee
SHA256: d688bbdcaffee3a30b247a6804561d3e93602d6aad1d35c014024fd0ce51e4e7
SHA1: 829808a1fc1b2758bbceb0f1eb47e21a1e5c57e3
MD5sum: d4ca7339fefb35ffd67323ec1d3b68d6
Description: see all permissions in a PostgreSQL database
 pg_permissions is a simple set of views to see all permissions in a PostgreSQL
 database.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pg-pwhash
Source: pg-pwhash
Version: 1.0-2.pgdg26.04+3
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-19, libargon2-1 (>= 0~20171227), libc6 (>= 2.14), libcrypt1 (>= 1:4.1.0), libscrypt0 (>= 1), libssl3t64 (>= 3.2.0)
Homepage: https://github.com/cybertec-postgresql/pg_pwhash
Priority: optional
Section: database
Filename: pool/main/p/pg-pwhash/postgresql-19-pg-pwhash_1.0-2.pgdg26.04+3_amd64.deb
Size: 58360
SHA512: a52cdb13283b14982bf2dac8c273a3564c193d5dd23949528e5d99009690ade1b02058005a1b5e092f06d3849ebdffc2e6d9856864af3835e95393bdb550dffe
SHA256: 16ef2305ec3dc82a082414923350c2236bd7d95985681ff6aca2d9cab4e5769d
SHA1: 7bf926be4ba6e9dede529cd0f91741c4946eead4
MD5sum: 19d25581b3a48562e80824a43b8cce67
Description: Advanced password hashing methods for PostgreSQL
 The extension pg_pwhash provides advanced password hashing methods based on
 adaptive implementations.
 .
 Supported password hashing algorithms:
  * Argon2 based on RFC 9106 ($argon2$ and variants)
  * scrypt ($scrypt$ and $7$)
  * yescrypt ($y$)
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pg-pwhash-dbgsym
Package-Type: ddeb
Source: pg-pwhash
Version: 1.0-2.pgdg26.04+3
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-19-pg-pwhash (= 1.0-2.pgdg26.04+3)
Priority: optional
Section: debug
Filename: pool/main/p/pg-pwhash/postgresql-19-pg-pwhash-dbgsym_1.0-2.pgdg26.04+3_amd64.deb
Size: 46804
SHA512: d3c14bedfea8f023b6c5177921e5b505f6917640ac5d86ae073453f45f762b5ae18cd33d47d83c17c2b4741c3240fcb84ecb9ee6026c8ee32ceeb326ba28ac25
SHA256: 7ceba9e965195e89d991b4062038b36c377c6cfd7e89e1c7f09f293052b7e967
SHA1: 0ab105e1e492c44f0441d5bf9ffc65e4838645ae
MD5sum: 257db39cf8386c1611780f61b7d7862d
Description: debug symbols for postgresql-19-pg-pwhash
Build-Ids: c27d429a37a7fb6216ab6d6aec4ba97e5e4d0e79
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pg-rrule
Source: pg-rrule
Version: 0.3.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 89
Depends: postgresql-19, libc6 (>= 2.14), libical3t64 (>= 3.0.0)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/petropavel13/pg_rrule
Priority: optional
Section: database
Filename: pool/main/p/pg-rrule/postgresql-19-pg-rrule_0.3.0-1.pgdg26.04+1_amd64.deb
Size: 24728
SHA512: 640308e34ad9c69fe739146841720da84394c5567f201273913af325712025e9027c5972d7846679a2b80f3b84099dfe58b34d719eaa25b9599295e9fbb921cf
SHA256: b8a4a4194089545ea2b6f00b2ea122f4337697e2b9e151778c9bec23f803e5ee
SHA1: 8f540c431f6432aaa7d4866d9cf11fa55199b0fc
MD5sum: a6d3488234e6fe69bdee8720f4446547
Description: RRULE data type for PostgreSQL
 pg-rrule can expand recurrence rules (RRULE) as defined in the
 iCalendar specification (RFC 5545). It allows expanding RRULEs
 into concrete occurences as timestamps, which can then be queried
 against.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pg-rrule-dbgsym
Package-Type: ddeb
Source: pg-rrule
Version: 0.3.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-19-pg-rrule (= 0.3.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rrule/postgresql-19-pg-rrule-dbgsym_0.3.0-1.pgdg26.04+1_amd64.deb
Size: 24168
SHA512: e8461b6e7da023bafe60beef76c3976ff8f7ef9b214674f57d04d1f6167d0b2eb9aeddda212ad83de70d6dc268ca5f113ef710029a297af8d7cf1fa7c4e26f17
SHA256: d413190a22f3869a3727367bbc926f395026520aeac3f7ff6b52c7eafe714d84
SHA1: 16cce2a89d216e6f4f60414f27c9bf502663b392
MD5sum: 9806d2abcd0fdba84c89be1927d0d54f
Description: debug symbols for postgresql-19-pg-rrule
Build-Ids: 88c377bb74b3b56970a5922df63d7aef98ad6714
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pg-track-settings
Source: pg-track-settings
Version: 2.1.2-5.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 149
Depends: postgresql-19
Homepage: https://powa.readthedocs.io/
Priority: optional
Section: database
Filename: pool/main/p/pg-track-settings/postgresql-19-pg-track-settings_2.1.2-5.pgdg26.04+1_all.deb
Size: 8928
SHA512: 9f7d57a318f1f32e65da1bcd385728f990d7844001922ad4cdb3bd89033ed29a224ed9485de0544dd382d847456cb93ce90f737b1faabb0d3e2ca4cbd4f934bf
SHA256: 439f0f87f93711f84020be3662f7042c2b562365b50038f5c81b6f91f765c8a9
SHA1: 9e4587e757c140810ec54ab3b9271f2cc4a7a7dc
MD5sum: 173942c43e953623f7eeec55b4e0e627
Description: PostgreSQL extension tracking of configuration settings
 pg_track_settings is a small PostgreSQL extension that helps you keep track of
 PostgreSQL settings configuration.
 .
 It provides a function (pg_track_settings_snapshot()), that must be called
 regularly. At each call, it will store the settings that have been changed
 since last call. It will also track the postgresql start time if it's
 different from the last one.
 .
 This extension tracks both overall settings (the pg_settings view) and
 overloaded settings (the pg_db_role_setting table).
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pg-uuidv7
Source: pg-uuidv7
Version: 1.7.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-19, libc6 (>= 2.17)
Homepage: https://github.com/fboulnois/pg_uuidv7
Priority: optional
Section: database
Filename: pool/main/p/pg-uuidv7/postgresql-19-pg-uuidv7_1.7.0-1.pgdg26.04+1_amd64.deb
Size: 12964
SHA512: 335c0cea9a7f2e0637ed69a03665c1053c0f62ad6e0ecccdcdeb081fb64b4a1fd40ef91e321cf5f09081ff8d5e6040f0e6bee5bc3a79626e97fcb4f6e0882256
SHA256: c7317757020455db1a8205e26cd02831835312749e6acad5235d48c7bd9abecc
SHA1: 24dbbfc69efbd9d522a553d224c33c7f2f87a8df
MD5sum: 531e90c85cb274c4b5c4219c3d3ce206
Description: Extension providing UUIDv7 data type
 pg_uuidv7 is an extension which provides a UUID v7 data type, in
 particular for PostgreSQL releases before 18 that do not have a
 builtin uuidv7 data type.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pg-uuidv7-dbgsym
Package-Type: ddeb
Source: pg-uuidv7
Version: 1.7.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 26
Depends: postgresql-19-pg-uuidv7 (= 1.7.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-uuidv7/postgresql-19-pg-uuidv7-dbgsym_1.7.0-1.pgdg26.04+1_amd64.deb
Size: 7572
SHA512: 9de52ac09ff2228d6be592f3f3da85697f15becceea8d5a76da1305bed3d0048b19e0559c21ea7d2b72f82ad8c822033d68681c4960b539a45bd6f3dc6a4680c
SHA256: 42022347e3ea0c1710fbb8b8d77516f5a02c7e707aafc976d5354a1dfbb39f13
SHA1: e78320bad0fcaca3a2e9002c2e1618af34189842
MD5sum: 747e23fe35df45c5915b2805ef1f5e95
Description: debug symbols for postgresql-19-pg-uuidv7
Build-Ids: fe40ac9eaf078b1e020606d6175ff4ea44ad7653
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pgextwlist
Source: pgextwlist
Version: 1.19-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 79
Depends: postgresql-19, libc6 (>= 2.33)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/dimitri/pgextwlist
Priority: optional
Section: libs
Filename: pool/main/p/pgextwlist/postgresql-19-pgextwlist_1.19-2.pgdg26.04+1_amd64.deb
Size: 29388
SHA512: 9002aa5b5e9af4175d3a2178b1692d51610836f44b47241d5a433a3bb06e04d5115a8456492099e3d82bba32eaadf6c67c331d191d85f061a5b6d51bbbc2969d
SHA256: 2e22989b4d25fab0a390881692518c3bb230e7a861fa5834b06c684b6579409f
SHA1: 0c1c02733951c6bcf3ed4946815f8499a56e3e43
MD5sum: 219ecde66eed08edae6bcf41bdb114cb
Description: PostgreSQL Extension Whitelisting
 This extension implements extension whitelisting, and will actively prevent
 users from installing extensions not in the provided list. Also, this
 extension implements a form of sudo facility in that the whitelisted
 extensions will get installed as if superuser. Privileges are dropped before
 handing the control back to the user.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pgextwlist-dbgsym
Package-Type: ddeb
Source: pgextwlist
Version: 1.19-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 86
Depends: postgresql-19-pgextwlist (= 1.19-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgextwlist/postgresql-19-pgextwlist-dbgsym_1.19-2.pgdg26.04+1_amd64.deb
Size: 62692
SHA512: c39dc2fc487d6ac1584843c171e8cbdd5371f37df60c532aa5844687b07cf93b2f3948f01adadde2a92c9298c5a2b9e8a19c069ac3226db763fa9b0f40752575
SHA256: da647b6431702c5a156280d1852cf7927a653151d68750ed72091f846b99f9f1
SHA1: dd4274428ad1c966cec83ac72fa75fe72ee8c590
MD5sum: 30a4d48f38d8a7eea4fedadeac9f72ae
Description: debug symbols for postgresql-19-pgextwlist
Build-Ids: 45e1e2c2c824cd3b188a6f511604f2c0ba59e887
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pgmemcache
Source: pgmemcache
Version: 2.3.0-16.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 125
Depends: postgresql-19, libc6 (>= 2.38), libmemcached11t64 (>= 1.1.4), libsasl2-2 (>= 2.1.28+dfsg1)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/ohmu/pgmemcache
Priority: optional
Section: database
Filename: pool/main/p/pgmemcache/postgresql-19-pgmemcache_2.3.0-16.pgdg26.04+1_amd64.deb
Size: 46016
SHA512: dacaa5023987ce5e58d5f6ff8913b3ebd407b1e22f1eccedc9276d7a107dc3ee5b036bc56c2dae4ba0f744b6e53a0d58b00878e26d3fb6bc11d85a24a579ae83
SHA256: cc12300d92fa6ca8d6650f404c1c3395acc03364b92c8053bce3bb9e9ab42307
SHA1: 4a34ea22229f5ed90d84edb7a917f3f332d8476d
MD5sum: 39a6b91653a9ac984db04899c01a4368
Description: PostgreSQL interface to memcached
 pgmemcache is an extension for PostgreSQL that provides an API to
 memcached through user-defined functions.
 .
 memcached is a high-performance, distributed memory object caching
 system, generic in nature, but originally intended for use in
 speeding up dynamic web applications by alleviating database load.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pgmemcache-dbgsym
Package-Type: ddeb
Source: pgmemcache
Version: 2.3.0-16.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 85
Depends: postgresql-19-pgmemcache (= 2.3.0-16.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgmemcache/postgresql-19-pgmemcache-dbgsym_2.3.0-16.pgdg26.04+1_amd64.deb
Size: 53716
SHA512: 2383442a270baab81bb8f59bf9fa574b6940a345e416327ad2e662632b85e1e9c98f14d797932b2d2b47fc638f60bc67e808cafdaa40e2d0243e0c007fd93d6e
SHA256: 25869986d4c659ec346ff7d98459c654fa39aeaaa0361d6a0f5cd246d2903e02
SHA1: fd4c278eddc3966981f7bf88e195dfa8064b5cb3
MD5sum: 0cf8115cab97bd1a754db23a394aab52
Description: debug symbols for postgresql-19-pgmemcache
Build-Ids: 5969565a7c52db632fde332ab2e55ca801ae84be
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pgpcre
Source: pgpcre
Version: 0.20190509-9.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 60
Depends: postgresql-19, libc6 (>= 2.14), libpcre2-8-0 (>= 10.22)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/petere/pgpcre
Priority: optional
Section: database
Filename: pool/main/p/pgpcre/postgresql-19-pgpcre_0.20190509-9.pgdg26.04+1_amd64.deb
Size: 18432
SHA512: 30e609e30d29209caff18556c606c8cf0a069323906cc84144ccb40130ae09131f3f9f65586ef8fa572b21c91da9e1a2d032f3f03b73754692ac960aebfe3925
SHA256: 6e28e142b5e76a8f8b6e78e8ee7e1d70c6a5da45ffb60f8b01c4f45f69050e9e
SHA1: 26d24fa2be08f4d8d5c369da00d8f175a800efa5
MD5sum: 886efc2bcd4ec63cdde96d353b5c82b9
Description: Perl Compatible Regular Expressions (PCRE) extension for PostgreSQL
 This is a module for PostgreSQL that exposes Perl-compatible regular
 expressions (PCRE) functionality as functions and operators. It is based on
 the popular PCRE library.
 .
 Some possible advantages over the regular expression support built into
 PostgreSQL:
  * richer pattern language, more familiar to Perl and Python programmers
  * complete Unicode support
  * saner operators and functions
 Some disadvantages:
  * no repeated matching ('g' flag)
  * no index optimization
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pgpcre-dbgsym
Package-Type: ddeb
Source: pgpcre
Version: 0.20190509-9.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: postgresql-19-pgpcre (= 0.20190509-9.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgpcre/postgresql-19-pgpcre-dbgsym_0.20190509-9.pgdg26.04+1_amd64.deb
Size: 18804
SHA512: 97ad4d0602a1a7470ca21a16387299981d29182819e95512b0cde9ffac580b7da3f21dc996c766c036da3fbe6c1dd6a9a6c77d53c8bd1fbded46d84a757da9f2
SHA256: 903524213629b7909afab1f7116345b8488d6ca07b1af5449db672a7e8f82dbc
SHA1: 055efd681ac1f5b9eca69d73ae53fb112105001a
MD5sum: 3169f66d1c0a6843bea9dd0d457e240d
Description: debug symbols for postgresql-19-pgpcre
Build-Ids: 6bbde203e935cdcd341cbf4eed3e1c866a1fca30
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pgrouting
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 2196
Depends: postgresql-19-pgrouting-scripts (>= 4.0.1-1.pgdg26.04+1), postgresql-19, postgresql-19-postgis, postgresql-19-postgis-scripts, libc6 (>= 2.14), libgcc-s1 (>= 3.3.1), libstdc++6 (>= 13.1)
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-19-pgrouting_4.0.1-1.pgdg26.04+1_amd64.deb
Size: 655288
SHA512: 5db3b21ca46a71a3f3bcc163c3acf3e3707b65edc8115ed2f7d8c3c9f464abb5e6a1ba14b06fbd96c6d3b9656ee8d441ef89bd935b590dade1a4e9b41c25b6a1
SHA256: 311a121e52bf40be0a4c3ba34c4ef68355bf8752c77edaea3a56a80df34534cc
SHA1: fa1ad3df76191edfece0989a7266247d5bcfb2ea
MD5sum: aeb07e1b6aed79180d5fbf8e0cdd1e3a
Description: Routing functionality support for PostgreSQL/PostGIS
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package supports PostgreSQL 19.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pgrouting-dbgsym
Package-Type: ddeb
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 14293
Depends: postgresql-19-pgrouting (= 4.0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pgrouting/postgresql-19-pgrouting-dbgsym_4.0.1-1.pgdg26.04+1_amd64.deb
Size: 13822412
SHA512: 0663af6d06542f2d926f27c5509324b0281e20cbce02430b72e4f8025cede92945cf7d99f3a7952d564564b606b1c7fbc4a685eebdb761b1a009494eb32ce749
SHA256: 11d940dce58f346e50adcb36fe3fd4ead86d33fa9b166e62c27baea4a918029c
SHA1: 235da606d12dfe747014141a3e9c13cf35f96b05
MD5sum: 591a4f11ee1931e6eebf8c8c20f63193
Description: debug symbols for postgresql-19-pgrouting
Build-Ids: c6cfd70e079c085f279d6a28fd1bcd68c3165306
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pgrouting-scripts
Source: pgrouting
Version: 4.0.1-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 3947
Multi-Arch: foreign
Homepage: https://www.pgrouting.org
Priority: optional
Section: misc
Filename: pool/main/p/pgrouting/postgresql-19-pgrouting-scripts_4.0.1-1.pgdg26.04+1_all.deb
Size: 51596
SHA512: 52718298c0bbde50be37abdb22557af73a27b28fcd00d7f2de8784289738131a973dc557a16949919e59cdca6c2282464f7ff04fb0e97786a3c45349346ada1f
SHA256: 37ce90f3fa40ca53de23dcbcee86372a978f7eeb8fe8975d1d05452faed1f159
SHA1: 4856bc7b367a9f25c768adda2412a01dcd0fe91b
MD5sum: 4d973a49e5466639771e0e5c7cb2a8ba
Description: Routing functionality support for PostgreSQL/PostGIS - SQL scripts
 pgRouting extends the PostGIS/PostgreSQL geospatial database to provide
 geospatial routing and other network analysis functionality.
 .
 This package contains the SQL scripts for installing pgRouting, and for
 upgrading from earlier pgRouting versions.
 .
 This package supports PostgreSQL 19.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-pgtap
Source: pgtap
Version: 1.3.4-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1794
Depends: postgresql-19
Recommends: libtap-harness-archive-perl, libtap-parser-sourcehandler-pgtap-perl, libtest-harness-perl, pgtap-doc
Provides: postgresql-pgtap
Homepage: https://pgtap.org/
Priority: optional
Section: database
Filename: pool/main/p/pgtap/postgresql-19-pgtap_1.3.4-1.pgdg26.04+1_all.deb
Size: 45456
SHA512: 1607ac2dbcb42b684b1d09fd7b513f22e9d739692a56caa8f9a3f76be48e6a95538408832e80e8640c29bbc8a82fa34e370296c325d7fbe189a75a621d325e2c
SHA256: cdf71d13a45187f61229e71d6abfe0ee0c9cf1db85a3fed7dd61c7e7071a1d0a
SHA1: b687429e20b9dcc41797efc265cae54bf5902773
MD5sum: 49d1d43fd6735bb5e2fddfe260623b61
Description: Unit testing framework extension for PostgreSQL 19
 pgTAP is a suite of database functions that make it easy to write
 TAP-emitting unit tests in psql scripts suitable for harvesting,
 analysis, and reporting by a TAP harness, such as those used in Perl
 and PHP applications.
 .
 TAP is the Test Anything Protocol (http://testanything.org/).
 .
 This package contains the extension for PostgreSQL 19.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-plpgsql-check
Source: plpgsql-check
Version: 2.9.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 681
Depends: postgresql-19, libc6 (>= 2.17)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-19-plpgsql-check_2.9.0-1.pgdg26.04+1_amd64.deb
Size: 303564
SHA512: edfe90df7956700dec6cb3affe48bd380cbf75e1f962bd7cc3ef2d900ac41b4da29cc75b599b933f052d5b9769d1df7526307f1f65e139e3dddb96d808d4c969
SHA256: 4549111cb177e5dacbe49d933f24dde64fc105649809cc8bce9d0539991e822e
SHA1: a7cdfc371ce7fe452ce86c7a72f920a407ab945a
MD5sum: bdd9f35f32a34c0260d396c581c49098
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-plpgsql-check-dbgsym
Package-Type: ddeb
Source: plpgsql-check
Version: 2.9.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 440
Depends: postgresql-19-plpgsql-check (= 2.9.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-19-plpgsql-check-dbgsym_2.9.0-1.pgdg26.04+1_amd64.deb
Size: 338384
SHA512: d0c96d21743f3ec7765b76fe2c3932b19d881d80e3d5e44d6188094713cc2815b70e8b31518f153e8c6e8720effd805bb64abb8f04327b7a0a447d17963078a9
SHA256: bdfe5fdc06ab7c4c910a5aca68558a3063a578d067ba4f77f32141458e19b73b
SHA1: e2fc653d7e6b8c3abec868e3eaa0c99b75a0d2af
MD5sum: 55abb58d2bcec71a48ebcd2eb1785b99
Description: debug symbols for postgresql-19-plpgsql-check
Build-Ids: 3a73ec1ff3b7a8040dfc814ee4b78923fd4d967a
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-plr
Source: plr
Version: 1:8.4.8.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 288
Depends: r-base-core (>= 2.10), postgresql-19, libc6 (>= 2.38)
Suggests: r-recommended
Breaks: postgresql-19-jit-llvm (<< 21)
Provides: postgresql-plr
Homepage: https://github.com/postgres-plr/plr
Priority: optional
Section: database
Filename: pool/main/p/plr/postgresql-19-plr_8.4.8.6-1.pgdg26.04+1_amd64.deb
Size: 128516
SHA512: 37c829b01bbd519981e34d6882397c9ed68aefe78ce8cdbc48dd812d93eb0211fe06b8dcf5daaa0b694b02518333ed14098cb25fecc459f05f93a8c41fc89d32
SHA256: addfa748ad023b69c97e5e41198753189d8483b05205397672ec5ff49527a0ff
SHA1: f186b72f03bd903c3fb1c166715f21331c031f73
MD5sum: 77917f2da484f90564c2ba05732f522c
Description: Procedural language interface between PostgreSQL and R
 R is a language and environment for statistical computing and graphics,
 providing a wide variety of statistical and graphical techniques (linear and
 nonlinear modelling, statistical tests, time series analysis, classification,
 clustering, and so on).
 .
 PostgreSQL is an open source SQL database server.
 .
 This package provides a procedural language interface to R from
 PostgreSQL. Procedural languages are used to write functions
 which can be called in database queries.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-plr-dbgsym
Package-Type: ddeb
Source: plr
Version: 1:8.4.8.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 192
Depends: postgresql-19-plr (= 1:8.4.8.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plr/postgresql-19-plr-dbgsym_8.4.8.6-1.pgdg26.04+1_amd64.deb
Size: 145804
SHA512: 02dc9834a8fcb9541721b63b7e008713ced0cdac1dd56b5a00d6c99b3b65c2388458b4d1be7fc4aef507758e1c055164cf99e03bd2bfab9bce7914702216a018
SHA256: 06b8cf54e6412a35cb4ad29b3f153ed08e6d55e252d0e0e80e5ea24a3f975242
SHA1: 060a79b11a101fb587c19df96620a2bbf146c05a
MD5sum: 96cfd2d5c46fe7e80355ab75467079cc
Description: debug symbols for postgresql-19-plr
Build-Ids: 59850fed427ec46bc65e50efcf89352ea2593f6e
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-plsh
Source: postgresql-plsh
Version: 1.20220917-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 77
Depends: postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/petere/plsh
Priority: optional
Section: database
Filename: pool/main/p/postgresql-plsh/postgresql-19-plsh_1.20220917-4.pgdg26.04+1_amd64.deb
Size: 28020
SHA512: 94737d77973895ac5019be369faaeb50a2423312767e9fe152943349d4743396831ddafff7fb004583f663c764928ba3df59876a65c6e7afa14210e3477c46a6
SHA256: edda19a1ed5f7ab99eca059841957b9fa677315248a2b0ef961e62b231a9ec38
SHA1: 1ce525788251ec3101412612a8ae423756d162f8
MD5sum: efc563d76683e239361bbe54f5430894
Description: PL/sh procedural language for PostgreSQL 19
 PL/sh enables an SQL developer to write procedural language functions
 for PostgreSQL 19 in a shell of his choice.  You need this package
 if you have any PostgreSQL 19 functions that use the language plsh.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-plsh-dbgsym
Package-Type: ddeb
Source: postgresql-plsh
Version: 1.20220917-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-19-plsh (= 1.20220917-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-plsh/postgresql-19-plsh-dbgsym_1.20220917-4.pgdg26.04+1_amd64.deb
Size: 53160
SHA512: 35efbe53d7b284fc16d1cd130a086891c13c637af15ebef6f0106957fefad40e87b09cd689f57ad41882d8b9f8282315bba329d2370eb09f61b6da4de3a0c642
SHA256: cdcf061c53c482b5ce714491dbc6059d7d12a89e59aa27ae50432a7412d6d34c
SHA1: 2ce00c36006e4e42dd5438f0ac32d6805d58f606
MD5sum: 4fefec6d6d319857fac252b03354c2d8
Description: debug symbols for postgresql-19-plsh
Build-Ids: 125d73921012b658d6caa3b4b326bc4d5e689d82
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-postgis-3
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 10122
Depends: postgresql-19, postgresql-19-postgis-3-scripts, libc6 (>= 2.38), libgcc-s1 (>= 3.0), libgdal38 (>= 3.7.0), libgeos-c1t64 (>= 3.14.0~beta2), libjson-c5 (>= 0.15), libpcre2-8-0 (>= 10.22), libproj25 (>= 7.1.0), libprotobuf-c1 (>= 1.0.1), libsfcgal2 (>= 2.1.0), libstdc++6 (>= 13.1), libxml2-16 (>= 2.14.1)
Suggests: postgis
Provides: postgresql-19-postgis
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-19-postgis-3_3.6.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 3628736
SHA512: 34b303756ba22a8e0118b1d3b280190264f67a7ce7f4aead1e4d3f7ccf733a4a5c0ba506ca93b0a662569705db79cee0a9a557eb5e51e8f7a125ec72272d1739
SHA256: e2ddac7e2fd3e108ec2678d37988ab4f7d89a6c11d23e571b130a7c6637c3c65
SHA1: f0a48217f98e945211adb2ad8efb94ef14338fc4
MD5sum: f585216f1a93b789e68e8cfccd666fcb
Description: Geographic objects support for PostgreSQL 19
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-postgis-3-dbgsym
Package-Type: ddeb
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 5312
Depends: postgresql-19-postgis-3 (= 3.6.3+dfsg-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgis/postgresql-19-postgis-3-dbgsym_3.6.3+dfsg-1.pgdg26.04+1_amd64.deb
Size: 4171436
SHA512: 9b5e85a0b764fc56c6b74beb9efbe043694cd8d36f3d3f2052dc5cd77617126afc7484d7bc953e856099342e5c1949203deebfe4706e43e7e0f07a12d3f2caef
SHA256: 18572f97742514954e9ca01727358a5ece846fc4cb1089d476d2b8e9317c7232
SHA1: 56e586d5b16081aae1b6a3385ab9fa397dd31e93
MD5sum: 9166937bb0f27d3aa328ab57da0689e1
Description: debug symbols for postgresql-19-postgis-3
Build-Ids: 289beb3e8f679da83946a15ccc9c2ec32e9eacea 3cd248a9ab5830e84a987b504b6773dfefc14459 868af9f6ed7c11cdbad68d4c9b6d361ef7a6b20f a319d8df01625a91a07237f4f008808e24a18b59 f4f423c62037b211e11c141bed042209aceee509
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-postgis-3-scripts
Source: postgis
Version: 3.6.3+dfsg-1.pgdg26.04+1
Architecture: all
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Installed-Size: 39000
Recommends: postgresql-19-postgis-3
Provides: postgresql-19-postgis-scripts
Multi-Arch: foreign
Homepage: https://postgis.net/
Priority: optional
Section: misc
Filename: pool/main/p/postgis/postgresql-19-postgis-3-scripts_3.6.3+dfsg-1.pgdg26.04+1_all.deb
Size: 1293344
SHA512: a711a1f6add628277f0fb18c6bd92197a2cfdd6a8caaf27d38a74a66f8b07e0b21df5b74f5f8bcc8d42f3e4532ddfa23f55e2175012ee80b2f6be7c84a5623b8
SHA256: 66814ad34ef067658707dace88d4b1ca76af08eb388d6de51e434248edb078e9
SHA1: ae53fde71b0cb7e31a429c2822dd55fcb5e32096
MD5sum: 5fe125865dd9faf534ee62f7e960d56c
Description: Geographic objects support for PostgreSQL 19 -- SQL scripts
 PostGIS adds support for geographic objects to the PostgreSQL
 object-relational database. In effect, PostGIS "spatially enables"
 the PostgreSQL server, allowing it to be used as a backend spatial
 database for geographic information systems (GIS), much like ESRI's
 SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
 "Simple Features Specification for SQL".
 .
 This package contains the SQL scripts for installing PostGIS in a PostgreSQL
 19 database, and for upgrading from earlier PostGIS versions.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-prefix
Source: prefix
Version: 1.2.11-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 116
Depends: postgresql-19, libc6 (>= 2.14)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/dimitri/prefix
Priority: optional
Section: database
Filename: pool/main/p/prefix/postgresql-19-prefix_1.2.11-1.pgdg26.04+1_amd64.deb
Size: 40760
SHA512: 99969ed67ecad2fd90edb0ac88d6aee41aef1ba900f9a438d15a521bdb87236fa3e70e3a483e491960518119baf847594d071775660edc4958665b430cefa8ac
SHA256: dd482330921a85ace468a9050c67a7ed952e7d711a8f04b59ca8ef842a1e671f
SHA1: dffb822ea8f309b26548f0a9a2504f71372501a0
MD5sum: f99a2b09e4190e83f3765dd6355a4943
Description: Prefix Range module for PostgreSQL
 This PostgreSQL module provides the prefix_range datatype, allowing to
 index searches such as finding the longest prefix matching a telephone
 number, having prefixes in a table and telephone number as a parameter:
 .
  select * from prefixes where prefix @> '0100091234';
 .
 The prefix column has to be of type prefix_range, and any text field
 can get indexed by the provided GiST opclass.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-prefix-dbgsym
Package-Type: ddeb
Source: prefix
Version: 1.2.11-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-19-prefix (= 1.2.11-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/prefix/postgresql-19-prefix-dbgsym_1.2.11-1.pgdg26.04+1_amd64.deb
Size: 51964
SHA512: 5334c3a80dc2b84e4a7205eec69f36f2288331c1fd5a56bfdfa7a5f33e792665132c3d1a15bb091296a5cdef72d59d0c2c29666607c3b3139e9138a11c7bf8d2
SHA256: aab434b8cf4469568b83f604f0615c561de77e050676b4603b1d6d7a7ca4710d
SHA1: 0ab38c0bae40495d56f1dc14eaa0a86b69c26d77
MD5sum: b33e0d049d76baaaf7586a418927b00e
Description: debug symbols for postgresql-19-prefix
Build-Ids: 16b1bb79b325e084b68a49460051fc836679077f
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-preprepare
Source: preprepare
Version: 0.9-10.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-19, libc6 (>= 2.4)
Breaks: postgresql-19-jit-llvm (<< 21)
Priority: optional
Section: database
Filename: pool/main/p/preprepare/postgresql-19-preprepare_0.9-10.pgdg26.04+1_amd64.deb
Size: 16764
SHA512: 3a4245995e3726569e5effd3e3c560a3219e7b9572c007d6568f2cdd19d47e7bd74da03ed03f72efc3d265b566dfebb708c6d7194e2e3c445026faba0f06f41b
SHA256: cf1e78b624ef86ab5df3b33ac46d461940fcd37296993acdf22900a62db3ba78
SHA1: 9d6e2cd19c0b2e405bfdf58d22cd16582726ceb7
MD5sum: cba4c3f0dc43238bfa5cfa2126a40197
Description: pre prepare your PostgreSQL statements server side
 The pre_prepare module for PostgreSQL aims to prepare all your statements as
 soon as possible and in a way that allows client queries not to bother at all
 and just call EXECUTE.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-preprepare-dbgsym
Package-Type: ddeb
Source: preprepare
Version: 0.9-10.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 38
Depends: postgresql-19-preprepare (= 0.9-10.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/preprepare/postgresql-19-preprepare-dbgsym_0.9-10.pgdg26.04+1_amd64.deb
Size: 18428
SHA512: a72b04c0971f014e2771486a2f398be54e4115c6efe18a8071dfe11596468b23da8933cfba6455995bcf6d38fb0b77f33cc9d62121805694d3d33e51e0f265f6
SHA256: 3f57ef8aa50b34edb51f987c99be05b57d8ffdc0a88a4f33205e6658eb4d4b12
SHA1: f1a903810529bd190edd2eb662972abaa7562f6e
MD5sum: 0ab48af88cb4ec1197cd74a86109c099
Description: debug symbols for postgresql-19-preprepare
Build-Ids: d56a37ad6a76b9d5f378415cea678df430ba4128
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-rational
Source: pg-rational
Version: 0.0.2-8.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 75
Depends: postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/begriffs/pg_rational
Priority: optional
Section: database
Filename: pool/main/p/pg-rational/postgresql-19-rational_0.0.2-8.pgdg26.04+1_amd64.deb
Size: 24276
SHA512: 2d4bb87a7da3d89e75696ea10ba976f79f9197ec7fff906f7044fdbce85d4e17a9a1ab37971e6e8526aefb4dd2e2888ceea3a00250828658f75d380ef5531cb8
SHA256: 11e804936943fc1a71e5cf0ffb702c5256ad7faaa3c3da15bb768d9f1accbfda
SHA1: 6ee28dd6d222eaf6414b06f786b5bb66db5a08a0
MD5sum: c8df146de5b63aeaefb79b5f12b1ecf1
Description: Precise fractional arithmetic for PostgreSQL
 pg_rational implements precise fractional arithmetic for PostgreSQL. Perfect
 for exact arithmetic or user-specified table row ordering. Holds values as big
 as an integer, with matching precision in the denominator.
 .
 Features:
  * Stores fractions in exactly 64 bits (same size as float)
  * Written in C for high performance
  * Detects and halts arithmetic overflow for correctness
  * Uses native CPU instructions for fast overflow detection
  * Defers GCD calculation until requested or absolutely required
  * Supports btree and hash indices
  * Implements Stern-Brocot trees for finding intermediate points
  * Coercion from integer/bigint/tuple
  * Custom aggregate
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-rational-dbgsym
Package-Type: ddeb
Source: pg-rational
Version: 0.0.2-8.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-19-rational (= 0.0.2-8.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-rational/postgresql-19-rational-dbgsym_0.0.2-8.pgdg26.04+1_amd64.deb
Size: 23692
SHA512: 6ebb2be4d251095c825c0cb8ac58545c4521414f1e945938b5738ec5af4f6ef8c8e2c87307eee87033d1943025fcad989b45a3910560178f835d97ff8b063095
SHA256: fbb012e235c6e9449e2fca98027e772986499e71e82569d9fc919d7d011e239e
SHA1: cfe51a16d534c8cac06003f9aa1f0c8eecbc1254
MD5sum: 33fee2320fd022d5cb24388cfffd04fa
Description: debug symbols for postgresql-19-rational
Build-Ids: fb28e56773817a247f38b2ea8dc5b4abed2f71ba
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-repack
Source: pg-repack
Version: 1.5.3-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 243
Depends: postgresql-19, libc6 (>= 2.38), libpq5 (>= 9.0~)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/reorg/pg_repack
Priority: optional
Section: database
Filename: pool/main/p/pg-repack/postgresql-19-repack_1.5.3-1.pgdg26.04+1_amd64.deb
Size: 102152
SHA512: 5a7707144831f9f43958ca14055788dbb9eaf5324f9f9ca0ef727898237626d0fc168df5cbc351f4f2f5b9db8f403e55cfa14e9b23e63370194abe1818b1e099
SHA256: b397f80121f824a406f7dac85bb030c274af449cc6148238d683223b9ebe884e
SHA1: fb8377e507dbe2fe9613746ce0cd481ee48c8e4a
MD5sum: b5aee5ed9ed3e84d2bfb177ba3a3caca
Description: reorganize tables in PostgreSQL databases with minimal locks
 pg_repack is a PostgreSQL extension which lets you remove bloat from tables
 and indexes, and optionally restore the physical order of clustered indexes.
 Unlike CLUSTER and VACUUM FULL it works online, without holding an exclusive
 lock on the processed tables during processing. pg_repack is efficient to
 boot, with performance comparable to using CLUSTER directly.
 .
 This package contains the pg_repack program and the server extension for
 PostgreSQL 19.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-repack-dbgsym
Package-Type: ddeb
Source: pg-repack
Version: 1.5.3-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 210
Depends: postgresql-19-repack (= 1.5.3-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-repack/postgresql-19-repack-dbgsym_1.5.3-1.pgdg26.04+1_amd64.deb
Size: 128744
SHA512: 94785cb0986b34c234cac0d8fc2b9313ddef8c869e5b04af4a76bc40541923ec46cd2d9119c5bd6f479b55d724f91ca718d2640d9d5390e655f8055ea24785db
SHA256: 005bb36dd81ddccd4df97ebcd7a876394f53de679a05068634bc5ec212f60aea
SHA1: 739aebf31dae9773eb24b7e68c53d052a1056ee5
MD5sum: 69956e7e4f3f10eac9b2e11ed9950ce5
Description: debug symbols for postgresql-19-repack
Build-Ids: e00418f0d7c14caa9537e8c07cd2d59e1b506e31 e087d3aabac0657c5636de0e79bf0074c4ef7ca9
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-semver
Source: postgresql-semver
Version: 0.41.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 134
Depends: postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://pgxn.org/dist/semver/doc/semver.html
Priority: optional
Section: database
Filename: pool/main/p/postgresql-semver/postgresql-19-semver_0.41.0-1.pgdg26.04+1_amd64.deb
Size: 38992
SHA512: 85bc9bec38eea5e44e940459ec822e36eac9252bb83f22bba9f1e79f10a6be5b2333cb468e4bce33964f35f50f353f0177d69910de5e6960c5daf0f2560a6816
SHA256: 212f60875d914d44b749ba4d0b8c956165bfed8569a1afea18bc1ee014b2766a
SHA1: dea183a1abb7bab75ed60b8bc1850bb8962f06f3
MD5sum: 2725b221e5bb0418b1fa271dc74b133b
Description: Semantic version number type for PostgreSQL
 This library contains a single PostgreSQL extension for a data type
 called 'semver'. It implements the version number format described
 in the Semantic Versioning 2.0.0 Specification. [1]
 .
 [1] https://semver.org/spec/v2.0.0.html
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-semver-dbgsym
Package-Type: ddeb
Source: postgresql-semver
Version: 0.41.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 47
Depends: postgresql-19-semver (= 0.41.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-semver/postgresql-19-semver-dbgsym_0.41.0-1.pgdg26.04+1_amd64.deb
Size: 24192
SHA512: a2f29c0c366dd80339abfd26e7b2ba674954e67f7d708f53cfcdeb023033d2d0a15550e82b9d19e4d729678ff52214f62eff32e2008be53fdab28f569339290b
SHA256: dc98d6dca21eca60df45ada9b778a0af5468dc92022ef9d8dc725ea97462714b
SHA1: e2355b07080985de034e8635ee2f4b6ba56b660b
MD5sum: f8995cd0ccdf4011d2a797ba9f55a565
Description: debug symbols for postgresql-19-semver
Build-Ids: 05c1c31192a0e95148dd3038623897cca6bea916
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-set-user
Source: postgresql-set-user
Version: 4.2.0-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 109
Depends: postgresql-19, libc6 (>= 2.4)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/pgaudit/set_user
Priority: optional
Section: database
Filename: pool/main/p/postgresql-set-user/postgresql-19-set-user_4.2.0-1.pgdg26.04+1_amd64.deb
Size: 35156
SHA512: a45903ab3de9317e92f49ed57dba892bcf1412f7c3790b5bd3eec7ee9976e0ee47bf7a022aedb4a3a873430616a898847d07b1773b719a45a7965e95c207fe81
SHA256: 002708ceecc7e446e064a44b77b27f06807dcb5e8b4589df6be61419ea9124e0
SHA1: 30aceec84a38fbcda0d2a6440fc85c1c52774338
MD5sum: 3e520d162dda0010ebc44309831b6848
Description: PostgreSQL privilege escalation with enhanced logging and control
 The set_user PostgreSQL extension allows switching users and optional
 privilege escalation with enhanced logging and control. It provides an
 additional layer of logging and control when unprivileged users must escalate
 themselves to superuser or object owner roles in order to perform needed
 maintenance tasks.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-set-user-dbgsym
Package-Type: ddeb
Source: postgresql-set-user
Version: 4.2.0-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 69
Depends: postgresql-19-set-user (= 4.2.0-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-set-user/postgresql-19-set-user-dbgsym_4.2.0-1.pgdg26.04+1_amd64.deb
Size: 46072
SHA512: 34c8233be6bd58f7f85e917d9357c1868ea0ae719991cc468d522dd865996b3f8ca05469b081392041fa38d300e2f30bb0dd19d2b80469ff7f7256f68b5302fb
SHA256: 63ebd527d4c4d17371c84d6401dec4489615435e513a6bfd9beae8b5a7708d1f
SHA1: 7792065423ee13fa3622932c6bbcc67457e88ea7
MD5sum: 6f286e8f0f2af6822513983ffe777073
Description: debug symbols for postgresql-19-set-user
Build-Ids: 7f70c53daf5fe6c43becee39032e68996da86eee
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-show-plans
Source: pg-show-plans
Version: 2.1.8-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 74
Depends: postgresql-19, libc6 (>= 2.14)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/cybertec-postgresql/pg_show_plans
Priority: optional
Section: database
Filename: pool/main/p/pg-show-plans/postgresql-19-show-plans_2.1.8-1.pgdg26.04+1_amd64.deb
Size: 24300
SHA512: 6ee97c4ca233e1f8e65e9f9f21712062fe148cd481b96285ef49226def6f5077e6c108ce7eb5a999ab25948399c37c6646d811e2515590e3f8258ab682bfcca4
SHA256: b696e72cd3936d84a4e9ab610d3ca12f8191682d38ab8ded9f17ea073a6fe167
SHA1: d7839901f4781b2c70d4a79d7758c75eae7e195d
MD5sum: 9e6b400723c89cc906be6125479d64d7
Description: Show query plans of currently running PostgreSQL statements
 This PostgreSQL extension shows the query plans of all currently running SQL
 statements. Plan output format can be plain text (default), JSON, YAML, or
 XML.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-show-plans-dbgsym
Package-Type: ddeb
Source: pg-show-plans
Version: 2.1.8-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 63
Depends: postgresql-19-show-plans (= 2.1.8-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-show-plans/postgresql-19-show-plans-dbgsym_2.1.8-1.pgdg26.04+1_amd64.deb
Size: 41764
SHA512: 887f90f7acfdfcc9b9d72d7804b31e350ee444f0b3c3ba3ac9f20cc94874e8a50a5ee4df36ce89a56f957ebd9e3d8d5673cdf13338c4c16a6280eb00906d597e
SHA256: f07b312b781571d787e8568c32f43f8d9330217cd4354daa3474399e6f0dda6f
SHA1: d2da9c4f009ea396588ed66fbcb0c21b4138fbdb
MD5sum: 909ac8a72acbcea11d6ed960742f20e3
Description: debug symbols for postgresql-19-show-plans
Build-Ids: 2a26d96609c6e2ba2927e30dddbb9f9c5b09c602
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-snakeoil
Source: pg-snakeoil
Version: 1.4-3.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 52
Depends: postgresql-19, libc6 (>= 2.4), libclamav12 (>= 1.2.1)
Recommends: clamav-freshclam | clamav-data
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/pg_snakeoil
Priority: optional
Section: database
Filename: pool/main/p/pg-snakeoil/postgresql-19-snakeoil_1.4-3.pgdg26.04+1_amd64.deb
Size: 16996
SHA512: d13ab173f2fc9c831d2487d905ede21196bb1e5a83d56cdd8bb2832cb5411a94e1b94f18f02767332d8c0fd6aff845652035a304ad08819eb3dfa3e9006e32c7
SHA256: cd0019ae88e9c399ba0fe79cbbeba1cdd230f346bfdae4ad1b52bd21d1905914
SHA1: 340a775a1b418e793aa695bccdcff25aac6c9a99
MD5sum: 5660d95aa17fe489a550fca682a23c2f
Description: PostgreSQL anti-virus scanner based on ClamAV
 pg_snakeoil provides functions scanning PostgreSQL data for viruses using the
 ClamAV anti-virus engine.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-snakeoil-dbgsym
Package-Type: ddeb
Source: pg-snakeoil
Version: 1.4-3.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 37
Depends: postgresql-19-snakeoil (= 1.4-3.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-snakeoil/postgresql-19-snakeoil-dbgsym_1.4-3.pgdg26.04+1_amd64.deb
Size: 17568
SHA512: ff6f5a05f1a506ec3db09b8f306a1062e5789c189de95cfc27350daa0a32c9d94b36f576b67a965a4577587e5f7398453c6f5c888a3275f4531775b8dd667bdf
SHA256: 11df56926bab4baca727410b33ff97b2032b340ad2fe8cb85011bb0e73e44400
SHA1: e33d52ed3d290a6ee9cf361ea2de4491e12deee9
MD5sum: bd0fc1af1e4a3eca59066a25c7067a3b
Description: debug symbols for postgresql-19-snakeoil
Build-Ids: 5a3c60a539debe63927f331666bbebebe09203b2
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-stat-log
Source: pg-stat-log
Version: 0.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: postgresql-19, libc6 (>= 2.14)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/fabriziomello/pg_stat_log
Priority: optional
Section: database
Filename: pool/main/p/pg-stat-log/postgresql-19-stat-log_0.1-1.pgdg26.04+1_amd64.deb
Size: 42208
SHA512: 2c05ee7cfaaa90a0fc2aa1bebec211fc9f5a44a834e08ebd33bb1b2b42056bbc1c7d6fb1e54f7c0d2494488526ff55859558b2dbb5fa5f73b061a5681a025b2e
SHA256: 76b92a434772ca199e810281ba0180c35428b3ba0782a6f3716b8dc2148d940e
SHA1: 8862c970bc9d41d8bf525c2b663e02f2cfcab7df
MD5sum: 2939be6b3144734445ad2232a75c591a
Description: track PostgreSQL log messages
 This PostgreSQL extension uses the Custom Cumulative Stats API to track log
 messages, grouped by
  * backend type -- client backend, autovacuum worker, checkpointer, etc.
  * database -- which database the message originated from
  * user -- which role was active
  * error level -- WARNING, ERROR, FATAL, PANIC, etc.
  * SQLSTATE code -- the 5-character error code and its human-readable name
 .
 Counters are exposed through the pg_stat_log view and the underlying
 pg_stat_log_data() function. Statistics persist across clean restarts and are
 discarded after crash recovery, following standard PostgreSQL cumulative stats
 semantics.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-stat-log-dbgsym
Package-Type: ddeb
Source: pg-stat-log
Version: 0.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 64
Depends: postgresql-19-stat-log (= 0.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/pg-stat-log/postgresql-19-stat-log-dbgsym_0.1-1.pgdg26.04+1_amd64.deb
Size: 37884
SHA512: 916f4829422f24ee903af50f0766070e4b9563057bad789259b0999086b67a65e462b39ae39374b7714559ee30b0bb23c43352bc8bd37eb7441c7c0e87193735
SHA256: ab1387bdc3dfd93baa7e9979a083333456fed07b5b0279f98283db20550fbd92
SHA1: 5646854ab3d47ed887a1f4d43ba5e512bd9a44c5
MD5sum: 53a1aa4fe9fbe1bd0bc9edfd285b9447
Description: debug symbols for postgresql-19-stat-log
Build-Ids: 51eefc8c6ce78788f0751d5d63ccbfa63e923895
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-statviz
Source: pg-statviz
Version: 1.1-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 177
Depends: postgresql-19
Recommends: pg-statviz
Provides: postgresql-statviz
Homepage: https://github.com/vyruss/pg_statviz
Priority: optional
Section: database
Filename: pool/main/p/pg-statviz/postgresql-19-statviz_1.1-1.pgdg26.04+1_all.deb
Size: 13116
SHA512: 22102b583e7a859d8bda1defcab0431727f9193ddc9d2b923d90d68436336ee93626733f25553a255ef1de33a3fd699788c7fde01a167836770d189209a67974
SHA256: 7be2714db63f5865e38246d80a8cdc242d8cb24ca97f06cd00c2b4bafda50a78
SHA1: f0c9e491c083918d98d5a36cd40a877fbd4ad8b7
MD5sum: 9e70651f1426b1485f95802cb36961b9
Description: PostgreSQL internal statistics analysis and visualization
 pg_statviz is a minimalist extension and utility pair for time series analysis
 and visualization of PostgreSQL internal statistics. Created for snapshotting
 PostgreSQL's cumulative and dynamic statistics and performing time series
 analysis on them. The accompanying utility can produce visualizations for
 selected time ranges on the stored stats snapshots, enabling the user to track
 PostgreSQL performance over time and potentially perform tuning or
 troubleshooting.
 .
 This package contains the PostgreSQL pg_statviz extension.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-tablelog
Source: tablelog
Version: 0.6.4-4.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 128
Depends: postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/table_log
Priority: optional
Section: database
Filename: pool/main/t/tablelog/postgresql-19-tablelog_0.6.4-4.pgdg26.04+1_amd64.deb
Size: 45552
SHA512: ffcc5280424776dbd803e427d30ba659878ec9e99d7988e1d17dc162666fde4a8917c18e1a22ac2a3e3ce206e3aeccd94b838c1601cc3787cadb854ccc66b0a7
SHA256: e85d8b2342995206608fa3f6207bdd2dba6a4274c43654704d80d3abbe1cfa3f
SHA1: eeaca4e82febe97dc84899601303260683e41174
MD5sum: d86aee5ac954083cb72495ddd95c1f98
Description: log changes on tables and restore tables to point in time
 table_log is a PostgreSQL extension with a set of functions to log changes on
 a table and to restore the state of the table or a specific row on any time in
 the past.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-tablelog-dbgsym
Package-Type: ddeb
Source: tablelog
Version: 0.6.4-4.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 82
Depends: postgresql-19-tablelog (= 0.6.4-4.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/tablelog/postgresql-19-tablelog-dbgsym_0.6.4-4.pgdg26.04+1_amd64.deb
Size: 54472
SHA512: 09f5b270c53aa852d16edf1c688a35c34a361453c6e3ad4fc54615e4169a43d21b220a29e0899aa45525a42c2c7b4490fab7d783bd8ea3652ab5e2e8dffd2c66
SHA256: b742d13b6f5185afa39d2017e09b8b28f1a050ab3ab47cc589f6c38341e94e63
SHA1: 108c1fd64929933d0935e820e14bf0ed690a2669
MD5sum: e7c46478a2431e616a14f40cd8cd8c1d
Description: debug symbols for postgresql-19-tablelog
Build-Ids: 4e0856d7592ae5ac83f2fed8111151cc3c4795ee
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-timestamp9
Source: timestamp9
Version: 1.4.0-2.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 54
Depends: postgresql-19, libc6 (>= 2.38)
Homepage: https://github.com/optiver/timestamp9
Priority: optional
Section: database
Filename: pool/main/t/timestamp9/postgresql-19-timestamp9_1.4.0-2.pgdg26.04+1_amd64.deb
Size: 10220
SHA512: 663f5f6b835929271c1c2575711398e663d59686dffcf52c8df3ee23e5b9cb11ca1498577069749ed02037dc5fb992dbb61242d9db128b04b8fbe3cabd5dd852
SHA256: e9eedf578dfbb3ab4a68ad1151016bac64f1c2dc09efa412e90b936c42841084
SHA1: 8b0cd714c005c87729daa6db8d73f9e1e577c285
MD5sum: b02709b4b52864adb04199736d226de1
Description: Nanosecond precision timestamp type for PostgreSQL
 PostgreSQL's built-in timestamp types support microsecond precision.
 timestamp9 is an efficient nanosecond precision timestamp type for PostgreSQL.
 Internally, timestamp9 is stored in a 64-bit number as the number of
 nanoseconds since the UNIX epoch. Timestamp input can be given either as the
 number of nanoseconds since Jan 1st 1970, or it can be cast from text format.
 Both regular PostgreSQL timestamptz text format, as well as a custom
 nanosecond text format are supported as inputs.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-timestamp9-dbgsym
Package-Type: ddeb
Source: timestamp9
Version: 1.4.0-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 46
Depends: postgresql-19-timestamp9 (= 1.4.0-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/timestamp9/postgresql-19-timestamp9-dbgsym_1.4.0-2.pgdg26.04+1_amd64.deb
Size: 22808
SHA512: d236321946cebd2ee18d4a325ea6768f84d783c3c658bf188f7e5da85db9d3bfe4e63b2a066da88233ce72ae8717d78bc514f98159f2bb6fe36d2cca7cc1ce2a
SHA256: 3974f64308e210c5b78d790cfb94816d586a80dc9303f996ae6d1c649c1a9d6a
SHA1: 511f37fefed26500230959375d7a57c041c9eaf5
MD5sum: 477b711ff916150d1ec84418396d2c7a
Description: debug symbols for postgresql-19-timestamp9
Build-Ids: d26c655ccb046abe3fd9c0a94f0d3657a1b6b6a1
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-toastinfo
Source: toastinfo
Version: 1.6-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 45
Depends: postgresql-19
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/toastinfo
Priority: optional
Section: database
Filename: pool/main/t/toastinfo/postgresql-19-toastinfo_1.6-1.pgdg26.04+1_amd64.deb
Size: 12844
SHA512: 8d2fddb590c98b5b1601a40111f15d73ab0a96e0cf3f8a01047a9d61317328f12eb5e489f1d90b727fac0872c165ff91550d8043ffe85e9fb56580bc91579e22
SHA256: 5002662315498c2700529a01e6c97923365840bb403c7131aa268c2c479e7c62
SHA1: 34ed59a5cb4ac3c420e4ca008ba4965b9c8626a7
MD5sum: 43ca8ed224112cb3f1b70abd532faff5
Description: Show storage structure of varlena datatypes in PostgreSQL
 This PostgreSQL extension exposes the internal storage structure of
 variable-length datatypes, called varlena.
 .
 The function pg_toastinfo describes the storage form of a datum:
 .
  * null for NULLs
  * ordinary for non-varlena datatypes
  * short inline varlena for varlena values up to 126 bytes (1 byte header)
  * long inline varlena, (un)compressed for varlena values up to 1GiB
    (4 bytes header)
  * toasted varlena, (un)compressed for varlena values up to 1GiB stored in
    TOAST tables
 .
 The function pg_toastpointer returns a varlena's chunk_id oid in the
 corresponding TOAST table. It returns NULL on non-varlena input.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-toastinfo-dbgsym
Package-Type: ddeb
Source: toastinfo
Version: 1.6-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 32
Depends: postgresql-19-toastinfo (= 1.6-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/t/toastinfo/postgresql-19-toastinfo-dbgsym_1.6-1.pgdg26.04+1_amd64.deb
Size: 13764
SHA512: 02416b8cdd61d8529cf814ec482b8f03da31973ba5dd771d923ce4260fd9e715e7fd4687cf63b18e91849bc74127a7a31d17c83be2e06719f05aa35db172f54b
SHA256: 15e9534c7bf555d9511edd7fed7e8853b09ab2d007a42b41f79d057d78404ca2
SHA1: c76858cd8e9aa0701132b16b0c646bd474c1d927
MD5sum: 4acaf2598e31da6c9f44928536e06b76
Description: debug symbols for postgresql-19-toastinfo
Build-Ids: 0b257283061fe020d26423aa8785c878fdad1d29
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-unit
Source: postgresql-unit
Version: 7.10-2.pgdg26.04+1
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 673
Depends: postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/df7cb/postgresql-unit
Priority: optional
Section: database
Filename: pool/main/p/postgresql-unit/postgresql-19-unit_7.10-2.pgdg26.04+1_amd64.deb
Size: 160676
SHA512: 90ea5afd2fab643c1131b9c639dac872e79189d0b66ef45e9d6e592f524f7d42e9cd92483f768071b209783f1933ccde55cf0a9dbcc20300db24fb35bf45e883
SHA256: fe4ef58fabbc81535107ebc6cbdc62a9644a3f7dfe1f91be73ba51621e36bf98
SHA1: 8dcdd24acd0a013ce7d52f7a01c5e376debfa004
MD5sum: 66bebc65ce434bcc87307c8a80e71863
Description: SI Units for PostgreSQL
 postgresql-unit implements a PostgreSQL datatype for SI units, plus byte. The
 base units can be combined to named and unnamed derived units using operators
 defined in the PostgreSQL type system. SI prefixes are used for input and
 output, and quantities can be converted to arbitrary scale.
Timestamp: 2026-06-03 18:29:58+00

Package: postgresql-19-unit-dbgsym
Package-Type: ddeb
Source: postgresql-unit
Version: 7.10-2.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Christoph Berg <myon@debian.org>
Installed-Size: 113
Depends: postgresql-19-unit (= 7.10-2.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/postgresql-unit/postgresql-19-unit-dbgsym_7.10-2.pgdg26.04+1_amd64.deb
Size: 66564
SHA512: 7096c7040d031cc27611d86a0109694099733b7ff78d110631b1f18233c205434304947285330b0708b74e4b7d7310bf0688114a484e93b4359c554ee07955d7
SHA256: 07fb02c049a0c3571d4cec0a3b5d63524c16b2ae7ef3a538d621edde2221330a
SHA1: 5aea969f5062616c4b0882c18d842353094a9c29
MD5sum: b1395103f5636695058a6834ccedab28
Description: debug symbols for postgresql-19-unit
Build-Ids: 6ec03ae09d73271f3935bbe7020aad79af1cc4c7
Timestamp: 2026-06-03 18:29:58+00

Package: libecpg-compat3
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 53
Depends: libc6 (>= 2.14), libecpg6 (>= 9.0~), libpgtypes3
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/libs
Filename: pool/19/p/postgresql-19/libecpg-compat3_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 13548
SHA512: ae46874846cdd9c43e91435fb36fb92df347fba3a0f27a2650b5aca2b5807bdff4df74fa5c73f9cd325064b0f71337e02cd22d00480ddf6937e7cf0f12dba58d
SHA256: b5d517e2669d4cba9e826a11d5b537cc3554c9ab4ce6c3f47eff4bf537099108
SHA1: 858bd34e1e9c7a1b58da814c6115b93aba48061b
MD5sum: 29f2d7a65af0b8ba6bb6e5af3432e620
Description: older version of run-time library for ECPG programs
 The libecpg_compat shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-06-04 10:58:07+00

Package: libecpg-compat3-dbgsym
Package-Type: ddeb
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 39
Depends: libecpg-compat3 (= 19~beta1-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/libecpg-compat3-dbgsym_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 17696
SHA512: 0be2a9add9d34b09a04bbc0ef1758004d9a275ee5c54b7deda4d759d8b1ca6b009c4968f8c62a39e6d9fd0d0aed7fde43330b0c8e405d36213bf812742b779cc
SHA256: 1626a28b5be90786949c29f0cbbbe887a0dac0e639108e34768899e4de0b7b6e
SHA1: cdda1f52e6ea5f568fb2a3b6da9b23eaabd8968a
MD5sum: fd0dfab9d7f9ad46d540529fbf800057
Description: debug symbols for libecpg-compat3
Build-Ids: 539898206e694f6ec417fea5eba5935211cb2b03
Timestamp: 2026-06-04 10:58:07+00

Package: libecpg-dev
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1577
Depends: libecpg-compat3 (= 19~beta1-1.pgdg26.04+1), libecpg6 (= 19~beta1-1.pgdg26.04+1), libpgtypes3 (= 19~beta1-1.pgdg26.04+1), libpq-dev, libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/libdevel
Filename: pool/19/p/postgresql-19/libecpg-dev_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 258728
SHA512: 46c284b4053ae1579980cabdad70477cb75df167c5b3f2ff578db0c6b0819d646fbfc98bfd8154956dfe2cf15b71dabc0c751677495ae48af62a4af79c6012ca
SHA256: fc26623a860cd9c19876494b3ec08af4cc7871736b6c94ef81d3d293b2791a1d
SHA1: 64ccd5d37a8828e8a299a295c6b3baae29f593eb
MD5sum: 8952743ef653ebd553ba6074ca564bc6
Description: development files for ECPG (Embedded PostgreSQL for C)
 This package contains the necessary files to build ECPG (Embedded
 PostgreSQL for C) programs.  It includes the development libraries
 and the preprocessor program ecpg.
 .
 PostgreSQL is an object-relational SQL database management system.
 .
 Install this package if you want to write C programs with SQL statements
 embedded in them (rather than run by an external process).
Timestamp: 2026-06-04 10:58:07+00

Package: libecpg-dev-dbgsym
Package-Type: ddeb
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1008
Depends: libecpg-dev (= 19~beta1-1.pgdg26.04+1)
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/libecpg-dev-dbgsym_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 163076
SHA512: 54b4cbfdba13cdb1f7f7b9f739d46a0a0659e397ce4918e17a97ffb87a05cbcb24cff29ff0c4a1da312033b2fd190cc2ab2bcd336a251bc44beadb854be69da7
SHA256: 959be932ec544ed481e0d54d0ae5bad30528605c305b4daf2a8e5a3ab475c932
SHA1: 1c005913a633b8523dc386c778c976ce7d2b6fa4
MD5sum: 95d4f5adb1827d4c62b2b03726dbe2e9
Description: debug symbols for libecpg-dev
Build-Ids: db78d7b1c31c4d9405253d755a7bc3d28bb15a6e
Timestamp: 2026-06-04 10:58:07+00

Package: libecpg6
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 240
Depends: libc6 (>= 2.38), libpgtypes3, libpq5 (>= 9.0~)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/libs
Filename: pool/19/p/postgresql-19/libecpg6_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 57316
SHA512: 323f61ed4fa6ec6e14f223ec9d59a49ec8d062d5cc027abc6b219dad3f23de33d9aa8f771a52e59f3576d16ae07bba3090a2ee137b111cde35771daef09d3e0e
SHA256: 6a5081e175e5e4f7fa01ea134f41a70386efb8f9e070b7b64c9f653d88432843
SHA1: 56e01115f5cd33b45690fff8af6b9c0d3b29f94c
MD5sum: 75de7ababb9c0405f28ffc812baa47b2
Description: run-time library for ECPG programs
 The libecpg shared library is used by programs built with ECPG
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-06-04 10:58:07+00

Package: libecpg6-dbgsym
Package-Type: ddeb
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 168
Depends: libecpg6 (= 19~beta1-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/libecpg6-dbgsym_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 122992
SHA512: ea4ab11ff5385b2dc2ea0699b6ce27792941ffbe23c4a84aa7f7d91bf0a00d34cd441210af5b884e8211d0428618ae900475d4a197b1509993244a87455da318
SHA256: 1dcb6ebecd4011431df9d80993c75adaf578d39a77f450599691d4c5c6324ca7
SHA1: 2130ce8df128fa7ffdcefd39c048be9342c3aabd
MD5sum: e0a05fd24cde46b76d61c146df86e404
Description: debug symbols for libecpg6
Build-Ids: ce48163e49972557433968c5e13b61332032a43d
Timestamp: 2026-06-04 10:58:07+00

Package: libpgtypes3
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 114
Depends: libc6 (>= 2.38)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/libs
Filename: pool/19/p/postgresql-19/libpgtypes3_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 40112
SHA512: 52a12b7e3fc8fc00e39cd34510fd28b46c94b626827ef17f7bfc7fa07c99ddbae719742ec151c845733fbdc94330410d0eec4f40b60b887e6ae56b05fc993df3
SHA256: 2bb442a3d622334fbddd64f31d887f58151c3849cf54d4699f011d434c02735d
SHA1: 9ebb6f91ab6edeeed7ed2aab07ebb00df52b178a
MD5sum: 6f03797d1c729596917b1f4fb7d84394
Description: shared library libpgtypes for PostgreSQL 19
 The libpgtypes shared library is used by programs built with ecpg.
 (Embedded PostgreSQL for C).
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-06-04 10:58:07+00

Package: libpgtypes3-dbgsym
Package-Type: ddeb
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 130
Depends: libpgtypes3 (= 19~beta1-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/libpgtypes3-dbgsym_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 92192
SHA512: b7588136acfadf68c0a349700092d588b5b1d5a66be23f59e5cd4c36d987dc27354dde33fe9a7e0d45b6f5bb1e6aca68b346e505c0371c2862111bb647aba97b
SHA256: 69facf21c507e5a494a20e5b83d7a173ac1532614dab6e24af776a473ed88801
SHA1: 1c8ca3ba7da4bbd909882011ed98adc770e13427
MD5sum: 52d0ee3d737b50d83f688da77ef4446c
Description: debug symbols for libpgtypes3
Build-Ids: 1403c75cf278cfcc0c74c43ef641ac7c61a98262
Timestamp: 2026-06-04 10:58:07+00

Package: libpq-dev
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 696
Depends: libpq5 (= 19~beta1-1.pgdg26.04+1), libssl-dev
Suggests: postgresql-doc-19
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/libdevel
Filename: pool/19/p/postgresql-19/libpq-dev_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 169412
SHA512: 61cbd3578f06932568c9d14f8562b544b983afe5073f9abd75ba95be4f98f7c1542933d88e7602ff1817507deba1d4ce25b04d296572d59df706196ef3dd4314
SHA256: 11030fff8e61aa847529ba8273793dada4163e6662cb92a9dbec2aee0063b473
SHA1: 3a82869b567b14304982b0a8da0c88d803666e45
MD5sum: 973e35df673c07620d7dc628e48728c2
Description: header files for libpq5 (PostgreSQL library)
 Header files and static library for compiling C programs to link
 with the libpq library in order to communicate with a PostgreSQL
 database backend.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-06-04 10:58:07+00

Package: libpq-oauth
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 108
Depends: libpq5 (= 19~beta1-1.pgdg26.04+1), libc6 (>= 2.38), libcurl4t64 (>= 7.16.3)
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/libs
Filename: pool/19/p/postgresql-19/libpq-oauth_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 34124
SHA512: 45df14b7dc7be02e7165d2eaecf7a2afc76ec70dec6b8338dfef731240adb0f6a0e3c1a233216b65e777e2691c4d38cacfdf7dc71906b6ec696e3180ed828c36
SHA256: 1d016ae573ca15be9cf17e5fbd3fa8a3206efe9cbafae8c0bac9bffa4374b458
SHA1: c2505cd6f068a18843e75d89b1ee4613c566ef75
MD5sum: 3d110ee20d42391f7460099c05ee0d92
Description: PostgreSQL C client library - OAuth flow
 libpq-oauth is an optional module for libpq5 implementing the Device
 Authorization flow for OAuth clients (RFC 8628). It is maintained as
 its own shared library in order to isolate its dependency on libcurl.
 (End users who don't want the Curl dependency can simply choose not
 to install this module.)
 .
 If a connection string allows the use of OAuth, and the server asks
 for it, and a libpq client has not installed its own custom OAuth
 flow, libpq will attempt to delay-load this module using dlopen() and
 the following ABI. Failure to load results in a failed connection.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-06-04 10:58:07+00

Package: libpq-oauth-dbgsym
Package-Type: ddeb
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 140
Depends: libpq-oauth (= 19~beta1-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/libpq-oauth-dbgsym_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 94460
SHA512: bad2a62693706a6d4c43db72dafda90ac075745b093003f7c096dcfdf7818419039902cf82051711a015dadfd26deee25520dd50d2ad4f98a1cff2eb5995f683
SHA256: bbd843420a5ded215efc96612a3aa3d55af00f967918fcbef7697eef818c4bd7
SHA1: 23271fed46e73e8b4ec67b69ed22107aa5d56e4b
MD5sum: f4998ac7fda1ce1c6dd3a9cfbd14bed2
Description: debug symbols for libpq-oauth
Build-Ids: 386edf5b31586b154bb76d3193cd374cc1e5c517
Timestamp: 2026-06-04 10:58:07+00

Package: libpq5
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1253
Depends: libc6 (>= 2.38), libgssapi-krb5-2 (>= 1.17), libldap2 (>= 2.6.2), libssl3t64 (>= 3.0.0)
Recommends: ca-certificates
Suggests: libpq-oauth
Multi-Arch: same
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/libs
Filename: pool/19/p/postgresql-19/libpq5_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 258612
SHA512: e14b8ba565dde172231c975ce09e89840e6747513d3bd19022cbf314d3a18a47d715ccc21c19b2125c15aa85f4305891b95cbd0b24fcb9c0f95ebc59f2e43214
SHA256: ff338e3c4352473d72ca425522a19000737fa2dbb40345c33395a5834dca28ae
SHA1: 5c1e5dc6dcbac0e5438826e2de7b8c2b1d8e591b
MD5sum: c465edd06efa984f42558400465ddddb
Description: PostgreSQL C client library
 libpq is a C library that enables user programs to communicate with
 the PostgreSQL database server.  The server can be on another machine
 and accessed through TCP/IP.  This version of libpq is compatible
 with servers from PostgreSQL 8.2 or later.
 .
 This package contains the run-time library, needed by packages using
 libpq. SSL certificate validation (the sslrootcert=system connection
 option) requires the ca-certificates package.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-06-04 10:58:07+00

Package: libpq5-dbgsym
Package-Type: ddeb
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 578
Depends: libpq5 (= 19~beta1-1.pgdg26.04+1)
Multi-Arch: same
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/libpq5-dbgsym_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 373340
SHA512: d9d7287be95a71b5e22b7c9b381e9a0671c3c3ecfd71c70539580d17b3057ecfa32b35c16ba0fdefdaa33defb4cf0b2dc884b8d8684b01e95f73afd3429b4d4e
SHA256: cf6179e4b221f376461220c8b0838cb2373db2eeb651cb84fa53f984f7b5b963
SHA1: 001e600560e90bfa31edd9e96ef69f99a18213d4
MD5sum: ab6b277999752b1061e86167b48ba75c
Description: debug symbols for libpq5
Build-Ids: d0a3b16298780a7057dff00233d92b34f0e584a2
Timestamp: 2026-06-04 10:58:07+00

Package: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 36861
Depends: locales | locales-all, postgresql-client-19 (= 19~beta1-1.pgdg26.04+1), postgresql-common (>= 275~), ssl-cert, tzdata, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.43), libgssapi-krb5-2 (>= 1.14+dfsg), libicu78 (>= 78.1-1~), libldap2 (>= 2.6.2), liblz4-1 (>= 0.0~r130), libnuma1 (>= 2.0.11), libpam0g (>= 0.99.7.1), libpq5 (>= 17~~), libselinux1 (>= 3.1~), libssl3t64 (>= 3.4.0), libsystemd0, liburing2 (>= 2.5), libuuid1 (>= 2.16), libxml2-16 (>= 2.14.1), libxslt1.1 (>= 1.1.25), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Recommends: postgresql-19-jit, sysstat
Breaks: dbconfig-common (<< 2.0.22~)
Provides: postgresql-contrib-19
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/database
Filename: pool/19/p/postgresql-19/postgresql-19_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 7994628
SHA512: e80ea26a531d46e1be05c3e43fbf5218e9fd24c880bd1e7a6ac964db615eda68ec95227bff3717f6baefff748511e3f2591773e075709d8ee36c8caa4421d555
SHA256: fa8a0a310c2acc8e6a3dc6daf2b915b5ff4cdc572a5ed4eb54d3d869933e9cee
SHA1: 8caf5c52ea5efbab4510f5582ace36639f195c95
MD5sum: e4caecde4cfb9f8655e0d8e6be127666
Description: The World's Most Advanced Open Source Relational Database
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides the database server for PostgreSQL 19.
Postgresql-Catversion: 202605131-1902
Timestamp: 2026-06-04 10:58:07+00

Package: postgresql-19-dbgsym
Package-Type: ddeb
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 33114
Depends: postgresql-19 (= 19~beta1-1.pgdg26.04+1)
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/postgresql-19-dbgsym_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 23148252
SHA512: 680c1db24556e3a8de27928045fccce0934fee9110dd8c1e5b35c04ba05b4bc8018c33c09cc7bba2712e7d854b1b1c9ac1be9ffffc1744885075557bfa931998
SHA256: a21fd6c0babfa257cd8643c79b550ade8c3ed6c60f9a2bac2b046d0d08037ade
SHA1: 0546e1e0cf5b4f139cb7c063729a02294b44e463
MD5sum: 8ba82cea9492db9067e22cc56af2511b
Description: debug symbols for postgresql-19
Build-Ids: 0377a49fd3a94386bb0f965fdad26c6ca185f188 05f8dedf6b79a9ebb9a344b6e89c70134383b0e2 08e1c13caf9b82282d2bbe38b1a68ec219504ec9 0abae240e17046c996bcd4ea929730605883a5f7 0c0fca74cc493b3ab18575fc61d4de1de6104125 0fead4b19390aa8b1399a532438ebd7bcacd4263 125ce6f7d0db793d8948c8113928289c31180671 1419815dc9f847adf5e7f0515269b826870a2c29 15055f6e1dc090d5fe2389f71ae31ab6ee08da4f 15649e667bee5514b6db914b0415b718e0855037 1e1782e433473a2a9e154d265df167d6f2ed8787 222818df0160f41455c5503ec5e3ebb3ff9e2565 23b7768687ab7fc6753deb9f98b00da026342d96 23d54db3be3000210429c638c327e0d4c4f5a628 2862fd00e8f7653720d3deb70ecf3a1305d1af56 287a22d571e6335b89c74b28fcf798106f59883d 2996e4865c13fbd4b7e0783460ce0b8755624ea7 2e5dd8820a0516aba57b647a8d27fc84dedfdb08 2ebdb50fbc673f06580f5967f55958886d10b794 2ed2e34d347b5190777ae4f27bfea7318c34b2bc 34a489c0196920d0be6c7841c544788b26bcd13e 34dc61d7914bb79f38e1f9b715570b7543a033fa 388b9dbb9ddc07dcc48450d15f67432e556ce627 394e9ceec463b333536b4d1f968942a6aad77d10 3d1451654b345d946f08f3ce0fb51377fcf29f45 44b86c61b4519eb3a226a52cd209e4e731eab78c 484ac53dbab1e368126a4e70def1046c230239c5 48aed38dcc5c6903c68b784072b9bd4b536d64c7 49dd36849a84ada45bb72d78f1baebe5094350be 521460b2562bde1bfbd59e1e6dbc5fdae13a7d63 52e2e402d1468f2d2f7ffc0d15b7c59584b9aeab 53675c85f127138513bd7aaf171ff9da69f523c7 551689eae0af8add3efc22879e46193f28db1b84 59827fa467fd768dd6676525f1e44851eda5224a 5d2939bb37914a8a7925f37bd549c3187d8bc702 5dbe7938f23159b177fc57bf37d0d8cc53ce6104 5e889d93549084e4add99bd89c009f38c4e2799c 5ed9cd9eb489ed21fa277983f7feeb9b34a40293 61a2c3d517bba0fa82fb0e733a9d10c80d8d0aaf 61d594eb678be451d167683dc6582457c54971f3 713cd4a6bcb9307c06566463d6ea80df1767436e 7280e2dfc661a87c19e6a5ac3549ba8389070c5b 762f23c528120f53856514a439efd60b5d9c2f9a 764dabb746bb64b518b187fe4baec39f60de9d35 779767dea843cf21a4a28d49d4c0477edcead51a 7de71bd918eea2b3f06c9da918525e8b94a1fabf 813da826b9b37577800c3334b2d4ec03d3335668 8242b0cfee1a6268107de1083eed5cf2b518fce0 84ca4e4f223dd2d00265b6c03820e57bbb3f7d55 86aa60717aa3bd4eb18bd43d560d7e4653621629 87d4cf14ce14f37f73b2d4522e0b8f832e948f4f 8cbeb089da547bfb74b59859c2079341c1245333 93258430bf5bdbc9fa29f3c19d01008eedbc3fe5 95af0e9fea48854b12eded84aa4a2df828c88ab0 95d02cbddc6a8b22480f64a75adbce7ef0960992 a13a334f5fa082cf387de72330d966b8e9c829c1 a16744363983c4b6649358fb377186215cd06288 a24c8c063fb2c0408c9018a17bd6d0c6b8c79d12 a274d2c292f193db108431a9e0e856cfeae36794 a77cb1b3207317d7c8a51b32622b672d9297008a a82497c5dad54ab10e1818752d6831a8a15c5a70 b1e5cce4df92e92c40251a432bdf553b0bab9b7c b3a70f5eb176b50689f0591b891d45d94db0f23f b71433792b2b8ff522d86990e19784a5e2d8e1ae b907cf0cc1293b71c89d080fc5084d1152e7a475 bb3df0d003a694fe982cbcd081b8c938620d83e6 bbcff524e610a5511d20ab57afbe765465db65a6 c032cbfeda09897e6c74a196ec7107318a8f1566 c556caa6f41bc87dc3a6c2264e2713c704bc63a3 c7badcc92ed0fd0d810b45014d44c5626ca552b0 c9d78f0690d243b521e2c1ae2a01daae5872bcf5 cbf7c5cea36cf79a9db92d0aeea44db66adfc355 cf420893746fd7ab1430b32cd720e79b163b8d21 cf561009ed0a8e217c666e0a034aad31cfc94e0f d42bbf0210559e3ff362d5dc357be3e315d369cd d5670294c8adfc7f5c0ca904c2b1e23bede3c2f8 d5882fd4c673938b23007b38a187c6e012eeaee0 d69cbaea6c1c86ce81749e16a1f74732fd6bf025 d6d1ae0e2c30eb2fb214df4c886ec56174d64efa d90670f53e8088ee0a6c05bfb8e6982bdf58d73b da2eaa8c66f3d4b1fa6ebabd9db725542bf15362 da5e28cb4801a247fc6fe411a7e61e7987e198e8 dcbadf18f94278ea89826dd34654c801ccd4cc03 e206f6ee6d91607f7a217518a2b120d89bc234b5 e290413054f050de03602f7335ca5c4154da6566 e387886830692af405969293ac0b46ea411413c3 e50e3fcc6450937a0ebb30869894115641fb176a e66e33060de472e66c7532a59f9d4d2eb1a4aa2f e81086f7baf5e1021866103b8dab4e6ddd7a1fd9 ebe3d7622d029da3e42f004f6e186f57fc9559a4 f08cab47730c583f6b74e5a717ffb77b55339816 f0f18962ff3dfdfe8b96658e266b6bd730ebede8 f4d247f25f652533c904adfdfda96008782bb7b4 f8b067d289b3ae018e15cc6bad1df683022dd3cb fc0915580ea4861cf382855fc616d9e7edd98401 fd07e8b54cc873ade19d3dc3080dfdce596a061f ffc49fe0eae3bad40d8aa1947c6e596ea382cf54
Postgresql-Catversion: 202605131-1902
Timestamp: 2026-06-04 10:58:07+00

Package: postgresql-19-jit
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 25047
Depends: postgresql-19 (= 19~beta1-1.pgdg26.04+1), libc6 (>= 2.17), libgcc-s1 (>= 3.3.1), libllvm21 (>= 1:21.1.0), libstdc++6 (>= 5.2)
Provides: postgresql-19-jit-llvm (= 21)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/database
Filename: pool/19/p/postgresql-19/postgresql-19-jit_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 10446300
SHA512: ad35e515a10e6ff05fb69c6061c3c022a5a7985e4e8fe17bac33fbf6a10ad4e31f6722519e518e764bb04320f42c1b9d84ed2650d3f2a9ead726cc1b7a107c2a
SHA256: 9123a63cd8e53c1e05a14d774ba5a91d40c4bb4e0e4484df0c7c600f92750468
SHA1: 2a73d41d15f278a494d8cf4a17ac128960eb8b1a
MD5sum: d5b67986781df0e65a0e189722ad5286
Description: LLVM JIT support for PostgreSQL 19
 PostgreSQL, also known as Postgres, is a free and open-source relational
 database management system (RDBMS) emphasizing extensibility and SQL
 compliance. It features transactions with Atomicity, Consistency, Isolation,
 Durability (ACID) properties, automatically updatable views, materialized
 views, triggers, foreign keys, and stored procedures. It is designed to handle
 a range of workloads, from single machines to data warehouses or Web services
 with many concurrent users.
 .
 This package provides LLVM-based query JITing for PostgreSQL 19.
Timestamp: 2026-06-04 10:58:07+00

Package: postgresql-19-jit-dbgsym
Package-Type: ddeb
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1377
Depends: postgresql-19-jit (= 19~beta1-1.pgdg26.04+1)
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/postgresql-19-jit-dbgsym_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 1338512
SHA512: fef66cfbb20e085be353e6de1d30e2761d77d724bc12cd338c4203c8e47ef5080956ba54ac78c460a931ff3048643df2903c02a9c2d826faddb5d46bf1efcd2e
SHA256: 65639b5fcd0774d8101fadc6cb3aff51c577b7c1facf74dc3e79ac4816ec7a62
SHA1: 3e03c6989ecec5ed746e396318eaa42d09133c8e
MD5sum: aa427fe5210678eee16e69cbcd6f25c1
Description: debug symbols for postgresql-19-jit
Build-Ids: accbeca7b91e05e11cbe24b61e4ea0ae359d6586
Timestamp: 2026-06-04 10:58:07+00

Package: postgresql-client-19
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 10614
Depends: libpq5 (>= 19~beta1), postgresql-client-common (>= 182~), sensible-utils, libc6 (>= 2.38), liblz4-1 (>= 0.0~r127), libreadline8t64 (>= 6.0), libssl3t64 (>= 3.0.0), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Suggests: postgresql-19, postgresql-doc-19
Provides: postgresql-client
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/database
Filename: pool/19/p/postgresql-19/postgresql-client-19_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 2195780
SHA512: bbf9bca80ca35277f26e8120c34be713b8e9f018e316de8ecc2a9d74ef88b16364cd6c8c8c8f242213cc08e5d734761520dadbbf10f54b564e8c9e7dc5d49a18
SHA256: 731ad615e7922ae9d20c94451a48d8a4a194c05633d2cd5ef46afe5b2f34619b
SHA1: f1b492f7dbdd276a2d210cc20cb526bd5616b573
MD5sum: 741c1db2cffee7d6bc16198c494d87ee
Description: front-end programs for PostgreSQL 19
 This package contains client and administrative programs for
 PostgreSQL: these are the interactive terminal client psql and
 programs for creating and removing users and databases.
 .
 This is the client package for PostgreSQL 19. If you install
 PostgreSQL 19 on a standalone machine, you need the server package
 postgresql-19, too. On a network, you can install this package on
 many client machines, while the server package may be installed on
 only one machine.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-06-04 10:58:07+00

Package: postgresql-client-19-dbgsym
Package-Type: ddeb
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 4604
Depends: postgresql-client-19 (= 19~beta1-1.pgdg26.04+1)
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/postgresql-client-19-dbgsym_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 2639192
SHA512: 26f1a9c95a62cbf340ab4d6678a031dc3657c238c983a5d7fe11b5226fad404277d5f749879ff2e6124caeafb584fbbe9b1b65efe13496cd6816c52b121272db
SHA256: 1ba54e5fb8d8f0eeaf65da69616f152b1c664042d44dc927de478cb460626648
SHA1: bb30ecda99ef99cf07a8362cb03a404f330b1558
MD5sum: 5a59555e682e30b495655fbf7225b2d6
Description: debug symbols for postgresql-client-19
Build-Ids: 01c346bfe0b46a2e839e348f26b87cc5cc0a017f 09c928519a8be4e232dca85e794892b2bc9a4ac5 0b1cbc2e83975654be8aa46932fb059e90d4dc2a 18aa31a22167851c6ebe244eecfd7e978d76bb6c 196e8c5b1c84153e0019070d7a20c69eaa4eedcb 2892f79151ba1bab41b32f71e515dc32679ae018 40ee8f02cbc6357fd134bf6a8a0bacc427d6581b 541054faba0074bb614417885bba968d513bd351 62adbdd9425fa09554739331a3b10c7a011beef0 63568bbedd645246fcad22a560935228d571cca6 68518306924a948faafde15c681a74a3e71f736a 7498e1c405454734799178c5e9b25a7566a310fa 7b4cdb3dfb9442725ca5ff85d528af56752e3e77 8ddd075e6df28420e79af85e921ba00d868117fc 97763261b66962411e0b8c53ece4e025a330c8b5 9fa6bc8f6af42a4a453335b2f4cb39c9e0b38670 a53645b1d415848878d0146e4d0461bf1faddedd b3a4aa74de28c24a2d44cdc212dcf4c7dde85057 c3bc80587d4b4cc3cf7591dc4e5456a16128ab70 daa530f44b6929cb103b382ac2864358b4eaa3f0 f7e227c612978c292915cafb51af7beb5aee42e7 fdf274b9858308000ba5555bc7eb0c4b803a0a28
Timestamp: 2026-06-04 10:58:07+00

Package: postgresql-doc-19
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Architecture: all
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 17969
Multi-Arch: foreign
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/doc
Filename: pool/19/p/postgresql-19/postgresql-doc-19_19~beta1-1.pgdg26.04+1_all.deb
Size: 2243256
SHA512: 6460d52cf35d047141c5bfeecaf5f1f81e4bc1fd86fbc63fbc09a1a7ccbd54ea62feeea832d646d4da041498d67c7818de78f0589c65e82a78c802b1478d5df5
SHA256: 75dbc8fcbe26519340dd8c957318deb7f2f6a4588d8308ba4b03b427da2f2b5c
SHA1: 9bbe6f184c54925231769108d3db1cbe3573cef7
MD5sum: b4cb83d580abad5a4b9a0b7db7930d8c
Description: documentation for the PostgreSQL database management system
 This package contains all README files, user manual, and examples for
 PostgreSQL 19. The manual is in HTML format.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-06-04 10:58:07+00

Package: postgresql-plperl-19
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 357
Depends: perl, postgresql-19 (= 19~beta1-1.pgdg26.04+1), libc6 (>= 2.34), libperl5.40 (>= 5.40.0)
Provides: postgresql-plperl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/database
Filename: pool/19/p/postgresql-19/postgresql-plperl-19_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 66900
SHA512: 2f9db203326287a7b5b5f2feb2a7bc48d0942ecdf9384dd045a0c651befde1e3c9d034213161a62035571b004eeef1591e2d006d35422208d2749c5233b90ede
SHA256: e185f33b707d283dd95f68e8e7e617f51f5f9ae5945488ced3c6fdb7920b1f32
SHA1: 98be4079d450d9f4572963791294ecedba5d71cb
MD5sum: 7de07fb0013dafd6705974ec7c2421be
Description: PL/Perl procedural language for PostgreSQL 19
 PL/Perl enables an SQL developer to write procedural language functions
 for PostgreSQL 19 in Perl.  You need this package if you have any
 PostgreSQL 19 functions that use the languages plperl or plperlu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-06-04 10:58:07+00

Package: postgresql-plperl-19-dbgsym
Package-Type: ddeb
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 285
Depends: postgresql-plperl-19 (= 19~beta1-1.pgdg26.04+1)
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/postgresql-plperl-19-dbgsym_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 202352
SHA512: f93e7f06f442ea03ae629f3c2d74d45210ee1175f0d37ab52b66a0badbe5e332b7af9aa2584794aca063a2f92fc66d0ff7bce7f821cd0987827668bdf4db85ac
SHA256: 01c45f6c3403046e6e98c2b46e4e07a44562a9487c2f3c4f697df246854f4579
SHA1: 7c857d3cd22abb82ff759280b82ee0568f564728
MD5sum: c4b012d4adf354babe15ae4b4ed029be
Description: debug symbols for postgresql-plperl-19
Build-Ids: 3cd57b588c7db1f661fff9a97e2dddf47bddb2e0 9e9676622e94f67c70ce0f986c67b4543b3362fb b22fe3868ffb53aafef862493af3f00f3e04f13e cc381674f6db33e24dc6f3e5bfd92563bdd76b46
Timestamp: 2026-06-04 10:58:07+00

Package: postgresql-plpython3-19
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 491
Depends: postgresql-19 (= 19~beta1-1.pgdg26.04+1), libc6 (>= 2.14), libpython3.14 (>= 3.14.1)
Provides: postgresql-plpython3
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/database
Filename: pool/19/p/postgresql-19/postgresql-plpython3-19_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 90308
SHA512: d4f06352d65e856b929a5d57198d149dcff2b234b85c06b4f653badaa38a4bbdbed8ce3bd5ea213b90858c7d0e97e01a61dbcda2c0a31931553c9704c1b5235e
SHA256: a1bb942b0b2d4298adb001d61285264c5bc2eff1aa72240a91f8e8625361264a
SHA1: 045ba22642512d2517dea880e65bfde254818bed
MD5sum: a11e718f182ef02008705aba0c3ba2c3
Description: PL/Python 3 procedural language for PostgreSQL 19
 PL/Python 3 enables an SQL developer to write procedural language functions
 for PostgreSQL 19 in Python 3.  You need this package if you have any
 PostgreSQL 19 functions that use the languages plpython3 or plpython3u.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-06-04 10:58:07+00

Package: postgresql-plpython3-19-dbgsym
Package-Type: ddeb
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 292
Depends: postgresql-plpython3-19 (= 19~beta1-1.pgdg26.04+1)
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/postgresql-plpython3-19-dbgsym_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 181816
SHA512: 7d8ba04ec654b3142d3b9db1b7327bc2b449d3ae6e24880ca8078ac9c2a8cdb08f36a899cbbc4016c00e6b28137b66e7e53f0b3e352163485ffe08e8ea5edcec
SHA256: 4bdb3675ea8c08e7b82aa6ff9f22adaf0ab62626f45b57c7af8bcce7916e7f0f
SHA1: aaf75f1837a9961a3f994e17741dae2fbbf133a7
MD5sum: 929be927a94dfacac52dff8e52304f60
Description: debug symbols for postgresql-plpython3-19
Build-Ids: 02fd1afe1c6c1421afbb61f716673122de547a4c 8e3c92f7ae8906ffd28455b7180eef77e0401d05 b10a77003f90d9a5728ece9865247769f0507df3 bbfde09c39db1822a4744077128211722ce11cd1
Timestamp: 2026-06-04 10:58:07+00

Package: postgresql-pltcl-19
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 209
Depends: postgresql-19 (= 19~beta1-1.pgdg26.04+1), libc6 (>= 2.4), libtcl8.6 (>= 8.6.0)
Provides: postgresql-pltcl
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/database
Filename: pool/19/p/postgresql-19/postgresql-pltcl-19_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 39856
SHA512: e3c7290fe25fa139a236c817fca729388c7fe3245b0ab3a84e205a0d1d4c67480d34c91ec2b2577245a63f06640cd96e4419bde44535dfdc055c87b231cc7724
SHA256: 34db26f84475f429d067a59f40b6f419a33ea7c4fd6c718ffabc37612494b7ff
SHA1: 6ece3b6c2949451288dc17fe3e8717a38fd2e303
MD5sum: 85251d08fd34bc8df86f597ae1dd45d7
Description: PL/Tcl procedural language for PostgreSQL 19
 PL/Tcl enables an SQL developer to write procedural language functions
 for PostgreSQL 19 in Tcl.  You need this package if you have any
 PostgreSQL 19 functions that use the languages pltcl or pltclu.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-06-04 10:58:07+00

Package: postgresql-pltcl-19-dbgsym
Package-Type: ddeb
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 126
Depends: postgresql-pltcl-19 (= 19~beta1-1.pgdg26.04+1)
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/postgresql-pltcl-19-dbgsym_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 88932
SHA512: b49cd5dbf18f233e1771bc778a01720df470340c1ecfc4a754c507523c0d74b9bd2cf7442ada5c225cf32199f0acf0efba97e2bea76e0fc8f848cec48bceb35d
SHA256: 2a8324d3fcdc2aa2ea30e894942dbbfa17f89d9f81cd955bbaae46c50d688f39
SHA1: b2eda5dec512c60e07c37567d26d3cb08062110d
MD5sum: 66e6eba668920caf92c6dcecd6a1cd30
Description: debug symbols for postgresql-pltcl-19
Build-Ids: efd804bb9a2642554c6a95d2a6db0e132ca1ff13
Timestamp: 2026-06-04 10:58:07+00

Package: postgresql-server-dev-19
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 9020
Depends: clang-21, libpq-dev (>= 19~~), llvm-21-dev, postgresql-client-19 (= 19~beta1-1.pgdg26.04+1), postgresql-common (>= 142~), libc6 (>= 2.38)
Homepage: http://www.postgresql.org/
Priority: optional
Section: 19/libdevel
Filename: pool/19/p/postgresql-19/postgresql-server-dev-19_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 1446280
SHA512: c354d98dc3fcee4038e60b7b87d565166c46cfbd64a98df3420451e75a150115abc291c414f8ed895ccc5816abaca8830137b8c3db0259ec512b6350b5c9b9da
SHA256: 76efb7274a4897502f6fccb94b14c41286152f47106a1b3b4a96b0216e1bd2ad
SHA1: e4dc68a878c2638727afa787fef01f76b8c7e864
MD5sum: e66a054a488dbdcdb47fe611a951108d
Description: development files for PostgreSQL 19 server-side programming
 Header files for compiling SPI code to link into PostgreSQL's backend; for
 example, for C functions to be called from SQL.
 .
 This package also contains the Makefiles necessary for building add-on
 modules of PostgreSQL, which would otherwise have to be built in the
 PostgreSQL source-code tree.
 .
 PostgreSQL is an object-relational SQL database management system.
Timestamp: 2026-06-04 10:58:07+00

Package: postgresql-server-dev-19-dbgsym
Package-Type: ddeb
Source: postgresql-19
Version: 19~beta1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 202
Depends: postgresql-server-dev-19 (= 19~beta1-1.pgdg26.04+1)
Priority: optional
Section: 19/debug
Filename: pool/19/p/postgresql-19/postgresql-server-dev-19-dbgsym_19~beta1-1.pgdg26.04+1_amd64.deb
Size: 141456
SHA512: d7f5657aa29778f25d8eccd19c0ffc1cbef21decd2e5fddb4bb336ae7302a25063c9df1d3acb7781a0a7a213783e634d1e6f7c9adda050562cae50d869ebb902
SHA256: 1edf27c961d3ef1cb2f18f2f3217bd797f1aafa7abd7eaa283cbd82110fafaaf
SHA1: 8827b6351331b7db13d53a461a20021c4bfbefcf
MD5sum: 0360add780ae76bf765cc631d7da86a9
Description: debug symbols for postgresql-server-dev-19
Build-Ids: 2d4356e96771f4583a3448f8e3daf77c05e016bc edb43a3a7db79e90b9af8255e3286bc33504a2c8
Timestamp: 2026-06-04 10:58:07+00

Package: postgresql-13-orafce
Source: orafce
Version: 4.16.7-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 592
Depends: postgresql-13, libc6 (>= 2.38)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-13-orafce_4.16.7-1.pgdg26.04+1_amd64.deb
Size: 130328
SHA512: 5676c11cd9313162ad51362588ebbabb2253f29c9d9b88415974b5c71d8e6379359366fea73865bb492aece18c1130f18255fd95fd5339df014209a7b4d66ae4
SHA256: 4fdbf80ef9ea226abfdb39556a197ba6be728bf0bb7f2988b4996e4f97a06231
SHA1: fcb1acf47424227f546a5b28baf1b1a96ed95228
MD5sum: 7f811e736def896943f33695b6bd41dd
Description: Oracle support functions for PostgreSQL 13
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-06-04 16:41:04+00

Package: postgresql-13-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.7-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 450
Depends: postgresql-13-orafce (= 4.16.7-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-13-orafce-dbgsym_4.16.7-1.pgdg26.04+1_amd64.deb
Size: 298952
SHA512: 3712cae9310eeda65f76fa3d43b9501232bf53c119ac1d9501021fcbdb031af8ee8b3dd277469f62fe442411bd1ea0bce665aebbe2dc2081c710bd0c3ff56882
SHA256: 1840ec25c67d4785e0d1a005e3dc54c21b45f6ee89a1ada664515e232c984940
SHA1: 8b1107f685f0938aeb48b6be533a7699f10e7a08
MD5sum: 29350d809125a7b62a5a83974acc694a
Description: debug symbols for postgresql-13-orafce
Build-Ids: fe622c31f3e8b324ed07a1ee1af1115413848130
Timestamp: 2026-06-04 16:41:04+00

Package: postgresql-14-orafce
Source: orafce
Version: 4.16.7-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1164
Depends: postgresql-14, libc6 (>= 2.38)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-14-orafce_4.16.7-1.pgdg26.04+1_amd64.deb
Size: 375452
SHA512: 716e7aee0314dbad7d19a695ecef3a1ac359eaa7336263f746a35470ae5dcba1eb170259ba3f5c0d773a628d7171398bd907da2966d89d6dbc0a3c82952aeb7d
SHA256: 6285dcdd32a0146b1817181f04d4a482fd277b096efb7fcc35c059e03369b9db
SHA1: 876f73aac9920cdc90bf27943986193d9540f24c
MD5sum: 0cbde0bb843d4e369cc35808c22c5278
Description: Oracle support functions for PostgreSQL 14
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-06-04 16:41:04+00

Package: postgresql-14-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.7-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 460
Depends: postgresql-14-orafce (= 4.16.7-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-14-orafce-dbgsym_4.16.7-1.pgdg26.04+1_amd64.deb
Size: 306280
SHA512: de93ba3825ba5a34c6cfa32b730feff2893f673702846f870d3720feba7ac257afea067f93b40ad6220f5ea03abb040c0afae4feac417bf805fb314601ce1522
SHA256: 7e675dd7b3fb4b62cbed1526415a2ea63ca5f30e5eb574e57999c1f70b5a392e
SHA1: 36e2b17d1cc972fa514c694b0f834e674056998e
MD5sum: 81a1e622e33cf5edf593a834a42c364f
Description: debug symbols for postgresql-14-orafce
Build-Ids: 717a77ee180c599213723976f5698787770c4967
Timestamp: 2026-06-04 16:41:04+00

Package: postgresql-15-orafce
Source: orafce
Version: 4.16.7-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1162
Depends: postgresql-15, libc6 (>= 2.38)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-15-orafce_4.16.7-1.pgdg26.04+1_amd64.deb
Size: 372024
SHA512: 0d5996bf4f7feaf88898acf5c697430bc12e5bdf77cfdfa903e35394a50d28941723443a48116b17684877b8d61c3e63aaf84067ecbec8b2c6f842b095f05bf8
SHA256: f92bf6eaa745318172b7283c98aa5df909eb3d1e6b548806858793637584dbfe
SHA1: c432b6d0ffce45110610d82dd6bbb070de4233df
MD5sum: a48a45b3c562e87852f9cb5ca90652d2
Description: Oracle support functions for PostgreSQL 15
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-06-04 16:41:04+00

Package: postgresql-15-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.7-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 462
Depends: postgresql-15-orafce (= 4.16.7-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-15-orafce-dbgsym_4.16.7-1.pgdg26.04+1_amd64.deb
Size: 308300
SHA512: 2ce1424393bb6b7b4eaca3f607a2805d6388e5c748e96ecab1fd9baee6d6e4d13e9e631b604ce9e01afa786644aa352f80b587e8ac2ace8302b00d9a1ea8a045
SHA256: cf00d3c2dc0974ecc5ca473c87440d33d0cf07d02e4afa77d7feb0217f56b6a5
SHA1: 044f06a182df3141351867aae43372191d31a7ba
MD5sum: 3e526915111d39751e6c0536d19a406c
Description: debug symbols for postgresql-15-orafce
Build-Ids: c717404f78d4fb71b86bedf6d862d79f1658dde5
Timestamp: 2026-06-04 16:41:04+00

Package: postgresql-16-orafce
Source: orafce
Version: 4.16.7-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1139
Depends: postgresql-16, libc6 (>= 2.38)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-16-orafce_4.16.7-1.pgdg26.04+1_amd64.deb
Size: 366540
SHA512: b3d66d7e60b07a52377898a654b234ad7ca58a9ac8294a5839f449e739381798128f72a3ddfec03859531f6e0c82a334fb926f14d7c04c620a3c7904c94c1433
SHA256: 9095a7260326594ee518bbc03c012d74b1f8eb3f3633919a8d8c3c000ddfd08f
SHA1: e14cf72592bbc00705832de06348dd4967284c15
MD5sum: 70cd48387c2517ac374f67676d802333
Description: Oracle support functions for PostgreSQL 16
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-06-04 16:41:04+00

Package: postgresql-16-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.7-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 471
Depends: postgresql-16-orafce (= 4.16.7-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-16-orafce-dbgsym_4.16.7-1.pgdg26.04+1_amd64.deb
Size: 319808
SHA512: b7aae5ca1eea515a8947dd67f5b14c3fc683087b930be3b903e6b5dbc1e610551afc90e7982057206d0c5e258289638a7e25497c33b056a0487c9d22b9dd2dda
SHA256: 33f07b72fc2eb6cf0220c6d53bb73099a05db9aa4a48dac896e9058e9a050e53
SHA1: 46f822f1dd868a45d3aeb8c536bffde255607607
MD5sum: e343e839d6586944789b0e95f82e4c66
Description: debug symbols for postgresql-16-orafce
Build-Ids: 8769d2fcd0a4eb0bda4c3be4e96cad08f8da0e2a
Timestamp: 2026-06-04 16:41:04+00

Package: postgresql-17-orafce
Source: orafce
Version: 4.16.7-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1139
Depends: postgresql-17, libc6 (>= 2.38)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-17-orafce_4.16.7-1.pgdg26.04+1_amd64.deb
Size: 366624
SHA512: 82ac6def0eb3e940f6a7e467b059317cd4eedf57119e927a4055f059aa79120df3399f3a32f920e5f31ec8ad9993208c23c15a9114d62cff0781d5a0e48169ab
SHA256: 08fb0de263471d15ceb0580037500817c0e2e3b96ec54aacea765419b5b9cddf
SHA1: 1491b457485f542258363ea7831d6fbf56d2b5ee
MD5sum: 106a583e4f7ae5a932c1bce81a509029
Description: Oracle support functions for PostgreSQL 17
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-06-04 16:41:04+00

Package: postgresql-17-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.7-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 474
Depends: postgresql-17-orafce (= 4.16.7-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-17-orafce-dbgsym_4.16.7-1.pgdg26.04+1_amd64.deb
Size: 323124
SHA512: 6b80ea08e493230d36ca78896ab6225e798706c2f9e2a2bc96d1039aafab043e57ba95f5c2d84b163ed12c248cb71357d735df5d7ebb25096069ba82e23a9ddb
SHA256: bf4603855b3089f61ec8b9dbbc3fafedc23eefd0c94a68676a248f784627b004
SHA1: 41f36b07dfa16bdfa66c19cc93dbd35193ec9cb4
MD5sum: 909af639537d51a5d7f78ed149f9ce4f
Description: debug symbols for postgresql-17-orafce
Build-Ids: 2d1372b31f2c39067c1e00f22ad143b5d896755c
Timestamp: 2026-06-04 16:41:04+00

Package: postgresql-18-orafce
Source: orafce
Version: 4.16.7-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1139
Depends: postgresql-18, libc6 (>= 2.38)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-18-orafce_4.16.7-1.pgdg26.04+1_amd64.deb
Size: 367324
SHA512: 859a257bfbf6fee1e27c2461f1d9f7285c243d55d280929096848c0b23d4a5b08324b6940e5a1d1295623f4013b6f0b177411f32468b8b518e05663a53a6e9fb
SHA256: 65acfa9b562b581741ae14d5e16c077510fb7daeade7cf7378b4e0a26bf78f56
SHA1: 48ac73c0345ff571219f44585a21da55ad4f32f9
MD5sum: ac4844a5135e4a0f22d190312bfff55d
Description: Oracle support functions for PostgreSQL 18
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-06-04 16:41:04+00

Package: postgresql-18-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.7-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 476
Depends: postgresql-18-orafce (= 4.16.7-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-18-orafce-dbgsym_4.16.7-1.pgdg26.04+1_amd64.deb
Size: 325760
SHA512: 2d622efe87aa7e5f7bbb69e3ba5c2aab8a5bf8399a9550e9a6b881202798cb32d623a7c4fadb6243a7b15a0a25cf36eccbf8f4aa77b035308afdf6aba5ab1d70
SHA256: 02803ea20743032e9bf860ffff9a91c8774827f54dfb545eb86cf29c61857cef
SHA1: 415725545841813407917dccf016b06a2870b979
MD5sum: 95fa8edf4ed0cad8e316e1c3560507a7
Description: debug symbols for postgresql-18-orafce
Build-Ids: 4b1ca6bf9eddca08b929a07b32e63d61349a1ad8
Timestamp: 2026-06-04 16:41:04+00

Package: postgresql-19-orafce
Source: orafce
Version: 4.16.7-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 1141
Depends: postgresql-19, libc6 (>= 2.38)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/orafce/orafce
Priority: optional
Section: database
Filename: pool/main/o/orafce/postgresql-19-orafce_4.16.7-1.pgdg26.04+1_amd64.deb
Size: 369776
SHA512: 6786345831c2895f68cc975d98482c9e7985a89a84e0811a0a4435db4a38b6c3f6a3dbc730faf0d945bae2a1683fb1e295d771e88d2b43a00827237fad3e03ca
SHA256: 12592c5b3602d6f89c8b83ce729e3db533e0ef2989248d56df1ceb006795d623
SHA1: 96c615cccb8ca140bf56111b19fd65948109f54a
MD5sum: 740744c943eb40b2a78f248409408cad
Description: Oracle support functions for PostgreSQL 19
 This project implements some functions for compatibility with Oracle.
 The functionality was verified on Oracle 10g, and the module is
 useful for production work.
Timestamp: 2026-06-04 16:41:04+00

Package: postgresql-19-orafce-dbgsym
Package-Type: ddeb
Source: orafce
Version: 4.16.7-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 499
Depends: postgresql-19-orafce (= 4.16.7-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/o/orafce/postgresql-19-orafce-dbgsym_4.16.7-1.pgdg26.04+1_amd64.deb
Size: 348424
SHA512: 6ed5ed885100bfa1fe4ed7c29a33f7ed0a3181885c15a54d1c54dd36a856f56355c2f0ed3bb612fee90f93f8bdf571739a8c065a4f71d5301b71e718f0a0ef54
SHA256: cd0f5c7b0ace390c5e7cf348b878cd10ee0468e84982e48b164220d98af6635a
SHA1: 0b94e8f467044e7e05443cf736a39962930fe13b
MD5sum: b21dc5ee7f215edf29858bbc2f4b0396
Description: debug symbols for postgresql-19-orafce
Build-Ids: 60c2bde7616c9649d9816b38ed928874509c3224
Timestamp: 2026-06-04 16:41:04+00

Package: postgresql-14-plpgsql-check
Source: plpgsql-check
Version: 2.9.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 702
Depends: postgresql-14, libc6 (>= 2.17)
Breaks: postgresql-14-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check_2.9.1-1.pgdg26.04+1_amd64.deb
Size: 311024
SHA512: 400ce413eb60d590a8e61ba397dda330ef985f88bac22782db1a2cb88ed0c80f0bdc5301c5659eef7a6721445314129c3d4f2cd3883b23deae70044fcbab2ab9
SHA256: ecd9e6331d79041a10e76ded8f9b3061339e69bea0d0899bdc6bf699ffe9f171
SHA1: d928206633631dae29f37d4e1417ccd8c5dbf21e
MD5sum: f218486a30da163f7ab0f377cf14d409
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-06-05 13:27:15+00

Package: postgresql-14-plpgsql-check-dbgsym
Package-Type: ddeb
Source: plpgsql-check
Version: 2.9.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 421
Depends: postgresql-14-plpgsql-check (= 2.9.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-14-plpgsql-check-dbgsym_2.9.1-1.pgdg26.04+1_amd64.deb
Size: 313876
SHA512: cc586f073d512e996e0e5c1aa3e873605c67988ac9ab70b048c3206308ea2130f037cdfaf695fe4df4c9e5ebd75f8aa285824760d554df192eed359a851783d7
SHA256: 401ecca8803236cc882ccefe330d9174606c6ceda5233998839de8225604cca0
SHA1: c78a418a945b3ffb5a6ebb960ae804e5e8c99c11
MD5sum: fc7251894d8565c8c60a83dc3bb6875c
Description: debug symbols for postgresql-14-plpgsql-check
Build-Ids: c4394bfc82b722d045ae2756273ed5891800b867
Timestamp: 2026-06-05 13:27:15+00

Package: postgresql-15-plpgsql-check
Source: plpgsql-check
Version: 2.9.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 703
Depends: postgresql-15, libc6 (>= 2.17)
Breaks: postgresql-15-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check_2.9.1-1.pgdg26.04+1_amd64.deb
Size: 311156
SHA512: c3c179d294761d75773ed4a57ded0af66597b9d06e40c8868917a275e9dde617f43538d08e938e1a112158cea1077ab4d7846a06870ba5cea7705abb4e4d5a7b
SHA256: eae21f3fd31a9b07f61c0b43ab536b3972d5cece16c1c302b56465533c0cd87b
SHA1: 2419f5bae0fee047e08085cd96be6e2ddbbac25a
MD5sum: ac4578581eaba0d94c784bc272ea8871
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-06-05 13:27:15+00

Package: postgresql-15-plpgsql-check-dbgsym
Package-Type: ddeb
Source: plpgsql-check
Version: 2.9.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 434
Depends: postgresql-15-plpgsql-check (= 2.9.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-15-plpgsql-check-dbgsym_2.9.1-1.pgdg26.04+1_amd64.deb
Size: 324684
SHA512: 65c787291fa37281b9fc0438568b4d1f652e06af84db12bb12615d1d66fa994e71d3a60508be60a4f644d8bb3c219b1f17c12d4b058724c23ac56f87caab8d46
SHA256: 3bd4188bb6f222ad3a8048dd9566a08f0bcdbd0960631d89f2968189c25f92fe
SHA1: 011c2b62b3d0ea75638ce83861f7e02ca08949d2
MD5sum: d311ec1fbe6edf9a3bf136f9bba92d11
Description: debug symbols for postgresql-15-plpgsql-check
Build-Ids: 373685284aa4f5f30c189653ef84413595cac86a
Timestamp: 2026-06-05 13:27:15+00

Package: postgresql-16-plpgsql-check
Source: plpgsql-check
Version: 2.9.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 686
Depends: postgresql-16, libc6 (>= 2.17)
Breaks: postgresql-16-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check_2.9.1-1.pgdg26.04+1_amd64.deb
Size: 307280
SHA512: b773b554b61ad1285aee84768e098d46fe79358aca51af8b03a474761ea152dfd98d44e36e1824d2dbaf47a15e695fbbd6249579292fc73015ac90e71d312678
SHA256: 4938f967a365f9aabd68e1a7078bbc1f9c71ae60476788a05910299562fd71c6
SHA1: 23e90763e9cdfbedb9b4c0f2905fe5e2eccdc1c8
MD5sum: 1cc87f0f310044b75cff7193926c6e55
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-06-05 13:27:15+00

Package: postgresql-16-plpgsql-check-dbgsym
Package-Type: ddeb
Source: plpgsql-check
Version: 2.9.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 443
Depends: postgresql-16-plpgsql-check (= 2.9.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-16-plpgsql-check-dbgsym_2.9.1-1.pgdg26.04+1_amd64.deb
Size: 338676
SHA512: 9a26ee514b3e265197b73a6534f61a22a3390c2792c2e32ccaaff6d3151d1f81ca22e02b79525e65565584408ace2af22a3316cc69388711785e0271e39a4d27
SHA256: 19a099f15a218f68088dda8231e782d57265900affe46d4f9c4b6238aa8a7120
SHA1: 978f862b0b15e7c807e109ca008393526fce8ea1
MD5sum: 6e96b8ac4039ae09fe201cb802de9dc2
Description: debug symbols for postgresql-16-plpgsql-check
Build-Ids: 917049c5d734c79018f76ffa19fef24ec66483b8
Timestamp: 2026-06-05 13:27:15+00

Package: postgresql-17-plpgsql-check
Source: plpgsql-check
Version: 2.9.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 686
Depends: postgresql-17, libc6 (>= 2.17)
Breaks: postgresql-17-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check_2.9.1-1.pgdg26.04+1_amd64.deb
Size: 307588
SHA512: db0bba5fee5c702826b28bd1adf5dacd58ed89a4f5afd23ace9f82c77f7bca87fb0f212543ae93e2165bcd9904dd52d84585df20e9a283ad3b205380766767b6
SHA256: 574c43fd1b828cbd3270bde20149e2fe1502dfae11bb22e13b95d55b58790e02
SHA1: 96307930b59564959ae5caba9f274b56e831109b
MD5sum: 6cd466723abd702f429d25ef510bd4c0
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-06-05 13:27:15+00

Package: postgresql-17-plpgsql-check-dbgsym
Package-Type: ddeb
Source: plpgsql-check
Version: 2.9.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 459
Depends: postgresql-17-plpgsql-check (= 2.9.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-17-plpgsql-check-dbgsym_2.9.1-1.pgdg26.04+1_amd64.deb
Size: 353580
SHA512: 3ee1b76262d41204a68bf197b33c417087b6f98a0183b967a61e4e0a1d148b0e3249063bc2d67d233a3fe1beeff004fe45543c6140e93e1ebb2d66da81093333
SHA256: 33a69f24fdd12f6b25944b140da184ae0fe7ec9f1a979421f43df400ce1cf1be
SHA1: acb4ca45a510696bc6fcc58193b7aa068e42669e
MD5sum: 94f6b27f68939b3191f8900a4a9bd652
Description: debug symbols for postgresql-17-plpgsql-check
Build-Ids: 56296d945efc58b410bb3d20f7993a1ef4a824b5
Timestamp: 2026-06-05 13:27:15+00

Package: postgresql-18-plpgsql-check
Source: plpgsql-check
Version: 2.9.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 687
Depends: postgresql-18, libc6 (>= 2.17)
Breaks: postgresql-18-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check_2.9.1-1.pgdg26.04+1_amd64.deb
Size: 307640
SHA512: e202c35750241b2033139c362980e83bacc6bce181618cf3809d40c16fd4dc541097f34001c0a33744b626dd35b270a6b0d4442d1a7b8be5954bf7245fc5a8a0
SHA256: 3106006a2f1ec12a996455e133a54e2ffc8a3b5b6efcbf56e0179e74a559a79c
SHA1: e77d797ae0e6eeb16412a9ee35e1495f916181b7
MD5sum: a5105d271f641ebcd08513b95808591f
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-06-05 13:27:15+00

Package: postgresql-18-plpgsql-check-dbgsym
Package-Type: ddeb
Source: plpgsql-check
Version: 2.9.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 454
Depends: postgresql-18-plpgsql-check (= 2.9.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-18-plpgsql-check-dbgsym_2.9.1-1.pgdg26.04+1_amd64.deb
Size: 351820
SHA512: 6ad154b404390bd5ac936474f4bd2a800a90e95b8e2fb260bcf2a306cc780b7a2d3fd75e20a5d7d24dec5ff1f4bda1b8243d68ce2c4df903d9feceba856ffbb1
SHA256: f3907d868fab0f613ec5795e3aa299122ba4802db8b046b3d6e190948a17bf57
SHA1: ae3937e0bf834cf71ab7cfc512b26d7e475d48d7
MD5sum: 8347202b74588f0fe55710722035ab49
Description: debug symbols for postgresql-18-plpgsql-check
Build-Ids: 24a839227320e3151b1c9cb718170e09a21518b7
Timestamp: 2026-06-05 13:27:15+00

Package: postgresql-19-plpgsql-check
Source: plpgsql-check
Version: 2.9.1-1.pgdg26.04+1
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 691
Depends: postgresql-19, libc6 (>= 2.17)
Breaks: postgresql-19-jit-llvm (<< 21)
Homepage: https://github.com/okbob/plpgsql_check
Priority: optional
Section: database
Filename: pool/main/p/plpgsql-check/postgresql-19-plpgsql-check_2.9.1-1.pgdg26.04+1_amd64.deb
Size: 308832
SHA512: 54fcab1771ae70f874ca30533b88ef3cd74bb3f97f08997a7fd54cfb2ef8a10ba7272e854406e7d4b5733abd255f41cc0e47143ca3806ecb340c13adb46bca17
SHA256: 14944461d6d9231dcc59e86e979b9cc6c7e494e1588e70bae50a4416675dc8ec
SHA1: 2342596d8456aed54d971d0a46d5065efd703bd9
MD5sum: e282bef36a395f65e930d34945dfcfe6
Description: plpgsql_check extension for PostgreSQL
 plpgsql_check is the next generation of plpgsql_lint for PL/pgsql source code.
 The SQL statements inside PL/pgSQL functions are checked for semantic errors.
 .
 Features:
  * check fields of referenced database objects and types inside embedded SQL
  * using correct types of function parameters
  * unused variables and function argumens, unmodified OUT argumens
  * partially detection of dead code (due RETURN command)
  * detection of missing RETURN command in function
  * try to identify unwanted hidden casts, that can be performance issue like
    unused indexes
  * possibility to collect relations and functions used by function
  * possibility to check EXECUTE stmt against SQL injection vulnerability
Timestamp: 2026-06-05 13:27:15+00

Package: postgresql-19-plpgsql-check-dbgsym
Package-Type: ddeb
Source: plpgsql-check
Version: 2.9.1-1.pgdg26.04+1
Auto-Built-Package: debug-symbols
Architecture: amd64
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Installed-Size: 451
Depends: postgresql-19-plpgsql-check (= 2.9.1-1.pgdg26.04+1)
Priority: optional
Section: debug
Filename: pool/main/p/plpgsql-check/postgresql-19-plpgsql-check-dbgsym_2.9.1-1.pgdg26.04+1_amd64.deb
Size: 348060
SHA512: 7668fac79f2783d353890ec2e37e851a18a2561f5728f79bca06ad3f9bf11aca5ecad57a6119fd61cb0eee268011df2db6c416ecb6c0f4b6335b11f7cd4c9e39
SHA256: 469f54732f546db024815795e107828af54903a32e0598f95f45da418eba829e
SHA1: 0911b7ccece8659de209946405eda646cfdddbd2
MD5sum: ee53f5e8471e3c09549e8bd14dee6026
Description: debug symbols for postgresql-19-plpgsql-check
Build-Ids: dbc3e100a7bfcae236a743759c41c577854e671e
Timestamp: 2026-06-05 13:27:15+00

