]> granicus.if.org Git - postgresql/history - src/include/c.h
Remove all the special-case code for INT64_IS_BUSTED, per decision that
[postgresql] / src / include / c.h
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.
2004-07-11 Bruce MomjianUse standard macro for psql binary file open. Add...
2004-05-21 Tom LaneIntegrate src/timezone library for all platforms. ...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-05-05 Tom LaneSecond try at a portable unsetenv().
2004-04-30 Bruce MomjianSuppress use of timezone library by ecpg.
2004-04-30 Bruce MomjianMinor adjustments to enable public-domain timezone...
2004-03-10 Bruce MomjianMove non-blocking code into its own /port file, for...
2004-01-10 Neil ConwayRemove the following unused type definitions: bool8...
2003-12-20 Bruce MomjianThis patch is the next step towards (re)allowing fork...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-10-21 Tom LaneRevert to 7.3-and-before practice of only including...
2003-10-14 Bruce MomjianRemove void* in MemSet until we understand the gcc...
2003-10-11 Bruce MomjianAdd void * cast to MemSet to silence compiler, and...
2003-09-21 Tom LaneArrange to align shared disk buffers on at least 32...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-06-12 Bruce MomjianAttached is the complete diff against current CVS.
2003-06-12 Bruce MomjianBack out patch that got bundled into another patch.
2003-06-12 Bruce MomjianNew patch with corrected README attached.
2003-05-16 Bruce MomjianReorganize Win32 includes to only include <port.h>...
2003-05-15 Tom LaneRevert change of inclusion order for pg_config_os.h...
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-05-09 Bruce MomjianMore cleanups now that we have crypt().
2003-05-09 Bruce MomjianAdd rint() to /port, remove from qnx/.
2003-05-09 Bruce MomjianAdd opendir/readdir/closedir() for Win32.
2003-04-25 Bruce MomjianPrevent unlink/rename Win32 mapping on frontends.
2003-04-25 Bruce MomjianUse closesocket() for all socket/pipe closing, because...
next