postgresql/src/backend
Peter Eisentraut c828ec8820 Make pg_dump output more portable and more pleasing to look at.
The -n and -N options were removed.  Quoting is now smart enough to
supply quotes if and only if necessary.

Numerical types are now printed without quotes, except in cases of
special values such as NaN.

Boolean values printed as true and false.

Most string literals now do not escape whitespace characters (newlines,
etc.) for portability.

SET SESSION AUTHORIZATION argument is a string literal, to follow SQL.

Made commands output by pg_dump use consistent spacing and indentation.
2002-08-18 09:36:26 +00:00
..
access Reverse out XLogDir/-X write-ahead log handling, per discussion. 2002-08-17 15:12:07 +00:00
bootstrap Reverse out XLogDir/-X write-ahead log handling, per discussion. 2002-08-17 15:12:07 +00:00
catalog Tom Lane wrote: 2002-08-15 16:36:08 +00:00
commands Improve documentation of trigger firing queue handling, cleanup. 2002-08-17 12:15:49 +00:00
executor Tom Lane wrote: 2002-08-15 16:36:08 +00:00
lib Update copyright to 2002. 2002-06-20 20:29:54 +00:00
libpq Add db-local user names, per discussion on hackers. 2002-08-18 03:03:26 +00:00
main Make sure monetary, numeric, and time locale categories are set to C and 2002-08-09 22:52:04 +00:00
nodes Tom Lane wrote: 2002-08-15 16:36:08 +00:00
optimizer Fix failure to relink postmaster executable in the first make run if only a 2002-08-10 17:59:28 +00:00
parser Make pg_dump output more portable and more pleasing to look at. 2002-08-18 09:36:26 +00:00
po Improve lexer's error reporting. You get the whole token mentioned now 2002-05-01 17:12:08 +00:00
port Convert possibly-unsafe sprintf's to snprintf's. 2002-08-12 14:47:46 +00:00
postmaster Add db-local user names, per discussion on hackers. 2002-08-18 03:03:26 +00:00
regex Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 2002-06-11 15:44:38 +00:00
rewrite Restructure system-catalog index updating logic. Instead of having 2002-08-05 03:29:17 +00:00
storage [ Newest version of patch applied.] 2002-08-17 13:04:19 +00:00
tcop Reverse out XLogDir/-X write-ahead log handling, per discussion. 2002-08-17 15:12:07 +00:00
tioga Update copyright to 2002. 2002-06-20 20:29:54 +00:00
utils Make pg_dump output more portable and more pleasing to look at. 2002-08-18 09:36:26 +00:00
Makefile Fix failure to relink postmaster executable in the first make run if only a 2002-08-10 17:59:28 +00:00