Commits

DateSubjectAuthorReleases
2010-07-01 Allow copydir() to be interrupted. Robert Haas 8.4.5
2010-07-01 Allow copydir() to be interrupted. Robert Haas 9.0.0
2010-03-01 Buildfarm still unhappy, so I'll bet it's EACCES not EPERM. Tom Lane 9.0.0
2010-03-01 add EPERM to the list of return codes to expect from opening directories based on Vista results Greg Stark 9.0.0
2010-02-28 Second try at fsyncing directories in CREATE DATABASE. Let's see what the build farm says of opening directories read-only and ignoring EBADF from fsync of directories Greg Stark 9.0.0
2010-02-26 pgindent run for 9.0 Bruce Momjian 9.0.0
2010-02-23 Some platforms reject fsync() on files opened O_RDONLY. Tom Lane 9.0.0
2010-02-22 Let's try forcing errno to zero before issuing fsync. The current buildfarm Tom Lane 9.0.0
2010-02-22 Fix multiple copy and paste-o's. No wonder this code didn't work. Tom Lane 9.0.0
2010-02-22 Oops, don't forget to rewind the directory before scanning it to fsync files in CREATE DATABASE Greg Stark 9.0.0
2010-02-17 revert prior patch to fsync directories until portability problems exposed by build farm can be sorted out Greg Stark 8.1.20
2010-02-16 revert prior patch to fsync directories until portability problems exposed by build farm can be sorted out Greg Stark 8.4.3
2010-02-16 revert prior patch to fsync directories until portability problems exposed by build farm can be sorted out Greg Stark 8.3.10
2010-02-16 revert prior patch to fsync directories until portability problems exposed by build farm can be sorted out Greg Stark 8.2.16
2010-02-15 Temporarily disable fsyncing the database directory in CREATE DATABASE Greg Stark 9.0.0
2010-02-15 remove an unused variable 'dirfd'. Itagaki Takahiro 9.0.0
2010-02-15 Speed up CREATE DATABASE by deferring the fsyncs until after copying Greg Stark 9.0.0
2010-02-14 Make CREATE DATABASE safe against losing whole files by fsyncing the Greg Stark 9.0.0
2010-02-14 Make CREATE DATABASE safe against losing whole files by fsyncing the Greg Stark 8.4.3
2010-02-14 Make CREATE DATABASE safe against losing whole files by fsyncing the Greg Stark 8.3.10
2010-02-14 Make CREATE DATABASE safe against losing whole files by fsyncing the Greg Stark 8.2.16
2010-02-14 Make CREATE DATABASE safe against losing whole files by fsyncing the Greg Stark 8.1.20
2010-01-02 Update copyright for the year 2010. Bruce Momjian 9.0.0
2009-01-01 Update copyright for 2009. Bruce Momjian 8.4.0
2008-03-31 Fix a number of places that were making file-type tests infelicitously. Tom Lane 8.1.12