postgresql/src/backend/utils
Andrew Dunstan e152893305 Go back to using a separate method for doing ILIKE for single byte
character encodings that doesn't involve calling lower(). This should
cure the performance regression in this case complained of by Guillaume
Smet. It still leaves the horrid performance for multi-byte encodings
introduced in 8.2, but there's no obvious solution for that in sight.
2007-09-22 03:58:34 +00:00
..
adt Go back to using a separate method for doing ILIKE for single byte 2007-09-22 03:58:34 +00:00
cache HOT updates. When we update a tuple without changing any of its indexed 2007-09-20 17:56:33 +00:00
error Implement lazy XID allocation: transactions that do not modify any database 2007-09-05 18:10:48 +00:00
fmgr Arrange for SET LOCAL's effects to persist until the end of the current top 2007-09-11 00:06:42 +00:00
hash Include hash table name in all the internal-error elog messages in 2007-09-11 16:17:46 +00:00
init Arrange for SET LOCAL's effects to persist until the end of the current top 2007-09-11 00:06:42 +00:00
mb Close previously open holes for invalidly encoded data to enter the 2007-09-18 17:41:17 +00:00
misc Cleanup items from csvlog changes, per ITAGAKI Takahiro. 2007-09-20 18:19:08 +00:00
mmgr Remove an "optimization" I installed in 2001, to make repalloc() attempt to 2007-08-12 20:39:14 +00:00
resowner First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00
sort Since sort_bounded_heap makes state changes that should be made 2007-09-01 18:47:39 +00:00
time Change tqual.c tests to use !TransactionIdIsCurrentTransactionId, rather than 2007-09-21 18:24:28 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Implement function-local GUC parameter settings, as per recent discussion. 2007-09-03 00:39:26 +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