aboutsummaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAge
* Fix omissions in snprintf.c's coverage of standard *printf functions.Tom Lane2018-10-08
* Advance transaction timestamp for intra-procedure transactions.Tom Lane2018-10-08
* Ensure that PLPGSQL_DTYPE_ROW variables have valid refname fields.Tom Lane2018-10-05
* Use slots more widely in tuple mapping code and make naming more consistent.Andres Freund2018-10-02
* Clean up *printf macros to avoid conflict with format archetypes.Tom Lane2018-09-26
* Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.Tom Lane2018-09-26
* Always use our own versions of *printf().Tom Lane2018-09-26
* Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane2018-09-26
* Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane2018-09-25
* Fix out-of-tree build for transform modules.Andrew Gierth2018-09-16
* Use C99 designated initializers for some structsPeter Eisentraut2018-09-07
* PL/Python: Remove use of simple slicing APIPeter Eisentraut2018-09-05
* Fix snapshot leak warning for some proceduresPeter Eisentraut2018-08-27
* Remove test for VA_ARGS, implied by C99.Andres Freund2018-08-24
* PL/pgSQL: Extend test casePeter Eisentraut2018-08-23
* Provide plpgsql tests for cases involving record field changes.Tom Lane2018-07-26
* Add strict_multi_assignment and too_many_rows plpgsql checksTomas Vondra2018-07-25
* Mop-up for 3522d0eaba5, which missed some alternative output files.Andres Freund2018-07-22
* Deduplicate "invalid input syntax" messages for various types.Andres Freund2018-07-22
* 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