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