index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
port
/
dirmod.c
Commit message (
Expand
)
Author
Age
*
Avoid possibly-unsafe use of Windows' FormatMessage() function.
Tom Lane
2016-03-29
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code.
Tom Lane
2015-02-21
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Move rmtree() from libpgport to libpgcommon
Peter Eisentraut
2013-10-19
*
Move pgfnames() from libpgport to libpgcommon
Peter Eisentraut
2013-10-18
*
Create libpgcommon, and move pg_malloc et al to it
Alvaro Herrera
2013-02-12
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Work around unportable behavior of malloc(0) and realloc(NULL, 0).
Tom Lane
2012-10-02
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Add pgreadlink() on Windows to read junction points
Magnus Hagander
2011-01-09
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Fix comparisons of pointers with zero to compare with NULL instead.
Tom Lane
2010-10-29
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Update a number of broken links in comments.
Magnus Hagander
2010-04-02
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Don't error out if recycling or removing an old WAL segment fails at the end
Heikki Linnakangas
2009-09-13
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Update no longer current comments in header.
Magnus Hagander
2009-05-04
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
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-18
*
A quick try at un-breaking the Cygwin build. Whether it needs the
Tom Lane
2008-04-11
*
Create wrapper pgwin32_safestat() and redefine stat() to it
Magnus Hagander
2008-04-10
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
Magnus Hagander
2007-07-25
*
Get dirmod.c on the same page as port.h about whether we use pgsymlink
Tom Lane
2007-07-12
*
Change the sed rules in the regression test for pg_regress hackery to create
Alvaro Herrera
2007-01-19
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Patch of Win32 Encoding problem for server messages using
Bruce Momjian
2006-12-04
*
Change Windows rename and unlink substitutes so that they time out after
Tom Lane
2006-11-08
*
copydir() and rmtree() need to use lstat, not stat, to behave as expected
Tom Lane
2006-07-18
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
Clarify some error messages
Peter Eisentraut
2005-09-18
*
Document why Win32 loops over rename/unlink are necessary.
Bruce Momjian
2005-08-10
*
rmtree() reported the wrong pathname if final rmdir failed.
Tom Lane
2005-08-02
*
Add missing error checking in readdir() loops.
Tom Lane
2005-03-24
*
Use _() macro consistently rather than gettext(). Add translation
Bruce Momjian
2005-02-22
*
Print file name and errno string on rmtree failure.
Bruce Momjian
2005-02-13
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
Work around lack of NLS support in libpgport by making those components
Peter Eisentraut
2004-11-27
*
Code cleanup in dirmod.c. Andrew Dunstan, some further mods by moi.
Tom Lane
2004-10-28
*
Remove use of "miscadmin.h" in port C files and remove test for frontend
Bruce Momjian
2004-10-18
*
Better document win32_open and its ability to allow concurrent
Bruce Momjian
2004-10-17
[next]