Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgres implementation. #282

Merged
merged 5 commits into from
Nov 5, 2020
Merged

Commits on Nov 3, 2020

  1. Postgres implementation.

    This commit adds a full postgres database implementation for dcrpool.
    - New config items to enable postgres and set database connection details.
    - Updated documentation to explain postgres usage.
    - Database backup features are disabled when using postgres.
    - All database tests are now run against both bolt and postgres database.
    jholdstock committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    e1e81d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cf90cd View commit details
    Browse the repository at this point in the history
  3. docs: Mention PGTune

    jholdstock committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    e6b5bcf View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Configuration menu
    Copy the full SHA
    e34697a View commit details
    Browse the repository at this point in the history
  2. Additional commentary

    jholdstock committed Nov 5, 2020
    Configuration menu
    Copy the full SHA
    1ab84ae View commit details
    Browse the repository at this point in the history