aboutsummaryrefslogtreecommitdiff
path: root/src/include/c.h
Commit message (Expand)AuthorAge
* 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
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant toTom Lane2007-02-05
* Add 'output file' option for pg_dumpall, especially useful for Win32,Bruce Momjian2007-01-25
* Allow Borland CC to compile libpq and psql.Bruce Momjian2007-01-11
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Rearrange MSVC errcode hack, fix incorrect _MSC_VER test. MagnusTom Lane2006-10-03
* Move WIN32_ONLY_COMPILER define from c.h to win32.h because it was beingBruce Momjian2006-10-03
* Return inline to win32.h because code was OK, but keep additionalBruce Momjian2006-08-10
* Move "#define inline __inline" from port/win32.h to c.h because Win32Bruce Momjian2006-08-10
* Fix definition of "errcode" for MSVC.Bruce Momjian2006-08-08
* Don't use #include <crtdefs.h> for MSVC <= 1400.Bruce Momjian2006-07-29
* DTrace support, with a small initial set of probesPeter Eisentraut2006-07-24
* Attached patch is required ot build with the CRT that comes with VisualBruce Momjian2006-07-06
* Fix blank line.Bruce Momjian2006-06-26
* Fix re-inclusion of port header file on Windows, per Magnus.Tom Lane2006-06-24
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-28
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-26
* Repair a low-probability race condition identified by Qingqing Zhou.Tom Lane2006-04-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Improve STRINGS_H macro test for MSVC extensions.Bruce Momjian2006-03-05
* Add workaround so MSVC doesn't try to load strings.h, which it doesn'tBruce Momjian2006-03-03
* Change MemSet to use long instead of int32, for better performance onPeter Eisentraut2006-02-16