summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2015-01-12Fix some functions that were declared static then defined not-static.Tom Lane
2015-01-06Fix thinko in plpython error messageAlvaro Herrera
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-12-15Translation updatesPeter Eisentraut
2014-12-02Improve error messages for malformed array input strings.Tom Lane
2014-11-28Add bms_next_member(), and use it where appropriate.Tom Lane
2014-11-25De-reserve most statement-introducing keywords in plpgsql.Tom Lane
2014-11-25Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane
2014-11-23Get rid of redundant production in plpgsql grammar.Tom Lane
2014-11-17Translation updatesPeter Eisentraut
2014-11-03Re-remove dependency on the DLL of pythonxx.def file.Noah Misch
2014-10-06Translation updatesPeter Eisentraut
2014-09-02Check number of parameters in RAISE statement at compile time.Heikki Linnakangas
2014-08-09Small message fixesPeter Eisentraut
2014-07-21Translation updatesPeter Eisentraut
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-07-10Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian
2014-07-05Remove dead typeStruct variable from plpy_spi.c.Kevin Grittner
2014-07-03Improve support for composite types in PL/Python.Tom Lane
2014-06-03Make plpython_unicode regression test work in more database encodings.Tom Lane
2014-05-30On OS X, link libpython normally, ignoring the "framework" framework.Tom Lane
2014-05-28Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane
2014-05-28Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-01Fix failure to detoast fields in composite elements of structured types.Tom Lane
2014-04-30PL/Python: Adjust the regression tests for Python 3.4Peter Eisentraut
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-04-08Add new to_reg* functions for error-free OID lookups.Robert Haas
2014-04-06Extra warnings and errors for PL/pgSQLSimon Riggs
2014-03-26Fix refcounting bug in PLy_modify_tuple().Tom Lane
2014-03-17plperl: Fix memory leak in hek2cstrAlvaro Herrera
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-02-23Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane
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