postgresql/src/backend/access
Tom Lane 56b7695cf5 Remove incorrect use of VARSIZE() on a toasted datum. We can just remove it
instead of fix it, since once we've set toast_action[i] to 'p' it no longer
matters what toast_sizes[i] is.  Greg Stark
2007-10-11 18:19:58 +00:00
..
common Clarify some error messages about duplicate things. 2007-06-03 22:16:03 +00:00
gin HOT updates. When we update a tuple without changing any of its indexed 2007-09-20 17:56:33 +00:00
gist HOT updates. When we update a tuple without changing any of its indexed 2007-09-20 17:56:33 +00:00
hash Fix regex, LIKE, and some other second-rank text-manipulation functions 2007-09-21 22:52:52 +00:00
heap Remove incorrect use of VARSIZE() on a toasted datum. We can just remove it 2007-10-11 18:19:58 +00:00
index HOT updates. When we update a tuple without changing any of its indexed 2007-09-20 17:56:33 +00:00
nbtree HOT updates. When we update a tuple without changing any of its indexed 2007-09-20 17:56:33 +00:00
transam Adjust recovery PS display as agreed with Simon: 'waiting for XXX' 2007-09-30 17:28:56 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00