postgresql/src/backend
Tom Lane a63b63ff96 Revert COPY OUT to follow the pre-8.3 handling of ASCII control characters,
namely that \r, \n, \t, \b, \f, \v are dumped as those two-character
representations rather than a backslash and the literal control character.
I had made it do the other to save some code, but this was ill-advised,
because dump files in which these characters appear literally are prone to
newline mangling.  Fortunately, doing it the old way should only cost a few
more lines of code, and not slow down the copy loop materially.
Per bug #3795 from Lou Duchez.
2007-12-03 00:03:05 +00:00
..
access Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate 2007-12-01 23:44:44 +00:00
bootstrap Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate 2007-12-01 23:44:44 +00:00
catalog Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate 2007-12-01 23:44:44 +00:00
commands Revert COPY OUT to follow the pre-8.3 handling of ASCII control characters, 2007-12-03 00:03:05 +00:00
executor Avoid incrementing the CommandCounter when CommandCounterIncrement is called 2007-11-30 21:22:54 +00:00
lib
libpq Fix typo 2007-11-28 13:30:16 +00:00
main
nodes Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate 2007-12-01 23:44:44 +00:00
optimizer Save another little bit of planner overhead on simple queries, by having 2007-11-24 19:08:51 +00:00
parser Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate 2007-12-01 23:44:44 +00:00
po Translation updates 2007-11-29 08:50:36 +00:00
port Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
postmaster Reduce routine successful-archiving message from LOG to DEBUG1 grade, 2007-11-24 21:37:04 +00:00
regex
rewrite Small comment spacing improvement. 2007-11-16 01:51:22 +00:00
snowball Re-run pgindent with updated list of typedefs. (Updated README should 2007-11-15 22:25:18 +00:00
storage Avoid incrementing the CommandCounter when CommandCounterIncrement is called 2007-11-30 21:22:54 +00:00
tcop Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate 2007-12-01 23:44:44 +00:00
tsearch Make a cleanup pass over error reports in tsearch code. Use ereport 2007-11-28 21:56:30 +00:00
utils Code review for LIKE ... INCLUDING INDEXES patch. Fix failure to propagate 2007-12-01 23:44:44 +00:00
Makefile
nls.mk