summaryrefslogtreecommitdiff
path: root/src/include/c.h
AgeCommit message (Expand)Author
2005-03-29Convert oidvector and int2vector into variable-length arrays. ThisTom Lane
2005-02-22Use _() macro consistently rather than gettext(). Add translationBruce Momjian
2005-02-15Document usage of gettext_noop().Bruce Momjian
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-09-27Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian
2004-09-27More Win32 cleanups for Dave Page.Bruce Momjian
2004-09-27Remove references to the ODBC driver from the main source tree. From KrisNeil Conway
2004-09-26Use ULL not LL in UINT64CONST.Tom Lane
2004-09-23This patch attempts to note the use of the root.crt file in the server.Bruce Momjian
2004-09-16Restructure subtransaction handling to reduce resource consumption,Tom Lane
2004-09-10Fix #if defineBruce Momjian
2004-09-10Properly include port file for Cygwin.Bruce Momjian
2004-09-09Fix Cygwin defines to be consistent.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-07-11Use standard macro for psql binary file open. Add comment explainingBruce Momjian
2004-05-21Integrate src/timezone library for all platforms. There is more we canTom Lane
2004-05-07Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane
2004-05-05Second try at a portable unsetenv().Tom Lane
2004-04-30Suppress use of timezone library by ecpg.Bruce Momjian
2004-04-30Minor adjustments to enable public-domain timezone library to be calledBruce Momjian
2004-03-10Move non-blocking code into its own /port file, for code clarity.Bruce Momjian
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