summaryrefslogtreecommitdiff
path: root/src/include/c.h
AgeCommit message (Expand)Author
2004-01-10Remove the following unused type definitions: bool8, bool16, bool32, word8,Neil Conway
2003-12-20This patch is the next step towards (re)allowing fork/exec.Bruce Momjian
2003-11-29make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon
2003-10-21Revert to 7.3-and-before practice of only including <fcntl.h> in c.hTom Lane
2003-10-14Remove void* in MemSet until we understand the gcc 3.3.1 problem better.Bruce Momjian
2003-10-11Add void * cast to MemSet to silence compiler, and add comment that weBruce Momjian
2003-09-21Arrange to align shared disk buffers on at least 32-byte boundaries,Tom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-06-12Attached is the complete diff against current CVS.Bruce Momjian
2003-06-12Back out patch that got bundled into another patch.Bruce Momjian
2003-06-12New patch with corrected README attached.Bruce Momjian
2003-05-16Reorganize Win32 includes to only include <port.h> after system includesBruce Momjian
2003-05-15Revert change of inclusion order for pg_config_os.h; this broke plperlTom Lane
2003-05-15Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian
2003-05-09More cleanups now that we have crypt().Bruce Momjian
2003-05-09Add rint() to /port, remove from qnx/.Bruce Momjian
2003-05-09Add opendir/readdir/closedir() for Win32.Bruce Momjian
2003-04-25Prevent unlink/rename Win32 mapping on frontends.Bruce Momjian
2003-04-25Use closesocket() for all socket/pipe closing, because Win32 requiresBruce Momjian
2003-04-22Add Win32 versions of unlink and rename --- loop until success.Bruce Momjian
2003-04-18Make Win32 tests to match existing Cygwin tests, where appropriate.Bruce Momjian
2003-04-06Generate pg_config.h.in by autoheader. Separate out manually editablePeter Eisentraut
2003-04-04Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian
2003-01-09Move new typedef AclId into c.h, so as to avoid cluttering namespaceTom Lane
2002-12-16Code review for palloc0 patch --- avoid dangerous and unnecessaryTom Lane
2002-12-05More cleanup of userid to be AclId rather than Oid.Bruce Momjian
2002-11-13Split MemSet into three parts to constant comparisons can be optimizedBruce Momjian
2002-11-11Back out use of palloc0 in place if palloc/MemSet. Seems constant lenBruce Momjian
2002-10-24Add fseeko for NetBSD.Bruce Momjian
2002-10-23Add fseeko/ftello prototypes for BSD/OS only to c.h.Bruce Momjian
2002-10-08Again improve MemSet comments.Bruce Momjian
2002-10-08Update MemSet comments.Bruce Momjian
2002-09-04Remove leftovers from subproject removals. Fixes for Python and KerberosPeter Eisentraut
2002-09-04pgindent run.Bruce Momjian
2002-09-01Update MEMSET_LOOP_LIMIT to 1024 because it is the best value for mostBruce Momjian
2002-08-25Clean up comments to be careful about the distinction between variable-Tom Lane
2002-08-21Add sys/types.h to common includes.Peter Eisentraut
2002-06-20Update copyright to 2002.Bruce Momjian
2002-04-30Document that NAMEDATALEN must be a multiple of sizeof(int).Tom Lane
2002-04-25Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane
2002-04-24Here's a patch to add unknownin/unknownout support. I also poked aroundBruce Momjian
2002-04-23Clean up INT64CONST conflicts. Make the pg_crc code use a macro calledTom Lane
2002-04-21Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart
2002-03-29Upgrade to Autoconf version 2.53. Replaced many custom macroPeter Eisentraut
2002-01-22libpq++/pgconnection.h must not include postgres_fe.h, else it fails toTom Lane
2001-12-03Add configure-time check whether sig_atomic_t is defined; if not,Tom Lane
2001-12-02More correct way to check for existence of types, which allows to specifyPeter Eisentraut
2001-11-15Well the absolute correct solution would involve all of:Bruce Momjian
2001-11-15Fix for AIX compile and unsigned/signed typedefs.Bruce Momjian