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
Commit message (
Expand
)
Author
Age
Files
Lines
*
PL/Python: Add result object str handler
Peter Eisentraut
2013-02-03
3
-1
/
+50
*
PL/Tcl: Fix compiler warnings with Tcl 8.6
Peter Eisentraut
2013-01-31
1
-2
/
+7
*
Don't use spi_priv.h in plpython.
Tom Lane
2013-01-30
1
-1
/
+1
*
Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.
Tom Lane
2013-01-30
1
-19
/
+23
*
Handle SPIErrors raised directly in PL/Python code.
Heikki Linnakangas
2013-01-28
4
-5
/
+119
*
Fix plpython's handling of functions used as triggers on multiple tables.
Tom Lane
2013-01-25
5
-41
/
+99
*
Detect Windows perl linkage parameters in configure script.
Andrew Dunstan
2013-01-09
1
-4
/
+0
*
Fix typo
Peter Eisentraut
2013-01-07
1
-1
/
+1
*
PL/Python: Make build on OS X more flexible
Peter Eisentraut
2013-01-05
1
-11
/
+11
*
Revert "PL/Python: Remove workaround for returning booleans in Python <2.3"
Peter Eisentraut
2013-01-05
1
-2
/
+8
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
11
-11
/
+11
*
Remove allow_nonpic_in_shlib
Peter Eisentraut
2012-12-18
2
-6
/
+4
*
Improve pl/pgsql to support composite-type expressions in RETURN.
Tom Lane
2012-12-06
4
-133
/
+245
*
Refactor flex and bison make rules
Peter Eisentraut
2012-10-11
1
-8
/
+1
*
PL/pgSQL: rename gram.y to pl_gram.y
Peter Eisentraut
2012-10-04
3
-5
/
+5
*
PL/Python: Remove workaround for returning booleans in Python <2.3
Peter Eisentraut
2012-09-29
1
-8
/
+2
*
PL/Python: Convert oid to long/int
Peter Eisentraut
2012-09-29
4
-0
/
+76
*
Make plpgsql's unreserved keywords more unreserved.
Tom Lane
2012-09-26
3
-3
/
+74
*
PL/Python: Improve Python 3 regression test setup
Peter Eisentraut
2012-09-16
2
-13
/
+24
*
Add a regression test case based on bug #7516.
Tom Lane
2012-09-14
2
-0
/
+72
*
Keep plperl's current_call_data record on the stack, instead of palloc'ing.
Tom Lane
2012-09-13
1
-23
/
+19
*
Make plperl safe against functions that are redefined while running.
Tom Lane
2012-09-09
3
-33
/
+99
*
Adjust PL/Python regression tests some more for Python 3.3.
Tom Lane
2012-09-08
2
-4
/
+4
*
Restore SIGFPE handler after initializing PL/Perl.
Tom Lane
2012-09-05
1
-0
/
+14
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
11
-0
/
+11
*
add #includes to plpy_subxactobject.h to make it compile standalone
Alvaro Herrera
2012-08-28
1
-0
/
+3
*
Add C comment that '=' is not documented for plpgsql assignment.
Bruce Momjian
2012-08-15
1
-1
/
+1
*
Perform conversion from Python unicode to string/bytes object via UTF-8.
Heikki Linnakangas
2012-08-06
2
-108
/
+44
*
Suppress volatile-related warning seen in some compilers.
Tom Lane
2012-07-21
1
-1
/
+4
*
Revert temporary patch to debug Windows breakage.
Robert Haas
2012-07-20
1
-11
/
+4
*
Repair plpgsql_validator breakage.
Robert Haas
2012-07-20
1
-5
/
+5
*
Temporary patch to try to debug why event trigger patch broke Windows.
Robert Haas
2012-07-20
1
-4
/
+11
*
Make new event trigger facility actually do something.
Robert Haas
2012-07-20
4
-14
/
+171
*
PL/Python: Remove PLy_result_ass_item
Peter Eisentraut
2012-07-17
1
-13
/
+1
*
Remove recently added PL/Perl encoding tests
Alvaro Herrera
2012-07-17
3
-70
/
+0
*
Remove unreachable code
Peter Eisentraut
2012-07-16
1
-2
/
+0
*
Add comment why seemingly dead code is necessary
Peter Eisentraut
2012-07-16
1
-1
/
+9
*
plperl: Skip setting UTF8 flag when in SQL_ASCII encoding
Alvaro Herrera
2012-07-10
8
-44
/
+163
*
Revert part of the previous patch that avoided using PLy_elog().
Heikki Linnakangas
2012-07-05
1
-10
/
+1
*
Fix mapping of PostgreSQL encodings to Python encodings.
Heikki Linnakangas
2012-07-05
1
-7
/
+62
*
Run newly-configured perltidy script on Perl files.
Bruce Momjian
2012-07-04
5
-123
/
+144
*
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-07-04
6
-15
/
+0
*
Assorted message style improvements
Peter Eisentraut
2012-07-02
1
-2
/
+2
*
Make init-po and update-po recursive make targets
Peter Eisentraut
2012-06-29
1
-2
/
+3
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
27
-126
/
+138
*
PL/Perl: Avoid compiler warning from clang
Peter Eisentraut
2012-05-27
1
-1
/
+1
*
Remove whitespace from end of lines
Peter Eisentraut
2012-05-15
2
-6
/
+6
*
PL/Python: Adjust the regression tests for Python 3.3
Peter Eisentraut
2012-05-11
6
-16
/
+38
*
PL/Python: Fix slicing support for result objects for Python 3
Peter Eisentraut
2012-05-10
3
-36
/
+116
*
PL/Python: Update incorrect comment
Peter Eisentraut
2012-05-10
1
-1
/
+1
[next]