postgresql/src/backend/commands
Tom Lane 390cf3209b Refrain from canonicalizing a client_encoding setting of "UNICODE".
While "UTF8" is the correct name for this encoding, existing JDBC drivers
expect that if they send "UNICODE" it will read back the same way; they
fail with an opaque "Protocol error" complaint if not.  This will be fixed
in the 9.1 drivers, but until older drivers are no longer in use in the
wild, we'd better leave "UNICODE" alone.  Continue to canonicalize all
other inputs.  Per report from Steve Singer and subsequent discussion.
2011-04-19 12:25:13 -04:00
..
aggregatecmds.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
alter.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
analyze.c Pass collations to functions in FunctionCallInfoData, not FmgrInfo. 2011-04-12 19:19:24 -04:00
async.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
cluster.c Simplify reindex_relation's API. 2011-04-16 17:26:41 -04:00
collationcmds.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
comment.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
constraint.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
conversioncmds.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
copy.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
dbcommands.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
define.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
discard.c Refactor the executor's API to support data-modifying CTEs better. 2011-02-27 13:44:12 -05:00
explain.c Clean up most -Wunused-but-set-variable warnings from gcc 4.6 2011-04-11 22:28:45 +03:00
extension.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
foreigncmds.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
functioncmds.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
indexcmds.c Simplify reindex_relation's API. 2011-04-16 17:26:41 -04:00
lockcmds.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
Makefile DDL support for collations 2011-02-12 15:55:18 +02:00
opclasscmds.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
operatorcmds.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
portalcmds.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
prepare.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
proclang.c Core support for "extensions", which are packages of SQL objects. 2011-02-08 16:13:22 -05:00
schemacmds.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
seclabel.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
sequence.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
tablecmds.c Add check for matching column collations in ALTER TABLE ... INHERIT. 2011-04-17 16:22:13 -04:00
tablespace.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
trigger.c Pass collations to functions in FunctionCallInfoData, not FmgrInfo. 2011-04-12 19:19:24 -04:00
tsearchcmds.c Pass collations to functions in FunctionCallInfoData, not FmgrInfo. 2011-04-12 19:19:24 -04:00
typecmds.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
user.c Avoid incorrectly granting replication to roles created with NOSUPERUSER. 2011-04-13 12:28:53 -07:00
vacuum.c Clean up most -Wunused-but-set-variable warnings from gcc 4.6 2011-04-11 22:28:45 +03:00
vacuumlazy.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00
variable.c Refrain from canonicalizing a client_encoding setting of "UNICODE". 2011-04-19 12:25:13 -04:00
view.c pgindent run before PG 9.1 beta 1. 2011-04-10 11:42:00 -04:00