]> granicus.if.org Git - postgresql/history - src/include/c.h
Phase 2 of pgindent updates.
[postgresql] / src / include / c.h
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...
2003-04-22 Bruce MomjianAdd Win32 versions of unlink and rename --- loop until...
2003-04-18 Bruce MomjianMake Win32 tests to match existing Cygwin tests, where...
2003-04-06 Peter EisentrautGenerate pg_config.h.in by autoheader. Separate out...
2003-04-04 Bruce MomjianAdd Win32 path handling for / vs. \ and drive letters.
2003-01-09 Tom LaneMove new typedef AclId into c.h, so as to avoid clutter...
2002-12-16 Tom LaneCode review for palloc0 patch --- avoid dangerous and...
2002-12-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
2002-11-13 Bruce MomjianSplit MemSet into three parts to constant comparisons...
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-10-24 Bruce MomjianAdd fseeko for NetBSD.
2002-10-23 Bruce MomjianAdd fseeko/ftello prototypes for BSD/OS only to c.h.
2002-10-08 Bruce MomjianAgain improve MemSet comments.
2002-10-08 Bruce MomjianUpdate MemSet comments.
2002-09-04 Peter EisentrautRemove leftovers from subproject removals. Fixes for...
2002-09-04 Bruce Momjianpgindent run.
2002-09-01 Bruce MomjianUpdate MEMSET_LOOP_LIMIT to 1024 because it is the...
2002-08-25 Tom LaneClean up comments to be careful about the distinction...
2002-08-21 Peter EisentrautAdd sys/types.h to common includes.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-30 Tom LaneDocument that NAMEDATALEN must be a multiple of sizeof...
2002-04-25 Tom LaneImplement types regprocedure, regoper, regoperator...
2002-04-24 Bruce MomjianHere's a patch to add unknownin/unknownout support...
2002-04-23 Tom LaneClean up INT64CONST conflicts. Make the pg_crc code...
2002-04-21 Thomas G. LockhartSupport alternate storage scheme of 64-bit integer...
2002-03-29 Peter EisentrautUpgrade to Autoconf version 2.53. Replaced many custom...
2002-01-22 Tom Lanelibpq++/pgconnection.h must not include postgres_fe...
2001-12-03 Tom LaneAdd configure-time check whether sig_atomic_t is define...
2001-12-02 Peter EisentrautMore correct way to check for existence of types, which...
2001-11-15 Bruce MomjianWell the absolute correct solution would involve all of:
2001-11-15 Bruce MomjianFix for AIX compile and unsigned/signed typedefs.
2001-11-12 Bruce MomjianAdd comments of duplicate definitions in interfaces...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
next