| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
ChangeLog: https://github.com/2ndQuadrant/pglogical/releases/tag/REL2_3_4
MFH: 2021Q2
|
|
|
|
| |
Notes:
svn path=/head/; revision=548308
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
ChangeLog: https://www.2ndquadrant.com/en/resources/pglogical/release-notes/
Notes:
svn path=/head/; revision=466040
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|