summaryrefslogtreecommitdiff
path: root/src/include/port.h
Commit message (Expand)AuthorAgeFilesLines
* Fix rmtree() so that it keeps going after failure to remove any individualTom Lane2008-04-181-3/+3
* Avoid using unnecessary pgwin32_safestat in libpq.Andrew Dunstan2008-04-161-2/+5
* A quick try at un-breaking the Cygwin build. Whether it needs theTom Lane2008-04-111-15/+16
* Create wrapper pgwin32_safestat() and redefine stat() to itMagnus Hagander2008-04-101-1/+14
* Fix handling of restricted processes for Windows Vista (mainly),Magnus Hagander2008-02-291-1/+7
* Added --htmldir option to pg_config, equivalent to the new configure option.Peter Eisentraut2008-02-181-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-4/+3
* New versions of mingw have gettimeofday(), so add an autoconf testMagnus Hagander2007-10-291-1/+4
* Change initdb and CREATE DATABASE to actively reject attempts to createTom Lane2007-09-281-1/+4
* Get dirmod.c on the same page as port.h about whether we use pgsymlinkTom Lane2007-07-121-5/+8
* Add O_DIRECT support on Windows.Magnus Hagander2007-04-131-1/+2
* Add strlcat() from OpenBSD, to be used for replacing strncat and otherPeter Eisentraut2007-02-071-1/+5
* Change the sed rules in the regression test for pg_regress hackery to createAlvaro Herrera2007-01-191-1/+5
* Allow Borland CC to compile libpq and psql.Bruce Momjian2007-01-111-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* protect vfprintf from hijacking by Windows gettext just like other members of...Andrew Dunstan2006-11-281-1/+7
* Rename our substitute qsort to pg_qsort at the link-symbol level (butTom Lane2006-10-191-1/+6
* pgindent run for 8.2.Bruce Momjian2006-10-041-21/+20
* Switch over to using our own qsort() all the time, as has been proposedTom Lane2006-10-031-1/+10
* Properly handle the case where strlcpy() exists in libc but isn'tTom Lane2006-10-021-2/+2
* BSD/OS doesn't have a prototype for strlcpy() but has the function, soBruce Momjian2006-09-301-2/+2
* Add strlcpy() to the set of functions supported by src/port/ when notTom Lane2006-09-271-2/+6
* Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane2006-09-221-2/+2
* Move set_pglocale_pgservice() from path.c to exec.c, so that pulling inTom Lane2006-09-111-9/+8
* Fix things so that fopen's, not only open's, pass FILE_SHARE_DELETETom Lane2006-08-301-3/+6
* Update Win32 CMD quoting rules information location, CMD /?, fromBruce Momjian2006-08-181-2/+2
* Update WIN32 quoting roles documentation.Bruce Momjian2006-07-191-3/+19
* Allow each C include file to compile on its own by including any neededBruce Momjian2006-07-111-1/+5
* Fix Win32/Cygwin problems:Bruce Momjian2006-06-251-3/+3
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-9/+4
* Fixes for BCC 5.5 compile of libpq. Backpatch to 8.1.X.Bruce Momjian2006-04-241-3/+1
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Check for "msys" so it doesn't use 'con' by checking for an evironmentBruce Momjian2006-03-051-2/+2
* Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian2006-03-041-1/+4
* Add documentation on the use of *printf() macros and libintl.Bruce Momjian2005-12-061-3/+4
* Put undef's before extern declarations that need 'em, per Andrew Dunstan.Tom Lane2005-12-061-19/+19
* Make Win32 build use our port/snprintf.c routines, instead of dependingTom Lane2005-12-061-3/+25
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-14/+18
* Fix problems with PGXS builds against an installation tree that wasTom Lane2005-09-271-1/+3
* Fix platform-specific test for path prefix-ness: move it into path.c whereTom Lane2005-08-291-1/+2
* Fix up canonicalize_path to do the right thing in all cases (I think ...Tom Lane2005-08-121-1/+2
* Clean up CREATE DATABASE processing to make it more robust and get ridTom Lane2005-08-021-3/+3
* Complete zic patch backout by removing NO_PGPORT workaround.Bruce Momjian2005-07-061-5/+5
* Add NO_PGPORT defines to fix win32/cygwin builds for new target platformBruce Momjian2005-07-051-4/+4
* Restructure zic #define fprintf checks to use a NO_PGPORT macro instead.Bruce Momjian2005-07-041-2/+2
* Remove support for Kerberos V4. It seems no one is using this, it hasNeil Conway2005-06-271-5/+1
* Add parentheses to macros when args are used in computations. WithoutBruce Momjian2005-05-251-3/+3
* Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 authTom Lane2005-03-251-2/+3
* Add sprintf support, that were were missing.Bruce Momjian2005-03-161-1/+6