postgres/src/backend
Tom Lane 3e23b68dac Support varlena fields with single-byte headers and unaligned storage.
This commit breaks any code that assumes that the mere act of forming a tuple
(without writing it to disk) does not "toast" any fields.  While all available
regression tests pass, I'm not totally sure that we've fixed every nook and
cranny, especially in contrib.

Greg Stark with some help from Tom Lane
2007-04-06 04:21:44 +00:00
..
access Support varlena fields with single-byte headers and unaligned storage. 2007-04-06 04:21:44 +00:00
bootstrap First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00
catalog Support varlena fields with single-byte headers and unaligned storage. 2007-04-06 04:21:44 +00:00
commands Support varlena fields with single-byte headers and unaligned storage. 2007-04-06 04:21:44 +00:00
executor Support varlena fields with single-byte headers and unaligned storage. 2007-04-06 04:21:44 +00:00
lib Remove the currently unused FRONTEND case in dllist.c. This allows the usage 2007-03-22 18:57:52 +00:00
libpq Add lo_truncate() to backend and libpq for large object truncation. 2007-03-03 19:52:47 +00:00
main Cleanup the bootstrap code a little, and rename "dummy procs" in the code 2007-03-07 13:35:03 +00:00
nodes Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00
optimizer Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00
parser Allow NOTIFY/LISTEN/UNLISTEN to only take relation names, not 2007-04-02 22:20:53 +00:00
po Translation updates 2006-12-02 01:16:16 +00:00
port Fix compiler warnings in ereport messages on mingw. 2007-03-28 08:06:11 +00:00
postmaster Add some instrumentation to the bgwriter, through the stats collector. 2007-03-30 18:34:56 +00:00
regex Wording cleanup for error messages. Also change can't -> cannot. 2007-02-01 19:10:30 +00:00
rewrite Changes pg_trigger and extend pg_rewrite in order to allow triggers and 2007-03-19 23:38:32 +00:00
storage Support varlena fields with single-byte headers and unaligned storage. 2007-04-06 04:21:44 +00:00
tcop Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00
utils Support varlena fields with single-byte headers and unaligned storage. 2007-04-06 04:21:44 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00