Package: postgresql-18 / 18.1-2

Metadata

Package Version Patches format
postgresql-18 18.1-2 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 !
1 file changed, 2 insertions(+), 2 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.ac | 1 1 + 0 - 0 !
src/common/Makefile | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

---
libpgport pkglibdir | (download)

src/Makefile.global.in | 2 1 + 1 - 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, 14 insertions(+), 14 deletions(-)

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

configure.ac | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

---
pgstat report conflicts immediately.patch | (download)

src/backend/utils/activity/pgstat_database.c | 14 13 + 1 - 0 !
1 file changed, 13 insertions(+), 1 deletion(-)

---
libpq.pc no libcurl | (download)

src/interfaces/libpq/Makefile | 5 1 + 4 - 0 !
1 file changed, 1 insertion(+), 4 deletions(-)

---
0001 Handle EPERM in pg_numa_init.patch | (download)

src/port/pg_numa.c | 12 11 + 1 - 0 !
1 file changed, 11 insertions(+), 1 deletion(-)

 [patch] handle eperm in pg_numa_init


0001 jit Adjust AArch64 only code for LLVM 21.patch | (download)

src/backend/jit/llvm/llvmjit_wrap.cpp | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 [patch] jit: adjust aarch64-only code for llvm 21.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

LLVM 21 changed the arguments of RTDyldObjectLinkingLayer's
constructor, breaking compilation with the backported
SectionMemoryManager from commit 9044fc1d.

https://github.com/llvm/llvm-project/commit/cd585864c0bbbd74ed2a2b1ccc191eed4d1c8f90

Backpatch-through: 14