aboutsummaryrefslogtreecommitdiff
path: root/src/include/c.h
Commit message (Expand)AuthorAge
* 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
* Remove define inadvertantly left over from testing.Andrew Dunstan2011-12-10
* Enable compiling with the mingw-w64 32 bit compiler.Andrew Dunstan2011-12-10
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-28
* Enable building with the Mingw64 compiler.Andrew Dunstan2011-01-30
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLLEXPORTItagaki Takahiro2010-05-27
* pgindent run for 9.0Bruce Momjian2010-02-26
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-07
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane2009-12-31
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Gettext plural supportPeter Eisentraut2009-03-26
* Update copyright for 2009.Bruce Momjian2009-01-01
* The macros NULL_DEV and DEVNULL were both used to work aroundPeter Eisentraut2008-12-11
* Move carefully obscured SunOS 4 specific #include out of c.h into portPeter Eisentraut2008-12-11
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-11
* Un-break non-NLS builds.Tom Lane2008-10-09
* Update source code comment about when to use gettext_noop().Bruce Momjian2008-07-03
* Reduce the alignment requirement of type "name" from int to char, and arrangeTom Lane2008-06-24
* Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and useBruce Momjian2008-06-17
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-21
* Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera2008-04-18
* Enable probes to work with Mac OS X Leopard and other OSes that willPeter Eisentraut2008-03-17
* Change the declaration of struct varlena so that the length word isTom Lane2008-02-23
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-05
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25