]> granicus.if.org Git - postgresql/history - src/port/copydir.c
Revise psql pattern-matching switches as per discussion. The rule is now
[postgresql] / src / port / copydir.c
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-29 Peter EisentrautMessage corrections
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-03 Tom Lanelibpgport routines need nonstandard palloc to work...
2005-09-02 Tom LaneIn copy_file, use a palloc'd buffer instead of just...
2005-08-02 Tom LaneClean up CREATE DATABASE processing to make it more...
2005-03-24 Tom LaneAdd missing error checking in readdir() loops.
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-02-23 Tom LaneReplace opendir/closedir calls throughout the backend...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-11 Bruce MomjianUpdate /port C header descriptions.
2003-09-10 Tom Lanecopydir() is supposed to return on failure, not elog...
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Tom Laneelog mop-up.
2003-05-16 Bruce MomjianReorganize Win32 includes to only include <port.h>...
2003-05-15 Bruce MomjianAdd copydir() function because xcopy doesn't work in...