Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Binary Distribution Format #2

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on Jul 12, 2024

  1. RFC: Binary Distribution Format

    Add a new RFC describing the proposed trunk binary distribution format
    for PGXN packages. Inspired by Python wheel and pgt.dev, aiming to
    support binaries for every OS and architecture supported by PostgreSQL
    itself, as well as many versions of PostgreSQL.
    theory committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1a778ac View commit details
    Browse the repository at this point in the history
  2. Simplify package name and semver parsing

    Made possible by RFC-3 disallowing digits after dashes in package names.
    theory committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    93e353a View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Simplify package name/version parsing

    Made possible by forbidding dots (.) in Terms in the metatdata spec
    (80702c3), making it impossible for a package name to include a semver.
    theory committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e7cfa52 View commit details
    Browse the repository at this point in the history