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.8
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.9
Choose a head ref
  • 6 commits
  • 20 files changed
  • 5 contributors

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    54ee412 View commit details
    Browse the repository at this point in the history
  2. Support building pgsodium on windows (#72)

    * adding scripts to generate root secret key
    
    * add PGDLLEXPORT
    
    * support executing and reading getkey_script on windows
    
    * add visual studio solution/project files
    
    * add windows build instructions and update gitignore
    
    * remove nonfunctional powershell root key script
    
    * use compiler defined _WIN32
    
    * remove check for write permissions
    
    * define getline function for windows builds
    
    * update windows build process to use msbuild from the command line
    
    * - Adding github action to build pgsodium using msbuild and the v143 platform toolset
    - Unit tests do not yet run, requires pgtap
    
    * windows tests: adding pgtap and running test suite
    
    ---------
    
    Co-authored-by: Michel Pelletier <michelp@users.noreply.github.com>
    andrewwasielewski and michelp authored Sep 20, 2023
    Configuration menu
    Copy the full SHA
    dc411ab View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Add config var to enable or disable event trigger function. (#94)

    * Add config var to enable or disable event trigger function.
    
    * add helper view to easily show labeled columns.
    
    * catch empty strings or bytes and throw error.
    michelp authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    91d7e90 View commit details
    Browse the repository at this point in the history
  2. Update test runner for pg 16 and add pgsodium.seclabel view easily se…

    …e labled columns. (#93)
    
    Co-authored-by: Michel Pelletier <michel@levy.net>
    michelp and Michel Pelletier authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    21c2eea View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. update readme. (#97)

    Co-authored-by: Michel Pelletier <michel@graphegon.com>
    michelp and Michel Pelletier authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    41ef82c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. upsert pattern documentation. (#99)

    Co-authored-by: Michel Pelletier <michel@graphegon.com>
    michelp and Michel Pelletier authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    7222ebc View commit details
    Browse the repository at this point in the history
Loading