summaryrefslogtreecommitdiff
path: root/src/pl/plperl
AgeCommit message (Expand)Author
2024-05-06Translation updatesPeter Eisentraut
2024-03-19Activate perlcritic InputOutput::RequireCheckedSyscalls and fix resulting war...Peter Eisentraut
2024-01-04Update copyright for 2024Bruce Momjian
2023-12-29Make all Perl warnings fatalPeter Eisentraut
2023-12-26Hide warnings from Python headers when using gcc-compatible compiler.Tom Lane
2023-12-22Stop generating plain-text INSTALL instructions.Tom Lane
2023-11-17Don't specify number of dimensions in cases where we don't know it.Tom Lane
2023-11-06Remove distprepPeter Eisentraut
2023-05-22Translation updatesPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-02Fix typos in commentsMichael Paquier
2023-04-29Tighten array dimensionality checks in Perl -> SQL array conversion.Tom Lane
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