postgresql/src/bin
Alvaro Herrera 89ac7004da Move some code from RewindTest into PostgresNode
Some code in the RewindTest test suite is more generally useful than
just for that suite, so put it where other test suites can reach it.

Some postgresql.conf parameters change their default values when a
cluster is initialized with 'allows_streaming' than the previous
behavior; most notably, autovacuum is no longer turned off.

(Also, we no longer call pg_ctl promote with -w, but that flag doesn't
actually do anything in promote so there's no behavior change.)

Author: Michael Paquier
2016-02-26 13:24:22 -03:00
..
initdb Fix unobvious interaction between -X switch and subdirectory creation. 2016-01-07 18:20:57 -05:00
pg_archivecleanup Make WAL-related utilities handle .partial WAL files properly. 2015-07-03 11:53:58 +09:00
pg_basebackup Fix typo in comment 2016-02-02 13:49:02 +01:00
pg_config Revert inadvertant change in pg_config behavior 2016-02-17 10:00:34 -08:00
pg_controldata Change delimiter used for display of NextXID 2016-02-12 14:23:59 -08:00
pg_ctl Accept pg_ctl timeout from the PGCTLTIMEOUT environment variable. 2016-02-10 20:34:02 -05:00
pg_dump pg_dump: Fix inconsistent sscanf() conversions 2016-02-18 20:12:38 -05:00
pg_resetxlog Change delimiter used for display of NextXID 2016-02-12 14:23:59 -08:00
pg_rewind Move some code from RewindTest into PostgresNode 2016-02-26 13:24:22 -03:00
pg_test_fsync Move pg_test_fsync from contrib/ to src/bin/ 2015-04-19 22:20:49 -04:00
pg_test_timing Move pg_test_timing from contrib/ to src/bin/ 2015-04-20 21:30:12 -04:00
pg_upgrade pg_upgrade: suppress creation of delete script 2016-02-18 18:32:27 -05:00
pg_xlogdump Refactor headers to split out standby defs 2016-01-20 18:51:34 -08:00
pgbench Clean the last few TAP suite tmp_check directories. 2016-02-24 23:41:54 -05:00
pgevent Update copyright for 2016 2016-01-02 13:33:40 -05:00
psql Remove printQueryOpt.quote field. 2016-02-02 15:26:30 -05:00
scripts PostgresNode: Add names to nodes 2016-01-20 14:13:11 -03:00
Makefile Update copyright for 2016 2016-01-02 13:33:40 -05:00