index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
hstore_plpython
/
Makefile
Age
Commit message (
Expand
)
Author
2022-03-08
plpython: Remove regression test infrastructure for Python 2.
Andres Freund
2022-03-08
plpython: Remove plpythonu, plpython2u and associated transform extensions.
Andres Freund
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2018-09-16
Fix out-of-tree build for transform modules.
Andrew Gierth
2018-04-03
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2017-02-02
Code review for avoidance of direct cross-module links.
Noah Misch
2016-10-04
Convert contrib/hstore_plpython to not use direct linking to other modules.
Tom Lane
2016-01-05
Sort $(wildcard) output where needed for reproducible build output.
Tom Lane
2015-07-18
Enable transforms modules to build and test on Cygwin.
Andrew Dunstan
2015-07-16
AIX: Link TRANSFORM modules with their dependencies.
Noah Misch
2015-05-18
Use += not = to set makefile variables after including base makefiles.
Tom Lane
2015-05-03
Enable transforms modules to build and run with Mingw builds.
Andrew Dunstan
2015-04-26
Add transforms feature
Peter Eisentraut