summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
2009-09-13Don't error out if recycling or removing an old WAL segment fails at the endHeikki Linnakangas
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-07-27Fix minor memory leak in Win32 SID handling functions. Not a big issueMagnus Hagander
2009-07-16Add erand48() to the set of functions supported by our src/port/ library,Tom Lane
2009-07-01Stamp HEAD as 8.5devel.Tom Lane
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-04Update no longer current comments in header.Magnus Hagander
2009-04-05Remove a boatload of useless definitions of 'int optreset'. If weTom Lane
2009-04-04Hmm, baiji thinks we need explicit 'extern' here.Tom Lane
2009-04-04Make an attempt at fixing our current Solaris 11 breakage: add a configureTom Lane
2009-04-03Use (unsigned char) cast in argument of pg_tolower(). Maybe it works onTom Lane
2009-04-03Make directory name comparisons on Win32 case insensitive.Magnus Hagander
2009-02-15Loop calling CallNamedPipe() several times in case it fails,Magnus Hagander
2009-02-12Don't call SetEnvironmentVariable() when removing an environment variable,Magnus Hagander
2009-02-10Support for KOI8U encodingPeter Eisentraut
2009-01-21Make win32 builds always do SetEnvironmentVariable() when doing putenv().Magnus Hagander
2009-01-14Remove empty #ifdef block.Bruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-12-02Change wildcard cerfificate mapping to be much simler - we now only matchMagnus Hagander
2008-11-25Omit src/port/pipe.c on non-Windows platforms. It's useless and drawsTom Lane
2008-11-24Add support for matching wildcard server certificates to the new SSL code.Magnus Hagander
2008-10-16Reduce chatter from _dosmaperr() when used in FRONTEND code.Tom Lane
2008-05-21Use CRITICAL_SECTION instead of Mutexes for thread-locking in libpq onMagnus Hagander
2008-05-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2008-05-16Fix declarations of pthread functions, missed in recent commit.Tom Lane
2008-05-14Make the win32 implementation of getrusage() return EINVAL if beingMagnus Hagander
2008-04-22Don't pull in pthreads header files in this file because we never use them.Magnus Hagander
2008-04-18Fix rmtree() so that it keeps going after failure to remove any individualTom Lane
2008-04-18Fix two race conditions between the pending unlink mechanism that was put inHeikki Linnakangas
2008-04-16Fix MinGW warnings re formats and unused variables. per ITAGAKI TakahiroAndrew Dunstan
2008-04-11A 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-21More README src cleanups.Bruce Momjian
2008-03-18Fix our printf implementation to follow spec: if a star parameterTom Lane
2008-02-29Fix handling of restricted processes for Windows Vista (mainly),Magnus Hagander
2008-02-18Added --htmldir option to pg_config, equivalent to the new configure option.Peter Eisentraut
2008-02-13Stamp HEAD as 8.4devel.Tom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-12-28may -> mightPeter Eisentraut
2007-12-27Wording improvementsPeter Eisentraut
2007-12-20On win32, loop when opening files if sharing- och lock-violation errorsMagnus Hagander
2007-11-30Use _dosmaperr() to deal with errors opening files in pgwin32_open().Magnus Hagander
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-10-25Add new encoding aliases for Solaris, per Zdenek Kotala.Alvaro Herrera
2007-10-23Use snprintf instead of wsprintf, and use getenv("APPDATA") instead ofMagnus Hagander
2007-10-17Add missing entry for PG_WIN1250 encoding, per gripe from Pavel Stehule.Tom Lane
2007-10-10Add missing codepage numbers for Windows.Magnus Hagander
2007-10-03Teach chklocale.c how to extract encoding info from Windows localeTom Lane