OSDN Git Service

Use _() macro consistently rather than gettext(). Add translation
[pg-rex/syncrep.git] / src / port / dirmod.c
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-02-13 Bruce MomjianPrint file name and errno string on rmtree failure.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-27 Peter EisentrautWork around lack of NLS support in libpgport by making...
2004-10-28 Tom LaneCode cleanup in dirmod.c. Andrew Dunstan, some further...
2004-10-18 Bruce MomjianRemove use of "miscadmin.h" in port C files and remove...
2004-10-17 Bruce MomjianBetter document win32_open and its ability to allow...
2004-10-17 Bruce MomjianFix some typos.
2004-10-11 Bruce MomjianUse native Cygwin symlinks so tablespaces work on Win95...
2004-09-27 Bruce MomjianRemove inclusion of windows.h now that it is included...
2004-09-10 Bruce MomjianAdd mention loops over unlink/rename might not be needed.
2004-09-10 Bruce MomjianMove undef of rename/unlink so system declarations...
2004-09-10 Bruce MomjianClean up Cygwin test.
2004-09-09 Bruce MomjianFix Cygwin defines to be consistent.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-29 Bruce MomjianSeveral Cygwin fixes pointed out by Reini Urban.
2004-08-29 Bruce MomjianAdd comment on palloc use and DLLIMPORT>
2004-08-08 Bruce MomjianAllow libpgport to call memory allocation routines...
2004-08-08 Bruce MomjianAdjust defines to be consistent.
2004-08-08 Bruce MomjianRemove xstrdup and friends who were only called once...
2004-08-08 Bruce MomjianFixups for Win32 symlinks.
2004-08-07 Bruce MomjianThe attached patch implements a symlink for win32 using...
2004-08-01 Bruce MomjianAdd docs for initdb --auth.
2004-02-26 Bruce MomjianFor immediate application to HEAD.
2004-02-25 Bruce MomjianFor application to HEAD, following community review.
2004-02-02 Bruce MomjianWin32 adjustments for dirmod and configure/configure.in.
2004-02-02 Bruce MomjianAdjust rename on Win32 to only link to temp name while...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-11 Bruce MomjianUpdate /port C header descriptions.
2003-10-10 Bruce MomjianChange Win32 rename/unlink timeout to 3 seconds.
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom Laneelog mop-up.
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-04-24 Bruce MomjianAdd comments to replace/unlink Win32 functions.
2003-04-22 Bruce MomjianAdd Win32 unlink/rename file.