postgresql/src/backend/access/heap
Tom Lane 1f5cc8c78a Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that
both MULTIBYTE and TOAST prevent char(n) from being truly fixed-size.
Simplify and speed up fastgetattr() and index_getattr() macros by
eliminating special cases for attnum=1.  It's just as fast to handle
the first attribute by presetting its attcacheoff to zero; so do that
instead when loading the tupledesc in relcache.c.
2000-11-30 18:38:47 +00:00
..
heapam.c Remove VARLENA_FIXED_SIZE hack, which is irreversibly broken now that 2000-11-30 18:38:47 +00:00
hio.c Make pgsql compile on FreeBSD-alpha. 2000-11-16 05:51:07 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
stats.c Add: 2000-01-26 05:58:53 +00:00
tuptoaster.c If a field is incompressible ('compressed' data is actually larger than 2000-10-23 23:42:04 +00:00