summaryrefslogtreecommitdiff
path: root/contrib/hstore_plperl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+43
* 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
* Make contrib modules' installation scripts more secure.Tom Lane2020-08-101-1/+0
* Mark some contrib modules as "trusted".Tom Lane2020-02-131-0/+1
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-301-1/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+3
* Clean up PL/Perl's handling of the _() macro.Tom Lane2019-06-021-3/+1
* Still further rethinking of build changes for macOS Mojave.Tom Lane2018-10-181-5/+2
* Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane2018-09-251-1/+1
* Fix out-of-tree build for transform modules.Andrew Gierth2018-09-162-2/+3
* Fix contrib/hstore_plperl to look through scalar refs.Tom Lane2018-06-183-1/+51
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-031-1/+1
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-181-1/+1
* PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane2017-07-281-1/+1
* PL/Perl portability fix: avoid including XSUB.h in plperl.c.Tom Lane2017-07-281-3/+3
* psql: Use more consistent capitalization of some output headingsPeter Eisentraut2017-06-131-3/+3
* Suppress indentation from Data::Dumper in regression testsAndrew Dunstan2017-05-142-33/+17
* Code review for avoidance of direct cross-module links.Noah Misch2017-02-021-5/+0
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-181-2/+2
* Avoid direct cross-module links in hstore_plperl and ltree_plpython, too.Tom Lane2016-10-044-18/+62
* Minor fixes in contrib installation scripts.Tom Lane2016-06-142-0/+10
* Use LOAD not actual code execution to pull in plpython library.Tom Lane2016-01-112-2/+2
* Sort $(wildcard) output where needed for reproducible build output.Tom Lane2016-01-051-1/+1
* Dodge a macro-name conflict with Perl.Tom Lane2015-11-191-2/+5
* Add CASCADE support for CREATE EXTENSION.Andres Freund2015-10-034-12/+8
* Rearrange the handling of error context reports.Tom Lane2015-09-051-7/+0
* Enable transforms modules to build and test on Cygwin.Andrew Dunstan2015-07-181-0/+4
* AIX: Link TRANSFORM modules with their dependencies.Noah Misch2015-07-151-1/+6
* Remove no-longer-required function declarations.Tom Lane2015-05-241-2/+0
* pgindent run for 9.5Bruce Momjian2015-05-231-6/+6
* Fix parse tree of DROP TRANSFORM and COMMENT ON TRANSFORMPeter Eisentraut2015-05-182-3/+6
* Enable transforms modules to build and run with Mingw builds.Andrew Dunstan2015-05-031-3/+12
* hstore_plperl: Move port-specific parts to later in the makefilePeter Eisentraut2015-05-021-5/+5
* Make hstore_plperl's build even more like plperl'sPeter Eisentraut2015-05-011-4/+6
* Make hstore_plperl's build more like plperl'sAndrew Dunstan2015-05-011-1/+4
* Fix hstore_plperl regression tests on some platformsPeter Eisentraut2015-04-265-281/+311
* Add transforms featurePeter Eisentraut2015-04-2611-0/+646