postgresql/src
Thomas Munro 6b46669883 Drop support for MSVCRT's float formatting quirk.
Commit f1885386 added code to remove an unnecessary leading zero from
the exponent in a float formatted by the system snprintf().  The C
standard doesn't allow unnecessary digits beyond two, and the tests pass
without this on Windows' modern UCRT (required since commit 1758d424).

Discussion: https://postgr.es/m/CA%2BhUKGJnmzTqiODmTjf-23yZ%3DE3HXqFTtKoyp3TF-MpB93hTMQ%40mail.gmail.com
2025-11-20 10:38:15 +13:00
..
backend Speed up eqjoinsel() with lots of MCV entries. 2025-11-19 13:22:12 -05: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 Add <stdalign.h> to c.h 2025-11-19 08:18:25 +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 Drop support for MSVCRT's float formatting quirk. 2025-11-20 10:38:15 +13:00
template Remove traces of support for Sun Studio compiler 2025-09-12 07:39:05 +02:00
test Don't allow CTEs to determine semantic levels of aggregates. 2025-11-18 12:56:55 -05:00
timezone Generate GUC tables from .dat file 2025-09-03 09:45:17 +02:00
tools Speed up eqjoinsel() with lots of MCV entries. 2025-11-19 13:22:12 -05: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