Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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: postgrespro/vops
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: PGPRO-10009
Choose a base ref
...
head repository: postgrespro/vops
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 3 files changed
  • 3 contributors

Commits on Apr 22, 2024

  1. [PGPRO-10079] Use StringInfo instead of fix-sized buffers

    This way we don't worry about allocating enough memory as appendStringInfo
    does it for us
    
    Tags: vops
    Karina Litskevich committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d4d441d View commit details
    Browse the repository at this point in the history
  2. Code style refactoring: replace 4 spaces with a tab

    Karina Litskevich committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    82d32e1 View commit details
    Browse the repository at this point in the history
  3. Run pgindent on vops.c and vops.h

    Karina Litskevich committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1c62e00 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. Configuration menu
    Copy the full SHA
    0c6040d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from postgrespro/meson_build_master

    Add meson.build file to support building from the contrib source tree.
    sokolcati authored Feb 10, 2025
    Configuration menu
    Copy the full SHA
    dc1952c View commit details
    Browse the repository at this point in the history
Loading