summaryrefslogtreecommitdiff
path: root/src/pl/plperl
AgeCommit message (Expand)Author
2022-01-08Update 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-10Revoke 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-17Improve 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
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