aboutsummaryrefslogtreecommitdiff
path: root/src/include/c.h
Commit message (Expand)AuthorAge
* Allow btree comparison functions to return INT_MIN.Tom Lane2018-10-05
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Support platforms where strtoll/strtoull are spelled __strtoll/__strtoull.Tom Lane2018-05-19
* Arrange to supply declarations for strtoll/strtoull if needed.Tom Lane2018-05-18
* Prevent int128 from requiring more than MAXALIGN alignment.Tom Lane2017-11-14
* Rearrange c.h to create a "compiler characteristics" section.Tom Lane2017-11-14
* Make [U]INT64CONST safe for use in #if conditions.Tom Lane2017-09-01
* Ensure SIZE_MAX can be used throughout our code.Tom Lane2017-09-01
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* Define integer limits independently from the system definitions.Andres Freund2015-04-02
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-26
* Centralize definition of integer limits.Andres Freund2015-03-25
* Add, optional, support for 128bit integers.Andres Freund2015-03-20
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-11
* Use FLEXIBLE_ARRAY_MEMBER in struct varlena.Tom Lane2015-02-20
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-20
* Align buffer descriptors to cache line boundaries.Andres Freund2015-01-29
* Update copyright for 2015Bruce Momjian2015-01-06
* Define Assert() et al to ((void)0) to avoid pedantic warnings.Andres Freund2014-12-19
* Add a basic atomic ops API abstracting away platform/architecture details.Andres Freund2014-09-25
* Add #define INT64_MODIFIER for the printf length modifier for 64-bit ints.Heikki Linnakangas2014-08-21
* Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund2014-06-20
* pgindent run for 9.4Bruce Momjian2014-05-06
* Prevent double macro definition of WIN32.Andrew Dunstan2014-01-17
* Define WIN32 when _WIN32 is setMagnus Hagander2014-01-17
* Update copyright for 2014Bruce Momjian2014-01-07
* Remove use of obsolescent Autoconf macrosPeter Eisentraut2013-11-30
* Consistently use unsigned arithmetic for alignment calculations.Noah Misch2013-10-20
* TYPEALIGN doesn't work on int64 on 32-bit platforms.Heikki Linnakangas2013-10-08
* Introduce InvalidCommandId.Robert Haas2013-09-09
* Define Trap and TrapMacro even in non-cassert builds.Robert Haas2013-06-28
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Move ExceptionalCondition back to postgres.hAlvaro Herrera2013-02-18
* Clean up c.h / postgres.h after Assert() moveAlvaro Herrera2013-02-08
* Move Assert() definitions to c.hAlvaro Herrera2013-02-01
* Implement pg_unreachable() on MSVC.Heikki Linnakangas2013-01-23
* Improve handling of ereport(ERROR) and elog(ERROR).Tom Lane2013-01-13
* Update copyrights for 2013Bruce Momjian2013-01-01
* Silence "expression result unused" warnings in AssertVariableIsOfTypeMacroHeikki Linnakangas2012-11-12
* Rename USE_INLINE to PG_USE_INLINEAlvaro Herrera2012-10-09
* Add support for easily declaring static inline functionsAlvaro Herrera2012-10-08
* Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane2012-10-07
* Provide some static-assertion functionality on all compilers.Tom Lane2012-09-30
* Add infrastructure for compile-time assertions about variable types.Tom Lane2012-09-30
* Replace int2/int4 in C code with int16/int32Peter Eisentraut2012-06-25
* Remove leftovers of BeOS portPeter Eisentraut2012-05-14
* Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut2012-03-21
* Add const qualifiers where they are accidentally cast awayPeter Eisentraut2012-02-28
* Update copyright notices for year 2012.Bruce Momjian2012-01-01