Package: postgresql-9.1 / 9.1.22-0+deb8u1

Metadata

Package Version Patches format
postgresql-9.1 9.1.22-0+deb8u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
00git aarch64.patch | (download)

src/include/storage/s_lock.h | 23 23 + 0 - 0 !
1 file changed, 23 insertions(+)

 [patch] add arm64 (aarch64) support to s_lock.h.

Use the same gcc atomic functions as we do on newer ARM chips.
(Basically this is a copy and paste of the __arm__ code block,
but omitting the SWPB option since that definitely won't work.)

Back-patch to 9.2.  The patch would work further back, but we'd also
need to update config.guess/config.sub in older branches to make them
build out-of-the-box, and there hasn't been demand for it.

Mark Salter

00git vpath.patch | (download)

src/Makefile.global.in | 11 11 + 0 - 0 !
src/makefiles/pgxs.mk | 56 38 + 18 - 0 !
2 files changed, 49 insertions(+), 18 deletions(-)

---
00git vpath2.patch | (download)

src/makefiles/pgxs.mk | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
01 vpath3.patch | (download)

src/makefiles/pgxs.mk | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

---
02 relax sslkey permscheck.patch | (download)

src/backend/libpq/be-secure.c | 7 5 + 2 - 0 !
1 file changed, 5 insertions(+), 2 deletions(-)

 relax security check on private ssl key file: the file is also considered safe if it has owner and/or group "root", and if it is group-readable (unless the group is something other than root or the database owner group).
03 python includedirs.patch | (download)

config/python.m4 | 5 5 + 0 - 0 !
configure | 5 5 + 0 - 0 !
2 files changed, 10 insertions(+)

 detect both python3.3 includes locations
04 config update.patch | (download)

config/config.guess | 207 124 + 83 - 0 !
config/config.sub | 163 97 + 66 - 0 !
2 files changed, 221 insertions(+), 149 deletions(-)

 refresh config.{guess,sub} to latest version for enabling ports.

50 per version dirs.patch | (download)

src/Makefile.global.in | 4 2 + 2 - 0 !
src/bin/pg_config/pg_config.c | 11 3 + 8 - 0 !
2 files changed, 5 insertions(+), 10 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/print.h | 2 1 + 1 - 0 !
src/bin/psql/settings.h | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 use debian alternatives for external tools instead of hardcoded programs