- Mar 13, 2023
-
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
- Aug 03, 2022
-
-
Jakub Jirutka authored
-
- Jun 03, 2022
-
-
Jakub Jirutka authored
...for pidfile and command. They are set when using the default start function and restored in the default stop function (https://github.com/OpenRC/openrc/blob/master/sh/start-stop-daemon.sh). Since we redefine start/stop functions, we should set/get them manually. The primary motivation for this change was this: https://github.com/jirutka/collectd-openrc/blob/d2e1beaa7325503e52d49aa9c70e27c531cd4b2b/openrc.c#L107-L113
-
- Nov 12, 2021
-
-
Jakub Jirutka authored
See !27275
-
Jakub Jirutka authored
This is the first step to provide and allow installing multiple major versions of PostgreSQL in parallel. See !27275
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
- Mar 14, 2021
-
-
Jakub Jirutka authored
-
- Jan 24, 2021
-
-
Jakub Jirutka authored
...and remove unnecessary *_quit flags.
-
Jakub Jirutka authored
-
Jakub Jirutka authored
New variables were introduced almost four years ago.
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
retval was always 0 because `local` is a command on own, so after `local out=$(...)` is executed, $? contains exit status of `local`, not `$(...)`.
-
- Dec 04, 2020
-
-
Jakub Jirutka authored
This reverts commit a17934001d49d5e78ed45eb9e74b28bb4447e78d. I didn't expect that the sample configuration file is used in regression tests. :(
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
- Apr 15, 2017
-
-
Jakub Jirutka authored
Configuration files belong to /etc, not /var/lib/. This change is inspired by Gentoo package. This change will NOT affect existing users, until they update their /etc/conf.d/postgresql config to the new format without changing conf_dir.
-
Jakub Jirutka authored
But keep it backward compatible with old confd.
-
- Apr 28, 2015
-
-
Natanael Copa authored
-
- Aug 11, 2014
-
-
- Jun 04, 2014
-
-
Timo Teräs authored
makes postgres start again. fixes #2984
-
- Nov 07, 2012
-
-
Natanael Copa authored
- change some variables, {NICE,RUDE,FORCE}_TIMEOUT to correspond with gentoo variables, while still beeing backawards compatible - change data dir to 9.2 - patch initdb to not suggest how to start postgresql
-
- Jan 19, 2012
-
-
Natanael Copa authored
ref #943
-
- Oct 30, 2011
-
-
Timo Teräs authored
The pid file contains a lot of numeric stuff. The first line is the PID, so use just 'read' to get it instead of the grep.
-
- May 17, 2010
-
-
- Mar 29, 2010
-
-
Natanael Copa authored
New feature to restore backe up databases on bootup. Helps when you run postgresql databases from tmpfs.
-
- Sep 24, 2009
-
-
Natanael Copa authored
-
- Sep 16, 2009
-
-
Natanael Copa authored
-
- Jul 24, 2009
-
-
Natanael Copa authored
and fixed misc build issues
-
- Jul 16, 2009
-
- Feb 24, 2009
-
-
Natanael Copa authored
A sophisticated object-relational DBMS http://www.postgresql.org/
-