23f709b sync with latest upstream source

Authored and Committed by pkubat 4 years ago
51 files changed. 5514 lines added. 590 lines removed.
11
file added
+1
Dockerfile
file modified
+44 -17
Dockerfile.fedora
file added
+1
LICENSE
file removed
-202
README.md
file modified
+1 -1
help.md
file added
+1
root/help.1
file removed
-190
root/usr/bin/cgroup-limits
file removed
-92
root/usr/bin/run-postgresql
file modified
+35 -5
root/usr/bin/run-postgresql-slave
file modified
+2 -1
root/usr/bin/usage
file added
+4
root/usr/libexec/check-container
file added
+27
root/usr/libexec/fix-permissions
file modified
+38 -6
root/usr/share/container-scripts/postgresql/README.md
file modified
+266 -37
root/usr/share/container-scripts/postgresql/common.sh
file modified
+267 -39
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/enable-ssl/postgresql-cfg/ssl.conf
file added
+5
test/examples/enable-ssl/postgresql-pre-start/enable_ssl.sh
file added
+4
test/examples/enable-ssl/server.crt
file added
+77
test/examples/enable-ssl/server.key
file added
+28
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/pgaudit/README
file added
+10
test/examples/pgaudit/postgresql-cfg/10_pgaudit.conf
file added
+1
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
+141
test/run
file added
+1
test/run-openshift
file added
+1
test/run-openshift-local-cluster
file added
+454
test/run-openshift-remote-cluster
file added
+30
test/run_migration_test
file added
+56
test/run_test
file added
+912
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
+1043
test/test-lib-postgresql.sh
file added
+31
test/test-lib.sh
file added
+653
    sync with latest upstream source
    
        
11
file added
+1
file modified
+44 -17
file added
+1
file removed
-202
file modified
+1 -1
file added
+1
file removed
-190
file modified
+35 -5
file added
+4
file added
+14
file added
+1
file added
+1
file removed
-0
file added
+37
file added
+141
file added
+1
file added
+1
file added
+912
file added
+653