Jump to letter: [
BCEGILMOPRST
]
pgbouncer - Lightweight connection pooler for PostgreSQL
- Description:
pgbouncer is a lightweight connection pooler for PostgreSQL.
pgbouncer uses libevent for low-level socket handling.
Packages
pgbouncer-1.6.1-1.rhel5.x86_64
[124 KiB] |
Changelog
by Devrim Gündüz (2015-09-07):
- Update to 1.6.1
- Fix startup issues: The tmpfiles.d file was not created
correctly, causing startup failures due to permissions.
- Fix systemd file: Use -q, not -v.
|
pgbouncer-1.5.4-3.rhel5.x86_64
[107 KiB] |
Changelog
by Devrim GÜNDÜZ (2014-05-19):
- Add logrotate file. It was already available in svn, but
apparently I forgot to add it to spec file. Per an email from
Jens Wilke.
- Change ownership of /etc/pgbouncer directory, to pgbouncer user.
Per Jens Wilke.
|
pgbouncer-1.5.4-2.rhel5.x86_64
[107 KiB] |
Changelog
by Devrim GÜNDÜZ (2013-09-16):
- Update init script, per #138, which fixes the following.
Contributed by Peter:
- various legacy code of unknown purpose
- no LSB header
- used the script name as NAME, making it impossible to copy
the script and run two pgbouncers
- didn't use provided functions like daemon and killproc
- incorrect exit codes when starting already started service and
stopping already stopped service (nonstandard condstop action
was a partial workaround?)
- restart didn't make use of pgbouncer -R option
|