├── LICENSE.md ├── README.md ├── bin └── pgenv └── patch ├── 8.0 └── 8.0.plperl.patch ├── 9.4 └── 9.4.int64.patch └── index ├── patch.8.0 ├── patch.8.1 └── patch.9.4 /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theory/pgenv/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theory/pgenv/HEAD/README.md -------------------------------------------------------------------------------- /bin/pgenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theory/pgenv/HEAD/bin/pgenv -------------------------------------------------------------------------------- /patch/8.0/8.0.plperl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theory/pgenv/HEAD/patch/8.0/8.0.plperl.patch -------------------------------------------------------------------------------- /patch/9.4/9.4.int64.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/theory/pgenv/HEAD/patch/9.4/9.4.int64.patch -------------------------------------------------------------------------------- /patch/index/patch.8.0: -------------------------------------------------------------------------------- 1 | 8.0/8.0.plperl.patch 2 | -------------------------------------------------------------------------------- /patch/index/patch.8.1: -------------------------------------------------------------------------------- 1 | 8.0/8.0.plperl.patch 2 | -------------------------------------------------------------------------------- /patch/index/patch.9.4: -------------------------------------------------------------------------------- 1 | 9.4/9.4.int64.patch 2 | --------------------------------------------------------------------------------