postgresql/src/backend/access
Tom Lane 7583f9a7ca Fix regex, LIKE, and some other second-rank text-manipulation functions
to not cause needless copying of text datums that have 1-byte headers.
Greg Stark, in response to performance gripe from Guillaume Smet and
ITAGAKI Takahiro.
2007-09-21 22:52:52 +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 Improve handling of prune/no-prune decisions by storing a page's oldest 2007-09-21 21:25:42 +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 Fix comments that misspelled TransactionIdIsInProgress, per Heikki. 2007-09-21 16:32:19 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00