summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
2009-03-13tag 8.2.13REL8_2_13Marc G. Fournier
2009-02-15Loop calling CallNamedPipe() several times in case it fails,Magnus Hagander
2009-01-30tag 8.2.12REL8_2_12Marc G. Fournier
2008-10-31tag 8.2.11REL8_2_11Marc G. Fournier
2008-09-19tag for 8.2.10REL8_2_10Marc G. Fournier
2008-06-08Stamp 8.2.9 (except for configure.in/configure)Tom Lane
2008-06-05Stamp 8.2.8 (except for configure.in/configure)Tom Lane
2008-04-12A quick try at un-breaking the Cygwin build. Whether it needs theTom Lane
2008-04-10Create wrapper pgwin32_safestat() and redefine stat() to itMagnus Hagander
2008-03-31Fix a number of places that were making file-type tests infelicitously.Tom Lane
2008-03-13Stamp version 8.2.7, except for configure.in/configure.Tom Lane
2008-02-29Fix handling of restricted processes for Windows Vista (mainly),Magnus Hagander
2008-01-03Stamp release 8.2.6.REL8_2_6Tom Lane
2007-11-30Use _dosmaperr() to deal with errors opening files in pgwin32_open().Magnus Hagander
2007-09-11Stamp releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20.Bruce Momjian
2007-04-19Stamp releases 8.2.4, 8.1.9, 8.0.13, 7.4.17, 7.3.19.Bruce Momjian
2007-02-07Stamp releases 8.2.3, 8.1.8, 8.0.12. No release notes yet.Bruce Momjian
2007-02-02Stamp release 8.2.2.REL8_2_2Tom Lane
2007-01-05Stamp release 8.2.1. Update FAQs.Bruce Momjian
2006-12-04Patch of Win32 Encoding problem for server messages usingBruce Momjian
2006-11-28protect vfprintf from hijacking by Windows gettext just like other members of...Andrew Dunstan
2006-11-08Change Windows rename and unlink substitutes so that they time out afterTom Lane
2006-10-19Rename our substitute qsort to pg_qsort at the link-symbol level (butTom Lane
2006-10-12Use Min() instead of min() in qsort, for consistency and to avoidTom Lane
2006-10-07Fix thinko in comment.Tom 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-03Cleanup pgwin32_open() 'if' test, and avoid possible error.Bruce Momjian
2006-10-02Add URL about strlcpy() creation history.Bruce Momjian
2006-09-27Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane
2006-09-27Add strlcpy() to the set of functions supported by src/port/ when notTom Lane
2006-09-27Remove separate strdup.h header file; it's redundant with port.h.Tom Lane
2006-09-24Fix incorrect mapping of fopen mode 'a' in recently-added code toTom 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-07-18copydir() and rmtree() need to use lstat, not stat, to behave as expectedTom Lane
2006-07-16Include libpq/pqcomm.h to ensure we have correct knowledge ofTom Lane
2006-07-16In a Windows backend, don't build src/port/pgsleep.c's version ofTom Lane
2006-07-14Add dependency to fix parallel-make race condition. Alexander DupuyTom Lane
2006-07-14Revert part of recent include patch not ready for application.Bruce Momjian
2006-07-14Add additional includes needed on some platforms.Bruce Momjian
2006-07-10Move pthread-win32.h to /port, modify bcc/msvc makefiles.Bruce Momjian
2006-07-06WIN32 fixes:Bruce Momjian
2006-06-26Add comment about the use of pg_config_paths.h.Bruce Momjian
2006-06-26Use Unix line endings instead of DOS ones, per Magnus.Bruce Momjian
2006-06-25Fix Win32/Cygwin problems:Bruce Momjian
2006-06-14Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-05-08Build server libpgport with all non-FRONTEND object files. This is toBruce Momjian