summaryrefslogtreecommitdiff
path: root/src/include/c.h
AgeCommit message (Expand)Author
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
2018-03-23Fix interaction of Perl and stdbool.hPeter Eisentraut
2018-03-23Use stdbool.h if suitablePeter Eisentraut
2018-02-19Fix StaticAssertExpr() under C++Peter Eisentraut
2018-02-15Cast to void in StaticAssertExpr, not its callers.Tom Lane
2018-02-15Move the extern declaration for ExceptionalCondition into c.h.Tom Lane
2018-01-24Improve implementation of pg_attribute_always_inline.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-26Add support for static assertions in C++Peter Eisentraut
2017-12-13Add pg_attribute_always_inline.Andres Freund
2017-11-16Further refactoring of c.h and nearby files.Tom Lane
2017-11-15Remove TRUE and FALSEPeter Eisentraut
2017-11-14Prevent int128 from requiring more than MAXALIGN alignment.Tom Lane
2017-11-14Rearrange c.h to create a "compiler characteristics" section.Tom Lane
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-10-14gcc's support for __attribute__((noinline)) hasn't been around forever.Tom Lane
2017-10-13Add pg_noinline macro to c.h.Andres Freund
2017-09-22Assume wcstombs(), towlower(), and sibling functions are always present.Tom Lane
2017-09-14Remove BoolPtr typePeter Eisentraut
2017-09-05Remove endof macroPeter Eisentraut
2017-09-05Remove our own definition of NULLPeter Eisentraut
2017-09-01Make [U]INT64CONST safe for use in #if conditions.Tom Lane
2017-09-01Ensure SIZE_MAX can be used throughout our code.Tom Lane
2017-08-16Fix shm_toc.c to always return buffer-aligned memory.Heikki Linnakangas
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-03-12Recommend wrappers of PG_DETOAST_DATUM_PACKED().Noah Misch
2017-03-12Fix comment about length of text, bytea, etc.Noah Misch
2017-03-10Make CppAsString2() more visible in c.h.Tom Lane
2017-02-23De-support floating-point timestamps.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-24Extend index AM API for parallel index scans.Robert Haas
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-10-14Add likely/unlikely() branch hint macros.Andres Freund
2016-04-14Make init_spin_delay() C89 compliant and change stuck spinlock reporting.Andres Freund