Skip to content
Permalink
master
Switch branches/tags

Commits on Nov 19, 2021

  1. Fix misleading comments

    afiskon committed Nov 19, 2021

Commits on Apr 21, 2021

Commits on Jun 14, 2018

  1. Merge pull request #14 from ildus/master

    Add compability with pg11
    afiskon committed Jun 14, 2018

Commits on Jun 13, 2018

  1. Add compability with pg11

    ildus committed Jun 13, 2018

Commits on Jul 27, 2017

  1. Merge pull request #12 from arssher/master

    Using MODULES for building .so instead of MODULE_big.
    afiskon committed Jul 27, 2017
  2. Using MODULES for building .so instead of MODULE_big.

    This is fix of my previous commit 1443ae0.
    
    PGXS supports two ways of building shared libraries: building an so for each
    module specified in MODULES and building one big so named MODULE_big for all
    modules specified in OBJS. Previously this extension used the latter, but also
    specified MODULES variable for no reason, which is pretty strange. Since
    extension contains just one module, it is sane to use the former. I have removed
    OBJS variable, but forgot to remove MODULE_big in my previous commit, which
    broke the build, since an empty so was assembled. This commit fixes the issue.
    
    Besides, PG_CONFIG var is now consulted for path to pg_config, which allows to
    build extension without pg_config in the PATH.
    arssher committed Jul 27, 2017
  3. Revert "OBJS removed"

    This reverts commit 1443ae0.
    afiskon committed Jul 27, 2017

Commits on Jun 30, 2017

  1. OBJS removed

    arssher committed Jun 30, 2017

Commits on Jun 5, 2017

Commits on Jun 1, 2017

Commits on Apr 28, 2017

  1. Minor changes

    afiskon committed Apr 28, 2017

Commits on Mar 21, 2017

  1. Merge pull request #6 from olshevskiy87/fix_readme_md

    fix readme markdown
    afiskon committed Mar 21, 2017

Commits on Mar 20, 2017

  1. fix readme markdown

    olshevskiy87 committed Mar 20, 2017

Commits on Feb 27, 2017

  1. Minor changes

    afiskon committed Feb 27, 2017

Commits on Nov 30, 2016

Commits on Oct 17, 2016

  1. Merge pull request #4 from madislohmus/patch-1

    Update README.md, by @madislohmus
    afiskon committed Oct 17, 2016

Commits on Oct 10, 2016

  1. Update README.md

    Better wording.
    madislohmus committed Oct 10, 2016
Older