Commits

DateSubjectAuthorReleases
2026-07-01 Fix CPU-identification macros for RISC-V. Tom Lane master
2026-06-30 Clean up inconsistencies in CPU-identification macros. Tom Lane master
2026-06-04 Ensure USE_AVX... symbols are not defined if not building for x86_64. Tom Lane 19 (unreleased)
2026-04-15 Rework signal handler infrastructure to pass sender info as argument. Andrew Dunstan 19 (unreleased)
2026-04-01 Use standard C23 and C++ attributes if available Peter Eisentraut 19 (unreleased)
2026-03-30 Remove bits* typedefs. Nathan Bossart 19 (unreleased)
2026-03-17 Hardcode typeof_unqual to __typeof_unqual__ for clang Peter Eisentraut 19 (unreleased)
2026-03-16 Hardcode override of typeof_unqual for clang-for-bitcode Peter Eisentraut 19 (unreleased)
2026-03-15 Make typeof and typeof_unqual fallback definitions work on C++11 Peter Eisentraut 19 (unreleased)
2026-03-13 Change copyObject() to use typeof_unqual Peter Eisentraut 19 (unreleased)
2026-03-11 Fixes for C++ typeof implementation Peter Eisentraut 19 (unreleased)
2026-03-06 Use typeof everywhere instead of compiler specific spellings Peter Eisentraut 19 (unreleased)
2026-03-06 Make unconstify and unvolatize use StaticAssertVariableIsOfTypeMacro Peter Eisentraut 19 (unreleased)
2026-03-06 Portable StaticAssertExpr Peter Eisentraut 19 (unreleased)
2026-03-02 Support using copyObject in standard C++ Peter Eisentraut 19 (unreleased)
2026-02-25 Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code. Tom Lane 14.23
2026-02-25 Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code. Tom Lane 17.10
2026-02-25 Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code. Tom Lane 15.18
2026-02-25 Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code. Tom Lane 18.4
2026-02-25 Allow PG_PRINTF_ATTRIBUTE to be different in C and C++ code. Tom Lane 16.14
2026-02-23 Cope with AIX's alignment woes by using _Pragma("pack"). Tom Lane 19 (unreleased)
2026-02-19 Use fallthrough attribute instead of comment Peter Eisentraut 19 (unreleased)
2026-02-16 Change remaining StaticAssertStmt() to StaticAssertDecl() Peter Eisentraut 19 (unreleased)
2026-02-10 Improve type handling of varlena structures Michael Paquier 19 (unreleased)
2026-02-03 Change StaticAssertVariableIsOfType to be a declaration Peter Eisentraut 19 (unreleased)