summaryrefslogtreecommitdiff
path: root/src/pl/plperl
AgeCommit message (Expand)Author
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-03-24meson: add install-{quiet, world} targetsAndres Freund
2023-01-10New header varatt.h split off from postgres.hPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-29perl: Hide warnings inside perl.h when using gcc compatible compilerAndres Freund
2022-12-27Convert the reg* input functions to report (most) errors softly.Tom Lane
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-11-25Allow building with MSVC and Strawberry perlAndrew Dunstan
2022-10-07meson: Add support for building with precompiled headersAndres Freund
2022-10-05tests: Rename conflicting role namesAndres Freund
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-14Bump minimum Perl version to 5.14John Naylor
2022-09-05Fix incorrect uses of Datum conversion macrosPeter Eisentraut
2022-09-02Fix PL/Perl build on CygwinPeter Eisentraut
2022-08-27Be more careful to avoid including system headers after perl.hJohn Naylor
2022-07-19Fix missed corner cases for grantable permissions on GUCs.Tom Lane
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-07-13Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane
2022-07-13Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane
2022-07-13NLS: Put list of available languages into LINGUAS filesPeter Eisentraut
2022-07-08Remove HP-UX port.Thomas Munro
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-09Remove ppport.h's broken re-implementation of eval_pv().Tom Lane
2022-01-31plperl: 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-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