postgresql/src/backend/storage
Tom Lane 63735ca815 Dept. of second thoughts: add comments cautioning against using
ReadOrZeroBuffer to fetch pages from beyond physical EOF.  This would
usually work, but would cause problems for md.c if writes occurred
beyond a segment boundary when the previous segment file hadn't been
fully extended.
2007-05-02 23:34:48 +00:00
..
buffer Dept. of second thoughts: add comments cautioning against using 2007-05-02 23:34:48 +00:00
file Revert temp_tablespaces because of coding problems, per Tom. 2007-03-06 02:06:15 +00:00
freespace Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
ipc Remove the CheckpointStartLock in favor of having backends show whether they 2007-04-03 16:34:36 +00:00
large_object Support varlena fields with single-byte headers and unaligned storage. 2007-04-06 04:21:44 +00:00
lmgr Add comment on why deadlock detection error messages only prints numbers. 2007-04-20 20:15:52 +00:00
page Suppress useless searches for unused line pointers in PageAddItem. To do 2007-03-02 00:48:44 +00:00
smgr Rearrange mdsync() looping logic to avoid the problem that a sufficiently 2007-04-12 17:10:55 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00