aboutsummaryrefslogtreecommitdiff
path: root/src/port
Commit message (Expand)AuthorAge
* Update a number of broken links in comments.Magnus Hagander2010-04-02
* Buildfarm still unhappy, so I'll bet it's EACCES not EPERM.Tom Lane2010-03-01
* add EPERM to the list of return codes to expect from opening directories base...Greg Stark2010-03-01
* Second try at fsyncing directories in CREATE DATABASE. Let's see what the bui...Greg Stark2010-02-28
* pgindent run for 9.0Bruce Momjian2010-02-26
* Some platforms reject fsync() on files opened O_RDONLY.Tom Lane2010-02-23
* Let's try forcing errno to zero before issuing fsync. The current buildfarmTom Lane2010-02-22
* Fix multiple copy and paste-o's. No wonder this code didn't work.Tom Lane2010-02-22
* Oops, don't forget to rewind the directory before scanning it to fsync files ...Greg Stark2010-02-22
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* Temporarily disable fsyncing the database directory in CREATE DATABASEGreg Stark2010-02-15
* remove an unused variable 'dirfd'.Itagaki Takahiro2010-02-15
* Speed up CREATE DATABASE by deferring the fsyncs until after copyingGreg Stark2010-02-15
* Make CREATE DATABASE safe against losing whole files by fsyncing theGreg Stark2010-02-14
* Avoid changing the sign of zero. Per buildfarm failures.Tom Lane2010-02-06
* Rewrite rint() to enable removal of copyright mention; patch fromBruce Momjian2010-02-05
* Remove now unnecessary loop around CallNamedPipe().Magnus Hagander2010-01-31
* Simplify validate_exec() by using access(2) to check file permissions,Tom Lane2010-01-14
* Create typedef pgsocket for storing socket descriptors.Magnus Hagander2010-01-10
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Fix cast for _open_osfhandle().Magnus Hagander2010-01-02
* Make the win32 putenv() override update *all* present versions of theMagnus Hagander2010-01-01
* Remove now unreferenced variable.Magnus Hagander2009-12-27
* If the MSVCRT module is not found in the current binary, proceed to updateMagnus Hagander2009-12-27
* Add inheritable ACE when creating a restricted token for execution onMagnus Hagander2009-11-14
* Check for C/POSIX before assuming that nl_langinfo or win32_langinfoTom Lane2009-11-12
* Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane2009-11-12
* Don't error out if recycling or removing an old WAL segment fails at the endHeikki Linnakangas2009-09-13
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-26
* Fix minor memory leak in Win32 SID handling functions. Not a big issueMagnus Hagander2009-07-27
* Add erand48() to the set of functions supported by our src/port/ library,Tom Lane2009-07-16
* Stamp HEAD as 8.5devel.Tom Lane2009-07-01
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update no longer current comments in header.Magnus Hagander2009-05-04
* Remove a boatload of useless definitions of 'int optreset'. If weTom Lane2009-04-05
* Hmm, baiji thinks we need explicit 'extern' here.Tom Lane2009-04-04
* Make an attempt at fixing our current Solaris 11 breakage: add a configureTom Lane2009-04-04
* Use (unsigned char) cast in argument of pg_tolower(). Maybe it works onTom Lane2009-04-03
* Make directory name comparisons on Win32 case insensitive.Magnus Hagander2009-04-03
* Loop calling CallNamedPipe() several times in case it fails,Magnus Hagander2009-02-15
* Don't call SetEnvironmentVariable() when removing an environment variable,Magnus Hagander2009-02-12
* Support for KOI8U encodingPeter Eisentraut2009-02-10
* Make win32 builds always do SetEnvironmentVariable() when doing putenv().Magnus Hagander2009-01-21
* Remove empty #ifdef block.Bruce Momjian2009-01-14
* Update copyright for 2009.Bruce Momjian2009-01-01
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-11
* Change wildcard cerfificate mapping to be much simler - we now only matchMagnus Hagander2008-12-02
* Omit src/port/pipe.c on non-Windows platforms. It's useless and drawsTom Lane2008-11-25
* Add support for matching wildcard server certificates to the new SSL code.Magnus Hagander2008-11-24
* Reduce chatter from _dosmaperr() when used in FRONTEND code.Tom Lane2008-10-16