30 Commits

Author SHA1 Message Date
github-actions[bot]
107865d43c postgresql: Update to version 15.1 2022-11-10 16:30:44 +00:00
Yau-Hsien Huang
05154dab07
postgresql: Fix "FATAL: role 'postgres' does not exist" (#4095)
A problem, caused by using the old line `Invoke-ExternalCommand -FilePath \"$dir\\bin\\initdb.exe\" -ArgumentList \"--username=postgres --encoding=UTF8 --locale=en --lc-collate=C\" | Out-Null`, occurs in Windows so that people could not login by the default superuser Id "postgres"

By migration to the new line `Invoke-ExternalCommand -FilePath \"$dir\\bin\\initdb.exe\" -ArgumentList @('--username=postgres', '--encoding=UTF8', '--locale=en', '--lc-collate=C') | Out-Null`, the issue is eliminated.
2022-11-06 18:18:02 +05:30
tech189
500e8b10b9 (chore) postgresql: Fix checkver regex
Relates to https://github.com/ScoopInstaller/Main/runs/8101033949?check_suite_focus=true#step:3:321

Couldn't find match due to slight change in website layout
2022-08-30 22:55:33 +01:00
Rashil Gandhi
601f75f013
postgresql: Use 7ip v19.00 for extraction
Closes #3816
2022-08-14 13:54:57 +05:30
github-actions[bot]
a385143739 postgresql: Update to version 14.5 2022-08-11 12:32:14 +00:00
github-actions[bot]
682f8fdfd4 postgresql: Update to version 14.4 2022-06-16 16:30:36 +00:00
github-actions[bot]
c313374e05 postgresql: Update to version 14.3 2022-05-12 16:30:36 +00:00
github-actions[bot]
7dc0574dec postgresql: Update to version 14.2 2022-02-10 16:31:57 +00:00
alex
aa32a8135c
postgresql: Add PG_LIB_DIR and PG_INCLUDE_DIR env vars (#1860) 2021-12-17 17:48:14 +05:30
Federico Caselli
330cbe78d8
postgresql: Update to version 14.1 (#3024) 2021-11-30 10:25:13 +05:30
Richard Kuhnt
c3913c3cbf postgresql: Update to version 14.0 2021-09-30 14:00:33 +00:00
Richard Kuhnt
54fe638dd6 postgresql: Update to version 13.4 2021-08-12 16:00:36 +00:00
Richard Kuhnt
dc59124ad5 postgresql: Update to version 13.3 2021-05-13 14:03:26 +00:00
Richard Kuhnt
31de0f528c postgresql: Update to version 13.2 2021-02-11 16:00:26 +00:00
Richard Kuhnt
40dea3241c postgresql: Update to version 13.1 2020-11-12 16:01:48 +00:00
bloomexec
1c61545d47
postgresql: Update to version 13.0 (#1522) 2020-10-21 08:55:42 -07:00
Richard Kuhnt
e8a262f486 postgresql: Update to version 12.4 2020-08-13 16:00:30 +00:00
Jakub Čábera
1ff0ab23e2
postgresql: Fix checkver (#1117) 2020-05-25 19:03:57 +08:00
Richard Kuhnt
86adcfee68 postgresql: Update to version 12.3 2020-05-14 14:01:49 +00:00
Jakub Čábera
a9cefb03f4 postgresql: Update to version 12.2 2020-04-17 18:57:13 +02:00
Richard Kuhnt
3c8d81937e postgresql: Update to version 12.2 2020-02-13 19:02:08 +00:00
Richard Kuhnt
dc824ac2df postgresql: Improve post_install and notes 2019-12-09 16:53:30 +01:00
Richard Kuhnt
5658c31713 postgresql: Update to version 12.1 2019-11-14 18:00:24 +00:00
Richard Kuhnt
ad135bba94 postgresql: Update to version 12.0 2019-10-03 16:00:26 +00:00
Ross Smith II
c6c3b0f142
Update bucket/postgresql.json
Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
2019-08-15 12:20:39 -07:00
Ross Smith II
fd2193abda Add 25 descriptions (4 of 7) 2019-08-14 18:50:57 -07:00
Richard Kuhnt
cacfbd59c7 postgresql: Update to version 11.5 2019-08-09 12:01:54 +00:00
Richard Kuhnt
0660e7daa1 postgresql: Update to version 11.4 2019-06-20 12:00:30 +00:00
Richard Kuhnt
252deac573 postgresql: Update to version 11.3 2019-05-09 18:01:00 +00:00
h404bi
ccc24e57b6 Init scoop-main bucket
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
2019-04-22 20:56:04 +08:00