| Age | Commit message (Expand) | Author |
| 2010-02-23 | Some platforms reject fsync() on files opened O_RDONLY. | Tom Lane |
| 2010-02-22 | Let's try forcing errno to zero before issuing fsync. The current buildfarm | Tom Lane |
| 2010-02-22 | Fix multiple copy and paste-o's. No wonder this code didn't work. | Tom Lane |
| 2010-02-22 | Oops, don't forget to rewind the directory before scanning it to fsync files ... | Greg Stark |
| 2010-02-17 | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane |
| 2010-02-15 | Temporarily disable fsyncing the database directory in CREATE DATABASE | Greg Stark |
| 2010-02-15 | remove an unused variable 'dirfd'. | Itagaki Takahiro |
| 2010-02-15 | Speed up CREATE DATABASE by deferring the fsyncs until after copying | Greg Stark |
| 2010-02-14 | Make CREATE DATABASE safe against losing whole files by fsyncing the | Greg Stark |
| 2010-02-06 | Avoid changing the sign of zero. Per buildfarm failures. | Tom Lane |
| 2010-02-05 | Rewrite rint() to enable removal of copyright mention; patch from | Bruce Momjian |
| 2010-01-31 | Remove now unnecessary loop around CallNamedPipe(). | Magnus Hagander |
| 2010-01-14 | Simplify validate_exec() by using access(2) to check file permissions, | Tom Lane |
| 2010-01-10 | Create typedef pgsocket for storing socket descriptors. | Magnus Hagander |
| 2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
| 2010-01-02 | Fix cast for _open_osfhandle(). | Magnus Hagander |
| 2010-01-01 | Make the win32 putenv() override update *all* present versions of the | Magnus Hagander |
| 2009-12-27 | Remove now unreferenced variable. | Magnus Hagander |
| 2009-12-27 | If the MSVCRT module is not found in the current binary, proceed to update | Magnus Hagander |
| 2009-11-14 | Add inheritable ACE when creating a restricted token for execution on | Magnus Hagander |
| 2009-11-12 | Check for C/POSIX before assuming that nl_langinfo or win32_langinfo | Tom Lane |
| 2009-11-12 | Make initdb behave sanely when the selected locale has codeset "US-ASCII". | Tom Lane |
| 2009-09-13 | Don't error out if recycling or removing an old WAL segment fails at the end | Heikki Linnakangas |
| 2009-08-26 | Update of install-sh, mkinstalldirs, and associated configury | Peter Eisentraut |
| 2009-07-27 | Fix minor memory leak in Win32 SID handling functions. Not a big issue | Magnus Hagander |
| 2009-07-16 | Add erand48() to the set of functions supported by our src/port/ library, | Tom Lane |
| 2009-07-01 | Stamp HEAD as 8.5devel. | Tom Lane |
| 2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
| 2009-05-04 | Update no longer current comments in header. | Magnus Hagander |
| 2009-04-05 | Remove a boatload of useless definitions of 'int optreset'. If we | Tom Lane |
| 2009-04-04 | Hmm, baiji thinks we need explicit 'extern' here. | Tom Lane |
| 2009-04-04 | Make an attempt at fixing our current Solaris 11 breakage: add a configure | Tom Lane |
| 2009-04-03 | Use (unsigned char) cast in argument of pg_tolower(). Maybe it works on | Tom Lane |
| 2009-04-03 | Make directory name comparisons on Win32 case insensitive. | Magnus Hagander |
| 2009-02-15 | Loop calling CallNamedPipe() several times in case it fails, | Magnus Hagander |
| 2009-02-12 | Don't call SetEnvironmentVariable() when removing an environment variable, | Magnus Hagander |
| 2009-02-10 | Support for KOI8U encoding | Peter Eisentraut |
| 2009-01-21 | Make win32 builds always do SetEnvironmentVariable() when doing putenv(). | Magnus Hagander |
| 2009-01-14 | Remove empty #ifdef block. | Bruce Momjian |
| 2009-01-01 | Update copyright for 2009. | Bruce Momjian |
| 2008-12-11 | Append major version number and for libraries soname major version number | Peter Eisentraut |
| 2008-12-02 | Change wildcard cerfificate mapping to be much simler - we now only match | Magnus Hagander |
| 2008-11-25 | Omit src/port/pipe.c on non-Windows platforms. It's useless and draws | Tom Lane |
| 2008-11-24 | Add support for matching wildcard server certificates to the new SSL code. | Magnus Hagander |
| 2008-10-16 | Reduce chatter from _dosmaperr() when used in FRONTEND code. | Tom Lane |
| 2008-05-21 | Use CRITICAL_SECTION instead of Mutexes for thread-locking in libpq on | Magnus Hagander |
| 2008-05-17 | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan |
| 2008-05-16 | Fix declarations of pthread functions, missed in recent commit. | Tom Lane |
| 2008-05-14 | Make the win32 implementation of getrusage() return EINVAL if being | Magnus Hagander |
| 2008-04-22 | Don't pull in pthreads header files in this file because we never use them. | Magnus Hagander |