postgres/src/backend/utils
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
..
adt Support varlena fields with single-byte headers and unaligned storage. 2007-04-06 04:21:44 +00:00
cache Support enum data types. Along the way, use macros for the values of 2007-04-02 03:49:42 +00:00
error Make log_min_error_statement put LOG level at the same priority as 2007-03-02 23:37:23 +00:00
fmgr Support varlena fields with single-byte headers and unaligned storage. 2007-04-06 04:21:44 +00:00
hash Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
init Support varlena fields with single-byte headers and unaligned storage. 2007-04-06 04:21:44 +00:00
mb Fix typo in Makefile. 2007-03-27 14:29:51 +00:00
misc Changes pg_trigger and extend pg_rewrite in order to allow triggers and 2007-03-19 23:38:32 +00:00
mmgr First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00
resowner First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00
sort Remove remains of old depend target. 2007-01-20 17:16:17 +00:00
time Clean up the representation of special snapshots by including a "method 2007-03-25 19:45:14 +00:00
.cvsignore
Gen_fmgrtab.sh Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc 2007-01-22 01:35:23 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00
probes.d DTrace support, with a small initial set of probes 2006-07-24 16:32:45 +00:00