summaryrefslogtreecommitdiff
path: root/databases/pglogical/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* databases/pglogical: Security update to 2.3.4Matthew Seaman2021-06-061-3/+3
| | | | | ChangeLog: https://github.com/2ndQuadrant/pglogical/releases/tag/REL2_3_4 MFH: 2021Q2
* Actually delete the patch file which we are no longer applying.Matthew Seaman2020-09-121-63/+0
| | | | Notes: svn path=/head/; revision=548308
* Fix build after upstream changes in postgres 9.5 -- 12 made functionsMatthew Seaman2020-05-232-0/+63
| | | | | | | | | | | | | | | | | | | | | AcquireDeletionLock() and ReleaseDeletionLock() extern rather than static in: https://github.com/postgres/postgres/commit/5be594caf818e0b5e33f8dec191f2707394a6d95 The function definitions in the postgresql sources are identical to those in the pglogical sources, so let's just link against the postgresql versions. postgresql-9.4 is EoL, so didn't receive the same changes in the latest round of postgresql updates. While here, fix another of the patches which should no be applied when compiling against all versions of postgresql. Plus fix the pkg-plist -- how did this port ever package previously? Notes: svn path=/head/; revision=536298
* Fix compilation with postgresql11. With previous versions ofMatthew Seaman2019-03-061-0/+10
| | | | | | | | | | | postgresql, <arpa/inet.h> was included automatically as part of the postgres module building environment. But it needs to be included explicitly for the most recent postgres. Submitted by: andriy@irbisnet.com Notes: svn path=/head/; revision=494778
* Update to 2.2.0Matthew Seaman2018-03-311-0/+11
| | | | | | | ChangeLog: https://www.2ndquadrant.com/en/resources/pglogical/release-notes/ Notes: svn path=/head/; revision=466040
* pglogical: update to 1.2.0Matthew Seaman2016-09-221-13/+0
| | | | | | | | | | | | | | | pglogical-output: delete; merged into databases/pglogical The databases/pglogical and databases/pglogical-output ports have been merged into one codebase upstream, and database/pglogical now installs the pglogical-output.so module. pkg(8) should handle the merger correctly; portmaster(1), portupgrade(1) users are advised to manually delete pglogical-output before upgrading. Notes: svn path=/head/; revision=422630
* Install the .sql files for release 1.1.2 -- this is missing from theMatthew Seaman2016-08-191-0/+13
release tarball, but has been fixed in upstream's Github. Add pglogical_dump, pglogical_origin--1.0.0.sql and pglogical_origin.control conditionally on the postgresql version -- these are only compiled and installed with postgresql-9.4.x Submitted by: Anderson Neves <anderson.ufal@gmail.com> Notes: svn path=/head/; revision=420454