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: bgschiller/postgres_kernel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: cuulee/postgres_kernel
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
  • 2 files changed
  • 1 contributor

Commits on Dec 1, 2018

  1. Update for the last commit

    - When the exception is thrown, the database rollbacks to the previous state, but no longer block users from executing the next queries.
    
    - If user performs queries other than SELECT, the transaction will be committed if no error thrown.
    mhoangvslev committed Dec 1, 2018
    Configuration menu
    Copy the full SHA
    e185366 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ae49e2 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. Update README.md

    mhoangvslev authored Dec 4, 2018
    Configuration menu
    Copy the full SHA
    d064eb2 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    mhoangvslev authored Dec 4, 2018
    Configuration menu
    Copy the full SHA
    ed05cf7 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Update README.md

    mhoangvslev authored Dec 27, 2018
    Configuration menu
    Copy the full SHA
    ad94425 View commit details
    Browse the repository at this point in the history
Loading