postgresql/contrib/pg_upgrade
Bruce Momjian cce5d851ed pg_upgrade: revert changing '' to ""
On the command line, GUC option strings are handled by the guc parser,
not by the shell parser, so '' is the proper way to represent a
zero-length string.  This reverts commit
3132a9b7ab.
2013-07-02 10:29:49 -04:00
..
.gitignore pg_upgrade: Add new generated file to .gitignore 2012-03-20 20:40:31 +02:00
check.c pg_upgrade: pass username to analyze script 2013-06-28 19:11:51 -04:00
controldata.c pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
dump.c Use pg_dump's --quote-all-identifiers option in pg_upgrade. 2013-05-09 17:34:34 -04:00
exec.c pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
file.c pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
function.c pg_upgrade: Replace tabs in output string constants by spaces 2013-05-13 21:42:19 -04:00
IMPLEMENTATION Remove useless whitespace at end of lines 2010-11-23 22:34:55 +02:00
info.c Post-pgindent cleanup 2013-06-01 09:38:15 -04:00
Makefile Add pg_upgrade --jobs parameter 2012-12-26 19:26:30 -05:00
option.c pg_upgrade: pass username to analyze script 2013-06-28 19:11:51 -04:00
page.c pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
parallel.c pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
pg_upgrade.c Post-pgindent cleanup 2013-06-01 09:38:15 -04:00
pg_upgrade.h pg_upgrade: pass username to analyze script 2013-06-28 19:11:51 -04:00
relfilenode.c Minor spelling fixes 2013-06-01 10:18:59 -04:00
server.c pg_upgrade: revert changing '' to "" 2013-07-02 10:29:49 -04:00
tablespace.c pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
test.sh Fix buildfarm incompatibility in updated pg_upgrade test script. 2013-05-11 16:14:19 -04:00
TESTING Remove whitespace from end of lines 2012-05-15 22:19:41 +03:00
util.c pgindent run for release 9.3 2013-05-29 16:58:43 -04:00
version_old_8_3.c Add a materialized view relations. 2013-03-03 18:23:31 -06:00
version.c Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00