summaryrefslogtreecommitdiff
path: root/src/pl/plperl
AgeCommit message (Expand)Author
11 daysTranslation updatesPeter Eisentraut
2025-04-27Don't use double-quotes in #include's of system headers, redux.Tom Lane
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-02-07Virtual generated columnsPeter Eisentraut
2025-01-09Provide 64-bit ftruncate() and lseek() on Windows.Thomas Munro
2025-01-01Update copyright for 2025Bruce Momjian
2024-11-27Require sizeof(bool) == 1.Thomas Munro
2024-11-11Fix cross-version upgrade tests.Tom Lane
2024-11-11Avoid bizarre meson behavior with backslashes in command arguments.Tom Lane
2024-11-11Block environment variable mutations from trusted PL/Perl.Noah Misch
2024-10-28Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut
2024-09-09Don't bother checking the result of SPI_connect[_ext] anymore.Tom Lane
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