]> granicus.if.org Git - postgresql/history - src/include/c.h
Phase 2 of pgindent updates.
[postgresql] / src / include / c.h
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.
2011-12-10 Andrew DunstanEnable compiling with the mingw-w64 32 bit compiler.
2011-04-28 Andrew DunstanUse a macro variable PG_PRINTF_ATTRIBUTE for the style...
2011-01-31 Andrew DunstanEnable building with the Mingw64 compiler.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-05-27 Itagaki TakahiroMark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLL...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-07 Tom LaneRemove all the special-case code for INT64_IS_BUSTED...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-31 Tom LaneRedefine Datum as uintptr_t, instead of unsigned long.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-03-26 Peter EisentrautGettext plural support
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Peter EisentrautThe macros NULL_DEV and DEVNULL were both used to work...
2008-12-11 Peter EisentrautMove carefully obscured SunOS 4 specific #include out...
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-10-09 Tom LaneUn-break non-NLS builds.
2008-07-03 Bruce MomjianUpdate source code comment about when to use gettext_no...
2008-06-24 Tom LaneReduce the alignment requirement of type "name" from...
2008-06-17 Bruce MomjianMove USE_WIDE_UPPER_LOWER define to c.h, and remove...
2008-04-21 Tom LaneAllow float8, int8, and related datatypes to be passed...
2008-04-18 Alvaro HerreraModify the float4 datatype to be pass-by-val. Along...
2008-03-17 Peter EisentrautEnable probes to work with Mac OS X Leopard and other...
2008-02-23 Tom LaneChange the declaration of struct varlena so that the...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-02-27 Tom LaneReplace direct assignments to VARATT_SIZEP(x) with...
2007-02-05 Tom LaneRename MaxTupleSize to MaxHeapTupleSize to clarify...
2007-01-25 Bruce MomjianAdd 'output file' option for pg_dumpall, especially...
2007-01-11 Bruce MomjianAllow Borland CC to compile libpq and psql.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-10-03 Tom LaneRearrange MSVC errcode hack, fix incorrect _MSC_VER...
2006-10-03 Bruce MomjianMove WIN32_ONLY_COMPILER define from c.h to win32.h...
2006-08-10 Bruce MomjianReturn inline to win32.h because code was OK, but keep...
2006-08-10 Bruce MomjianMove "#define inline __inline" from port/win32.h to...
2006-08-08 Bruce MomjianFix definition of "errcode" for MSVC.
2006-07-29 Bruce MomjianDon't use #include <crtdefs.h> for MSVC <= 1400.
2006-07-24 Peter EisentrautDTrace support, with a small initial set of probes
2006-07-06 Bruce MomjianAttached patch is required ot build with the CRT that...
next