postgresql/src
Tom Lane 7564654adf Revert addition of third argument to format_type().
Including collation in the behavior of that function promotes a world view
we do not want.  Moreover, it was producing the wrong behavior for pg_dump
anyway: what we want is to dump a COLLATE clause on attributes whose
attcollation is different from the underlying type, and likewise for
domains, and the function cannot do that for us.  Doing it the hard way
in pg_dump is a bit more tedious but produces more correct output.

In passing, fix initdb so that the initial entry in pg_collation is
properly pinned.  It was droppable before :-(
2011-03-10 17:30:46 -05:00
..
backend Revert addition of third argument to format_type(). 2011-03-10 17:30:46 -05:00
bin Revert addition of third argument to format_type(). 2011-03-10 17:30:46 -05:00
include Revert addition of third argument to format_type(). 2011-03-10 17:30:46 -05:00
interfaces Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00
makefiles Allow make check in PL directories 2011-02-15 06:52:12 +02:00
pl Remove collation information from TypeName, where it does not belong. 2011-03-09 22:39:20 -05:00
port Fix reverse 'if' test in path_is_relative_and_below_cwd(), per Tom. 2011-02-13 00:14:47 -05:00
template Remove cvs keywords from all files. 2010-09-20 22:08:53 +02:00
test Fix bugs in the isolation tester flex rules. 2011-03-10 09:06:56 +02:00
timezone Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
tools Add PL extension files to MSVC Install procedure. 2011-03-05 16:21:37 -05:00
tutorial Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
bcc32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
DEVELOPERS Replace a couple of references to files that no longer exist in the source 2009-05-04 08:08:47 +00:00
Makefile Fix some oversights in distprep and maintainer-clean targets. 2011-03-10 00:04:05 -05:00
Makefile.global.in Allow make check in PL directories 2011-02-15 06:52:12 +02:00
Makefile.shlib Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
nls-global.mk Fix makefile logic to not break the build when xgettext is missing 2010-10-14 23:16:46 +03:00
win32.mak Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00