postgresql/src/backend/access
Tom Lane 1e8ae13640 Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration
for it.  Hopefully will fix core dump evidenced by some buildfarm members
since fadvise patch went in.  The actual definition of the function is not
ABI-compatible with compiler's default assumption in the absence of any
declaration, so it's clearly unsafe to try to call it without seeing a
declaration.
2006-06-18 18:30:21 +00:00
..
common Fix problems with cached tuple descriptors disappearing while still in use 2006-06-16 18:42:24 +00:00
gin Correct cheking in findParents(). i 2006-05-29 08:39:44 +00:00
gist Som improve page split in multicolumn GiST index. 2006-05-29 12:50:06 +00:00
hash Clean up code associated with updating pg_class statistics columns 2006-05-10 23:18:39 +00:00
heap Fix problems with cached tuple descriptors disappearing while still in use 2006-06-16 18:42:24 +00:00
index Rewrite btree index scans to work a page at a time in all cases (both 2006-05-07 01:21:30 +00:00
nbtree Clean up code associated with updating pg_class statistics columns 2006-05-10 23:18:39 +00:00
transam Don't try to call posix_fadvise() unless <fcntl.h> supplies a declaration 2006-06-18 18:30:21 +00:00
Makefile GIN: Generalized Inverted iNdex. 2006-05-02 11:28:56 +00:00