index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plpython
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Allow committing inside cursor loop
Peter Eisentraut
2018-03-28
3
-12
/
+101
*
Allow memory contexts to have both fixed and variable ident strings.
Tom Lane
2018-03-27
1
-4
/
+4
*
Support INOUT arguments in procedures
Peter Eisentraut
2018-03-14
3
-13
/
+54
*
Remove some obsolete procedure-specific code from PLs
Peter Eisentraut
2018-03-05
1
-2
/
+2
*
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-03-02
1
-2
/
+2
*
Remove some inappropriate #includes.
Tom Lane
2018-02-16
2
-2
/
+0
*
Fix broken logic for reporting PL/Python function names in errcontext.
Tom Lane
2018-02-14
6
-29
/
+112
*
Make plpgsql use its DTYPE_REC code paths for composite-type variables.
Tom Lane
2018-02-13
2
-6
/
+6
*
PL/Python: Fix tests for older Python versions
Peter Eisentraut
2018-01-22
2
-4
/
+6
*
Transaction control in PL procedures
Peter Eisentraut
2018-01-22
6
-8
/
+317
*
Improve type conversion of SPI_processed in Python
Peter Eisentraut
2018-01-20
2
-9
/
+3
*
PL/Python: Simplify PLyLong_FromInt64
Peter Eisentraut
2018-01-19
1
-5
/
+1
*
Use portal pinning in PL/Perl and PL/Python
Peter Eisentraut
2018-01-10
1
-0
/
+8
*
Update copyright for 2018
Bruce Momjian
2018-01-02
2
-2
/
+2
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
1
-3
/
+4
*
PL/Python: Fix potential NULL pointer dereference
Peter Eisentraut
2017-12-12
1
-6
/
+11
*
Fix uninitialized-variable compiler warning induced by commit e4128ee76.
Tom Lane
2017-12-03
1
-0
/
+2
*
SQL procedures
Peter Eisentraut
2017-11-30
7
-8
/
+101
*
PL/Python: Fix remaining scan-build warnings
Peter Eisentraut
2017-11-29
1
-2
/
+4
*
Add compiler hints to PLy_elog()
Peter Eisentraut
2017-11-29
2
-2
/
+28
*
Revert "PL/Python: Fix potential NULL pointer dereference"
Peter Eisentraut
2017-11-28
1
-6
/
+1
*
PL/Python: Fix potential NULL pointer dereference
Peter Eisentraut
2017-11-28
1
-1
/
+6
*
Consistently catch errors from Python _New() functions
Peter Eisentraut
2017-11-18
8
-23
/
+62
*
Make PL/Python handle domain-type conversions correctly.
Tom Lane
2017-11-16
13
-926
/
+1333
*
Use Py_RETURN_NONE where suitable
Peter Eisentraut
2017-09-29
3
-6
/
+3
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
3
-24
/
+41
*
Translation updates
Peter Eisentraut
2017-08-07
4
-64
/
+523
*
Message style improvements
Peter Eisentraut
2017-08-04
3
-7
/
+9
*
Translation updates
Alvaro Herrera
2017-07-10
3
-290
/
+393
*
PL/Python: Fix hint about returning composite type from Python
Peter Eisentraut
2017-06-30
2
-3
/
+3
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
8
-28
/
+28
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
17
-22
/
+22
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
1
-1
/
+1
*
Update expected file
Alvaro Herrera
2017-05-25
1
-2
/
+2
*
Fix message case
Alvaro Herrera
2017-05-25
1
-1
/
+1
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
2
-9
/
+10
*
Translation updates
Peter Eisentraut
2017-05-15
6
-581
/
+753
*
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-04-04
3
-0
/
+50
*
PL/Python: Add cursor and execute methods to plan object
Peter Eisentraut
2017-03-27
7
-9
/
+67
*
Clean up Perl code according to perlcritic
Peter Eisentraut
2017-03-27
1
-1
/
+1
*
Spelling fixes in code comments
Peter Eisentraut
2017-03-14
2
-2
/
+2
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
1
-3
/
+3
*
Drop support for Python 2.3
Peter Eisentraut
2017-02-21
3
-28
/
+14
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
3
-4
/
+4
*
Adapt python regression tests to 69f4b9c85f16.
Andres Freund
2017-01-18
1
-5
/
+2
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
2
-2
/
+2
*
Be more careful about Python refcounts while creating exception objects.
Tom Lane
2016-12-09
1
-29
/
+50
*
Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.
Tom Lane
2016-11-08
3
-22
/
+0
*
Use heap_modify_tuple not SPI_modifytuple in pl/python triggers.
Tom Lane
2016-11-08
1
-45
/
+41
*
Add function name to PyArg_ParseTuple()
Peter Eisentraut
2016-10-27
4
-7
/
+6
[prev]
[next]