aboutsummaryrefslogtreecommitdiff
path: root/src/port/dirmod.c
Commit message (Expand)AuthorAge
* Update copyrights for 2020Bruce Momjian2020-01-01
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Put back #include <windows.h> in dirmod.c.Tom Lane2017-02-25
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Attempt to handle pending-delete files on WindowsMagnus Hagander2017-01-04
* Update copyright via script for 2017Bruce Momjian2017-01-03
* pgwin32_is_junction's argument should be "const char *" not "char *".Tom Lane2016-11-05
* 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