master
Generate unicode_limits.h.
Replace the data structure used for keyword lookup.
instrumentation: Standardize ticks to nanosecond conversion method
Update copyright for 2026
Remove #include <math.h> where not needed
Add additional sanity checks when reading a blkreftable.
Undo inadvertent loosening of archive filename checking.
Clean up read() return type
Use explicit fetching for digests in cryptohash (OpenSSL >= 3.0)
Clean up inconsistencies in CPU-identification macros.
Change floating-point output format for improved performance.
Fix comments for Korean encodings in encnames.c
Make palloc_array() and friends safe against integer overflow.
Use fallthrough attribute instead of comment
Fix for loop variables
Use EVP_MAC for HMAC (OpenSSL >= 3.0)
pg_test_timing: Show additional TSC clock source debug info
Pre-beta mechanical code beautification, step 1: run pgindent.
Fix mismatched deallocation functions
pg_verifybackup: Improve some error handling around strtoul() calls
Fix heap-buffer-overflow in pglz_decompress() on corrupt input.
Make implementation of SASLprep compliant for ASCII characters
Fix accidentally cast away qualifiers
Revert "Replace pg_restrict by standard restrict"
Fix for loop variables used with lengthof