index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
port
/
copydir.c
Age
Commit message (
Expand
)
Author
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-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-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-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-03-31
Fix a number of places that were making file-type tests infelicitously.
Tom Lane
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-07-25
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
Magnus Hagander
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-07-18
copydir() and rmtree() need to use lstat, not stat, to behave as expected
Tom Lane
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2005-10-29
Message corrections
Peter Eisentraut
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-09-03
libpgport routines need nonstandard palloc to work on Windows.
Tom Lane
2005-09-02
In copy_file, use a palloc'd buffer instead of just a local char array;
Tom Lane
2005-08-02
Clean up CREATE DATABASE processing to make it more robust and get rid
Tom Lane
2005-03-24
Add missing error checking in readdir() loops.
Tom Lane
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-02-23
Replace opendir/closedir calls throughout the backend with AllocateDir
Tom Lane
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-11
Update /port C header descriptions.
Bruce Momjian
2003-09-10
copydir() is supposed to return on failure, not elog(ERROR). Reduce
Tom Lane
2003-08-04
pgindent run.
Bruce Momjian
2003-07-27
elog mop-up.
Tom Lane
2003-05-16
Reorganize Win32 includes to only include <port.h> after system includes
Bruce Momjian
2003-05-15
Add copydir() function because xcopy doesn't work in XP without a
Bruce Momjian