index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
genfile.c
Age
Commit message (
Expand
)
Author
2008-03-31
Fix a number of places that were making file-type tests infelicitously.
Tom Lane
2006-11-24
Change pg_stat_all_tables and sister views to put the recently-added
Tom Lane
2006-11-06
Get rid of some unnecessary dependencies on DataDir: wherever possible,
Tom Lane
2006-07-13
Allow include files to compile own their own.
Bruce Momjian
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
2005-10-29
Message corrections
Peter Eisentraut
2005-10-15
Fix thinko in pg_read_file: testing for negative result is not the way
Tom Lane
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-08-29
Fix platform-specific test for path prefix-ness: move it into path.c where
Tom Lane
2005-08-15
Rename pg_stat_file columns to be more consistent. Split apart change
Bruce Momjian
2005-08-13
Make pg_stat_file() use OUT parameters so that the user doesn't have to
Tom Lane
2005-08-12
Fix up canonicalize_path to do the right thing in all cases (I think ...
Tom Lane
2005-08-12
Code & docs review for server instrumentation patch. File timestamps
Tom Lane
2005-08-12
Add files to do read I/O on the cluster directory:
Bruce Momjian