summaryrefslogtreecommitdiff
path: root/src/include/port.h
AgeCommit message (Expand)Author
2007-04-13Add O_DIRECT support on Windows.Magnus Hagander
2007-02-07Add strlcat() from OpenBSD, to be used for replacing strncat and otherPeter Eisentraut
2007-01-19Change the sed rules in the regression test for pg_regress hackery to createAlvaro Herrera
2007-01-11Allow Borland CC to compile libpq and psql.Bruce Momjian
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-11-28protect vfprintf from hijacking by Windows gettext just like other members of...Andrew Dunstan
2006-10-19Rename our substitute qsort to pg_qsort at the link-symbol level (butTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-10-03Switch over to using our own qsort() all the time, as has been proposedTom Lane
2006-10-02Properly handle the case where strlcpy() exists in libc but isn'tTom Lane
2006-09-30BSD/OS doesn't have a prototype for strlcpy() but has the function, soBruce Momjian
2006-09-27Add strlcpy() to the set of functions supported by src/port/ when notTom Lane
2006-09-22Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane
2006-09-11Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane
2006-08-30Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETETom Lane
2006-08-18Update Win32 CMD quoting rules information location, CMD /?, fromBruce Momjian
2006-07-19Update WIN32 quoting roles documentation.Bruce Momjian
2006-07-11Allow each C include file to compile on its own by including any neededBruce Momjian
2006-06-25Fix Win32/Cygwin problems:Bruce Momjian
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-04-24Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-05Check for "msys" so it doesn't use 'con' by checking for an evironmentBruce Momjian
2006-03-04Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian
2005-12-06Add documentation on the use of *printf() macros and libintl.Bruce Momjian
2005-12-06Put undef's before extern declarations that need 'em, per Andrew Dunstan.Tom Lane
2005-12-06Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-09-27Fix problems with PGXS builds against an installation tree that wasTom Lane
2005-08-29Fix platform-specific test for path prefix-ness: move it into path.c whereTom Lane
2005-08-12Fix up canonicalize_path to do the right thing in all cases (I think ...Tom Lane
2005-08-02Clean up CREATE DATABASE processing to make it more robust and get ridTom Lane
2005-07-06Complete zic patch backout by removing NO_PGPORT workaround.Bruce Momjian
2005-07-05Add NO_PGPORT defines to fix win32/cygwin builds for new target platformBruce Momjian
2005-07-04Restructure zic #define fprintf checks to use a NO_PGPORT macro instead.Bruce Momjian
2005-06-27Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
2005-03-25Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane
2005-03-16Add sprintf support, that were were missing.Bruce Momjian
2005-03-11Add fprintf() custom version to libpgport.Bruce Momjian
2005-03-11Define snprintf() to call pg_snprintf() so our own snprintf-likeBruce Momjian
2005-02-27Allow Win32 to support the O_SYNC open flag as an wal_sync_method method.Bruce Momjian
2005-01-06Make the various places that determine the user's "home directory"Tom Lane
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-11-17Miscellaneous Cygwin build fixes from Reini Urban.Tom Lane
2004-11-08Update workding on why we use is_absolute_path() as a macro.Bruce Momjian
2004-11-06Code cleanup in path.c and exec.c. Handle Windows drive and network specsTom Lane
2004-10-11Use native Cygwin symlinks so tablespaces work on Win95/98/ME whichBruce Momjian
2004-09-27Add new macro as shorthand for MS VC and Borland C++:Bruce Momjian
2004-09-27Improve MS VC builds for psql by handlling flex properly and preventBruce Momjian