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
*
Minor kibitzing on previous patch: no need to run check more than once.
Tom Lane
2010-07-08
1
-4
/
+4
*
Install safeguard against running PL/Python 2 and 3 in the same session
Peter Eisentraut
2010-07-08
1
-1
/
+18
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
1
-2
/
+2
*
Use different function names for plpython3 handlers, to avoid clashes in
Peter Eisentraut
2010-06-29
1
-1
/
+7
*
Update Python version information
Peter Eisentraut
2010-06-12
1
-1
/
+1
*
Add a regression test case for bug #5497
Peter Eisentraut
2010-06-12
3
-0
/
+32
*
Fix quite-bogus handling of arrays in plpython datum-to-PyObject
Tom Lane
2010-06-10
1
-4
/
+15
*
Translation update
Peter Eisentraut
2010-05-13
3
-288
/
+346
*
Fix leakage of proc-related storage in plpython's inline handler.
Tom Lane
2010-05-01
1
-1
/
+5
*
Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leak
Tom Lane
2010-04-30
1
-5
/
+6
*
Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQL
Peter Eisentraut
2010-03-18
1
-1
/
+5
*
Use data-type specific conversion functions also in plpy.execute
Peter Eisentraut
2010-03-18
4
-69
/
+206
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
1
-87
/
+105
*
Translation updates for 9.0alpha4
Peter Eisentraut
2010-02-19
3
-184
/
+199
*
Volatile-ize all five places where we expect a PG_TRY block to restore
Tom Lane
2010-02-18
1
-5
/
+5
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
1
-19
/
+12
*
PL/Python DO handler
Peter Eisentraut
2010-01-22
5
-9
/
+77
*
Improved printing of Python exceptions in PL/Python
Peter Eisentraut
2010-01-16
7
-208
/
+46
*
Translation updates
Peter Eisentraut
2009-12-19
2
-205
/
+226
*
Python 3 support in PL/Python
Peter Eisentraut
2009-12-15
8
-31
/
+801
*
PL/Python array support
Peter Eisentraut
2009-12-10
3
-3
/
+305
*
Improve PL/Python elog output
Peter Eisentraut
2009-11-03
6
-109
/
+122
*
Fix obscure segfault condition in PL/Python
Peter Eisentraut
2009-11-03
1
-4
/
+7
*
Translations update for 8.5alpha2
Peter Eisentraut
2009-10-20
2
-2
/
+285
*
First committed version of plpython_unicode_0.out did not actually contain the
Tom Lane
2009-10-15
1
-3
/
+3
*
Add alternative expected file for unicode test for client encoding not UTF8
Peter Eisentraut
2009-10-14
2
-1
/
+52
*
Fix Unicode support in PL/Python
Peter Eisentraut
2009-09-13
5
-4
/
+175
*
Add Unicode support in PL/Python
Peter Eisentraut
2009-09-12
8
-143
/
+175
*
Remove TODO file; it has been added to the main Todo list in the wiki.
Peter Eisentraut
2009-09-12
1
-28
/
+0
*
Fix/improve bytea and boolean support in PL/Python
Peter Eisentraut
2009-09-09
3
-143
/
+414
*
Enhanced error context support in PL/Python
Peter Eisentraut
2009-08-25
8
-26
/
+71
*
Use generic attribute management in PL/Python
Peter Eisentraut
2009-08-25
3
-28
/
+67
*
Make PL/Python tests more compatible with Python 3
Peter Eisentraut
2009-08-24
15
-48
/
+60
*
Remove the test case that depends on the platform's float output format.
Peter Eisentraut
2009-08-14
2
-9
/
+0
*
PL/Python regression tests for data type handling
Peter Eisentraut
2009-08-14
3
-1
/
+537
*
Domain support in PL/Python
Peter Eisentraut
2009-08-14
1
-2
/
+2
*
Augment test coverage in PL/Python, especially for error conditions.
Peter Eisentraut
2009-08-13
14
-34
/
+573
*
Split the plpython regression test into test cases arranged by topic, instead
Peter Eisentraut
2009-08-12
34
-1800
/
+1927
*
Use errcontext mechanism in PL/Python
Peter Eisentraut
2009-07-20
5
-62
/
+128
*
Translation updates for 8.4 release.
Peter Eisentraut
2009-06-26
1
-74
/
+74
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
1
-90
/
+94
*
Translation updates
Peter Eisentraut
2009-06-10
3
-5
/
+303
*
Improve the recently-added support for properly pluralized error messages
Tom Lane
2009-06-04
2
-10
/
+36
*
Translation updates
Alvaro Herrera
2009-05-14
4
-79
/
+658
*
Translation updates for 8.4 beta
Peter Eisentraut
2009-04-09
4
-2
/
+884
*
Defend against possible crash if a plpython function does not specify names
Tom Lane
2009-04-03
5
-9
/
+26
*
Gettext plural support
Peter Eisentraut
2009-03-26
1
-2
/
+2
*
Manual attempt to update this file.
Peter Eisentraut
2009-01-16
1
-12
/
+12
*
plpython_error.out is for Python 2.4, plpython_error_3.out is for Python 2.5,
Peter Eisentraut
2009-01-16
2
-20
/
+20
*
Cleanup pass over PL/Python NLS. Add translation support to PLy_elog and
Peter Eisentraut
2009-01-15
5
-99
/
+106
[next]