summaryrefslogtreecommitdiff
path: root/src/port/dirmod.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Move rmtree() from libpgport to libpgcommonPeter Eisentraut2013-10-191-110/+0
* Move pgfnames() from libpgport to libpgcommonPeter Eisentraut2013-10-181-90/+0
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-121-74/+0
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane2012-10-021-2/+10
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-1/+1
* Add pgreadlink() on Windows to read junction pointsMagnus Hagander2011-01-091-0/+118
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane2010-10-291-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0, second runBruce Momjian2010-07-061-2/+2
* Update a number of broken links in comments.Magnus Hagander2010-04-021-2/+2
* pgindent run for 9.0Bruce Momjian2010-02-261-3/+3
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Don't error out if recycling or removing an old WAL segment fails at the endHeikki Linnakangas2009-09-131-9/+25
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-13/+13
* Update no longer current comments in header.Magnus Hagander2009-05-041-4/+4
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Fix rmtree() so that it keeps going after failure to remove any individualTom Lane2008-04-181-31/+46
* Fix two race conditions between the pending unlink mechanism that was put inHeikki Linnakangas2008-04-181-3/+22
* A quick try at un-breaking the Cygwin build. Whether it needs theTom Lane2008-04-111-3/+6
* Create wrapper pgwin32_safestat() and redefine stat() to itMagnus Hagander2008-04-101-1/+35
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-15/+12
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-251-2/+2
* Get dirmod.c on the same page as port.h about whether we use pgsymlinkTom Lane2007-07-121-9/+10
* Change the sed rules in the regression test for pg_regress hackery to createAlvaro Herrera2007-01-191-12/+14
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Patch of Win32 Encoding problem for server messages usingBruce Momjian2006-12-041-2/+2
* Change Windows rename and unlink substitutes so that they time out afterTom Lane2006-11-081-48/+20
* copydir() and rmtree() need to use lstat, not stat, to behave as expectedTom Lane2006-07-181-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-27/+23
* Clarify some error messagesPeter Eisentraut2005-09-181-9/+9
* Document why Win32 loops over rename/unlink are necessary.Bruce Momjian2005-08-101-3/+11
* rmtree() reported the wrong pathname if final rmdir failed.Tom Lane2005-08-021-5/+8
* Add missing error checking in readdir() loops.Tom Lane2005-03-241-2/+31
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-10/+11
* Print file name and errno string on rmtree failure.Bruce Momjian2005-02-131-13/+17
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Work around lack of NLS support in libpgport by making those componentsPeter Eisentraut2004-11-271-6/+4
* Code cleanup in dirmod.c. Andrew Dunstan, some further mods by moi.Tom Lane2004-10-281-150/+125
* Remove use of "miscadmin.h" in port C files and remove test for frontendBruce Momjian2004-10-181-3/+1
* Better document win32_open and its ability to allow concurrentBruce Momjian2004-10-171-3/+3
* Fix some typos.Bruce Momjian2004-10-171-3/+3
* Use native Cygwin symlinks so tablespaces work on Win95/98/ME whichBruce Momjian2004-10-111-4/+4
* Remove inclusion of windows.h now that it is included in c.h, per ideaBruce Momjian2004-09-271-2/+1
* Add mention loops over unlink/rename might not be needed.Bruce Momjian2004-09-101-1/+3