postgresql/src/backend/storage
Tom Lane 7cd30e1590 TestConfiguration returns int, not bool. This mistake is relatively
harmless on signed-char machines but would lead to core dump in the
deadlock detection code if char is unsigned.  Amazingly, this bug has
been here since 7.1 and yet wasn't reported till now.  Thanks to Robert
Bruccoleri for providing the opportunity to track it down.
2003-03-31 20:32:29 +00:00
..
buffer Add code to apply some simple sanity checks to the header fields of a 2003-03-28 20:17:13 +00:00
file This patch implements holdable cursors, following the proposal 2003-03-27 16:51:29 +00:00
freespace Add code to dump contents of free space map into $PGDATA/global/pg_fsm.cache 2003-03-06 00:04:27 +00:00
ipc btree page recycling can be done as soon as page's next-xact label is 2003-02-23 23:20:52 +00:00
large_object Remove sys/types.h in files that include postgres.h, and hence c.h, 2002-09-02 02:47:07 +00:00
lmgr TestConfiguration returns int, not bool. This mistake is relatively 2003-03-31 20:32:29 +00:00
page Add code to apply some simple sanity checks to the header fields of a 2003-03-28 20:17:13 +00:00
smgr Reimplement free-space-map management as per recent discussions. 2003-03-04 21:51:22 +00:00
Makefile Fix failure to relink postmaster executable in the first make run if only a 2002-08-10 17:59:28 +00:00