summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2018-11-05Translation updatesPeter Eisentraut
2018-11-04Fix bugs in plpgsql's handling of CALL argument lists.Tom Lane
2018-10-18Still further rethinking of build changes for macOS Mojave.Tom Lane
2018-10-15Translation updatesPeter Eisentraut
2018-10-08Advance transaction timestamp for intra-procedure transactions.Tom Lane
2018-10-08Translation updatesPeter Eisentraut
2018-10-05Ensure that PLPGSQL_DTYPE_ROW variables have valid refname fields.Tom Lane
2018-09-25Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane
2018-09-17Translation updatesPeter Eisentraut
2018-09-16Fix out-of-tree build for transform modules.Andrew Gierth
2018-08-27Fix snapshot leak warning for some proceduresPeter Eisentraut
2018-08-23PL/pgSQL: Extend test casePeter Eisentraut
2018-08-06Translation updatesPeter Eisentraut
2018-07-26Provide plpgsql tests for cases involving record field changes.Tom Lane
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-07-13Prohibit transaction commands in security definer proceduresPeter Eisentraut
2018-07-06Fix assert in nested SQL procedure callPeter Eisentraut
2018-06-26Reword SPI_ERROR_TRANSACTION errors in PL/pgSQLPeter Eisentraut
2018-06-18Allow plperl_sv_to_datum to look through scalar refs.Tom Lane
2018-05-27Don't fall off the end of perl functionsAndrew Dunstan
2018-05-25Fix misidentification of SQL statement type in plpgsql's exec_stmt_execsql.Tom Lane
2018-05-21Translation updatesPeter Eisentraut
2018-05-18Small improvement for plpgsql regression test.Tom Lane
2018-05-16Detoast plpgsql variables if they might live across a transaction boundary.Tom Lane
2018-05-07Clean up some perlcritic warningsAndrew Dunstan
2018-05-04Update expected files for older Python versionsPeter Eisentraut
2018-05-03Tweak tests to support Python 3.7Peter Eisentraut
2018-05-02Suppress some compiler warnings in plperl on Windows.Tom Lane
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-04-30Remove plperl isnan hackPeter Eisentraut
2018-04-27perltidy: Add option --nooutdent-long-commentsPeter Eisentraut
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-14Support named and default arguments in CALLPeter Eisentraut
2018-04-12Fix YA parallel-make hazard, this one in "make check" in plpython.Tom Lane
2018-04-12Revert MERGE patchSimon Riggs
2018-04-10Put back parallel-safety guards in plpython and src/test/regress/.Tom Lane
2018-04-09Fix partial-build problems introduced by having more generated headers.Tom Lane
2018-04-08Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane
2018-04-05PL/pgSQL: Add support for SET TRANSACTIONPeter Eisentraut
2018-04-05Fix plan cache issue in PL/pgSQL CALLPeter Eisentraut
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-04-01Fix a boatload of typos in C comments.Tom Lane
2018-03-28Allow committing inside cursor loopPeter Eisentraut
2018-03-28PL/pgSQL: Nested CALL with transactionsPeter Eisentraut
2018-03-27Allow memory contexts to have both fixed and variable ident strings.Tom Lane
2018-03-23Further fix interaction of Perl and stdbool.hPeter Eisentraut
2018-03-23Fix make rules that generate multiple output files.Tom Lane
2018-03-23Fix interaction of Perl and stdbool.hPeter Eisentraut