postgresql/src/bin
Michael Paquier 72b76f7616 Add regression tests for csvlog with the logging collector
These are added in the existing tests of pg_ctl for log rotation, that
already tested stderr.  The same amount of coverage is added for csvlog:
- Checks for pg_current_logfile().
- Log rotation with expected file name.
- Log contents generated.

This test is refactored to minimize the amount of work required to add
tests for new log formats, easing some upcoming work.

Author: Michael Paquier, Sehrope Sarkuni
Discussion: https://postgr.es/m/CAH7T-aqswBM6JWe4pDehi1uOiufqe06DJWaU5=X7dDLyqUExHg@mail.gmail.com
2021-09-13 10:23:59 +09:00
..
initdb Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner. 2021-09-09 23:38:09 -07:00
pg_amcheck Remove --quiet option from pg_amcheck 2021-08-20 12:44:54 +02:00
pg_archivecleanup Add some missing exit() calls in error paths for various binaries 2021-07-29 11:42:58 +09:00
pg_basebackup Remove superfluous variable assignment 2021-09-02 13:03:21 +02:00
pg_checksums Unify PostgresNode's new() and get_new_node() methods 2021-07-29 05:58:08 -04:00
pg_config Translation updates 2021-06-21 12:33:50 +02:00
pg_controldata Unify PostgresNode's new() and get_new_node() methods 2021-07-29 05:58:08 -04:00
pg_ctl Add regression tests for csvlog with the logging collector 2021-09-13 10:23:59 +09:00
pg_dump Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner. 2021-09-09 23:38:09 -07:00
pg_resetwal pg_resetwal: Improve numeric command-line argument parsing 2021-08-20 10:51:59 +02:00
pg_rewind Unify PostgresNode's new() and get_new_node() methods 2021-07-29 05:58:08 -04:00
pg_test_fsync Support direct I/O on macOS. 2021-07-19 11:01:01 +12:00
pg_test_timing Translation updates 2021-06-21 12:33:50 +02:00
pg_upgrade C comment: correct heading of extension query 2021-08-03 12:26:08 -04:00
pg_verifybackup Fix backup manifests to generate correct WAL-Ranges across timelines 2021-08-23 11:09:33 +09:00
pg_waldump Remove some unnecessary casts in format arguments 2021-08-08 22:08:07 +02:00
pgbench pgbench: Stop counting skipped transactions as soon as timer is exceeded. 2021-09-10 01:28:17 +09:00
pgevent Update copyright for 2021 2021-01-02 13:06:25 -05:00
psql In psql tab completion, offer spelled-out commands not abbreviations. 2021-09-08 13:21:42 -04:00
scripts Unify PostgresNode's new() and get_new_node() methods 2021-07-29 05:58:08 -04:00
Makefile Add pg_amcheck, a CLI for contrib/amcheck. 2021-03-12 13:00:01 -05:00