summaryrefslogtreecommitdiff
path: root/src/pl/plperl
AgeCommit message (Expand)Author
2022-06-01Fix pl/perl test case so it will still work under Perl 5.36.Tom Lane
2022-05-16Translation updatesPeter Eisentraut
2022-02-28Fix SPI's handling of errors during transaction commit.Tom Lane
2022-02-25Disallow execution of SPI functions during plperl function compilation.Tom Lane
2022-02-24Simplify more checks related to set-returning functionsMichael Paquier
2022-02-21Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane
2022-02-10Use gendef instead of pexports for building windows .def filesAndrew Dunstan
2022-02-08Remove ppport.h's broken re-implementation of eval_pv().Tom Lane
2022-01-30plperl: windows: Use Perl_setlocale on 5.28+, fixing compile failure.Andres Freund
2022-01-25Fix various typos, grammar and code style in comments and docsMichael Paquier
2022-01-07Update copyright for 2022Bruce Momjian
2021-12-27Revert changes about warnings/errors for placeholders.Tom Lane
2021-12-27Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane
2021-10-07plperl: update ppport.h to Perl 5.34.0.Tom Lane
2021-09-09Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.Noah Misch
2021-06-21Translation updatesPeter Eisentraut
2021-05-10Translation updatesPeter Eisentraut
2021-05-07Remove extraneous newlines added by perl copyright patchAndrew Dunstan
2021-05-07Add a copyright notice to perl files lacking one.Andrew Dunstan
2021-01-02Update copyright for 2021Bruce Momjian
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-12-09Support subscripting of arbitrary types, not only arrays.Tom Lane
2020-10-29Don't use custom OID symbols in pg_type.dat, either.Tom Lane
2020-10-09plperl.h should #undef fstat along with stat and lstat.Tom Lane
2020-10-05Support for OUT parameters in proceduresPeter Eisentraut
2020-09-16Improve formatting of create_help.pl and plperl_opmask.pl output.Tom Lane
2020-05-18Translation updatesPeter Eisentraut
2020-05-11Translation updatesPeter Eisentraut
2020-04-13Use perl warnings pragma consistentlyAndrew Dunstan
2020-03-05Remove the "opaque" pseudo-type and associated compatibility hacks.Tom Lane
2020-03-02Represent command completion tags as structsAlvaro Herrera
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-30Fix test failure with non-MULTIPLICITY Perl interpreters.Tom Lane
2020-01-29Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-12Fix ecpglib.h to declare bool consistently with c.h.Tom Lane
2019-11-04Fix some compiler warnings on older compilersPeter Eisentraut
2019-11-01PG_FINALLYPeter Eisentraut
2019-07-29Fix inconsistencies and typos in the treeMichael Paquier
2019-06-17Translation updatesPeter Eisentraut
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
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