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: pgpool/pgpooladmin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: pgpool/pgpooladmin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: V2_3_STABLE
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 28 files changed
  • 3 contributors

Commits on Jun 23, 2010

  1. Replace deprecated functions
     - ereg -> preg_match
     - split -> explode
     - ereg_replace -> str_replace
    Nozomi Anzai committed Jun 23, 2010
    Configuration menu
    Copy the full SHA
    0de7fcf View commit details
    Browse the repository at this point in the history
  2. Add some isset() checks into if conditions.
    Nozomi Anzai committed Jun 23, 2010
    Configuration menu
    Copy the full SHA
    cde6e7c View commit details
    Browse the repository at this point in the history
  3. Add some params of pgpool.conf:
    lobj_lock_table, ssl, ssl_key, ssl_cert, ssl_ca_cert, ssl_ca_cert_dir
    Nozomi Anzai committed Jun 23, 2010
    Configuration menu
    Copy the full SHA
    f0cc41d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2010

  1. Update embedded Smarty to 2.6.26.

    Tatsuo Ishii committed Sep 24, 2010
    Configuration menu
    Copy the full SHA
    adc4805 View commit details
    Browse the repository at this point in the history
  2. Update version.

    Toshihiro Kitagawa committed Sep 24, 2010
    Configuration menu
    Copy the full SHA
    8aa330f View commit details
    Browse the repository at this point in the history
Loading