summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2014-02-17Prevent privilege escalation in explicit calls to PL validators.Noah Misch
2014-02-16On Windows, expect to find Tcl DLL in bin directory not lib directory.Tom Lane
2014-02-14Fix fat-fingered makefile changes for pltcl.Tom Lane
2014-02-14In mingw builds, make our own import library for libtcl, too.Tom Lane
2014-02-14In mingw builds, make our own import library for libperl.Tom Lane
2014-02-14Cosmetic improvements in plpython's make rule for libpython import library.Tom Lane
2014-02-12Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian
2014-02-05PL/Perl: Fix compiler warningPeter Eisentraut
2014-01-23Make DROP IF EXISTS more consistently not failAlvaro Herrera
2014-01-16docs: update PL/pgSQL docs about the use of := and =Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-22Change the way we mark tuples as frozen.Robert Haas
2013-12-13Fix more instances of "the the" in comments.Heikki Linnakangas
2013-12-11Add a regression test case for plpython function returning setof RECORD.Tom Lane
2013-12-11PL/Perl: Add event trigger supportPeter Eisentraut
2013-12-02Translation updatesPeter Eisentraut
2013-11-27Fix plpython3 expected output.Heikki Linnakangas
2013-11-26Oops, forgot to "git add" last minute changes to regression test.Heikki Linnakangas
2013-11-26Handle domains over arrays like plain arrays in PL/python.Heikki Linnakangas
2013-11-24PL/Tcl: Add event trigger supportPeter Eisentraut
2013-11-15Prevent leakage of cached plans and execution trees in plpgsql DO blocks.Tom Lane
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-10-25Use improved vsnprintf calling logic in more places.Tom Lane
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