summaryrefslogtreecommitdiff
path: root/src/include/c.h
Commit message (Expand)AuthorAgeFilesLines
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-5/+5
* Gettext plural supportPeter Eisentraut2009-03-261-1/+3
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* The macros NULL_DEV and DEVNULL were both used to work aroundPeter Eisentraut2008-12-111-4/+1
* Move carefully obscured SunOS 4 specific #include out of c.h into portPeter Eisentraut2008-12-111-5/+1
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-111-1/+27
* Un-break non-NLS builds.Tom Lane2008-10-091-2/+3
* Update source code comment about when to use gettext_noop().Bruce Momjian2008-07-031-3/+7
* Reduce the alignment requirement of type "name" from int to char, and arrangeTom Lane2008-06-241-8/+4
* Move USE_WIDE_UPPER_LOWER define to c.h, and remove TS_USE_WIDE and useBruce Momjian2008-06-171-1/+9
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-211-17/+1
* Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera2008-04-181-3/+3
* Enable probes to work with Mac OS X Leopard and other OSes that willPeter Eisentraut2008-03-171-2/+1
* Change the declaration of struct varlena so that the length word isTom Lane2008-02-231-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-051-1/+3
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-251-3/+3
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-6/+9
* Rename MaxTupleSize to MaxHeapTupleSize to clarify that it's not meant toTom Lane2007-02-051-6/+14
* Add 'output file' option for pg_dumpall, especially useful for Win32,Bruce Momjian2007-01-251-1/+3
* Allow Borland CC to compile libpq and psql.Bruce Momjian2007-01-111-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-3/+4
* Rearrange MSVC errcode hack, fix incorrect _MSC_VER test. MagnusTom Lane2006-10-031-2/+4
* Move WIN32_ONLY_COMPILER define from c.h to win32.h because it was beingBruce Momjian2006-10-031-4/+1
* Return inline to win32.h because code was OK, but keep additionalBruce Momjian2006-08-101-12/+1
* Move "#define inline __inline" from port/win32.h to c.h because Win32Bruce Momjian2006-08-101-1/+12
* Fix definition of "errcode" for MSVC.Bruce Momjian2006-08-081-3/+1
* Don't use #include <crtdefs.h> for MSVC <= 1400.Bruce Momjian2006-07-291-1/+3
* DTrace support, with a small initial set of probesPeter Eisentraut2006-07-241-1/+2
* Attached patch is required ot build with the CRT that comes with VisualBruce Momjian2006-07-061-1/+4
* Fix blank line.Bruce Momjian2006-06-261-2/+2
* Fix re-inclusion of port header file on Windows, per Magnus.Tom Lane2006-06-241-6/+3
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-15/+11
* Fix up pg_dump to do string escaping fully correctly for client encodingTom Lane2006-05-281-5/+6
* Use E'' strings internally only when standard_conforming_strings =Bruce Momjian2006-05-261-2/+9
* Repair a low-probability race condition identified by Qingqing Zhou.Tom Lane2006-04-141-1/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Improve STRINGS_H macro test for MSVC extensions.Bruce Momjian2006-03-051-3/+4
* Add workaround so MSVC doesn't try to load strings.h, which it doesn'tBruce Momjian2006-03-031-2/+3
* Change MemSet to use long instead of int32, for better performance onPeter Eisentraut2006-02-161-13/+13
* Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn offBruce Momjian2006-02-031-8/+11
* Remove BEOS port.Bruce Momjian2006-01-051-7/+1
* I have added these macros to c.h:Bruce Momjian2005-12-251-2/+3
* Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane2005-12-061-4/+3
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-5/+5
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-8/+6
* Add comment about void* use in MemSet.Bruce Momjian2005-07-211-1/+2
* MemSet() must not cast its pointer argument to int32* until after it hasTom Lane2005-07-181-4/+5
* Add E'' to internally created SQL strings that contain backslashes.Bruce Momjian2005-07-021-1/+3