]> granicus.if.org Git - postgresql/history - src/port/dirmod.c
Fix the fastpath rule for jsonb_concat with an empty operand.
[postgresql] / src / port / dirmod.c
2015-02-21 Tom LaneUse FLEXIBLE_ARRAY_MEMBER in Windows-specific code.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-19 Peter EisentrautMove rmtree() from libpgport to libpgcommon
2013-10-19 Peter EisentrautMove pgfnames() from libpgport to libpgcommon
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-10-02 Tom LaneWork around unportable behavior of malloc(0) and reallo...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-01-09 Magnus HaganderAdd pgreadlink() on Windows to read junction points
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-10-29 Tom LaneFix comparisons of pointers with zero to compare with...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-04-02 Magnus HaganderUpdate a number of broken links in comments.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-09-13 Heikki LinnakangasDon't error out if recycling or removing an old WAL...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-05-04 Magnus HaganderUpdate no longer current comments in header.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-04-18 Tom LaneFix rmtree() so that it keeps going after failure to...
2008-04-18 Heikki LinnakangasFix two race conditions between the pending unlink...
2008-04-11 Tom LaneA quick try at un-breaking the Cygwin build. Whether...
2008-04-10 Magnus HaganderCreate wrapper pgwin32_safestat() and redefine stat...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-07-25 Magnus HaganderRename DLLIMPORT macro to PGDLLIMPORT to avoid conflict...
2007-07-12 Tom LaneGet dirmod.c on the same page as port.h about whether...
2007-01-19 Alvaro HerreraChange the sed rules in the regression test for pg_regr...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-04 Bruce MomjianPatch of Win32 Encoding problem for server messages...
2006-11-08 Tom LaneChange Windows rename and unlink substitutes so that...
2006-07-18 Tom Lanecopydir() and rmtree() need to use lstat, not stat...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-18 Peter EisentrautClarify some error messages
2005-08-10 Bruce MomjianDocument why Win32 loops over rename/unlink are necessary.
2005-08-02 Tom Lanermtree() reported the wrong pathname if final rmdir...
2005-03-24 Tom LaneAdd missing error checking in readdir() loops.
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-02-13 Bruce MomjianPrint file name and errno string on rmtree failure.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-27 Peter EisentrautWork around lack of NLS support in libpgport by making...
2004-10-28 Tom LaneCode cleanup in dirmod.c. Andrew Dunstan, some further...
2004-10-18 Bruce MomjianRemove use of "miscadmin.h" in port C files and remove...
2004-10-17 Bruce MomjianBetter document win32_open and its ability to allow...
2004-10-17 Bruce MomjianFix some typos.
2004-10-11 Bruce MomjianUse native Cygwin symlinks so tablespaces work on Win95...
2004-09-27 Bruce MomjianRemove inclusion of windows.h now that it is included...
2004-09-10 Bruce MomjianAdd mention loops over unlink/rename might not be needed.
2004-09-10 Bruce MomjianMove undef of rename/unlink so system declarations...
2004-09-10 Bruce MomjianClean up Cygwin test.
2004-09-09 Bruce MomjianFix Cygwin defines to be consistent.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-29 Bruce MomjianSeveral Cygwin fixes pointed out by Reini Urban.
2004-08-29 Bruce MomjianAdd comment on palloc use and DLLIMPORT>
2004-08-08 Bruce MomjianAllow libpgport to call memory allocation routines...
2004-08-08 Bruce MomjianAdjust defines to be consistent.
2004-08-08 Bruce MomjianRemove xstrdup and friends who were only called once...
2004-08-08 Bruce MomjianFixups for Win32 symlinks.
2004-08-07 Bruce MomjianThe attached patch implements a symlink for win32 using...
2004-08-01 Bruce MomjianAdd docs for initdb --auth.
2004-02-26 Bruce MomjianFor immediate application to HEAD.
2004-02-25 Bruce MomjianFor application to HEAD, following community review.
2004-02-02 Bruce MomjianWin32 adjustments for dirmod and configure/configure.in.
2004-02-02 Bruce MomjianAdjust rename on Win32 to only link to temp name while...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-11 Bruce MomjianUpdate /port C header descriptions.
2003-10-10 Bruce MomjianChange Win32 rename/unlink timeout to 3 seconds.
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom Laneelog mop-up.
2003-05-15 Bruce MomjianAllow Win32 to compile under MinGW. Major changes...
2003-04-24 Bruce MomjianAdd comments to replace/unlink Win32 functions.
2003-04-22 Bruce MomjianAdd Win32 unlink/rename file.