index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
Commit message (
Expand
)
Author
Age
*
PL/Python: Fix type mixup
Peter Eisentraut
2013-06-13
*
Add semicolons to eval'd strings to hide a minor Perl behavioral change.
Tom Lane
2013-06-03
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Translation updates
Peter Eisentraut
2013-05-05
*
Move pqsignal() to libpgport.
Tom Lane
2013-03-17
*
Remove dependency on the DLL of pythonxx.def file.
Andrew Dunstan
2013-03-05
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Eliminate memory leaks in plperl's spi_prepare() function.
Tom Lane
2013-03-01
*
Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.
Tom Lane
2013-02-14
*
Add noreturn attributes to some error reporting functions
Peter Eisentraut
2013-02-12
*
PL/Python: Add result object str handler
Peter Eisentraut
2013-02-03
*
PL/Tcl: Fix compiler warnings with Tcl 8.6
Peter Eisentraut
2013-01-31
*
Don't use spi_priv.h in plpython.
Tom Lane
2013-01-30
*
Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.
Tom Lane
2013-01-30
*
Handle SPIErrors raised directly in PL/Python code.
Heikki Linnakangas
2013-01-28
*
Fix plpython's handling of functions used as triggers on multiple tables.
Tom Lane
2013-01-25
*
Detect Windows perl linkage parameters in configure script.
Andrew Dunstan
2013-01-09
*
Fix typo
Peter Eisentraut
2013-01-07
*
PL/Python: Make build on OS X more flexible
Peter Eisentraut
2013-01-05
*
Revert "PL/Python: Remove workaround for returning booleans in Python <2.3"
Peter Eisentraut
2013-01-05
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Remove allow_nonpic_in_shlib
Peter Eisentraut
2012-12-18
*
Improve pl/pgsql to support composite-type expressions in RETURN.
Tom Lane
2012-12-06
*
Refactor flex and bison make rules
Peter Eisentraut
2012-10-11
*
PL/pgSQL: rename gram.y to pl_gram.y
Peter Eisentraut
2012-10-04
*
PL/Python: Remove workaround for returning booleans in Python <2.3
Peter Eisentraut
2012-09-29
*
PL/Python: Convert oid to long/int
Peter Eisentraut
2012-09-29
*
Make plpgsql's unreserved keywords more unreserved.
Tom Lane
2012-09-26
*
PL/Python: Improve Python 3 regression test setup
Peter Eisentraut
2012-09-16
*
Add a regression test case based on bug #7516.
Tom Lane
2012-09-14
*
Keep plperl's current_call_data record on the stack, instead of palloc'ing.
Tom Lane
2012-09-13
*
Make plperl safe against functions that are redefined while running.
Tom Lane
2012-09-09
*
Adjust PL/Python regression tests some more for Python 3.3.
Tom Lane
2012-09-08
*
Restore SIGFPE handler after initializing PL/Perl.
Tom Lane
2012-09-05
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
add #includes to plpy_subxactobject.h to make it compile standalone
Alvaro Herrera
2012-08-28
*
Add C comment that '=' is not documented for plpgsql assignment.
Bruce Momjian
2012-08-15
*
Perform conversion from Python unicode to string/bytes object via UTF-8.
Heikki Linnakangas
2012-08-06
*
Suppress volatile-related warning seen in some compilers.
Tom Lane
2012-07-21
*
Revert temporary patch to debug Windows breakage.
Robert Haas
2012-07-20
*
Repair plpgsql_validator breakage.
Robert Haas
2012-07-20
*
Temporary patch to try to debug why event trigger patch broke Windows.
Robert Haas
2012-07-20
*
Make new event trigger facility actually do something.
Robert Haas
2012-07-20
*
PL/Python: Remove PLy_result_ass_item
Peter Eisentraut
2012-07-17
*
Remove recently added PL/Perl encoding tests
Alvaro Herrera
2012-07-17
*
Remove unreachable code
Peter Eisentraut
2012-07-16
*
Add comment why seemingly dead code is necessary
Peter Eisentraut
2012-07-16
*
plperl: Skip setting UTF8 flag when in SQL_ASCII encoding
Alvaro Herrera
2012-07-10
*
Revert part of the previous patch that avoided using PLy_elog().
Heikki Linnakangas
2012-07-05
*
Fix mapping of PostgreSQL encodings to Python encodings.
Heikki Linnakangas
2012-07-05
[next]