index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
Age
Commit message (
Expand
)
Author
2016-11-15
Check that result tupdesc has exactly 1 column in return_next scalar case.
Tom Lane
2016-11-08
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-07
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-05
Improve minor error-handling details in pltcl.
Tom Lane
2016-10-27
Add function name to PyArg_ParseTuple()
Peter Eisentraut
2016-10-27
Format PL/Python module contents test vertically
Peter Eisentraut
2016-10-26
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-13
Fix further hash table order dependent tests.
Andres Freund
2016-10-01
Fix misplacement of submake-generated-headers prerequisites.
Tom Lane
2016-09-13
Improve parser's and planner's handling of set-returning functions.
Tom Lane
2016-09-09
Make better use of existing enums in plpgsql
Peter Eisentraut
2016-08-31
Improve memory management for PL/Perl functions.
Tom Lane
2016-08-31
Improve memory management for PL/Tcl functions.
Tom Lane
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-18
In plpgsql, don't try to convert int2vector or oidvector to expanded array.
Tom Lane
2016-08-18
Improve formatting of comments in plpgsql.h
Peter Eisentraut
2016-08-17
Improve plpgsql's memory management to fix some function-lifespan leaks.
Tom Lane
2016-08-17
Improve parsetree representation of special functions such as CURRENT_DATE.
Tom Lane
2016-08-15
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-08
Translation updates
Peter Eisentraut
2016-07-21
Make pltcl regression tests safe for Danish locale.
Tom Lane
2016-07-18
Translation updates
Peter Eisentraut
2016-07-12
Allow IMPORT FOREIGN SCHEMA within pl/pgsql.
Tom Lane
2016-07-03
PL/Python: Report argument parsing errors using exceptions
Peter Eisentraut
2016-07-01
Provide and use a makefile target to build all generated headers.
Tom Lane
2016-06-20
Add missing check for malloc failure in plpgsql_extra_checks_check_hook().
Tom Lane
2016-06-20
Translation updates
Peter Eisentraut
2016-06-15
PL/Python: Clean up extended error reporting docs and tests
Peter Eisentraut
2016-06-11
PL/Python: Rename new keyword arguments of plpy.error() etc.
Peter Eisentraut
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-07
PL/Python: Move ereport wrapper test cases to separate file
Peter Eisentraut
2016-05-09
Translation updates
Peter Eisentraut
2016-04-11
Fix freshly-introduced PL/Python portability bug.
Tom Lane
2016-04-11
Fix whitespace
Peter Eisentraut
2016-04-11
Fix missing "volatile" in PLy_output().
Tom Lane
2016-04-11
Fix poorly thought-through code from commit 5c3c3cd0a3046339.
Tom Lane
2016-04-11
Fix access-to-already-freed-memory issue in plpython's error handling.
Tom Lane
[next]