]> granicus.if.org Git - postgresql/history - src/include/c.h
Define Trap and TrapMacro even in non-cassert builds.
[postgresql] / src / include / c.h
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...
2006-06-26 Bruce MomjianFix blank line.
2006-06-24 Tom LaneFix re-inclusion of port header file on Windows, per...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-05-28 Tom LaneFix up pg_dump to do string escaping fully correctly...
2006-05-26 Bruce MomjianUse E'' strings internally only when standard_conformin...
2006-04-14 Tom LaneRepair a low-probability race condition identified...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-05 Bruce MomjianImprove STRINGS_H macro test for MSVC extensions.
2006-03-03 Bruce MomjianAdd workaround so MSVC doesn't try to load strings...
2006-02-16 Peter EisentrautChange MemSet to use long instead of int32, for better...
2006-02-03 Bruce MomjianAllow MEMSET_LOOP_LIMIT to be set on a per-platform...
2006-01-05 Bruce MomjianRemove BEOS port.
2005-12-25 Bruce MomjianI have added these macros to c.h:
2005-12-06 Tom LaneMake Win32 build use our port/snprintf.c routines,...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-07-21 Bruce MomjianAdd comment about void* use in MemSet.
2005-07-18 Tom LaneMemSet() must not cast its pointer argument to int32...
2005-07-02 Bruce MomjianAdd E'' to internally created SQL strings that contain...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-08 Tom LaneChange WAL-logging scheme for multixacts to be more...
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2005-05-11 Neil ConwayCode cleanup: in C89, there is no point casting the...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-02-15 Bruce MomjianDocument usage of gettext_noop().
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-27 Bruce MomjianAdd new macro as shorthand for MS VC and Borland C++:
2004-09-27 Bruce MomjianMore Win32 cleanups for Dave Page.
2004-09-27 Neil ConwayRemove references to the ODBC driver from the main...
2004-09-26 Tom LaneUse ULL not LL in UINT64CONST.
2004-09-23 Bruce MomjianThis patch attempts to note the use of the root.crt...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-09-10 Bruce MomjianFix #if define
2004-09-10 Bruce MomjianProperly include port file for Cygwin.
2004-09-09 Bruce MomjianFix Cygwin defines to be consistent.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
next