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
/
dirmod.c
Age
Commit message (
Expand
)
Author
2008-04-18
Fix rmtree() so that it keeps going after failure to remove any individual
Tom Lane
2008-04-18
Fix two race conditions between the pending unlink mechanism that was put in
Heikki Linnakangas
2008-04-11
A quick try at un-breaking the Cygwin build. Whether it needs the
Tom Lane
2008-04-10
Create wrapper pgwin32_safestat() and redefine stat() to it
Magnus Hagander
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-07-25
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
Magnus Hagander
2007-07-12
Get dirmod.c on the same page as port.h about whether we use pgsymlink
Tom Lane
2007-01-19
Change the sed rules in the regression test for pg_regress hackery to create
Alvaro Herrera
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-12-04
Patch of Win32 Encoding problem for server messages using
Bruce Momjian
2006-11-08
Change Windows rename and unlink substitutes so that they time out after
Tom Lane
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-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-09-18
Clarify some error messages
Peter Eisentraut
2005-08-10
Document why Win32 loops over rename/unlink are necessary.
Bruce Momjian
2005-08-02
rmtree() reported the wrong pathname if final rmdir failed.
Tom Lane
2005-03-24
Add missing error checking in readdir() loops.
Tom Lane
2005-02-22
Use _() macro consistently rather than gettext(). Add translation
Bruce Momjian
2005-02-13
Print file name and errno string on rmtree failure.
Bruce Momjian
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-11-27
Work around lack of NLS support in libpgport by making those components
Peter Eisentraut
2004-10-28
Code cleanup in dirmod.c. Andrew Dunstan, some further mods by moi.
Tom Lane
2004-10-18
Remove use of "miscadmin.h" in port C files and remove test for frontend
Bruce Momjian
2004-10-17
Better document win32_open and its ability to allow concurrent
Bruce Momjian
2004-10-17
Fix some typos.
Bruce Momjian
2004-10-11
Use native Cygwin symlinks so tablespaces work on Win95/98/ME which
Bruce Momjian
2004-09-27
Remove inclusion of windows.h now that it is included in c.h, per idea
Bruce Momjian
2004-09-10
Add mention loops over unlink/rename might not be needed.
Bruce Momjian
2004-09-10
Move undef of rename/unlink so system declarations are unmodified.
Bruce Momjian
2004-09-10
Clean up Cygwin test.
Bruce Momjian
2004-09-09
Fix Cygwin defines to be consistent.
Bruce Momjian
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-08-29
Several Cygwin fixes pointed out by Reini Urban.
Bruce Momjian
2004-08-29
Add comment on palloc use and DLLIMPORT>
Bruce Momjian
2004-08-08
Allow libpgport to call memory allocation routines even though
Bruce Momjian
2004-08-08
Adjust defines to be consistent.
Bruce Momjian
2004-08-08
Remove xstrdup and friends who were only called once. Replace with
Bruce Momjian
2004-08-08
Fixups for Win32 symlinks.
Bruce Momjian
2004-08-07
The attached patch implements a symlink for win32 using junctions, and
Bruce Momjian
2004-08-01
Add docs for initdb --auth.
Bruce Momjian
2004-02-26
For immediate application to HEAD.
Bruce Momjian
2004-02-25
For application to HEAD, following community review.
Bruce Momjian
2004-02-02
Win32 adjustments for dirmod and configure/configure.in.
Bruce Momjian
2004-02-02
Adjust rename on Win32 to only link to temp name while holding lock,
Bruce Momjian
2003-11-29
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-11
Update /port C header descriptions.
Bruce Momjian
2003-10-10
Change Win32 rename/unlink timeout to 3 seconds.
Bruce Momjian
[next]