summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/genfile.c
AgeCommit message (Expand)Author
2008-03-31Fix a number of places that were making file-type tests infelicitously.Tom Lane
2006-11-24Change pg_stat_all_tables and sister views to put the recently-addedTom Lane
2006-11-06Get rid of some unnecessary dependencies on DataDir: wherever possible,Tom Lane
2006-07-13Allow include files to compile own their own.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
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