Commits

Showing commits that first shipped in 19 (backpatches included). Clear

DateSubjectAuthorReleases
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-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)
2026-02-03 Rename AssertVariableIsOfType to StaticAssertVariableIsOfType Peter Eisentraut 19 (unreleased)
2026-01-29 Further fix extended alignment for older g++. Tom Lane 19 (unreleased)
2026-01-26 Disable extended alignment uses on older g++ Peter Eisentraut 19 (unreleased)
2026-01-25 Work around buggy alignas in older g++ Peter Eisentraut 19 (unreleased)
2026-01-21 Refactor some SIMD and popcount macros. Nathan Bossart 19 (unreleased)
2026-01-21 Fix for C++ compatibility Peter Eisentraut 19 (unreleased)
2026-01-14 Revert "Replace pg_restrict by standard restrict" Peter Eisentraut 19 (unreleased)