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