aboutsummaryrefslogtreecommitdiff
path: root/databases/pgpool-II-43
Commit message (Collapse)AuthorAgeFilesLines
* databases/pgpool-II-43: Update version 4.3.8=>4.3.9Muhammad Moinur Rahman2024-02-292-4/+4
| | | | Changelog: https://www.pgpool.net/docs/latest/en/html/release-4-3-9.html
* databases/pgpool-II-43: Update version 4.3.7=>4.3.8Muhammad Moinur Rahman2023-12-012-4/+4
| | | | Changelog: https://www.pgpool.net/docs/latest/en/html/release-4-3-8.html
* databases/pgpool-II-43: Update version 4.3.6=>4.3.7Muhammad Moinur Rahman2023-08-172-4/+4
| | | | Changelog: https://www.pgpool.net/docs/latest/en/html/release-4-3-7.html
* databases/pgpool-II-43: Update version 4.3.5=>4.3.6Muhammad Moinur Rahman2023-05-182-4/+4
| | | | Changelog: https://www.pgpool.net/docs/latest/en/html/release-4-3-6.html
* */*: llvm15 build fixesMuhammad Moinur Rahman2023-05-171-1/+1
| | | | | | | llvm15 was also merged into 13.2-STABLE effective from OSVERSION 1302505. Fix the ports that failed to build with llvm15. Approved by: portmgr (blanket)
* */*: Remove pointers to EOLed pgsql versionsMuhammad Moinur Rahman2023-04-151-1/+1
| | | | | | - Remove dotted pgsql versions Approved by: portmgr
* databases/pgpool-II-43: Fix BUILD on HEADMuhammad Moinur Rahman2023-03-241-0/+6
|
* databases/pgpool-II-43: Update version 4.3.4=>4.3.5Muhammad Moinur Rahman2023-02-012-4/+4
| | | | Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-3-5.html
* databases/pgpool-II-43: Update version 4.3.3=>4.3.4Muhammad Moinur Rahman2022-12-312-4/+4
| | | | Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-3-4.html
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* databases/pgpool-II-43: Update version 4.3.2=>4.3.3Muhammad Moinur Rahman2022-08-292-4/+4
| | | | Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-3-3.html
* Fix CONFLICTS_INSTALL in the databases categoryStefan Eßer2022-06-291-1/+1
| | | | Approved by: portmgr (implicit)
* databases/pgpool-II-43: Update version 4.3.1=>4.3.2Muhammad Moinur Rahman2022-05-212-4/+4
| | | | Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-3-2.html
* databases/pgpool-II-43: Update version 4.3.0=>4.3.1Muhammad Moinur Rahman2022-02-182-4/+4
| | | | Relnotes: https://www.pgpool.net/docs/latest/en/html/release-4-3-1.html
* databases/pgpool-II-43: New PortMuhammad Moinur Rahman2021-12-286-0/+164
Connection pool server for PostgreSQL (4.3.X branch) pgpool is a connection pool 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. WWW: https://pgpool.net/ Relnotes: https://www.pgpool.net/docs/43/en/html/release-4-3-0.html Sponsored by: Bounce Experts