| Age | Commit message (Expand) | Author |
| 2010-12-16 | Remove optreset from src/port/ implementations of getopt and getopt_long. | Tom Lane |
| 2010-12-16 | Avoid clobbering errno, per comment from Tom. | Alvaro Herrera |
| 2010-12-16 | Fix inconsequential FILE pointer leakage | Alvaro Herrera |
| 2010-12-16 | Add some minor missing error checks | Alvaro Herrera |
| 2010-12-11 | Move a couple of initdb's subroutines into src/port/. | Tom Lane |
| 2010-11-26 | Fix portability issues in new src/port/inet_net_ntop.c file. | Tom Lane |
| 2010-11-25 | Fix getaddrinfo() in pgport to use proper parameters, as detected by | Bruce Momjian |
| 2010-11-24 | When reporting the server as not responding, if the hostname was | Bruce Momjian |
| 2010-10-29 | Fix comparisons of pointers with zero to compare with NULL instead. | Tom Lane |
| 2010-09-22 | Convert cvsignore to gitignore, and add .gitignore for build targets. | Magnus Hagander |
| 2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
| 2010-09-07 | Modify pg_upgrade to set/restore all environment variables related to | Bruce Momjian |
| 2010-08-19 | Remove extra newlines at end and beginning of files, add missing newlines | Peter Eisentraut |
| 2010-07-09 | Stamp HEAD as 9.1devel. | Tom Lane |
| 2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
| 2010-07-02 | Move copydir.c from src/port to src/backend/storage/file | Robert Haas |
| 2010-07-01 | Allow copydir() to be interrupted. | Robert Haas |
| 2010-05-15 | Use __bsdi__ consistently. | Bruce Momjian |
| 2010-05-06 | Code page for EUC-KR is surely 51949. | Itagaki Takahiro |
| 2010-04-28 | Add CP949 as an alias for UHC encoding. pg_get_encoding_from_locale() | Itagaki Takahiro |
| 2010-04-02 | Update a number of broken links in comments. | Magnus Hagander |
| 2010-03-01 | Buildfarm still unhappy, so I'll bet it's EACCES not EPERM. | Tom Lane |
| 2010-03-01 | add EPERM to the list of return codes to expect from opening directories base... | Greg Stark |
| 2010-02-28 | Second try at fsyncing directories in CREATE DATABASE. Let's see what the bui... | Greg Stark |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 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 |