summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2013-10-14Translation updates to fix build failuresPeter Eisentraut
2013-10-07Translation updatesPeter Eisentraut
2013-10-07plpgsql: Add new option print_strict_params.Robert Haas
2013-09-02Translation updatesPeter Eisentraut
2013-08-19Translation updatesPeter Eisentraut
2013-08-11PL/Python: Adjust the regression tests for Python 3.3Peter Eisentraut
2013-08-01Allow a context to be passed in for error handlingStephen Frost
2013-07-25Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane
2013-07-24Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQLStephen Frost
2013-07-20Fix error handling in PLy_spi_execute_fetch_result().Tom Lane
2013-07-12Make comments reflect that omission of SPI_gettypmod() is intentional.Noah Misch
2013-07-07PL/Python: Make regression tests pass with older Python versionsPeter Eisentraut
2013-07-06PL/Python: Convert numeric to DecimalPeter Eisentraut
2013-07-05Update messages, comments and documentation for materialized views.Noah Misch
2013-07-03Expose object name error fields in PL/pgSQL.Noah Misch
2013-07-02Silence compiler warning in assertion-enabled builds.Heikki Linnakangas
2013-06-14PL/Python: Fix type mixupPeter Eisentraut
2013-06-03Add semicolons to eval'd strings to hide a minor Perl behavioral change.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-05-06Translation updatesPeter Eisentraut
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-03-06Remove dependency on the DLL of pythonxx.def file.Andrew Dunstan
2013-03-04Add a materialized view relations.Kevin Grittner
2013-03-02Eliminate memory leaks in plperl's spi_prepare() function.Tom Lane
2013-02-15Invent pre-commit/pre-prepare/pre-subcommit events for xact callbacks.Tom Lane
2013-02-12Add noreturn attributes to some error reporting functionsPeter Eisentraut
2013-02-03PL/Python: Add result object str handlerPeter Eisentraut
2013-02-01PL/Tcl: Fix compiler warnings with Tcl 8.6Peter Eisentraut
2013-01-31Don't use spi_priv.h in plpython.Tom Lane
2013-01-31Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane
2013-01-28Handle SPIErrors raised directly in PL/Python code.Heikki Linnakangas
2013-01-25Fix plpython's handling of functions used as triggers on multiple tables.Tom Lane
2013-01-09Detect Windows perl linkage parameters in configure script.Andrew Dunstan
2013-01-08Fix typoPeter Eisentraut
2013-01-05PL/Python: Make build on OS X more flexiblePeter Eisentraut
2013-01-05Revert "PL/Python: Remove workaround for returning booleans in Python <2.3"Peter Eisentraut
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-18Remove allow_nonpic_in_shlibPeter Eisentraut
2012-12-07Improve pl/pgsql to support composite-type expressions in RETURN.Tom Lane
2012-10-11Refactor flex and bison make rulesPeter Eisentraut
2012-10-05PL/pgSQL: rename gram.y to pl_gram.yPeter Eisentraut
2012-09-29PL/Python: Remove workaround for returning booleans in Python <2.3Peter Eisentraut
2012-09-29PL/Python: Convert oid to long/intPeter Eisentraut
2012-09-27Make plpgsql's unreserved keywords more unreserved.Tom Lane
2012-09-17PL/Python: Improve Python 3 regression test setupPeter Eisentraut
2012-09-14Add a regression test case based on bug #7516.Tom Lane
2012-09-13Keep plperl's current_call_data record on the stack, instead of palloc'ing.Tom Lane
2012-09-10Make plperl safe against functions that are redefined while running.Tom Lane
2012-09-08Adjust PL/Python regression tests some more for Python 3.3.Tom Lane
2012-09-05Restore SIGFPE handler after initializing PL/Perl.Tom Lane