You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Lane
a19002d4e5
Adjust collation determination rules as per discussion.
...
Remove crude hack that tried to propagate collation through a
function-returning-record, ie, from the function's arguments to individual
fields selected from its result record. That is just plain inconsistent,
because the function result is composite and cannot have a collation;
and there's no hope of making this kind of action-at-a-distance work
consistently. Adjust regression test cases that expected this to happen.
Meanwhile, the behavior of casting to a domain with a declared collation
stays the same as it was, since that seemed to be the consensus.
15 years ago
..
access
Tweak collation setup for GIN index comparison functions.
15 years ago
bootstrap
More collations cleanup, from trawling for missed collation assignments.
15 years ago
catalog
Revise the API for GUC variable assign hooks.
15 years ago
commands
Fix bug in propagating ALTER TABLE actions to typed tables.
15 years ago
executor
Fix check_exclusion_constraint() to insert correct collations in ScanKeys.
15 years ago
foreign
Support comments on FOREIGN DATA WRAPPER and SERVER objects.
15 years ago
lib
Stamp copyrights for year 2011.
15 years ago
libpq
Attempt to unbreak windows builds broken by commit 754baa2.
15 years ago
main
Use "backend process" rather than "backend server", where appropriate.
15 years ago
nodes
More collations cleanup, from trawling for missed collation assignments.
15 years ago
optimizer
Clean up minor collation issues in indxpath.c.
15 years ago
parser
Adjust collation determination rules as per discussion.
15 years ago
po
Remove cvs keywords from all files.
15 years ago
port
Modernize dlopen interface code for FreeBSD and OpenBSD.
15 years ago
postmaster
Avoid assuming there will be only 3 states for synchronous_commit.
15 years ago
regex
Fix comparisons of pointers with zero to compare with NULL instead.
15 years ago
replication
Revise the API for GUC variable assign hooks.
15 years ago
rewrite
Pass collation to makeConst() instead of looking it up internally.
15 years ago
snowball
Stamp copyrights for year 2011.
15 years ago
storage
Truncate the predicate lock SLRU to empty, instead of almost empty.
15 years ago
tcop
Revise the API for GUC variable assign hooks.
15 years ago
tsearch
Fix tsmatchsel() to account properly for null rows.
15 years ago
utils
Fix make_greater_string to not have an undocumented collation assumption.
15 years ago
.gitignore
Convert cvsignore to gitignore, and add .gitignore for build targets.
15 years ago
Makefile
replication/repl_gram.h needs to be cleaned too ...
15 years ago
common.mk
Workaround for recursive make breakage
15 years ago
nls.mk
Revise the API for GUC variable assign hooks.
15 years ago