Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: michelp/pgsodium
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.1.5
Choose a base ref
...
head repository: michelp/pgsodium
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.6
Choose a head ref
  • 10 commits
  • 43 files changed
  • 3 contributors

Commits on Dec 17, 2022

  1. Fix error message on bad label for a table (#59)

    When setting an invalid label on a table, the error message was
    reporting an invalid label for a column.
    ioguix authored Dec 17, 2022
    Configuration menu
    Copy the full SHA
    d8da715 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Update links in README (#62)

    This fixes a broken link in the README to the example root key
    script loaded during server initialization.
    
    Additionally, this updates the links to the PostgreSQL documentation
    to use the "current" format instead of pointing to a specific version
    (which, in this case, was pointed to v12).
    
    Signed-off-by: Jonathan Katz <jonathan.katz@excoventures.com>
    
    Signed-off-by: Jonathan Katz <jonathan.katz@excoventures.com>
    jkatz authored Dec 29, 2022
    Configuration menu
    Copy the full SHA
    70acc5a View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Configuration menu
    Copy the full SHA
    7b2eadc View commit details
    Browse the repository at this point in the history
  2. Cleanup @extschema@ as pgsodium is not relocatable (#53)

    Co-authored-by: Michel Pelletier <michelp@users.noreply.github.com>
    ioguix and michelp authored Dec 31, 2022
    Configuration menu
    Copy the full SHA
    400b34f View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Create jekyll-gh-pages.yml

    michelp authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    420e133 View commit details
    Browse the repository at this point in the history
  2. Feat/docs 3.1.6 (#64)

    * Doc updates testing notebook generation.
    
    * randombytes api docs.
    
    * hasing api docs.
    
    * pwhash api docs
    
    * hmac and secret key api docs.
    michelp authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    f2e1253 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    6fd7f9c View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    7915a82 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Add tap tests on pgsodium objects schema (#67)

    * Add tap tests on pgsodium objects schema
    
    * Update pgtap extension to 1.2.0 in tests
    
    * Force empty search_path when check pgsodium schema
    
    This fixes errors related to the object schema resolution.
    
    * Fix the search_path again...
    
    * Force pgsodium version during pgtap test generation
    
    * Order privileges by names
    
    This makes any change easier to spot
    
    * add tap tests on types
    
    * Add various checks on functions
    
    Adding checks for: language, return type, volatility, strictiness,
    security definer and function kind.
    
    * Check the event trigger properties
    
    * Add table indexes and constraints checks
    
    * Forgot to update the number of checks
    ioguix authored Jan 30, 2023
    Configuration menu
    Copy the full SHA
    99d5f22 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    c443019 View commit details
    Browse the repository at this point in the history
Loading