Commits

DateSubjectAuthorReleases
2010-03-01 Buildfarm still unhappy, so I'll bet it's EACCES not EPERM. Tom Lane 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
2008-03-31 Fix a number of places that were making file-type tests infelicitously. Tom Lane 8.1.12
2008-03-31 Fix a number of places that were making file-type tests infelicitously. Tom Lane 8.2.8
2008-03-31 Fix a number of places that were making file-type tests infelicitously. Tom Lane 8.3.2
2008-03-31 Fix a number of places that were making file-type tests infelicitously. Tom Lane 8.4.0
2006-07-18 copydir() and rmtree() need to use lstat, not stat, to behave as expected Tom Lane 8.2.0
2005-09-03 libpgport routines need nonstandard palloc to work on Windows. Tom Lane 8.1.0
2005-09-02 In copy_file, use a palloc'd buffer instead of just a local char array; Tom Lane 8.1.0
2005-08-02 Clean up CREATE DATABASE processing to make it more robust and get rid Tom Lane 8.1.0
2005-03-24 Add missing error checking in readdir() loops. Tom Lane 8.0.2
2005-03-24 Add missing error checking in readdir() loops. Tom Lane 8.1.0
2004-02-23 Replace opendir/closedir calls throughout the backend with AllocateDir Tom Lane 7.4.2
2004-02-23 Replace opendir/closedir calls throughout the backend with AllocateDir Tom Lane 8.0.0
2003-09-10 copydir() is supposed to return on failure, not elog(ERROR). Reduce Tom Lane 7.4.1
2003-07-27 elog mop-up. Tom Lane 7.4.1