summaryrefslogtreecommitdiff
path: root/src/pl/plpgsql
AgeCommit message (Expand)Author
2016-05-09Translation updatesPeter Eisentraut
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-03-03Add prefix to pl/pgsql global variables and functionsMagnus Hagander
2016-01-02Update copyright for 2016Bruce Momjian
2015-11-02Fix problems with ParamListInfo serialization mechanism.Robert Haas
2015-09-16Determine whether it's safe to attempt a parallel plan for a query.Robert Haas
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-08-25Further tweak wording of error messages about bad CONTINUE/EXIT statements.Tom Lane
2015-08-23Tweak wording of syntax error messages about bad CONTINUE/EXIT statements.Tom Lane
2015-08-22Detect mismatched CONTINUE and EXIT statements at plpgsql compile time.Tom Lane
2015-08-18Fix a few bogus statement type names in plpgsql error messages.Tom Lane
2015-08-17Fix performance bug from conflict between two previous improvements.Tom Lane
2015-08-15Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks.Tom Lane
2015-07-17Repair mishandling of cached cast-expression trees in plpgsql.Tom Lane
2015-07-05Further reduce overhead for passing plpgsql variables to the executor.Tom Lane
2015-06-29Translation updatesPeter Eisentraut
2015-06-12Fix failure to cover scalar-vs-rowtype cases in exec_stmt_return().Tom Lane
2015-05-14Support "expanded" objects, particularly arrays, for better performance.Tom Lane
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-25Add an ASSERT statement in plpgsql.Tom Lane
2015-03-18array_offset() and array_offsets()Alvaro Herrera
2015-03-14Remove obsolete comment.Tom Lane
2015-03-11Make operator precedence follow the SQL standard more closely.Tom Lane
2015-03-11Allocate ParamListInfo once per plpgsql function, not once per expression.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-03-10Clean up the mess from => patch.Tom Lane
2015-03-05Change plpgsql's cast cache to consider source typmod as significant.Tom Lane
2015-03-05Need to special-case RECORD as well as UNKNOWN in plpgsql's casting logic.Tom Lane
2015-03-04Use standard casting mechanism to convert types in plpgsql, when possible.Tom Lane
2015-02-28Track typmods in plpgsql expression evaluation and assignment.Tom Lane
2015-02-26Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables.Noah Misch
2015-02-21Some more FLEXIBLE_ARRAY_MEMBER fixes.Tom Lane
2015-02-16Use fast path in plpgsql's RETURN/RETURN NEXT in more cases.Tom Lane
2015-02-16Rationalize the APIs of array element/slice access functions.Tom Lane
2015-02-02Translation updatesPeter Eisentraut
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-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-23Get rid of redundant production in plpgsql grammar.Tom Lane
2014-11-17Translation updatesPeter Eisentraut
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-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