summaryrefslogtreecommitdiff
path: root/src/pl/plperl
Commit message (Expand)AuthorAgeFilesLines
* Translation updatesPeter Eisentraut2022-05-092-88/+88
* Disallow execution of SPI functions during plperl function compilation.Tom Lane2022-02-251-2/+31
* 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
* Translation updatesPeter Eisentraut2022-02-072-45/+45
* Revert "plperl: Fix breakage of c89f409749c in back branches."Tom Lane2022-01-311-4/+4
* plperl: update ppport.h to Perl 5.34.0.Tom Lane2022-01-313-3385/+14236
* plperl: Fix breakage of c89f409749c in back branches.Andres Freund2022-01-301-4/+4
* plperl: windows: Use Perl_setlocale on 5.28+, fixing compile failure.Andres Freund2022-01-301-5/+8
* Translation updatesPeter Eisentraut2021-11-082-59/+51
* Translation updatesPeter Eisentraut2020-08-102-5/+7
* Translation updatesPeter Eisentraut2020-05-112-1/+221
* Translation updatesPeter Eisentraut2020-02-101-48/+51
* Translation updatesPeter Eisentraut2019-11-111-1/+1
* Translation updatesPeter Eisentraut2019-09-293-263/+70
* Translation updatesPeter Eisentraut2019-09-231-44/+49
* Translation updatesPeter Eisentraut2019-09-091-3/+3
* Translation updatesPeter Eisentraut2019-08-052-107/+110
* Translation updatesPeter Eisentraut2019-06-173-178/+173
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-171-1/+1
* Clean up PL/Perl's handling of the _() macro.Tom Lane2019-06-024-9/+16
* Fix assorted header files that failed to compile standalone.Tom Lane2019-05-311-0/+3
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-9/+9
* Translation updatesPeter Eisentraut2019-05-207-375/+420
* Fix problems with auto-held portals.Tom Lane2019-04-191-4/+0
* Generated columnsPeter Eisentraut2019-03-303-9/+162
* Remove unnecessary use of PROCEDURALPeter Eisentraut2019-02-254-6/+6
* Change function call information to be variable length.Andres Freund2019-01-261-10/+10
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-201-1/+1
* fix typoAndrew Dunstan2018-11-181-1/+1
* Silence MSVC warnings about redefinition of isnanAndrew Dunstan2018-11-181-1/+13
* Still further rethinking of build changes for macOS Mojave.Tom Lane2018-10-181-2/+3
* Fix omissions in snprintf.c's coverage of standard *printf functions.Tom Lane2018-10-081-5/+35
* Clean up *printf macros to avoid conflict with format archetypes.Tom Lane2018-09-261-5/+0
* Always use our own versions of *printf().Tom Lane2018-09-261-5/+0
* Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane2018-09-251-1/+1
* Fix out-of-tree build for transform modules.Andrew Gierth2018-09-161-1/+1
* Allow plperl_sv_to_datum to look through scalar refs.Tom Lane2018-06-183-9/+14
* Don't fall off the end of perl functionsAndrew Dunstan2018-05-272-0/+2
* Translation updatesPeter Eisentraut2018-05-217-257/+574
* Clean up some perlcritic warningsAndrew Dunstan2018-05-072-5/+6
* Suppress some compiler warnings in plperl on Windows.Tom Lane2018-05-021-0/+25
* Remove plperl isnan hackPeter Eisentraut2018-04-301-7/+0
* perltidy: Add option --nooutdent-long-commentsPeter Eisentraut2018-04-271-5/+5
* Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane2018-04-081-1/+0
* Allow committing inside cursor loopPeter Eisentraut2018-03-283-12/+112
* Allow memory contexts to have both fixed and variable ident strings.Tom Lane2018-03-271-4/+4
* Further fix interaction of Perl and stdbool.hPeter Eisentraut2018-03-231-0/+12
* Fix interaction of Perl and stdbool.hPeter Eisentraut2018-03-231-5/+13