summaryrefslogtreecommitdiff
path: root/src/pl/plperl
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in commentsMichael Paquier2023-05-021-1/+1
* Tighten array dimensionality checks in Perl -> SQL array conversion.Tom Lane2023-04-293-23/+119
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-251-4/+2
* meson: add install-{quiet, world} targetsAndres Freund2023-03-231-1/+1
* New header varatt.h split off from postgres.hPeter Eisentraut2023-01-101-0/+1
* Update copyright for 2023Bruce Momjian2023-01-027-7/+7
* perl: Hide warnings inside perl.h when using gcc compatible compilerAndres Freund2022-12-291-0/+9
* Convert the reg* input functions to report (most) errors softly.Tom Lane2022-12-271-1/+1
* Add copyright notices to meson filesAndrew Dunstan2022-12-202-0/+4
* Allow building with MSVC and Strawberry perlAndrew Dunstan2022-11-251-0/+2
* meson: Add support for building with precompiled headersAndres Freund2022-10-061-0/+1
* tests: Rename conflicting role namesAndres Freund2022-10-052-30/+30
* meson: Add windows resource filesAndres Freund2022-10-051-0/+7
* meson: Add initial version of meson based build systemAndres Freund2022-09-212-0/+91
* Bump minimum Perl version to 5.14John Naylor2022-09-141-1/+0
* Fix incorrect uses of Datum conversion macrosPeter Eisentraut2022-09-051-1/+1
* Fix PL/Perl build on CygwinPeter Eisentraut2022-09-021-0/+5
* Be more careful to avoid including system headers after perl.hJohn Naylor2022-08-276-178/+171
* Fix missed corner cases for grantable permissions on GUCs.Tom Lane2022-07-192-2/+59
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-171-1/+0
* Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane2022-07-131-1/+1
* Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane2022-07-131-1/+1
* NLS: Put list of available languages into LINGUAS filesPeter Eisentraut2022-07-132-1/+1
* Remove HP-UX port.Thomas Munro2022-07-081-1/+1
* Fix pl/perl test case so it will still work under Perl 5.36.Tom Lane2022-06-012-5/+5
* Translation updatesPeter Eisentraut2022-05-169-406/+389
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-02-283-2/+80
* Disallow execution of SPI functions during plperl function compilation.Tom Lane2022-02-251-2/+31
* Simplify more checks related to set-returning functionsMichael Paquier2022-02-241-4/+7
* Disallow setting bogus GUCs within an extension's reserved namespace.Tom Lane2022-02-211-1/+1
* Use gendef instead of pexports for building windows .def filesAndrew Dunstan2022-02-101-1/+1
* Remove ppport.h's broken re-implementation of eval_pv().Tom Lane2022-02-081-0/+8
* plperl: windows: Use Perl_setlocale on 5.28+, fixing compile failure.Andres Freund2022-01-301-5/+8
* Fix various typos, grammar and code style in comments and docsMichael Paquier2022-01-251-1/+1
* Update copyright for 2022Bruce Momjian2022-01-075-5/+5
* Revert changes about warnings/errors for placeholders.Tom Lane2021-12-271-1/+1
* Rename EmitWarningsOnPlaceholders() to MarkGUCPrefixReserved().Tom Lane2021-12-271-1/+1
* plperl: update ppport.h to Perl 5.34.0.Tom Lane2021-10-073-3385/+14236
* Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.Noah Misch2021-09-092-0/+8
* Translation updatesPeter Eisentraut2021-06-212-1/+222
* Translation updatesPeter Eisentraut2021-05-104-46/+268
* Remove extraneous newlines added by perl copyright patchAndrew Dunstan2021-05-071-1/+0
* Add a copyright notice to perl files lacking one.Andrew Dunstan2021-05-074-0/+12
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-151-4/+1
* Support subscripting of arbitrary types, not only arrays.Tom Lane2020-12-091-4/+2
* Don't use custom OID symbols in pg_type.dat, either.Tom Lane2020-10-291-2/+2
* plperl.h should #undef fstat along with stat and lstat.Tom Lane2020-10-091-0/+1
* Support for OUT parameters in proceduresPeter Eisentraut2020-10-052-0/+38
* Improve formatting of create_help.pl and plperl_opmask.pl output.Tom Lane2020-09-161-1/+1