summaryrefslogtreecommitdiff
path: root/src/pl/plperl
AgeCommit message (Expand)Author
2019-06-02Clean up PL/Perl's handling of the _() macro.Tom Lane
2019-05-31Fix assorted header files that failed to compile standalone.Tom Lane
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-05-20Translation updatesPeter Eisentraut
2019-04-19Fix problems with auto-held portals.Tom Lane
2019-03-30Generated columnsPeter Eisentraut
2019-02-25Remove unnecessary use of PROCEDURALPeter Eisentraut
2019-01-26Change function call information to be variable length.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-21Remove WITH OIDS support, change oid catalog column visibility.Andres Freund
2018-11-18fix typoAndrew Dunstan
2018-11-18Silence MSVC warnings about redefinition of isnanAndrew Dunstan
2018-10-18Still further rethinking of build changes for macOS Mojave.Tom Lane
2018-10-08Fix omissions in snprintf.c's coverage of standard *printf functions.Tom Lane
2018-09-26Clean up *printf macros to avoid conflict with format archetypes.Tom Lane
2018-09-26Always use our own versions of *printf().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-18Allow plperl_sv_to_datum to look through scalar refs.Tom Lane
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-05-21Translation updatesPeter Eisentraut
2018-05-07Clean up some perlcritic warningsAndrew Dunstan
2018-05-02Suppress some compiler warnings in plperl on Windows.Tom Lane
2018-04-30Remove plperl isnan hackPeter Eisentraut
2018-04-27perltidy: Add option --nooutdent-long-commentsPeter Eisentraut
2018-04-08Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane
2018-03-28Allow committing inside cursor loopPeter Eisentraut
2018-03-27Allow memory contexts to have both fixed and variable ident strings.Tom Lane
2018-03-23Further fix interaction of Perl and stdbool.hPeter Eisentraut
2018-03-23Fix interaction of Perl and stdbool.hPeter Eisentraut
2018-03-23Use stdbool.h if suitablePeter Eisentraut
2018-03-14Support INOUT arguments in proceduresPeter Eisentraut
2018-03-05Remove some obsolete procedure-specific code from PLsPeter Eisentraut
2018-03-02Add prokind column, replacing proisagg and proiswindowPeter Eisentraut
2018-01-22Transaction control in PL proceduresPeter Eisentraut
2018-01-10Use portal pinning in PL/Perl and PL/PythonPeter Eisentraut
2018-01-03Update copyright for 2018Bruce Momjian
2017-12-21Avoid putting build-location-dependent strings into generated files.Tom Lane
2017-12-13Rethink MemoryContext creation to improve performance.Tom Lane
2017-11-30SQL proceduresPeter Eisentraut
2017-11-24Support linking with MinGW-built Perl.Noah Misch
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-10-28Support domains over composite types in PL/Perl.Tom Lane
2017-09-27Fix plperl buildPeter Eisentraut
2017-09-27Improve vpath support in plperl buildPeter Eisentraut
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-08-07Translation updatesPeter Eisentraut
2017-07-31Tighten coding for non-composite case in plperl's return_next.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