Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgresql-plproxy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PostgreSQL
postgresql-plproxy
Commits
d236463f
Commit
d236463f
authored
9 months ago
by
Christoph Berg
Browse files
Options
Downloads
Patches
Plain Diff
Upload for PostgreSQL 17.
* Restrict to 64-bit architectures.
parent
bbdf4d4b
No related branches found
No related tags found
No related merge requests found
Pipeline
#873290
passed
3 weeks ago
Stage: provisioning
Stage: build
Stage: test
Changes
3
Pipelines
10
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
debian/control
+4
-3
4 additions, 3 deletions
debian/control
debian/control.in
+2
-1
2 additions, 1 deletion
debian/control.in
with
13 additions
and
4 deletions
debian/changelog
+
7
−
0
View file @
d236463f
postgresql-plproxy (2.11.0-12) unstable; urgency=medium
* Upload for PostgreSQL 17.
* Restrict to 64-bit architectures.
-- Christoph Berg <myon@debian.org> Sat, 14 Sep 2024 23:42:04 +0200
postgresql-plproxy (2.11.0-11) unstable; urgency=medium
* Upload for PostgreSQL 16.
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
4
−
3
View file @
d236463f
...
...
@@ -4,18 +4,19 @@ Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>, Peter Eisentraut <petere@debian.org>
Build-Depends: debhelper-compat (= 13),
architecture-is-64-bit <!pkg.postgresql.32-bit>,
flex, bison,
postgresql-server-dev-all (>= 217~),
Standards-Version: 4.
6.2
Standards-Version: 4.
7.0
Rules-Requires-Root: no
Homepage: https://plproxy.github.io/
Vcs-Git: https://salsa.debian.org/postgresql/postgresql-plproxy.git
Vcs-Browser: https://salsa.debian.org/postgresql/postgresql-plproxy
Package: postgresql-1
6
-plproxy
Package: postgresql-1
7
-plproxy
Architecture: any
Depends: ${postgresql:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: database partitioning system for PostgreSQL 1
6
Description: database partitioning system for PostgreSQL 1
7
PL/Proxy is a database partitioning system implemented as a PL language. Main
idea is that proxy functions are created with same signature as the remote
functions to be called, so only destination info needs to be specified inside
...
...
This diff is collapsed.
Click to expand it.
debian/control.in
+
2
−
1
View file @
d236463f
...
...
@@ -4,9 +4,10 @@ Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>, Peter Eisentraut <petere@debian.org>
Build-Depends: debhelper-compat (= 13),
architecture-is-64-bit <!pkg.postgresql.32-bit>,
flex, bison,
postgresql-server-dev-all (>= 217~),
Standards-Version: 4.
6.2
Standards-Version: 4.
7.0
Rules-Requires-Root: no
Homepage: https://plproxy.github.io/
Vcs-Git: https://salsa.debian.org/postgresql/postgresql-plproxy.git
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment