index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plperl
/
plperl.c
Age
Commit message (
Expand
)
Author
2023-04-29
Tighten array dimensionality checks in Perl -> SQL array conversion.
Tom Lane
2022-06-22
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-02-25
Disallow execution of SPI functions during plperl function compilation.
Tom Lane
2022-01-31
Revert "plperl: Fix breakage of c89f409749c in back branches."
Tom Lane
2022-01-31
plperl: update ppport.h to Perl 5.34.0.
Tom Lane
2022-01-30
plperl: Fix breakage of c89f409749c in back branches.
Andres Freund
2022-01-30
plperl: windows: Use Perl_setlocale on 5.28+, fixing compile failure.
Andres Freund
2019-06-02
Clean up PL/Perl's handling of the _() macro.
Tom Lane
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-19
Fix problems with auto-held portals.
Tom Lane
2019-03-30
Generated columns
Peter Eisentraut
2019-01-26
Change function call information to be variable length.
Andres Freund
2018-11-20
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-06-18
Allow plperl_sv_to_datum to look through scalar refs.
Tom Lane
2018-04-08
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-03-28
Allow committing inside cursor loop
Peter Eisentraut
2018-03-27
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-05
Remove some obsolete procedure-specific code from PLs
Peter Eisentraut
2018-03-02
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-01-22
Transaction control in PL procedures
Peter Eisentraut
2018-01-10
Use portal pinning in PL/Perl and PL/Python
Peter Eisentraut
2017-12-13
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-11-30
SQL procedures
Peter Eisentraut
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-10-28
Support domains over composite types in PL/Perl.
Tom Lane
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-07-31
Tighten coding for non-composite case in plperl's return_next.
Tom Lane
2017-07-28
PL/Perl portability fix: avoid including XSUB.h in plperl.c.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-04
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-01-23
Volatile-ize some plperl variables that must survive into PG_CATCH blocks.
Tom Lane
2016-11-08
Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.
Tom Lane
2016-11-08
Make SPI_fnumber() reject dropped columns.
Tom Lane
2016-11-08
Use heap_modify_tuple not SPI_modifytuple in pl/perl triggers.
Tom Lane
2016-08-31
Improve memory management for PL/Perl functions.
Tom Lane
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-04-01
Copyedit comments and documentation.
Noah Misch
2016-03-14
Update PL/Perl's comment about hv_store().
Tom Lane
2016-03-14
Improve conversions from uint64 to Perl types.
Tom Lane
2016-03-12
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-08
plperl: Correctly handle empty arrays in plperl_ref_from_pg_array.
Andres Freund
2015-12-05
Instruct Coverity using an assertion.
Noah Misch
2015-11-19
Fix thinko: errmsg -> ereport.
Tom Lane
2015-09-29
Fix plperl to handle non-ASCII error message texts correctly.
Tom Lane
2015-08-15
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-02
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
[next]