postgresql/src/backend
Tom Lane 69f1d5fe14 Clean up minor collation issues in indxpath.c.
Get rid of bogus collation test in match_special_index_operator (even for
ILIKE, the pattern match operator's collation doesn't matter here, and even
if it did the test was testing the wrong thing).
Fix broken looping logic in expand_indexqual_rowcompare.
Add collation check in match_clause_to_ordering_op.
Make naming and argument ordering more consistent; improve comments.
2011-04-08 19:19:17 -04:00
..
access Tweak collation setup for GIN index comparison functions. 2011-04-08 16:48:25 -04:00
bootstrap More collations cleanup, from trawling for missed collation assignments. 2011-03-26 16:35:25 -04:00
catalog Revise the API for GUC variable assign hooks. 2011-04-07 00:12:02 -04:00
commands Fix bug in propagating ALTER TABLE actions to typed tables. 2011-04-08 15:46:13 -04:00
executor Fix check_exclusion_constraint() to insert correct collations in ScanKeys. 2011-03-27 13:29:52 -04:00
foreign Support comments on FOREIGN DATA WRAPPER and SERVER objects. 2011-04-01 11:28:28 -04:00
lib Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
libpq Attempt to unbreak windows builds broken by commit 754baa2. 2011-03-30 16:43:31 -04:00
main Use "backend process" rather than "backend server", where appropriate. 2011-03-12 09:38:56 -05:00
nodes More collations cleanup, from trawling for missed collation assignments. 2011-03-26 16:35:25 -04:00
optimizer Clean up minor collation issues in indxpath.c. 2011-04-08 19:19:17 -04:00
parser Avoid an unnecessary syscache lookup in parse_coerce.c. 2011-04-08 16:11:41 -04:00
po Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
port Modernize dlopen interface code for FreeBSD and OpenBSD. 2011-04-07 15:14:39 -04:00
postmaster Avoid assuming there will be only 3 states for synchronous_commit. 2011-04-04 23:23:13 +01:00
regex Fix comparisons of pointers with zero to compare with NULL instead. 2010-10-29 15:51:52 -04:00
replication Revise the API for GUC variable assign hooks. 2011-04-07 00:12:02 -04:00
rewrite Pass collation to makeConst() instead of looking it up internally. 2011-03-25 20:10:42 -04:00
snowball Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
storage Truncate the predicate lock SLRU to empty, instead of almost empty. 2011-04-08 16:52:19 -04:00
tcop Revise the API for GUC variable assign hooks. 2011-04-07 00:12:02 -04:00
tsearch Fix tsmatchsel() to account properly for null rows. 2011-02-17 19:00:49 -05:00
utils Fix make_greater_string to not have an undocumented collation assumption. 2011-04-08 17:40:20 -04:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
common.mk Workaround for recursive make breakage 2011-01-13 09:32:06 +02:00
Makefile replication/repl_gram.h needs to be cleaned too ... 2011-03-10 00:12:38 -05:00
nls.mk Revise the API for GUC variable assign hooks. 2011-04-07 00:12:02 -04:00