summaryrefslogtreecommitdiff
path: root/src/include/c.h
AgeCommit message (Expand)Author
2025-07-09Add pg_assume(expr) macroAndres Freund
2025-07-01Enable MSVC conforming preprocessorPeter Eisentraut
2025-04-07Revert "Use workaround of __builtin_setjmp only on MINGW on MSVCRT"Andrew Dunstan
2025-04-01Use workaround of __builtin_setjmp only on MINGW on MSVCRTAndrew Dunstan
2025-03-28Cast result of i64abs() back to int64Peter Eisentraut
2025-03-14Swap order of extern/static and pg_nodiscardPeter Eisentraut
2025-03-13pg_noreturn to replace pg_attribute_noreturn()Peter Eisentraut
2025-01-15IWYU widely useful pragmasPeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-05Fix header inclusion order in c.h.Thomas Munro
2024-12-04Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro
2024-11-27Require sizeof(bool) == 1.Thomas Munro
2024-11-25Assume that <stdbool.h> conforms to the C standard.Thomas Munro
2024-11-22Add INT64_HEX_FORMAT and UINT64_HEX_FORMAT to c.h.Nathan Bossart
2024-11-07Use __attribute__((target(...))) for AVX-512 support.Nathan Bossart
2024-10-14Remove traces of BeOS.Peter Eisentraut
2024-10-01Simplify checking for xlocale.hPeter Eisentraut
2024-04-06Add macro to disable address safety instrumentationJohn Naylor
2024-02-28Remove AIX supportHeikki Linnakangas
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-19Simplify newNode() by removing special casesHeikki Linnakangas
2023-12-11Define unconstify() and unvolatize() for C++.Thomas Munro
2023-08-07Improve const use in zlib-using codePeter Eisentraut
2023-04-08Introduce PG_IO_ALIGN_SIZE and align all I/O buffers.Thomas Munro
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-29perl: Hide warnings inside perl.h when using gcc compatible compilerAndres Freund
2022-12-22Add work-around for VA_ARGS_NARGS() on MSVC.Thomas Munro
2022-12-15Static assertions cleanupPeter Eisentraut
2022-11-03Make AssertPointerAlignment available to frontend codePeter Eisentraut
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-10-12Remove Abs()Peter Eisentraut
2022-10-10Simplify our Assert infrastructure a little.Tom Lane
2022-10-10Use C library functions instead of Abs() for int64Peter Eisentraut
2022-09-21Add definition pg_attribute_aligned() for MSVCMichael Paquier
2022-08-25Move NON_EXEC_STATIC from c.h to postgres.hPeter Eisentraut
2022-08-23Remove offsetof definitionPeter Eisentraut
2022-08-20Remove dummyret definitionPeter Eisentraut
2022-08-13Remove configure probes for sys/un.h and struct sockaddr_un.Thomas Munro
2022-08-07Rely on __func__ being supportedAndres Freund
2022-08-05Remove fallbacks for strtoll, strtoull.Thomas Munro
2022-07-20Add wal_sync_method=fdatasync for Windows.Thomas Munro
2022-07-18Default to hidden visibility for extension libraries where possibleAndres Freund
2022-07-02Introduce pg_attribute_nonnull(...)Michael Paquier
2022-01-08Update copyright for 2022Bruce Momjian
2021-12-17Simplify the general-purpose 64-bit integer parsing APIsPeter Eisentraut
2021-11-29Simplify declaring variables exported from libpgcommon and libpgport.Tom Lane
2021-03-15Work around issues in MinGW-64's setjmp/longjmp support.Tom Lane
2021-02-12Tweak compiler version cutoff for no_sanitize("alignment") support.Tom Lane
2021-02-12pg_attribute_no_sanitize_alignment() macroAlexander Korotkov
2021-01-02Update copyright for 2021Bruce Momjian