postgresql/src/test
Tom Lane 4f44aa04b5 Major overhaul of large-object implementation, by Denis Perchine with
kibitzing from Tom Lane.  Large objects are now all stored in a single
system relation "pg_largeobject" --- no more xinv or xinx files, no more
relkind 'l'.  This should offer substantial performance improvement for
large numbers of LOs, since there won't be directory bloat anymore.
It'll also fix problems like running out of locktable space when you
access thousands of LOs in one transaction.
Also clean up cruft in read/write routines.  LOs with "holes" in them
(never-written byte ranges) now work just like Unix files with holes do:
a hole reads as zeroes but doesn't occupy storage space.
INITDB forced!
2000-10-24 01:38:44 +00:00
..
bench Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
examples Add some modicum of error detection... 2000-10-24 00:08:02 +00:00
locale Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
mb Remove configure check for how to abbreviate 'tr A-Z a-z', and instead 2000-05-16 02:14:15 +00:00
performance Remove more -B parameters not needed. 1999-05-23 19:01:18 +00:00
regress Major overhaul of large-object implementation, by Denis Perchine with 2000-10-24 01:38:44 +00:00
suite More >&1 cleanups 2000-03-25 14:44:42 +00:00
Makefile New unified regression test driver, test/regress makefile cleanup, 2000-09-29 17:17:41 +00:00