aboutsummaryrefslogtreecommitdiff
path: root/src/port/dirmod.c
Commit message (Expand)AuthorAge
* Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane2016-03-29
* Update copyright for 2016Bruce Momjian2016-01-02
* Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code.Tom Lane2015-02-21
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Move rmtree() from libpgport to libpgcommonPeter Eisentraut2013-10-19
* Move pgfnames() from libpgport to libpgcommonPeter Eisentraut2013-10-18
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-12
* Update copyrights for 2013Bruce Momjian2013-01-01
* Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane2012-10-02
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Add pgreadlink() on Windows to read junction pointsMagnus Hagander2011-01-09
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane2010-10-29
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Update a number of broken links in comments.Magnus Hagander2010-04-02
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Don't error out if recycling or removing an old WAL segment fails at the endHeikki Linnakangas2009-09-13
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update no longer current comments in header.Magnus Hagander2009-05-04
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix rmtree() so that it keeps going after failure to remove any individualTom Lane2008-04-18
* Fix two race conditions between the pending unlink mechanism that was put inHeikki Linnakangas2008-04-18
* A quick try at un-breaking the Cygwin build. Whether it needs theTom Lane2008-04-11
* Create wrapper pgwin32_safestat() and redefine stat() to itMagnus Hagander2008-04-10
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* Get dirmod.c on the same page as port.h about whether we use pgsymlinkTom Lane2007-07-12
* Change the sed rules in the regression test for pg_regress hackery to createAlvaro Herrera2007-01-19
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Patch of Win32 Encoding problem for server messages usingBruce Momjian2006-12-04
* Change Windows rename and unlink substitutes so that they time out afterTom Lane2006-11-08
* copydir() and rmtree() need to use lstat, not stat, to behave as expectedTom Lane2006-07-18
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Clarify some error messagesPeter Eisentraut2005-09-18
* Document why Win32 loops over rename/unlink are necessary.Bruce Momjian2005-08-10
* rmtree() reported the wrong pathname if final rmdir failed.Tom Lane2005-08-02
* Add missing error checking in readdir() loops.Tom Lane2005-03-24
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-22
* Print file name and errno string on rmtree failure.Bruce Momjian2005-02-13
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Work around lack of NLS support in libpgport by making those componentsPeter Eisentraut2004-11-27
* Code cleanup in dirmod.c. Andrew Dunstan, some further mods by moi.Tom Lane2004-10-28
* Remove use of "miscadmin.h" in port C files and remove test for frontendBruce Momjian2004-10-18
* Better document win32_open and its ability to allow concurrentBruce Momjian2004-10-17