summaryrefslogtreecommitdiff
path: root/src/port
AgeCommit message (Expand)Author
2010-03-01Buildfarm still unhappy, so I'll bet it's EACCES not EPERM.Tom Lane
2010-03-01add EPERM to the list of return codes to expect from opening directories base...Greg Stark
2010-02-28Second try at fsyncing directories in CREATE DATABASE. Let's see what the bui...Greg Stark
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-23Some platforms reject fsync() on files opened O_RDONLY.Tom Lane
2010-02-22Let's try forcing errno to zero before issuing fsync. The current buildfarmTom Lane
2010-02-22Fix multiple copy and paste-o's. No wonder this code didn't work.Tom Lane
2010-02-22Oops, don't forget to rewind the directory before scanning it to fsync files ...Greg Stark
2010-02-17Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane
2010-02-15Temporarily disable fsyncing the database directory in CREATE DATABASEGreg Stark
2010-02-15remove an unused variable 'dirfd'.Itagaki Takahiro
2010-02-15Speed up CREATE DATABASE by deferring the fsyncs until after copyingGreg Stark
2010-02-14Make CREATE DATABASE safe against losing whole files by fsyncing theGreg Stark
2010-02-06Avoid changing the sign of zero. Per buildfarm failures.Tom Lane
2010-02-05Rewrite rint() to enable removal of copyright mention; patch fromBruce Momjian
2010-01-31Remove now unnecessary loop around CallNamedPipe().Magnus Hagander
2010-01-14Simplify validate_exec() by using access(2) to check file permissions,Tom Lane
2010-01-10Create typedef pgsocket for storing socket descriptors.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2010-01-02Fix cast for _open_osfhandle().Magnus Hagander
2010-01-01Make the win32 putenv() override update *all* present versions of theMagnus Hagander
2009-12-27Remove now unreferenced variable.Magnus Hagander
2009-12-27If the MSVCRT module is not found in the current binary, proceed to updateMagnus Hagander
2009-11-14Add inheritable ACE when creating a restricted token for execution onMagnus Hagander
2009-11-12Check for C/POSIX before assuming that nl_langinfo or win32_langinfoTom Lane
2009-11-12Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane
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