postgresql/src
Peter Eisentraut e6be84356b Update timezone to C99
This reverts changes done in PostgreSQL over the upstream code to
avoid relying on C99 <stdint.h> and <inttypes.h>.

In passing, there were a few other minor and cosmetic changes that I
left in to improve alignment with upstream, including some C11 feature
use (_Noreturn).

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/9ad2749f-77ab-4ecb-a321-1ca915480b05%40eisentraut.org
2025-11-21 13:07:40 +01:00
..
backend C11 alignas instead of unions 2025-11-21 10:08:24 +01:00
bin Print new OldestXID value in pg_resetwal when it's being changed 2025-11-19 18:05:42 +02:00
common Document that pg_getaddrinfo_all does not accept null hints 2025-11-13 16:35:07 +01:00
fe_utils Add \pset options for boolean value display 2025-11-03 17:40:39 +01:00
include C11 alignas instead of unions 2025-11-21 10:08:24 +01:00
interfaces Fix typo 2025-11-18 19:31:23 +01:00
makefiles Remove traces of support for Sun Studio compiler 2025-09-12 07:39:05 +02:00
pl Avoid memory leak in validation of a PL/Python trigger function. 2025-10-23 14:23:26 -04:00
port Handle EPERM in pg_numa_init 2025-11-20 13:26:49 +01:00
template Remove traces of support for Sun Studio compiler 2025-09-12 07:39:05 +02:00
test Add HINT listing valid encodings to encode() and decode() errors. 2025-11-20 09:14:02 +09:00
timezone Update timezone to C99 2025-11-21 13:07:40 +01:00
tools Update timezone to C99 2025-11-21 13:07:40 +01:00
tutorial Fix compile of src/tutorial/funcs.c 2025-10-07 10:45:57 +02:00
.gitignore
DEVELOPERS
Makefile Remove distprep 2023-11-06 15:18:04 +01:00
Makefile.global.in Remove traces of support for Sun Studio compiler 2025-09-12 07:39:05 +02:00
Makefile.shlib Use exported symbols list on macOS for loadable modules as well 2025-06-10 07:04:43 +02:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00
nls-global.mk Fix update-po for the PGXS case 2025-10-16 20:21:05 +02:00