postgresql/src/bin
Heikki Linnakangas 2953cd6d17 Only quote libpq connection string values that need quoting.
There's no harm in excessive quoting per se, but it makes the strings nicer
to read. The values can get quite unwieldy, when they're first quoted within
within single-quotes when included in the connection string, and then all
the single-quotes are escaped when the connection string is passed as a
shell argument.
2013-02-25 19:53:04 +02:00
..
initdb Split pgstat file in smaller pieces 2013-02-18 18:12:52 -03:00
pg_basebackup Add -d option to pg_basebackup and pg_receivexlog, for connection string. 2013-02-25 14:59:33 +02:00
pg_config Update copyrights for 2013 2013-01-01 17:15:01 -05:00
pg_controldata Support unlogged GiST index. 2013-02-11 23:07:09 +02:00
pg_ctl Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
pg_dump Only quote libpq connection string values that need quoting. 2013-02-25 19:53:04 +02:00
pg_resetxlog Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
pgevent Update copyrights for 2013 2013-01-01 17:15:01 -05:00
psql Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
scripts Create libpgcommon, and move pg_malloc et al to it 2013-02-12 11:21:05 -03:00
Makefile Update copyrights for 2013 2013-01-01 17:15:01 -05:00