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: postgres/postgres
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ildus/postgres
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: custom_compression_methods
Choose a head ref
  • 16 commits
  • 108 files changed
  • 1 contributor

Commits on Jul 5, 2019

  1. Make syntax changes for custom compression methods

    Signed-off-by: Ildus Kurbangaliev <i.kurbangaliev@gmail.com>
    ildus committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    fb71d3c View commit details
    Browse the repository at this point in the history
  2. Add compression catalog tables and the basic infrastructure

    Signed-off-by: Ildus Kurbangaliev <i.kurbangaliev@gmail.com>
    ildus committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    6543e14 View commit details
    Browse the repository at this point in the history
  3. Add rewrite rules and tupdesc flags

    Signed-off-by: Ildus Kurbangaliev <i.kurbangaliev@gmail.com>
    ildus committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    b2539d7 View commit details
    Browse the repository at this point in the history
  4. Add pglz compression method

    Signed-off-by: Ildus Kurbangaliev <i.kurbangaliev@gmail.com>
    ildus committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    d7c018d View commit details
    Browse the repository at this point in the history
  5. Add zlib compression method

    Signed-off-by: Ildus Kurbangaliev <i.kurbangaliev@gmail.com>
    ildus committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    7a1865c View commit details
    Browse the repository at this point in the history
  6. Add psql, pg_dump and pg_upgrade support

    Signed-off-by: Ildus Kurbangaliev <i.kurbangaliev@gmail.com>
    ildus committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    608bae3 View commit details
    Browse the repository at this point in the history
  7. Add tests for compression methods

    Signed-off-by: Ildus Kurbangaliev <i.kurbangaliev@gmail.com>
    ildus committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    0af0834 View commit details
    Browse the repository at this point in the history
  8. Add documentation for custom compression methods

    Signed-off-by: Ildus Kurbangaliev <i.kurbangaliev@gmail.com>
    ildus committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    f98aa91 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3648854 View commit details
    Browse the repository at this point in the history
  10. oid fixes

    ildus committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    996414d View commit details
    Browse the repository at this point in the history
  11. fix tests

    ildus committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    5fad6f3 View commit details
    Browse the repository at this point in the history
  12. fix zlib tests

    ildus committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    ed0530c View commit details
    Browse the repository at this point in the history
  13. fix pg_dump

    ildus committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    e94f28b View commit details
    Browse the repository at this point in the history
  14. fix doc

    ildus committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    48e87d7 View commit details
    Browse the repository at this point in the history
  15. fixes

    ildus committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    2e20ed7 View commit details
    Browse the repository at this point in the history
  16. fix tests

    ildus committed Jul 5, 2019
    Configuration menu
    Copy the full SHA
    7c93bc9 View commit details
    Browse the repository at this point in the history
Loading