summaryrefslogtreecommitdiff
path: root/contrib/hstore_plperl
AgeCommit message (Expand)Author
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-01-09Use @extschema:name@ notation in contrib transform modules.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-08-27Be more careful to avoid including system headers after perl.hJohn Naylor
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2020-08-10Make contrib modules' installation scripts more secure.Tom Lane
2020-02-13Mark some contrib modules as "trusted".Tom Lane
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-06-02Clean up PL/Perl's handling of the _() macro.Tom Lane
2018-10-18Still further rethinking of build changes for macOS Mojave.Tom Lane
2018-09-25Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane
2018-09-16Fix out-of-tree build for transform modules.Andrew Gierth
2018-06-18Fix contrib/hstore_plperl to look through scalar refs.Tom Lane
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2017-09-18Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane
2017-07-28PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane
2017-07-28PL/Perl portability fix: avoid including XSUB.h in plperl.c.Tom Lane
2017-06-13psql: Use more consistent capitalization of some output headingsPeter Eisentraut
2017-05-14Suppress indentation from Data::Dumper in regression testsAndrew Dunstan
2017-02-02Code review for avoidance of direct cross-module links.Noah Misch
2017-01-18Make messages mentioning type names more uniformAlvaro Herrera
2016-10-04Avoid direct cross-module links in hstore_plperl and ltree_plpython, too.Tom Lane
2016-06-14Minor fixes in contrib installation scripts.Tom Lane
2016-01-12Use LOAD not actual code execution to pull in plpython library.Tom Lane
2016-01-05Sort $(wildcard) output where needed for reproducible build output.Tom Lane
2015-11-19Dodge a macro-name conflict with Perl.Tom Lane
2015-10-03Add CASCADE support for CREATE EXTENSION.Andres Freund
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-07-18Enable transforms modules to build and test on Cygwin.Andrew Dunstan
2015-07-16AIX: Link TRANSFORM modules with their dependencies.Noah Misch
2015-05-24Remove no-longer-required function declarations.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-19Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORMPeter Eisentraut
2015-05-03Enable transforms modules to build and run with Mingw builds.Andrew Dunstan
2015-05-02hstore_plperl: Move port-specific parts to later in the makefilePeter Eisentraut
2015-05-02Make hstore_plperl's build even more like plperl'sPeter Eisentraut
2015-05-01Make hstore_plperl's build more like plperl'sAndrew Dunstan
2015-04-26Fix hstore_plperl regression tests on some platformsPeter Eisentraut
2015-04-26Add transforms featurePeter Eisentraut