postgresql/src
Andrew Dunstan b31fa1f87f Don't try to import a non-exported object in vcregress.pl
Commit ca9e9b08e4 wrongly tried to import devnull from File::Spec, but
it's not exported, you just call the method via the class. This was
harmless until modern perls complained, so stop doing that.

Per buildfarm failures.

Backpatch 14 thru 16
2026-06-12 10:20:34 -04:00
..
backend Fix compilation with OpenSSL 4 2026-06-12 13:57:22 +02:00
bin pg_recvlogical: Honor source cluster file permissions for output files 2026-05-20 15:57:19 +09:00
common Fix off-by-one with NFC recomposition for Hangul U+11A7 (TBASE) 2026-06-05 07:50:18 +09:00
fe_utils psql: Fix expanded aligned output 2026-06-08 14:38:01 +09:00
include Fix missed checks for hashability of container-type equality. 2026-06-08 11:48:18 -04:00
interfaces Fix compilation with OpenSSL 4 2026-06-12 13:57:22 +02:00
makefiles Add NO_INSTALL option to pgxs 2021-05-27 13:58:29 +02:00
pl Make plpgsql_trap test more robust and less resource-intensive. 2026-04-21 10:54:39 -04:00
port Prevent path traversal in pg_basebackup and pg_rewind 2026-05-11 05:13:51 -07:00
template On NetBSD, force dynamic symbol resolution at postmaster start. 2022-08-30 17:29:03 -04:00
test Fix compilation with OpenSSL 4 2026-06-12 13:57:22 +02:00
timezone Guard against unsafe conditions in usage of pg_strftime(). 2026-05-11 05:13:51 -07:00
tools Don't try to import a non-exported object in vcregress.pl 2026-06-12 10:20:34 -04:00
tutorial Doc: sync src/tutorial/basics.source with SGML documentation. 2022-11-19 13:09:14 -05:00
.gitignore
DEVELOPERS
Makefile
Makefile.global.in Don't put library-supplied -L/-I switches before user-supplied ones. 2025-07-29 15:17:41 -04:00
Makefile.shlib Stop using "-multiply_defined suppress" on macOS. 2023-09-26 21:06:21 -04:00
nls-global.mk Fix update-po for the PGXS case 2025-10-16 20:21:05 +02:00