summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/genfile.c
AgeCommit message (Expand)Author
2005-10-29Message correctionsPeter Eisentraut
2005-10-15Fix thinko in pg_read_file: testing for negative result is not the wayTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-08-29Fix platform-specific test for path prefix-ness: move it into path.c whereTom Lane
2005-08-15Rename pg_stat_file columns to be more consistent. Split apart changeBruce Momjian
2005-08-13Make pg_stat_file() use OUT parameters so that the user doesn't have toTom Lane
2005-08-12Fix up canonicalize_path to do the right thing in all cases (I think ...Tom Lane
2005-08-12Code & docs review for server instrumentation patch. File timestampsTom Lane
2005-08-12Add files to do read I/O on the cluster directory:Bruce Momjian