summaryrefslogtreecommitdiff
path: root/src/port/copydir.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Message correctionsPeter Eisentraut2005-10-291-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-4/+4
* libpgport routines need nonstandard palloc to work on Windows.Tom Lane2005-09-031-1/+12
* In copy_file, use a palloc'd buffer instead of just a local char array;Tom Lane2005-09-021-3/+10
* Clean up CREATE DATABASE processing to make it more robust and get ridTom Lane2005-08-021-45/+101
* Add missing error checking in readdir() loops.Tom Lane2005-03-241-1/+20
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Replace opendir/closedir calls throughout the backend with AllocateDirTom Lane2004-02-231-6/+6
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Update /port C header descriptions.Bruce Momjian2003-11-111-2/+12
* copydir() is supposed to return on failure, not elog(ERROR). ReduceTom Lane2003-09-101-11/+18
* pgindent run.Bruce Momjian2003-08-041-15/+16
* elog mop-up.Tom Lane2003-07-271-5/+13
* Reorganize Win32 includes to only include <port.h> after system includesBruce Momjian2003-05-161-0/+5
* Add copydir() function because xcopy doesn't work in XP without aBruce Momjian2003-05-151-0/+44