summaryrefslogtreecommitdiff
path: root/src/include/c.h
AgeCommit message (Expand)Author
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
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-11-25Stop gap fix for __attribute__((cold)) compiler bug in MinGW 8.1David Rowley
2020-11-24Tidy up definitions of pg_attribute_hot and pg_attribute_coldDavid Rowley
2020-11-24Fix unportable usage of __has_attributeDavid Rowley
2020-11-23Define pg_attribute_cold and pg_attribute_hot macrosDavid Rowley
2020-11-11Add pg_nodiscard function declaration specifierPeter Eisentraut
2020-10-15Add documentation link to attributes supported by ClangPeter Eisentraut
2020-10-14Use https for gnu.org linksPeter Eisentraut
2020-08-10Replace remaining StrNCpy() by strlcpy()Peter Eisentraut
2020-07-14Fix -Wcast-function-type warningsPeter Eisentraut
2020-06-17Remove STATUS_WAITINGPeter Eisentraut
2020-03-28Enable Unix-domain sockets support on WindowsPeter Eisentraut
2020-03-23Revert "Refactor compile-time assertion checks in c.h"Michael Paquier
2020-03-13Refactor compile-time assertion checks in c.hMichael Paquier
2020-02-21Assume that we have signed integral types and flexible array members.Tom Lane
2020-02-21Assume that we have memmove().Tom Lane
2020-02-21Require stdint.hPeter Eisentraut
2020-02-03Add declaration-level assertions for compile-time checksMichael Paquier
2020-01-11Remove STATUS_FOUNDPeter Eisentraut
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-27Move configure --disable-float8-byval to pg_config_manual.hPeter Eisentraut
2019-11-12Fix ecpglib.h to declare bool consistently with c.h.Tom Lane
2019-11-07Fix integer-overflow edge case detection in interval_mul and pgbench.Tom Lane
2019-11-07Remove HAVE_LONG_LONG_INTPeter Eisentraut