postgrespro / zson Public
Permalink
Switch branches/tags
{{ refName }}
default
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Commits on Apr 21, 2022
Commits on Nov 19, 2021
Commits on Jun 1, 2021
Commits on Apr 21, 2021
Commits on Jun 14, 2018
Commits on Jun 13, 2018
Commits on Jul 27, 2017
-
Merge pull request #12 from arssher/master
Using MODULES for building .so instead of MODULE_big.
-
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.
-
Commits on Jul 3, 2017
Commits on Jun 30, 2017
Commits on Jun 5, 2017
Commits on Jun 2, 2017
Commits on May 31, 2017
Commits on Apr 28, 2017
Commits on Mar 21, 2017
-
Merge pull request #6 from olshevskiy87/fix_readme_md
fix readme markdown
Commits on Mar 20, 2017
Commits on Mar 9, 2017
Commits on Feb 27, 2017
Commits on Nov 30, 2016
Commits on Oct 17, 2016
-
Merge pull request #4 from madislohmus/patch-1
Update README.md, by @madislohmus