]> granicus.if.org Git - postgresql/history - src/include/c.h
Remove define inadvertantly left over from testing.
[postgresql] / src / include / c.h
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. ...
2001-10-24 Peter EisentrautInclude locale.h before undefining gettext() to avoid...
2001-10-19 Tom LaneRename macro arg to avoid useless compiler warning...
2001-10-18 Tom LaneAdd STATUS_EOF value needed for auth.c. Remove a bunch...
2001-10-03 Tom LaneConsistently use gcc's __attribute__((format)) to check...
2001-08-27 Tom LaneSuppress definitions of 'true' and 'false' macros if...
2001-08-24 Peter Eisentrautc.h needs to include postgres_ext.h to be self-contained.
2001-08-24 Peter EisentrautRename config.h to pg_config.h and os.h to pg_config_os...
2001-08-23 Tom LaneEnsure that all TransactionId comparisons are encapsula...
2001-07-11 Bruce MomjianLibpq++ fixes for Win32 compile.
2001-07-03 Peter EisentrautMore message munging and localization for pg_dump,...
2001-06-03 Peter EisentrautMark many strings in backend not covered by elog for...
2001-06-02 Peter EisentrautNative Language Support (NLS)
2001-05-30 Bruce MomjianRemove SEP_CHAR, replace with / or '/' as appropriate.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-20 Tom LaneRemove inclusion of <varargs.h> on SunOS; this does...
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-21 Tom LaneDeal with C++ incompatibility of sys_nerr declaration...
2001-01-09 Peter EisentrautAdd configure check for sys_nerr, to end all discussions.
2001-01-09 Bruce MomjianThe KAME files md5.* and sha1.* have the following...
2000-11-03 Peter EisentrautAdd configure check to see whether <string.h> and ...
2000-10-03 Bruce MomjianNew diff that now covers the entire tree. Applying...
2000-10-02 Bruce MomjianHere is the first batch of files and diffs for the...
2000-09-29 Peter EisentrautStandardize on __CYGWIN__ rather than __CYGWIN32__...
2000-08-21 Tom Lanefmgr interface mopup work. Use new DatumGetBool and...
2000-07-17 Tom LaneI concur with Andreas: unconditionally including ...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-12 Peter EisentrautRemove a bunch of unused configure tests, in particular...
2000-07-12 Peter EisentrautAdd assert checking to GUC ("debug_assertions")
2000-07-07 Tom LaneFix misuse of StrNCpy to copy and add null to non-null...
2000-07-06 Peter EisentrautBackend makefile cleanup. make maintainer-clean is...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-06-02 Bruce MomjianMore cleanup of c.h binary macros
2000-06-02 Bruce MomjianReverse PG_BINARY defines
2000-06-02 Bruce MomjianRemove NT-specific file open defines by defining our...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-04-12 Bruce MomjianReverse out macro fix for the time being.
2000-04-12 Bruce MomjianPrevent drop database failure from showing.
2000-03-20 Bruce MomjianAdd compatiblity information for bytea.
2000-03-19 Tom LaneChange MemSet and StrNCpy to evaluate their arguments...
2000-01-26 Bruce MomjianAdd:
2000-01-13 Peter EisentrautFixed everything in and surrounding createdb and dropdb...
1999-12-20 Tom LaneAvoid compiler warnings on systems that have snprintf...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-17 Bruce MomjianMore config.h cleanups.
1999-07-13 Bruce MomjianRedefine cpu's as __cpu__. Only for 6.6 branch.
1999-07-01 Bruce Momjian#ifdef around true and false.
1999-06-19 Bruce MomjianRename to vararg_format().
1999-06-19 Bruce MomjianChange form() to varargform() to prevent portability...
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-02 Tom LaneRemove overly presumptuous use of __STDC__ in c.h,...
1999-03-30 Bruce MomjianSmall cleanups.
1999-03-09 Marc G. FournierChanges to fix/improve the dynamic loading on NT
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-11 Tom LaneInclude <varargs.h> on SunOS. (Does any other platform...
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1999-01-17 Tom LaneAdd configure test to see whether vsnprintf() is present,
next