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

Simple docker image for testing #6

Open
wants to merge 11 commits into
base: TDE_REL_17_STABLE
Choose a base branch
from

Commits on Aug 28, 2024

  1. Added a Percona specific definition to pg_config, allowing our

    extension to see if custom features can be used
    dutow committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8b86257 View commit details
    Browse the repository at this point in the history
  2. Make XLog storage extensible

    and allow extensions to override it
    For now, it extends on `pread` and `pwrite` from/into segment files.
    This is the minimum we need for full XLog encryption with pg_de.
    dAdAbird authored and dutow committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5b0d92a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3b6712 View commit details
    Browse the repository at this point in the history
  4. added pg_tde to meson build

    dutow committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    087cf92 View commit details
    Browse the repository at this point in the history
  5. Applied patch

    dutow committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    11271a1 View commit details
    Browse the repository at this point in the history
  6. Downloaded smgr patch

    dutow committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5dad05c View commit details
    Browse the repository at this point in the history
  7. fixing rebase bug

    dutow committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c3c1ae6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c239a8c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5786e24 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Added pg_tde to makefile

    dutow committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0388294 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Simple docker image for testing

    dutow committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    75df530 View commit details
    Browse the repository at this point in the history