master
Remove support for 8 byte tear free read/write on 32-bit
Fix typos and inconsistencies in code and comments
windows: msvc: Define STDIN/OUT/ERR_FILENO.
Restore AIX support.
Update copyright for 2026
Simplify declaring variables exported from libpgcommon and libpgport.
Add prefetching support on macOS
Improve the naming in wal_sync_method code.
Remove cvs keywords from all files.
Remove bits* typedefs.
pg_test_timing: Show additional TSC clock source debug info
Add missing guard for __builtin_constant_p
Invent a variant of getopt(3) that is thread-safe
Fix some -Wcast-qual warnings
IWYU widely useful pragmas
Refactor some SIMD and popcount macros.
Remove traces of support for Sun Studio compiler
mingw: Define PGDLLEXPORT as __declspec (dllexport) as done for msvc