Commit graph

10 commits

Author SHA1 Message Date
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
minskim
a7567bb435 Update pgpool to 2.7. Based on patches provided by Inseo PARK in
private email.

Major changes from 2.5.1:
- Allow SERIAL data type replication by issuing table locks automatically.
- New directives: child_max_connections and ignore_leading_white_space.
- Bug fixes and minor improvements.
2006-01-15 17:09:50 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
minskim
4ecae0197b Update pgpool to 2.5.1.
Changes:
* fix bug in heal checking
* accept fast/immediate shutdown request while blocking in smart shutdown
* use asprintf to avoid log output confusion
* use strok rather than strsep
* emit log when starting up
* make some logs from log level to debug level
2005-07-11 14:23:48 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
671d62d2e2 Add RMD160 digests in addition to SHA1 ones. 2005-02-23 16:33:05 +00:00
minskim
8ce9896b2b Update HOMEPAGE. 2005-02-11 16:49:24 +00:00
minskim
c0d1af6a3d Initial import of pgpool-2.5.
pgpool is a connection server for PostgreSQL. pgpool runs between
PostgreSQL's clients(front ends) and servers(back ends).  A PostgreSQL
client can connect to pgpool as if it were a standard PostgreSQL
server.

pgpool caches the connection to PostgreSQL server to reduce the
overhead to establish the connection to it.  Also, pgpool could use
two PostgreSQL servers for fail over. If the first server goes down,
pgpool will automatically switch to the secondary server.  Moreover,
pgpool supports scheduled switch over.
2005-02-11 16:40:43 +00:00