summaryrefslogtreecommitdiff
path: root/src/include/c.h
AgeCommit message (Expand)Author
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
2019-10-26Fix copy-paste defect in comment.Noah Misch
2019-10-08Update some outdated links about XLC and UNIX specificationMichael Paquier
2019-08-17Improve Assert outputPeter Eisentraut
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-14Fix duplicated words in commentsMichael Paquier
2019-03-25Add macro to cast away volatile without allowing changes to underlying typePeter Eisentraut
2019-02-20Use an unsigned char for bool if we don't use the native bool.Andrew Gierth
2019-01-02Update copyright for 2019Bruce Momjian
2018-10-25Improve unconstify() documentationPeter Eisentraut
2018-10-16Add macro to cast away const without allowing changes to underlying type.Andres Freund
2018-10-05Allow btree comparison functions to return INT_MIN.Tom Lane
2018-09-26Always use our own versions of *printf().Tom Lane
2018-09-22Get rid of explicit argument-count markings in tab-complete.c.Tom Lane
2018-09-01Avoid using potentially-under-aligned page buffers.Tom Lane
2018-08-12Revert "Distinguish printf-like functions that support %m from those that don...Tom Lane
2018-08-11Distinguish printf-like functions that support %m from those that don't.Tom Lane
2018-05-19Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.Tom Lane
2018-05-19Arrange to supply declarations for strtoll/strtoull if needed.Tom Lane