postgresql/src
Tom Lane 059e361481 Although we can't support out-of-line TOAST storage in indexes (yet),
compressed storage works perfectly well.  Might as well have a coherent
strategy for applying it, rather than the haphazard store-what-you-get
approach that was in the code before.  The strategy I've set up here is
to attempt compression of any compressible index value exceeding
BLCKSZ/16, or about 500 bytes by default.
2001-02-15 20:57:01 +00:00
..
backend Although we can't support out-of-line TOAST storage in indexes (yet), 2001-02-15 20:57:01 +00:00
bin - Fix help output: replace 'f' with 't' and change desc 2001-02-13 01:31:54 +00:00
corba
data
include Although we can't support out-of-line TOAST storage in indexes (yet), 2001-02-15 20:57:01 +00:00
interfaces 1) Change transaction boundary in autocommit off mode 2001-02-15 05:32:00 +00:00
makefiles Fix -Bsymbolic for FreeBSD and OpenBSD. NetBSD already had all these fixes. 2001-02-10 17:17:39 +00:00
pl Format to match standard conventions 2001-02-10 22:53:40 +00:00
template
test Remove unused files, per Andreas 2001-02-13 14:33:51 +00:00
tools Change scoping of table and join refnames to conform to SQL92: a JOIN 2001-02-14 21:35:07 +00:00
tutorial Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
utils Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 2001-01-24 19:43:33 +00:00
DEVELOPERS
GNUmakefile.in Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
Makefile Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
Makefile.global.in Make DEF_PGPORT available to Makefiles, so it can be substituted into 2001-02-07 20:13:27 +00:00
Makefile.shlib move comment 2001-02-10 18:46:34 +00:00
win32.mak