postgresql/src/bin
Peter Eisentraut 1cd2445c99 pg_dump: Use current_database() instead of PQdb()
For querying pg_database about information about the database being
dumped, look up by using current_database() instead of the value
obtained from PQdb().  When using a connection proxy, the value from
PQdb() might not be the real name of the database.
2018-05-04 09:35:37 -04:00
..
initdb Reindent Perl files with perltidy version 20170521. 2018-04-25 14:00:19 -04:00
pg_archivecleanup Reindent Perl files with perltidy version 20170521. 2018-04-25 14:00:19 -04:00
pg_basebackup perltidy: Add option --nooutdent-long-comments 2018-04-27 11:37:43 -04:00
pg_config Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_controldata perltidy: Add option --nooutdent-long-quotes 2018-04-27 11:37:43 -04:00
pg_ctl Post-feature-freeze pgindent run. 2018-04-26 14:47:16 -04:00
pg_dump pg_dump: Use current_database() instead of PQdb() 2018-05-04 09:35:37 -04:00
pg_resetwal perltidy: Add option --nooutdent-long-quotes 2018-04-27 11:37:43 -04:00
pg_rewind perltidy: Add option --nooutdent-long-quotes 2018-04-27 11:37:43 -04:00
pg_test_fsync Make WAL segment size configurable at initdb time. 2017-09-19 22:03:48 -07:00
pg_test_timing pg_test_timing: Some NLS fixes 2017-08-26 09:25:19 -04:00
pg_upgrade Ignore file generated during pg_upgrade testing 2018-04-30 12:39:29 -04:00
pg_verify_checksums Don't attempt to verify checksums on new pages 2018-04-15 14:05:56 +02:00
pg_waldump Update copyright for 2018 2018-01-02 23:30:12 -05:00
pgbench Fix compiler warning on Windows. 2018-05-02 00:25:35 -04:00
pgevent Update copyright for 2018 2018-01-02 23:30:12 -05:00
psql Post-feature-freeze pgindent run. 2018-04-26 14:47:16 -04:00
scripts perltidy: Add option --nooutdent-long-quotes 2018-04-27 11:37:43 -04:00
Makefile Allow on-line enabling and disabling of data checksums 2018-04-05 22:04:48 +02:00