postgresql/src/bin
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
..
initdb Add new datlastsysoid to pg_database. 2000-10-22 17:55:49 +00:00
initlocation Support for DESTDIR make variable. This is used as in `make install 2000-09-17 13:02:52 +00:00
ipcclean Support for DESTDIR make variable. This is used as in `make install 2000-09-17 13:02:52 +00:00
pg_config Rename pg-config to pg_config to be consistent with other pg commands. 2000-10-10 22:01:55 +00:00
pg_ctl Support for DESTDIR make variable. This is used as in `make install 2000-09-17 13:02:52 +00:00
pg_dump Major overhaul of large-object implementation, by Denis Perchine with 2000-10-24 01:38:44 +00:00
pg_encoding Support for DESTDIR make variable. This is used as in `make install 2000-09-17 13:02:52 +00:00
pg_id The beos port in the source tree doesn't even compile. and even 2000-10-07 14:39:21 +00:00
pg_passwd Support for DESTDIR make variable. This is used as in `make install 2000-09-17 13:02:52 +00:00
pgaccess Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
pgtclsh Major overhaul of large-object implementation, by Denis Perchine with 2000-10-24 01:38:44 +00:00
psql Major overhaul of large-object implementation, by Denis Perchine with 2000-10-24 01:38:44 +00:00
scripts Add support for VPATH builds, that is, building somewhere else than in the 2000-10-20 21:04:27 +00:00
Makefile Rename pg-config to pg_config to be consistent with other pg commands. 2000-10-10 22:01:55 +00:00