summaryrefslogtreecommitdiff
path: root/src/port/dirmod.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-01-04Update copyright for 2024Bruce Momjian
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-04-18Fix various typosDavid Rowley
2023-01-02Update copyright for 2023Bruce Momjian
2022-10-25Fix unlink() for STATUS_DELETE_PENDING on Windows.Thomas Munro
2022-10-25Fix readlink() for non-PostgreSQL junction points on Windows.Thomas Munro
2022-10-25Fix readlink() return value on Windows.Thomas Munro
2022-10-25Fix symlink() errno on Windows.Thomas Munro
2022-08-30Cleanup more code and comments related to Windows NT4 (XP days)Michael Paquier
2022-08-06Replace pgwin32_is_junction() with lstat().Thomas Munro
2022-08-06Make unlink() work for junction points on Windows.Thomas Munro
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-10-09Fix our Windows stat() emulation to handle file sizes > 4GB.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-02-25Put back #include <windows.h> in dirmod.c.Tom Lane
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2017-01-04Attempt to handle pending-delete files on WindowsMagnus Hagander
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-11-05pgwin32_is_junction's argument should be "const char *" not "char *".Tom Lane
2016-03-29Avoid possibly-unsafe use of Windows' FormatMessage() function.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-02-21Use FLEXIBLE_ARRAY_MEMBER in Windows-specific code.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-10-19Move rmtree() from libpgport to libpgcommonPeter Eisentraut
2013-10-19Move pgfnames() from libpgport to libpgcommonPeter Eisentraut
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-10-02Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-01-09Add pgreadlink() on Windows to read junction pointsMagnus Hagander
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-10-29Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-04-02Update a number of broken links in comments.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-09-13Don't error out if recycling or removing an old WAL segment fails at the endHeikki Linnakangas
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-04Update no longer current comments in header.Magnus Hagander