postgresql/src/backend
Heikki Linnakangas e5bb0f04db Need to use pg_perm_setlocale when setting LC_CTYPE and LC_COLLATE at startup.
Otherwise, the LC_CTYPE/COLLATE setting gets reverted when using plperl, which
leads to incorrect query results and index corruption.

This was accidentally broken in the per-database locale patch in 8.4. Pointed
out by Andrew Gierth.
2009-07-08 17:53:29 +00:00
..
access Cleanup and code review for the patch that made bgwriter active during 2009-06-26 20:29:04 +00:00
bootstrap Start background writer during archive recovery. Background writer now performs 2009-02-18 15:58:41 +00:00
catalog Query in SQL function still not schema-safe; add a couple 2009-07-07 19:28:00 +00:00
commands Fix the just-reported problem that you can't specify all four trigger event 2009-06-18 01:27:02 +00:00
executor Fix things so that array_agg_finalfn does not modify or free its input 2009-06-20 18:45:28 +00:00
foreign Somebody seems to have thought they could get away without checking for 2009-06-11 16:14:18 +00:00
lib Update copyright for 2009. 2009-01-01 17:24:05 +00:00
libpq Disallow empty passwords in LDAP authentication, the same way 2009-06-25 11:30:08 +00:00
main Update copyright for 2009. 2009-01-01 17:24:05 +00:00
nodes Fix the just-reported problem that you can't specify all four trigger event 2009-06-18 01:27:02 +00:00
optimizer Fix set_append_rel_pathlist() to deal intelligently with cases where 2009-07-06 18:26:30 +00:00
parser Per SQL spec (in particular, the grammar in SQL:2008 7.13) we should allow 2009-07-06 02:58:40 +00:00
po Translation updates for 8.4 release. 2009-06-26 19:33:52 +00:00
port 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
postmaster Cleanup and code review for the patch that made bgwriter active during 2009-06-26 20:29:04 +00:00
regex 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
rewrite 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
snowball Update copyright for 2009. 2009-01-01 17:24:05 +00:00
storage Cleanup and code review for the patch that made bgwriter active during 2009-06-26 20:29:04 +00:00
tcop Fix a few errors in comments. Patch by Fujii Masao, plus the one in 2009-06-18 10:08:08 +00:00
tsearch 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
utils Need to use pg_perm_setlocale when setting LC_CTYPE and LC_COLLATE at startup. 2009-07-08 17:53:29 +00:00
Makefile Update copyright for 2009. 2009-01-01 17:24:05 +00:00
common.mk Code coverage testing with gcov. Documentation is in the regression test 2008-09-05 12:11:18 +00:00
nls.mk Translation updates for 8.4 release. 2009-06-26 19:33:52 +00:00