postgresql/src/backend/optimizer/path
Tom Lane bbea3643a3 Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb;
re-adopt these settings at every postmaster or standalone-backend startup.
This should fix problems with indexes becoming corrupt due to failure to
provide consistent locale environment for postmaster at all times.  Also,
refuse to start up a non-locale-enabled compilation in a database originally
initdb'd with a non-C locale.  Suppress LIKE index optimization if locale
is not "C" or "POSIX" (are there any other locales where it's safe?).
Issue NOTICE during initdb if selected locale disables LIKE optimization.
2000-11-25 20:33:54 +00:00
..
_deadcode Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
Makefile Fix relative path references so that make knowns which dependencies refer 2000-08-31 16:12:35 +00:00
allpaths.c Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
clausesel.c Ensure clause_selectivity() behaves sanely when examining an uplevel Var 2000-10-25 21:48:12 +00:00
costsize.c Add proofreader's changes to docs. 2000-10-05 19:48:34 +00:00
indxpath.c Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; 2000-11-25 20:33:54 +00:00
joinpath.c Ensure that mergejoin plan will be considered for FULL OUTER JOIN even 2000-11-23 03:57:31 +00:00
joinrels.c Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. 2000-09-29 18:21:41 +00:00
orindxpath.c First cut at full support for OUTER JOINs. There are still a few loose 2000-09-12 21:07:18 +00:00
pathkeys.c Restructure handling of inheritance queries so that they work with outer 2000-11-12 00:37:02 +00:00
tidpath.c Remove unused include files. Do not touch /port or includes used by defines. 2000-05-30 00:49:57 +00:00