Package: postgresql-13 / 13.16-0+deb11u1

Metadata

Package Version Patches format
postgresql-13 13.16-0+deb11u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
50 per version dirs.patch | (download)

src/Makefile.global.in | 4 2 + 2 - 0 !
src/bin/pg_config/pg_config.c | 8 3 + 5 - 0 !
src/test/perl/TestLib.pm | 4 4 + 0 - 0 !
3 files changed, 9 insertions(+), 7 deletions(-)

 use version specific installation directories so that several major versions can be installed in parallel.
51 default sockets in var.patch | (download)

src/include/pg_config_manual.h | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 put server unix sockets into /var/run/postgresql/ by default
52 tutorial README.patch | (download)

src/tutorial/README | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 update tutorial readme for required build dependencies.
53 pg_service.conf_directory_doc.patch | (download)

src/interfaces/libpq/pg_service.conf.sample | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 update pg_service.conf example to tell the debian specific file location.
54 debian alternatives for external tools.patch | (download)

src/bin/psql/settings.h | 4 2 + 2 - 0 !
src/include/fe_utils/print.h | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 use debian alternatives for external tools instead of hardcoded programs
70 history | (download)

HISTORY | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 document debian location of release notes files.
filter debug prefix map | (download)

configure | 1 1 + 0 - 0 !
configure.in | 1 1 + 0 - 0 !
src/common/Makefile | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 1 deletion(-)

---
libpgport pkglibdir | (download)

src/Makefile.global.in | 4 2 + 2 - 0 !
src/common/Makefile | 10 5 + 5 - 0 !
src/fe_utils/Makefile | 6 3 + 3 - 0 !
src/port/Makefile | 10 5 + 5 - 0 !
4 files changed, 15 insertions(+), 15 deletions(-)

 move libpgport/libpgcommon/libpgfeutils from libdir to pkglibdir
 This allows client applications to link to version-specific libraries.
 Used by pg-checksums.
initdb startup message | (download)

src/bin/initdb/initdb.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 debian-specific cluster startup message from initdb
extension_destdir | (download)

src/backend/commands/extension.c | 121 121 + 0 - 0 !
src/backend/utils/fmgr/dfmgr.c | 29 28 + 1 - 0 !
src/backend/utils/misc/guc.c | 12 12 + 0 - 0 !
src/backend/utils/misc/postgresql.conf.sample | 2 2 + 0 - 0 !
src/include/utils/guc.h | 1 1 + 0 - 0 !
5 files changed, 164 insertions(+), 1 deletion(-)

---
test 039 | (download)

src/test/recovery/t/039_end_of_wal.pl | 491 0 + 491 - 0 !
1 file changed, 491 deletions(-)

---