summaryrefslogtreecommitdiff
path: root/contrib/hstore_plperl/hstore_plperl.c
Commit message (Expand)AuthorAgeFilesLines
* Be more careful to avoid including system headers after perl.hJohn Naylor2022-08-271-1/+0
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-171-2/+0
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-301-1/+1
* Clean up PL/Perl's handling of the _() macro.Tom Lane2019-06-021-3/+1
* Fix out-of-tree build for transform modules.Andrew Gierth2018-09-161-1/+1
* Fix contrib/hstore_plperl to look through scalar refs.Tom Lane2018-06-181-1/+13
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-181-1/+1
* PL/Perl portability fix: avoid including XSUB.h in plperl.c.Tom Lane2017-07-281-3/+3
* Avoid direct cross-module links in hstore_plperl and ltree_plpython, too.Tom Lane2016-10-041-0/+54
* Dodge a macro-name conflict with Perl.Tom Lane2015-11-191-2/+5
* Remove no-longer-required function declarations.Tom Lane2015-05-241-2/+0
* pgindent run for 9.5Bruce Momjian2015-05-231-6/+6
* Add transforms featurePeter Eisentraut2015-04-261-0/+90