2734f2b Pull changes from upstream repository

Authored and Committed by mskalick 5 years ago
40 files changed. 5168 lines added. 481 lines removed.
10
file added
+1
Dockerfile
file modified
+33 -15
Dockerfile.fedora
file added
+1
LICENSE
file removed
-202
README.md
file modified
+1 -1
help.md
file added
+1
root/help.1
file modified
+357 -184
root/usr/bin/run-postgresql
file modified
+23 -4
root/usr/bin/run-postgresql-slave
file modified
+2 -1
root/usr/bin/usage
file added
+4
root/usr/libexec/check-container
file added
+39
root/usr/share/container-scripts/postgresql/README.md
file modified
+244 -36
root/usr/share/container-scripts/postgresql/common.sh
file modified
+249 -38
root/usr/share/container-scripts/postgresql/scl_enable
file added
+3
root/usr/share/container-scripts/postgresql/start/set_passwords.sh
file added
+23
s2i/bin/assemble
file added
+14
s2i/bin/run
file added
+1
s2i/bin/usage
file added
+1
sources
file removed
-0
test/examples/custom-config/README
file added
+2
test/examples/custom-config/postgresql-cfg/10_shared_buffers.conf
file added
+1
test/examples/extending-image/postgresql-cfg/s2i-extending.conf
file added
+4
test/examples/extending-image/postgresql-start/set_passwords.sh
file added
+4
test/examples/postgresql-ephemeral-template.json
file added
+253
test/examples/postgresql-persistent-template.json
file added
+277
test/examples/replica/README.md
file added
+240
test/examples/replica/postgresql_replica.json
file added
+370
test/examples/s2i-dump-data/.s2i/bin/assemble
file added
+36
test/examples/s2i-dump-data/init/init.sql
file added
+2
test/examples/s2i-dump-data/postgresql-pre-start/10_boot.sh
file added
+3
test/pagila.sh
file added
+37
test/pg-test-lib.sh
file added
+137
test/run
file added
+1
test/run-openshift
file added
+394
test/run_migration_test
file added
+56
test/run_test
file added
+813
test/run_upgrade_test
file added
+97
test/test-app/postgresql-init/backup_user.sh
file added
+12
test/test-lib-openshift.sh
file added
+925
test/test-lib.sh
file added
+507
    Pull changes from upstream repository
    
        
10
file added
+1
file modified
+33 -15
file added
+1
file removed
-202
file modified
+1 -1
file added
+1
file modified
+357 -184
file modified
+23 -4
file added
+4
file added
+14
file added
+1
file added
+1
file removed
-0
file added
+37
file added
+137
file added
+1
file added
+394
file added
+813
file added
+507