├── .gitignore ├── Readme.md ├── nsis ├── 3rd_party_licenses.txt ├── Elephant.bmp ├── Plugins │ ├── AccessControl.dll │ ├── AddToPath.dll │ ├── CheckLang.dll │ ├── StdUtils.dll │ ├── UserMgr.dll │ └── nsisFirewall.dll ├── Ports.nsh ├── ReplaceInFile.nsh ├── StdUtils.nsh ├── StrContains.nsh ├── StrRep.nsh ├── Utf8Converter.nsh ├── allclient.files ├── allserver.files ├── client.files ├── common_macro.nsh ├── devel.files ├── installation-notes-ru.html ├── installation-notes.html ├── license.txt ├── license_ee_en.txt ├── license_ee_ru.txt ├── license_std_en.txt ├── license_std_ru.txt ├── pg-help.ico ├── pg-psql.ico ├── pgadmin.nsi ├── pgpro_upgrade.files ├── plperl.files ├── plpython2.files ├── plpython3.files ├── postgresql.nsi ├── pp_header.bmp ├── server.files ├── translates.nsi └── unneeded.files └── patches ├── gettext ├── gettext-0.19.4-msvc2013.patch ├── gettext-0.19.4-msvc2015.patch ├── gettext-0.19.4-sdk71.patch ├── gettext-0.19.8-MSVC2013.patch ├── gettext-0.19.8-MSVC2015.patch ├── gettext-0.19.8-MSVC2017.patch ├── gettext-0.19.8-MSVC2019.patch ├── gettext-0.19.8-SDK71.patch ├── gettext-0.20.2-MSVC2013.patch ├── gettext-0.20.2-MSVC2017.patch └── gettext-0.20.2-MSVC2019.patch ├── libiconv ├── libiconv-1.14-msvc2013.patch ├── libiconv-1.14-msvc2015.patch ├── libiconv-1.14-msvc2017.patch ├── libiconv-1.14-msvc2019.patch ├── libiconv-1.14-sdk71.patch ├── libiconv-1.15-MSVC2013.patch ├── libiconv-1.15-MSVC2015.patch ├── libiconv-1.15-msvc2017.patch ├── libiconv-1.15-msvc2019.patch ├── libiconv-1.15-sdk71.patch ├── libiconv-1.16-MSVC2013.patch ├── libiconv-1.16-MSVC2017.patch └── libiconv-1.16-MSVC2019.patch ├── libxml2 └── libxml2.patch ├── pgadmin └── libssh2-msvc2015.patch ├── postgresql ├── 10 │ ├── 1C-FULL-10.patch │ ├── int2vector_ops_compat-1.patch │ ├── perl524.patch │ ├── plperl-win32-disable-seh.patch │ ├── readme.for1c │ └── series ├── 2017.patch ├── 9.3 │ ├── perl524.patch │ ├── plperl-win32-disable-seh.patch │ └── series ├── 9.4.9 │ ├── 02-relax-sslkey-permscheck.patch │ ├── 50-per-version-dirs.patch │ ├── 51-default-sockets-in-var.patch │ ├── 52-tutorial-README.patch │ ├── 53-pg_service.conf_directory_doc.patch │ ├── 64-pg_upgrade-sockdir │ ├── 65-1c_FULL_94-0.23 │ ├── 66-applock-1c-9.4.patch │ ├── 67-postgresql-1c-9.4.patch │ ├── 68-online_analyze-9.4.patch │ ├── 69-plantuner.patch │ ├── 70-history │ ├── series.for1c │ └── win_dsm.patch ├── 9.4 │ ├── perl524.patch │ ├── plperl-win32-disable-seh.patch │ └── series ├── 9.5.4 │ ├── 02-relax-sslkey-permscheck.patch │ ├── 50-per-version-dirs.patch │ ├── 51-default-sockets-in-var.patch │ ├── 52-tutorial-README.patch │ ├── 53-pg_service.conf_directory_doc.patch │ ├── 65-1c_FULL_95-0.23.1 │ ├── 66-applock-1c-9.4.patch │ ├── 67-postgresql-1c-9.5.patch │ ├── 68-online_analyze-9.5.patch │ ├── 69-plantuner.patch │ ├── 70-history │ ├── Mkvcbuild.pm.patch │ └── series.for1c ├── 9.5 │ ├── 02-relax-sslkey-permscheck.patch │ ├── 50-per-version-dirs.patch │ ├── 51-default-sockets-in-var.patch │ ├── 52-tutorial-README.patch │ ├── 53-pg_service.conf_directory_doc.patch │ ├── 65-1c_FULL_95-0.23.1 │ ├── 65-1c_FULL_95-0.23.1-fulleq │ ├── 66-applock-1c-9.4.patch │ ├── 67-postgresql-1c-9.5.patch │ ├── 68-online_analyze-9.5.patch │ ├── 69-plantuner.patch │ ├── 70-history │ ├── Mkvcbuild.pm.patch │ ├── perl5.22.patch │ ├── series │ └── series.for1c ├── 9.6.0 │ ├── 1c_FULL_96-0.23 │ ├── Mkvcbuild.pm.patch │ ├── applock-1c-9.6.patch │ ├── perl5.22.patch │ └── series.for1c ├── 9.6.1 │ ├── 1c_FULL_96-0.23 │ ├── 1c_FULL_96-0.23-fulleq │ ├── Mkvcbuild.pm.patch │ ├── applock-1c-9.6.patch │ ├── perl5.22.patch │ └── series.for1c ├── 9.6 │ ├── 1c_FULL_96-0.23 │ ├── 1c_FULL_96-0.23-fulleq │ ├── 1c_fix_967.patch │ ├── Mkvcbuild.pm.patch │ ├── applock-1c-9.6.patch │ ├── log_mchar.patch │ ├── mchar_eyo_v96.patch │ ├── online_analyze.patch │ ├── perl5.22.patch │ ├── plantuner.patch │ ├── postgresql-1c.patch │ ├── rename_temp.patch │ ├── series │ └── series.for1c └── perl.5.30.patch ├── uuid └── oosp_uuid.patch ├── wineditline └── clipboard_paste.patch └── wxWidgets └── wxWidgets-3.0.2-msvc2015.patch /.gitignore: -------------------------------------------------------------------------------- 1 | *.swp 2 | *.DS_Store 3 | -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/Readme.md -------------------------------------------------------------------------------- /nsis/3rd_party_licenses.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/3rd_party_licenses.txt -------------------------------------------------------------------------------- /nsis/Elephant.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/Elephant.bmp -------------------------------------------------------------------------------- /nsis/Plugins/AccessControl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/Plugins/AccessControl.dll -------------------------------------------------------------------------------- /nsis/Plugins/AddToPath.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/Plugins/AddToPath.dll -------------------------------------------------------------------------------- /nsis/Plugins/CheckLang.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/Plugins/CheckLang.dll -------------------------------------------------------------------------------- /nsis/Plugins/StdUtils.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/Plugins/StdUtils.dll -------------------------------------------------------------------------------- /nsis/Plugins/UserMgr.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/Plugins/UserMgr.dll -------------------------------------------------------------------------------- /nsis/Plugins/nsisFirewall.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/Plugins/nsisFirewall.dll -------------------------------------------------------------------------------- /nsis/Ports.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/Ports.nsh -------------------------------------------------------------------------------- /nsis/ReplaceInFile.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/ReplaceInFile.nsh -------------------------------------------------------------------------------- /nsis/StdUtils.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/StdUtils.nsh -------------------------------------------------------------------------------- /nsis/StrContains.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/StrContains.nsh -------------------------------------------------------------------------------- /nsis/StrRep.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/StrRep.nsh -------------------------------------------------------------------------------- /nsis/Utf8Converter.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/Utf8Converter.nsh -------------------------------------------------------------------------------- /nsis/allclient.files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/allclient.files -------------------------------------------------------------------------------- /nsis/allserver.files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/allserver.files -------------------------------------------------------------------------------- /nsis/client.files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/client.files -------------------------------------------------------------------------------- /nsis/common_macro.nsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/common_macro.nsh -------------------------------------------------------------------------------- /nsis/devel.files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/devel.files -------------------------------------------------------------------------------- /nsis/installation-notes-ru.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/installation-notes-ru.html -------------------------------------------------------------------------------- /nsis/installation-notes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/installation-notes.html -------------------------------------------------------------------------------- /nsis/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/license.txt -------------------------------------------------------------------------------- /nsis/license_ee_en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/license_ee_en.txt -------------------------------------------------------------------------------- /nsis/license_ee_ru.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/license_ee_ru.txt -------------------------------------------------------------------------------- /nsis/license_std_en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/license_std_en.txt -------------------------------------------------------------------------------- /nsis/license_std_ru.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/license_std_ru.txt -------------------------------------------------------------------------------- /nsis/pg-help.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/pg-help.ico -------------------------------------------------------------------------------- /nsis/pg-psql.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/pg-psql.ico -------------------------------------------------------------------------------- /nsis/pgadmin.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/pgadmin.nsi -------------------------------------------------------------------------------- /nsis/pgpro_upgrade.files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/pgpro_upgrade.files -------------------------------------------------------------------------------- /nsis/plperl.files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/plperl.files -------------------------------------------------------------------------------- /nsis/plpython2.files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/plpython2.files -------------------------------------------------------------------------------- /nsis/plpython3.files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/plpython3.files -------------------------------------------------------------------------------- /nsis/postgresql.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/postgresql.nsi -------------------------------------------------------------------------------- /nsis/pp_header.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/pp_header.bmp -------------------------------------------------------------------------------- /nsis/server.files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/server.files -------------------------------------------------------------------------------- /nsis/translates.nsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/translates.nsi -------------------------------------------------------------------------------- /nsis/unneeded.files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/nsis/unneeded.files -------------------------------------------------------------------------------- /patches/gettext/gettext-0.19.4-msvc2013.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/gettext/gettext-0.19.4-msvc2013.patch -------------------------------------------------------------------------------- /patches/gettext/gettext-0.19.4-msvc2015.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/gettext/gettext-0.19.4-msvc2015.patch -------------------------------------------------------------------------------- /patches/gettext/gettext-0.19.4-sdk71.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/gettext/gettext-0.19.4-sdk71.patch -------------------------------------------------------------------------------- /patches/gettext/gettext-0.19.8-MSVC2013.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/gettext/gettext-0.19.8-MSVC2013.patch -------------------------------------------------------------------------------- /patches/gettext/gettext-0.19.8-MSVC2015.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/gettext/gettext-0.19.8-MSVC2015.patch -------------------------------------------------------------------------------- /patches/gettext/gettext-0.19.8-MSVC2017.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/gettext/gettext-0.19.8-MSVC2017.patch -------------------------------------------------------------------------------- /patches/gettext/gettext-0.19.8-MSVC2019.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/gettext/gettext-0.19.8-MSVC2019.patch -------------------------------------------------------------------------------- /patches/gettext/gettext-0.19.8-SDK71.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/gettext/gettext-0.19.8-SDK71.patch -------------------------------------------------------------------------------- /patches/gettext/gettext-0.20.2-MSVC2013.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/gettext/gettext-0.20.2-MSVC2013.patch -------------------------------------------------------------------------------- /patches/gettext/gettext-0.20.2-MSVC2017.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/gettext/gettext-0.20.2-MSVC2017.patch -------------------------------------------------------------------------------- /patches/gettext/gettext-0.20.2-MSVC2019.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/gettext/gettext-0.20.2-MSVC2019.patch -------------------------------------------------------------------------------- /patches/libiconv/libiconv-1.14-msvc2013.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/libiconv/libiconv-1.14-msvc2013.patch -------------------------------------------------------------------------------- /patches/libiconv/libiconv-1.14-msvc2015.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/libiconv/libiconv-1.14-msvc2015.patch -------------------------------------------------------------------------------- /patches/libiconv/libiconv-1.14-msvc2017.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/libiconv/libiconv-1.14-msvc2017.patch -------------------------------------------------------------------------------- /patches/libiconv/libiconv-1.14-msvc2019.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/libiconv/libiconv-1.14-msvc2019.patch -------------------------------------------------------------------------------- /patches/libiconv/libiconv-1.14-sdk71.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/libiconv/libiconv-1.14-sdk71.patch -------------------------------------------------------------------------------- /patches/libiconv/libiconv-1.15-MSVC2013.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/libiconv/libiconv-1.15-MSVC2013.patch -------------------------------------------------------------------------------- /patches/libiconv/libiconv-1.15-MSVC2015.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/libiconv/libiconv-1.15-MSVC2015.patch -------------------------------------------------------------------------------- /patches/libiconv/libiconv-1.15-msvc2017.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/libiconv/libiconv-1.15-msvc2017.patch -------------------------------------------------------------------------------- /patches/libiconv/libiconv-1.15-msvc2019.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/libiconv/libiconv-1.15-msvc2019.patch -------------------------------------------------------------------------------- /patches/libiconv/libiconv-1.15-sdk71.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/libiconv/libiconv-1.15-sdk71.patch -------------------------------------------------------------------------------- /patches/libiconv/libiconv-1.16-MSVC2013.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/libiconv/libiconv-1.16-MSVC2013.patch -------------------------------------------------------------------------------- /patches/libiconv/libiconv-1.16-MSVC2017.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/libiconv/libiconv-1.16-MSVC2017.patch -------------------------------------------------------------------------------- /patches/libiconv/libiconv-1.16-MSVC2019.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/libiconv/libiconv-1.16-MSVC2019.patch -------------------------------------------------------------------------------- /patches/libxml2/libxml2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/libxml2/libxml2.patch -------------------------------------------------------------------------------- /patches/pgadmin/libssh2-msvc2015.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/pgadmin/libssh2-msvc2015.patch -------------------------------------------------------------------------------- /patches/postgresql/10/1C-FULL-10.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/10/1C-FULL-10.patch -------------------------------------------------------------------------------- /patches/postgresql/10/int2vector_ops_compat-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/10/int2vector_ops_compat-1.patch -------------------------------------------------------------------------------- /patches/postgresql/10/perl524.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/10/perl524.patch -------------------------------------------------------------------------------- /patches/postgresql/10/plperl-win32-disable-seh.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/10/plperl-win32-disable-seh.patch -------------------------------------------------------------------------------- /patches/postgresql/10/readme.for1c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/10/readme.for1c -------------------------------------------------------------------------------- /patches/postgresql/10/series: -------------------------------------------------------------------------------- 1 | plperl-win32-disable-seh.patch 2 | -------------------------------------------------------------------------------- /patches/postgresql/2017.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/2017.patch -------------------------------------------------------------------------------- /patches/postgresql/9.3/perl524.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.3/perl524.patch -------------------------------------------------------------------------------- /patches/postgresql/9.3/plperl-win32-disable-seh.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.3/plperl-win32-disable-seh.patch -------------------------------------------------------------------------------- /patches/postgresql/9.3/series: -------------------------------------------------------------------------------- 1 | plperl-win32-disable-seh.patch 2 | -------------------------------------------------------------------------------- /patches/postgresql/9.4.9/02-relax-sslkey-permscheck.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.4.9/02-relax-sslkey-permscheck.patch -------------------------------------------------------------------------------- /patches/postgresql/9.4.9/50-per-version-dirs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.4.9/50-per-version-dirs.patch -------------------------------------------------------------------------------- /patches/postgresql/9.4.9/51-default-sockets-in-var.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.4.9/51-default-sockets-in-var.patch -------------------------------------------------------------------------------- /patches/postgresql/9.4.9/52-tutorial-README.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.4.9/52-tutorial-README.patch -------------------------------------------------------------------------------- /patches/postgresql/9.4.9/53-pg_service.conf_directory_doc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.4.9/53-pg_service.conf_directory_doc.patch -------------------------------------------------------------------------------- /patches/postgresql/9.4.9/64-pg_upgrade-sockdir: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.4.9/64-pg_upgrade-sockdir -------------------------------------------------------------------------------- /patches/postgresql/9.4.9/65-1c_FULL_94-0.23: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.4.9/65-1c_FULL_94-0.23 -------------------------------------------------------------------------------- /patches/postgresql/9.4.9/66-applock-1c-9.4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.4.9/66-applock-1c-9.4.patch -------------------------------------------------------------------------------- /patches/postgresql/9.4.9/67-postgresql-1c-9.4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.4.9/67-postgresql-1c-9.4.patch -------------------------------------------------------------------------------- /patches/postgresql/9.4.9/68-online_analyze-9.4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.4.9/68-online_analyze-9.4.patch -------------------------------------------------------------------------------- /patches/postgresql/9.4.9/69-plantuner.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.4.9/69-plantuner.patch -------------------------------------------------------------------------------- /patches/postgresql/9.4.9/70-history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.4.9/70-history -------------------------------------------------------------------------------- /patches/postgresql/9.4.9/series.for1c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.4.9/series.for1c -------------------------------------------------------------------------------- /patches/postgresql/9.4.9/win_dsm.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.4.9/win_dsm.patch -------------------------------------------------------------------------------- /patches/postgresql/9.4/perl524.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.4/perl524.patch -------------------------------------------------------------------------------- /patches/postgresql/9.4/plperl-win32-disable-seh.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.4/plperl-win32-disable-seh.patch -------------------------------------------------------------------------------- /patches/postgresql/9.4/series: -------------------------------------------------------------------------------- 1 | plperl-win32-disable-seh.patch 2 | -------------------------------------------------------------------------------- /patches/postgresql/9.5.4/02-relax-sslkey-permscheck.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5.4/02-relax-sslkey-permscheck.patch -------------------------------------------------------------------------------- /patches/postgresql/9.5.4/50-per-version-dirs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5.4/50-per-version-dirs.patch -------------------------------------------------------------------------------- /patches/postgresql/9.5.4/51-default-sockets-in-var.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5.4/51-default-sockets-in-var.patch -------------------------------------------------------------------------------- /patches/postgresql/9.5.4/52-tutorial-README.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5.4/52-tutorial-README.patch -------------------------------------------------------------------------------- /patches/postgresql/9.5.4/53-pg_service.conf_directory_doc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5.4/53-pg_service.conf_directory_doc.patch -------------------------------------------------------------------------------- /patches/postgresql/9.5.4/65-1c_FULL_95-0.23.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5.4/65-1c_FULL_95-0.23.1 -------------------------------------------------------------------------------- /patches/postgresql/9.5.4/66-applock-1c-9.4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5.4/66-applock-1c-9.4.patch -------------------------------------------------------------------------------- /patches/postgresql/9.5.4/67-postgresql-1c-9.5.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5.4/67-postgresql-1c-9.5.patch -------------------------------------------------------------------------------- /patches/postgresql/9.5.4/68-online_analyze-9.5.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5.4/68-online_analyze-9.5.patch -------------------------------------------------------------------------------- /patches/postgresql/9.5.4/69-plantuner.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5.4/69-plantuner.patch -------------------------------------------------------------------------------- /patches/postgresql/9.5.4/70-history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5.4/70-history -------------------------------------------------------------------------------- /patches/postgresql/9.5.4/Mkvcbuild.pm.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5.4/Mkvcbuild.pm.patch -------------------------------------------------------------------------------- /patches/postgresql/9.5.4/series.for1c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5.4/series.for1c -------------------------------------------------------------------------------- /patches/postgresql/9.5/02-relax-sslkey-permscheck.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5/02-relax-sslkey-permscheck.patch -------------------------------------------------------------------------------- /patches/postgresql/9.5/50-per-version-dirs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5/50-per-version-dirs.patch -------------------------------------------------------------------------------- /patches/postgresql/9.5/51-default-sockets-in-var.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5/51-default-sockets-in-var.patch -------------------------------------------------------------------------------- /patches/postgresql/9.5/52-tutorial-README.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5/52-tutorial-README.patch -------------------------------------------------------------------------------- /patches/postgresql/9.5/53-pg_service.conf_directory_doc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5/53-pg_service.conf_directory_doc.patch -------------------------------------------------------------------------------- /patches/postgresql/9.5/65-1c_FULL_95-0.23.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5/65-1c_FULL_95-0.23.1 -------------------------------------------------------------------------------- /patches/postgresql/9.5/65-1c_FULL_95-0.23.1-fulleq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5/65-1c_FULL_95-0.23.1-fulleq -------------------------------------------------------------------------------- /patches/postgresql/9.5/66-applock-1c-9.4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5/66-applock-1c-9.4.patch -------------------------------------------------------------------------------- /patches/postgresql/9.5/67-postgresql-1c-9.5.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5/67-postgresql-1c-9.5.patch -------------------------------------------------------------------------------- /patches/postgresql/9.5/68-online_analyze-9.5.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5/68-online_analyze-9.5.patch -------------------------------------------------------------------------------- /patches/postgresql/9.5/69-plantuner.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5/69-plantuner.patch -------------------------------------------------------------------------------- /patches/postgresql/9.5/70-history: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5/70-history -------------------------------------------------------------------------------- /patches/postgresql/9.5/Mkvcbuild.pm.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5/Mkvcbuild.pm.patch -------------------------------------------------------------------------------- /patches/postgresql/9.5/perl5.22.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5/perl5.22.patch -------------------------------------------------------------------------------- /patches/postgresql/9.5/series: -------------------------------------------------------------------------------- 1 | perl5.22.patch 2 | -------------------------------------------------------------------------------- /patches/postgresql/9.5/series.for1c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.5/series.for1c -------------------------------------------------------------------------------- /patches/postgresql/9.6.0/1c_FULL_96-0.23: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6.0/1c_FULL_96-0.23 -------------------------------------------------------------------------------- /patches/postgresql/9.6.0/Mkvcbuild.pm.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6.0/Mkvcbuild.pm.patch -------------------------------------------------------------------------------- /patches/postgresql/9.6.0/applock-1c-9.6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6.0/applock-1c-9.6.patch -------------------------------------------------------------------------------- /patches/postgresql/9.6.0/perl5.22.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6.0/perl5.22.patch -------------------------------------------------------------------------------- /patches/postgresql/9.6.0/series.for1c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6.0/series.for1c -------------------------------------------------------------------------------- /patches/postgresql/9.6.1/1c_FULL_96-0.23: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6.1/1c_FULL_96-0.23 -------------------------------------------------------------------------------- /patches/postgresql/9.6.1/1c_FULL_96-0.23-fulleq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6.1/1c_FULL_96-0.23-fulleq -------------------------------------------------------------------------------- /patches/postgresql/9.6.1/Mkvcbuild.pm.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6.1/Mkvcbuild.pm.patch -------------------------------------------------------------------------------- /patches/postgresql/9.6.1/applock-1c-9.6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6.1/applock-1c-9.6.patch -------------------------------------------------------------------------------- /patches/postgresql/9.6.1/perl5.22.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6.1/perl5.22.patch -------------------------------------------------------------------------------- /patches/postgresql/9.6.1/series.for1c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6.1/series.for1c -------------------------------------------------------------------------------- /patches/postgresql/9.6/1c_FULL_96-0.23: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6/1c_FULL_96-0.23 -------------------------------------------------------------------------------- /patches/postgresql/9.6/1c_FULL_96-0.23-fulleq: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6/1c_FULL_96-0.23-fulleq -------------------------------------------------------------------------------- /patches/postgresql/9.6/1c_fix_967.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6/1c_fix_967.patch -------------------------------------------------------------------------------- /patches/postgresql/9.6/Mkvcbuild.pm.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6/Mkvcbuild.pm.patch -------------------------------------------------------------------------------- /patches/postgresql/9.6/applock-1c-9.6.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6/applock-1c-9.6.patch -------------------------------------------------------------------------------- /patches/postgresql/9.6/log_mchar.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6/log_mchar.patch -------------------------------------------------------------------------------- /patches/postgresql/9.6/mchar_eyo_v96.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6/mchar_eyo_v96.patch -------------------------------------------------------------------------------- /patches/postgresql/9.6/online_analyze.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6/online_analyze.patch -------------------------------------------------------------------------------- /patches/postgresql/9.6/perl5.22.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6/perl5.22.patch -------------------------------------------------------------------------------- /patches/postgresql/9.6/plantuner.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6/plantuner.patch -------------------------------------------------------------------------------- /patches/postgresql/9.6/postgresql-1c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6/postgresql-1c.patch -------------------------------------------------------------------------------- /patches/postgresql/9.6/rename_temp.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/9.6/rename_temp.patch -------------------------------------------------------------------------------- /patches/postgresql/9.6/series: -------------------------------------------------------------------------------- 1 | perl5.22.patch 2 | -------------------------------------------------------------------------------- /patches/postgresql/9.6/series.for1c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /patches/postgresql/perl.5.30.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/postgresql/perl.5.30.patch -------------------------------------------------------------------------------- /patches/uuid/oosp_uuid.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/uuid/oosp_uuid.patch -------------------------------------------------------------------------------- /patches/wineditline/clipboard_paste.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/wineditline/clipboard_paste.patch -------------------------------------------------------------------------------- /patches/wxWidgets/wxWidgets-3.0.2-msvc2015.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/postgrespro/pgwininstall/HEAD/patches/wxWidgets/wxWidgets-3.0.2-msvc2015.patch --------------------------------------------------------------------------------