index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
Commit message (
Expand
)
Author
Age
*
Bring plpgsql into line with header inclusion policy.
Tom Lane
2017-03-08
*
Invent start_proc parameters for PL/Tcl.
Tom Lane
2017-03-07
*
Remove PL/Tcl's "module" facility.
Tom Lane
2017-02-27
*
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-25
*
Make more use of castNode()
Peter Eisentraut
2017-02-21
*
Drop support for Python 2.3
Peter Eisentraut
2017-02-21
*
Adjust PL/Tcl regression test to dodge a possible bug or zone dependency.
Tom Lane
2017-02-19
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Use castNode() in a bunch of statement-list-related code.
Tom Lane
2017-01-26
*
Volatile-ize some plperl variables that must survive into PG_CATCH blocks.
Tom Lane
2017-01-23
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-19
*
Adapt python regression tests to 69f4b9c85f16.
Andres Freund
2017-01-18
*
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
*
In PL/Tcl tests, don't choke if optional error fields are missing.
Tom Lane
2017-01-13
*
Fix error handling in pltcl_returnnext.
Tom Lane
2017-01-09
*
Expand the regression tests for PL/Tcl.
Tom Lane
2017-01-09
*
Merge two copies of tuple-building code in pltcl.c.
Tom Lane
2017-01-06
*
Use 'use strict' in all Perl programs
Peter Eisentraut
2017-01-05
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Improve handling of array elements as getdiag_targets and cursor_variables.
Tom Lane
2016-12-13
*
Be more careful about Python refcounts while creating exception objects.
Tom Lane
2016-12-09
*
Check that result tupdesc has exactly 1 column in return_next scalar case.
Tom Lane
2016-11-15
*
Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.
Tom Lane
2016-11-08
*
Replace uses of SPI_modifytuple that intend to allocate in current context.
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/python triggers.
Tom Lane
2016-11-08
*
Use heap_modify_tuple not SPI_modifytuple in pl/perl triggers.
Tom Lane
2016-11-08
*
Sync pltcl_build_tuple_result's error handling with pltcl_trigger_handler.
Tom Lane
2016-11-06
*
Support PL/Tcl functions that return composite types and/or sets.
Tom Lane
2016-11-06
*
Modernize result-tuple construction in pltcl_trigger_handler().
Tom Lane
2016-11-06
*
Rationalize and document pltcl's handling of magic ".tupno" array element.
Tom Lane
2016-11-06
*
Need to do SPI_push/SPI_pop around expression evaluation in plpgsql.
Tom Lane
2016-11-06
*
Improve minor error-handling details in pltcl.
Tom Lane
2016-11-05
*
Add function name to PyArg_ParseTuple()
Peter Eisentraut
2016-10-27
*
Format PL/Python module contents test vertically
Peter Eisentraut
2016-10-27
*
Remove platform-dependent PL/python test case.
Heikki Linnakangas
2016-10-26
*
Only treat Python Lists as array dimensions.
Heikki Linnakangas
2016-10-26
*
Avoid using platform-dependent floats in test case.
Heikki Linnakangas
2016-10-26
*
Fix regression test to also work with Python 2.
Heikki Linnakangas
2016-10-26
*
Give a hint, when [] is incorrectly used for a composite type in array.
Heikki Linnakangas
2016-10-26
*
Support multi-dimensional arrays in PL/python.
Heikki Linnakangas
2016-10-26
*
Fix further hash table order dependent tests.
Andres Freund
2016-10-12
*
Fix misplacement of submake-generated-headers prerequisites.
Tom Lane
2016-10-01
*
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-13
*
Make better use of existing enums in plpgsql
Peter Eisentraut
2016-09-09
*
Improve memory management for PL/Perl functions.
Tom Lane
2016-08-31
*
Improve memory management for PL/Tcl functions.
Tom Lane
2016-08-31
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
In plpgsql, don't try to convert int2vector or oidvector to expanded array.
Tom Lane
2016-08-18
[next]