summaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAgeFilesLines
* Support "expanded" objects, particularly arrays, for better performance.Tom Lane2015-05-144-31/+291
* PL/Python: Remove procedure cache invalidationPeter Eisentraut2015-05-121-24/+0
* Fix python_includespec on Windows at configure timeAndrew Dunstan2015-05-031-4/+2
* Windows also needs an override of the shared libpython detectionPeter Eisentraut2015-05-021-1/+0
* Make hstore_plperl's build even more like plperl'sPeter Eisentraut2015-05-011-1/+1
* Move interpreter shared library detection to configurePeter Eisentraut2015-05-013-79/+0
* Fix parallel make risk with new check temp-install setupPeter Eisentraut2015-04-293-3/+3
* Add transforms featurePeter Eisentraut2015-04-2614-107/+261
* Improve speed of make check-worldPeter Eisentraut2015-04-233-7/+0
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-264-14/+7
* Add an ASSERT statement in plpgsql.Tom Lane2015-03-256-12/+145
* array_offset() and array_offsets()Alvaro Herrera2015-03-181-1/+1
* Remove obsolete comment.Tom Lane2015-03-141-3/+2
* PL/Python: Fix regression tests for Python 3Peter Eisentraut2015-03-111-0/+8
* PL/Python: Avoid lossiness in float conversionPeter Eisentraut2015-03-113-0/+21
* Make operator precedence follow the SQL standard more closely.Tom Lane2015-03-111-0/+1
* Allocate ParamListInfo once per plpgsql function, not once per expression.Tom Lane2015-03-112-45/+50
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-113-8/+6
* Clean up the mess from => patch.Tom Lane2015-03-101-1/+1
* Change plpgsql's cast cache to consider source typmod as significant.Tom Lane2015-03-041-4/+8
* Need to special-case RECORD as well as UNKNOWN in plpgsql's casting logic.Tom Lane2015-03-041-4/+5
* Use standard casting mechanism to convert types in plpgsql, when possible.Tom Lane2015-03-043-121/+229
* Track typmods in plpgsql expression evaluation and assignment.Tom Lane2015-02-282-120/+165
* Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables.Noah Misch2015-02-251-9/+3
* In array_agg(), don't create a new context for every group.Jeff Davis2015-02-211-1/+1
* Some more FLEXIBLE_ARRAY_MEMBER fixes.Tom Lane2015-02-212-2/+2
* Use fast path in plpgsql's RETURN/RETURN NEXT in more cases.Tom Lane2015-02-162-24/+28
* Rationalize the APIs of array element/slice access functions.Tom Lane2015-02-161-16/+13
* Translation updatesPeter Eisentraut2015-02-016-265/+287
* Fix volatile-safety issue in pltcl_SPI_execute_plan().Tom Lane2015-01-261-7/+8
* Fix some functions that were declared static then defined not-static.Tom Lane2015-01-122-11/+11
* Fix thinko in plpython error messageAlvaro Herrera2015-01-061-1/+1
* Update copyright for 2015Bruce Momjian2015-01-0611-11/+11
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-185-14/+7
* Translation updatesPeter Eisentraut2014-12-157-759/+650
* Improve error messages for malformed array input strings.Tom Lane2014-12-021-1/+2
* Add bms_next_member(), and use it where appropriate.Tom Lane2014-11-281-8/+4
* De-reserve most statement-introducing keywords in plpgsql.Tom Lane2014-11-252-38/+122
* Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane2014-11-251-16/+17
* Get rid of redundant production in plpgsql grammar.Tom Lane2014-11-231-21/+11
* Translation updatesPeter Eisentraut2014-11-162-238/+274
* Re-remove dependency on the DLL of pythonxx.def file.Noah Misch2014-11-021-2/+2
* Translation updatesPeter Eisentraut2014-10-056-603/+690
* Check number of parameters in RAISE statement at compile time.Heikki Linnakangas2014-09-022-10/+42
* Small message fixesPeter Eisentraut2014-08-091-3/+3
* Translation updatesPeter Eisentraut2014-07-217-742/+830
* Add file version information to most installed Windows binaries.Noah Misch2014-07-144-4/+12
* Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian2014-07-101-1/+0
* Remove dead typeStruct variable from plpy_spi.c.Kevin Grittner2014-07-051-2/+0
* Improve support for composite types in PL/Python.Tom Lane2014-07-0310-43/+70