OSDN Git Service

Update a number of broken links in comments.
[pg-rex/syncrep.git] / src / port / copydir.c
2010-03-01 Tom LaneBuildfarm still unhappy, so I'll bet it's EACCES not...
2010-03-01 Greg Starkadd EPERM to the list of return codes to expect from...
2010-02-28 Greg StarkSecond try at fsyncing directories in CREATE DATABASE...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-23 Tom LaneSome platforms reject fsync() on files opened O_RDONLY.
2010-02-22 Tom LaneLet's try forcing errno to zero before issuing fsync...
2010-02-22 Tom LaneFix multiple copy and paste-o's. No wonder this code...
2010-02-22 Greg StarkOops, don't forget to rewind the directory before scann...
2010-02-15 Greg StarkTemporarily disable fsyncing the database directory...
2010-02-15 Itagaki Takahiroremove an unused variable 'dirfd'.
2010-02-15 Greg StarkSpeed up CREATE DATABASE by deferring the fsyncs until...
2010-02-14 Greg StarkMake CREATE DATABASE safe against losing whole files...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-03-31 Tom LaneFix a number of places that were making file-type tests...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-18 Tom Lanecopydir() and rmtree() need to use lstat, not stat...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-29 Peter EisentrautMessage corrections
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-03 Tom Lanelibpgport routines need nonstandard palloc to work...
2005-09-02 Tom LaneIn copy_file, use a palloc'd buffer instead of just...
2005-08-02 Tom LaneClean up CREATE DATABASE processing to make it more...
2005-03-24 Tom LaneAdd missing error checking in readdir() loops.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-02-23 Tom LaneReplace opendir/closedir calls throughout the backend...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-11 Bruce MomjianUpdate /port C header descriptions.
2003-09-10 Tom Lanecopydir() is supposed to return on failure, not elog...
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom Laneelog mop-up.
2003-05-16 Bruce MomjianReorganize Win32 includes to only include <port.h>...
2003-05-15 Bruce MomjianAdd copydir() function because xcopy doesn't work in...