index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's repository
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
ltree_plpython
Age
Commit message (
Expand
)
Author
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-11-18
Consistently catch errors from Python _New() functions
Peter Eisentraut
2017-09-18
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2017-02-02
Code review for avoidance of direct cross-module links.
Noah Misch
2016-10-04
Avoid direct cross-module links in hstore_plperl and ltree_plpython, too.
Tom Lane
2016-06-14
Minor fixes in contrib installation scripts.
Tom Lane
2016-01-12
Use LOAD not actual code execution to pull in plpython library.
Tom Lane
2016-01-05
Sort $(wildcard) output where needed for reproducible build output.
Tom Lane
2015-10-03
Add CASCADE support for CREATE EXTENSION.
Andres Freund
2015-09-05
Rearrange the handling of error context reports.
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-07-16
MinGW: Link ltree_plpython with plpython.
Noah Misch
2015-05-24
Remove no-longer-required function declarations.
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
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