/
githubmirror
/
postgres
ОбзорДокументацияВойти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
postgres/
.../pl/plperl/
..
expected

plperl: Fix NULL pointer dereference for forged array object

2 месяца назад
po

Translation updates

2 месяца назад
sql

plperl: Fix NULL pointer dereference for forged array object

2 месяца назад
.gitignore

Allow make check in PL directories

15 лет назад
GNUmakefile

EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of failing.

6 месяцев назад
README

Stop generating plain-text INSTALL instructions.

3 года назад
SPI.xs

Use palloc_array() in pltcl and plperl to avoid overflow

18 часов назад
Util.xs

New header varatt.h split off from postgres.h

4 года назад
meson.build

EUC_CN, EUC_JP, EUC_KR, EUC_TW: Skip U+00A0 tests instead of failing.

6 месяцев назад
nls.mk

Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."

4 года назад
plc_perlboot.pl

Update copyright for 2026

7 месяцев назад
plc_trusted.pl

Update copyright for 2026

7 месяцев назад
plperl--1.0.sql

Invent "trusted" extensions, and remove the pg_pltemplate catalog.

7 лет назад
plperl.c

Use palloc_array() in pltcl and plperl to avoid overflow

18 часов назад
plperl.control

Invent "trusted" extensions, and remove the pg_pltemplate catalog.

7 лет назад
plperl.h

Update copyright for 2026

7 месяцев назад
plperl_opmask.pl

Update copyright for 2026

7 месяцев назад
plperl_system.h

Update copyright for 2026

7 месяцев назад
plperlu--1.0.sql

Invent "trusted" extensions, and remove the pg_pltemplate catalog.

7 лет назад
plperlu.control

Create extension infrastructure for the core procedural languages.

15 лет назад
ppport.h

Remove HP-UX port.

4 года назад
text2macro.pl

Update copyright for 2026

7 месяцев назад
README
src/pl/plperl/README
 
PL/Perl allows you to write PostgreSQL functions and procedures in
Perl. To include PL/Perl in the build use './configure --with-perl'.
To build from this directory use 'make all; make install'. libperl
must have been built as a shared library, which is usually not the
case in standard installations.
 
Consult the PostgreSQL User's Guide for more information.