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
/
plpython
Age
Commit message (
Expand
)
Author
2017-07-10
Translation updates
Alvaro Herrera
2017-06-30
PL/Python: Fix hint about returning composite type from Python
Peter Eisentraut
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-25
Update expected file
Alvaro Herrera
2017-05-25
Fix message case
Alvaro Herrera
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-15
Translation updates
Peter Eisentraut
2017-04-04
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-03-27
PL/Python: Add cursor and execute methods to plan object
Peter Eisentraut
2017-03-27
Clean up Perl code according to perlcritic
Peter Eisentraut
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-02-21
Drop support for Python 2.3
Peter Eisentraut
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-19
Adapt python regression tests to 69f4b9c85f16.
Andres Freund
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-09
Be more careful about Python refcounts while creating exception objects.
Tom Lane
2016-11-08
Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.
Tom Lane
2016-11-08
Use heap_modify_tuple not SPI_modifytuple in pl/python triggers.
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-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-15
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-08
Translation updates
Peter Eisentraut
2016-07-18
Translation updates
Peter Eisentraut
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
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
2016-04-09
Fix PL/Python ereport() test to work on Python 2.3.
Tom Lane
2016-04-08
Enhanced custom error in PLPythonu
Teodor Sigaev
[next]