summaryrefslogtreecommitdiff
path: root/src/include/c.h
AgeCommit message (Expand)Author
2013-01-01Update copyrights for 2013Bruce Momjian
2012-11-12Silence "expression result unused" warnings in AssertVariableIsOfTypeMacroHeikki Linnakangas
2012-10-09Rename USE_INLINE to PG_USE_INLINEAlvaro Herrera
2012-10-08Add support for easily declaring static inline functionsAlvaro Herrera
2012-10-08Autoconfiscate selection of 64-bit int type for 64-bit large object API.Tom Lane
2012-10-01Provide some static-assertion functionality on all compilers.Tom Lane
2012-09-30Add infrastructure for compile-time assertions about variable types.Tom Lane
2012-06-24Replace int2/int4 in C code with int16/int32Peter Eisentraut
2012-05-14Remove leftovers of BeOS portPeter Eisentraut
2012-03-21Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut
2012-02-28Add const qualifiers where they are accidentally cast awayPeter Eisentraut
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-10Remove define inadvertantly left over from testing.Andrew Dunstan
2011-12-10Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan
2011-04-28Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan
2011-01-31Enable building with the Mingw64 compiler.Andrew Dunstan
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-05-27Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLLEXPORTItagaki Takahiro
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-07Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-31Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-03-26Gettext plural supportPeter Eisentraut
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-11The macros NULL_DEV and DEVNULL were both used to work aroundPeter Eisentraut
2008-12-11Move carefully obscured SunOS 4 specific #include out of c.h into portPeter Eisentraut
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-10-09Un-break non-NLS builds.Tom Lane
2008-07-03Update source code comment about when to use gettext_noop().Bruce Momjian
2008-06-24Reduce the alignment requirement of type "name" from int to char, and arrangeTom Lane
2008-06-17Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and useBruce Momjian
2008-04-21Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane
2008-04-18Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera
2008-03-17Enable probes to work with Mac OS X Leopard and other OSes that willPeter Eisentraut
2008-02-23Change the declaration of struct varlena so that the length word isTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-09-05Implement lazy XID allocation: transactions that do not modify any databaseTom Lane
2007-07-25Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-02-05Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant toTom Lane
2007-01-25Add 'output file' option for pg_dumpall, especially useful for Win32,Bruce Momjian
2007-01-11Allow Borland CC to compile libpq and psql.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-10-03Rearrange MSVC errcode hack, fix incorrect _MSC_VER test. MagnusTom Lane
2006-10-03Move WIN32_ONLY_COMPILER define from c.h to win32.h because it was beingBruce Momjian
2006-08-10Return inline to win32.h because code was OK, but keep additionalBruce Momjian
2006-08-10Move "#define inline __inline" from port/win32.h to c.h because Win32Bruce Momjian