]> granicus.if.org Git - postgresql/history - src/include/c.h
Fix initialization of fake LSN for unlogged relations
[postgresql] / src / include / c.h
2019-10-26 Noah MischFix copy-paste defect in comment.
2019-10-08 Michael PaquierUpdate some outdated links about XLC and UNIX specification
2019-08-17 Peter EisentrautImprove Assert output
2019-05-22 Tom LanePhase 2 pgindent run for v12.
2019-05-14 Michael PaquierFix duplicated words in comments
2019-03-25 Peter EisentrautAdd macro to cast away volatile without allowing change...
2019-02-20 Andrew GierthUse an unsigned char for bool if we don't use the nativ...
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-10-25 Peter EisentrautImprove unconstify() documentation
2018-10-16 Andres FreundAdd macro to cast away const without allowing changes...
2018-10-05 Tom LaneAllow btree comparison functions to return INT_MIN.
2018-09-26 Tom LaneAlways use our own versions of *printf().
2018-09-22 Tom LaneGet rid of explicit argument-count markings in tab...
2018-09-01 Tom LaneAvoid using potentially-under-aligned page buffers.
2018-08-12 Tom LaneRevert "Distinguish printf-like functions that support...
2018-08-11 Tom LaneDistinguish printf-like functions that support %m from...
2018-05-19 Tom LaneSupport platforms where strtoll/strtoull are spelled...
2018-05-19 Tom LaneArrange to supply declarations for strtoll/strtoull...
2018-03-23 Peter EisentrautFix interaction of Perl and stdbool.h
2018-03-23 Peter EisentrautUse stdbool.h if suitable
2018-02-19 Peter EisentrautFix StaticAssertExpr() under C++
2018-02-15 Tom LaneCast to void in StaticAssertExpr, not its callers.
2018-02-15 Tom LaneMove the extern declaration for ExceptionalCondition...
2018-01-24 Tom LaneImprove implementation of pg_attribute_always_inline.
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-26 Peter EisentrautAdd support for static assertions in C++
2017-12-13 Andres FreundAdd pg_attribute_always_inline.
2017-11-16 Tom LaneFurther refactoring of c.h and nearby files.
2017-11-15 Peter EisentrautRemove TRUE and FALSE
2017-11-14 Tom LanePrevent int128 from requiring more than MAXALIGN alignment.
2017-11-14 Tom LaneRearrange c.h to create a "compiler characteristics...
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-10-14 Tom Lanegcc's support for __attribute__((noinline)) hasn't...
2017-10-13 Andres FreundAdd pg_noinline macro to c.h.
2017-09-22 Tom LaneAssume wcstombs(), towlower(), and sibling functions...
2017-09-14 Peter EisentrautRemove BoolPtr type
2017-09-05 Peter EisentrautRemove endof macro
2017-09-05 Peter EisentrautRemove our own definition of NULL
2017-09-01 Tom LaneMake [U]INT64CONST safe for use in #if conditions.
2017-09-01 Tom LaneEnsure SIZE_MAX can be used throughout our code.
2017-08-16 Heikki LinnakangasFix shm_toc.c to always return buffer-aligned memory.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-03-12 Noah MischRecommend wrappers of PG_DETOAST_DATUM_PACKED().
2017-03-12 Noah MischFix comment about length of text, bytea, etc.
2017-03-10 Tom LaneMake CppAsString2() more visible in c.h.
2017-02-23 Tom LaneDe-support floating-point timestamps.
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-01-24 Robert HaasExtend index AM API for parallel index scans.
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-10-14 Andres FreundAdd likely/unlikely() branch hint macros.
2016-04-14 Andres FreundMake init_spin_delay() C89 compliant and change stuck...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-08-31 Tom LaneRemove support for Unix systems without the POSIX signa...
2015-08-31 Tom LaneRemove long-dead support for platforms without sig_atom...
2015-08-07 Andres FreundAttempt to work around a 32bit xlc compiler bug from...
2015-08-05 Andres FreundRely on inline functions even if that causes warnings...
2015-05-20 Heikki LinnakangasFix more typos in comments.
2015-04-02 Andres FreundDefine integer limits independently from the system...
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-25 Andres FreundCentralize definition of integer limits.
2015-03-20 Andres FreundAdd, optional, support for 128bit integers.
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in struct varlena.
2015-02-20 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in a bunch more places.
2015-01-29 Andres FreundAlign buffer descriptors to cache line boundaries.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-19 Andres FreundDefine Assert() et al to ((void)0) to avoid pedantic...
2014-09-25 Andres FreundAdd a basic atomic ops API abstracting away platform...
2014-08-21 Heikki LinnakangasAdd #define INT64_MODIFIER for the printf length modifi...
2014-06-20 Andres FreundDon't allow to disable backend assertions via the debug...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-17 Andrew DunstanPrevent double macro definition of WIN32.
2014-01-17 Magnus HaganderDefine WIN32 when _WIN32 is set
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-30 Peter EisentrautRemove use of obsolescent Autoconf macros
2013-10-21 Noah MischConsistently use unsigned arithmetic for alignment...
2013-10-07 Heikki LinnakangasTYPEALIGN doesn't work on int64 on 32-bit platforms.
2013-09-09 Robert HaasIntroduce InvalidCommandId.
2013-06-28 Robert HaasDefine Trap and TrapMacro even in non-cassert builds.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-02-18 Alvaro HerreraMove ExceptionalCondition back to postgres.h
2013-02-08 Alvaro HerreraClean up c.h / postgres.h after Assert() move
2013-02-01 Alvaro HerreraMove Assert() definitions to c.h
2013-01-23 Heikki LinnakangasImplement pg_unreachable() on MSVC.
2013-01-13 Tom LaneImprove handling of ereport(ERROR) and elog(ERROR).
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-11-12 Heikki LinnakangasSilence "expression result unused" warnings in AssertVa...
2012-10-09 Alvaro HerreraRename USE_INLINE to PG_USE_INLINE
2012-10-08 Alvaro HerreraAdd support for easily declaring static inline functions
2012-10-08 Tom LaneAutoconfiscate selection of 64-bit int type for 64...
2012-10-01 Tom LaneProvide some static-assertion functionality on all...
2012-09-30 Tom LaneAdd infrastructure for compile-time assertions about...
2012-06-24 Peter EisentrautReplace int2/int4 in C code with int16/int32
2012-05-14 Peter EisentrautRemove leftovers of BeOS port
2012-03-21 Peter EisentrautClean up compiler warnings from unused variables with...
2012-02-28 Peter EisentrautAdd const qualifiers where they are accidentally cast...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-10 Andrew DunstanRemove define inadvertantly left over from testing.
next