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
/
plpython
Age
Commit message (
Expand
)
Author
2018-02-13
Make plpgsql use its DTYPE_REC code paths for composite-type variables.
Tom Lane
2018-01-22
PL/Python: Fix tests for older Python versions
Peter Eisentraut
2018-01-22
Transaction control in PL procedures
Peter Eisentraut
2018-01-20
Improve type conversion of SPI_processed in Python
Peter Eisentraut
2018-01-19
PL/Python: Simplify PLyLong_FromInt64
Peter Eisentraut
2018-01-10
Use portal pinning in PL/Perl and PL/Python
Peter Eisentraut
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-12-13
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-12
PL/Python: Fix potential NULL pointer dereference
Peter Eisentraut
2017-12-03
Fix uninitialized-variable compiler warning induced by commit e4128ee76.
Tom Lane
2017-11-30
SQL procedures
Peter Eisentraut
2017-11-29
PL/Python: Fix remaining scan-build warnings
Peter Eisentraut
2017-11-29
Add compiler hints to PLy_elog()
Peter Eisentraut
2017-11-28
Revert "PL/Python: Fix potential NULL pointer dereference"
Peter Eisentraut
2017-11-28
PL/Python: Fix potential NULL pointer dereference
Peter Eisentraut
2017-11-18
Consistently catch errors from Python _New() functions
Peter Eisentraut
2017-11-16
Make PL/Python handle domain-type conversions correctly.
Tom Lane
2017-09-29
Use Py_RETURN_NONE where suitable
Peter Eisentraut
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-07
Translation updates
Peter Eisentraut
2017-08-04
Message style improvements
Peter Eisentraut
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-18
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
[next]