aboutsummaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAge
* Remove unnecessary use of PROCEDURALPeter Eisentraut2019-02-25
* More unconstify usePeter Eisentraut2019-02-13
* Renaming for new subscripting mechanismAlvaro Herrera2019-02-01
* Refactor planner's header files.Tom Lane2019-01-29
* Change function call information to be variable length.Andres Freund2019-01-26
* PL/pgSQL: Add statement ID to statement structuresPeter Eisentraut2019-01-24
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Use perfect hashing, instead of binary search, for keyword lookup.Tom Lane2019-01-09
* Update docs & tests to reflect that unassigned OLD/NEW are now NULL.Tom Lane2019-01-09
* Replace the data structure used for keyword lookup.Tom Lane2019-01-06
* Support plpgsql variable names that conflict with unreserved SQL keywords.Tom Lane2019-01-04
* Update copyright for 2019Bruce Momjian2019-01-02
* Trigger stmt_beg and stmt_end for top-level statement blocks of PL/pgSQLMichael Paquier2018-12-30
* Make type "name" collation-aware.Tom Lane2018-12-19
* Drop no-op CoerceToDomain nodes from expressions at planning time.Tom Lane2018-12-13
* Fix some errhint and errdetail strings missing a periodMichael Paquier2018-12-07
* Remove WITH OIDS support, change oid catalog column visibility.Andres Freund2018-11-20
* fix typoAndrew Dunstan2018-11-18
* Silence MSVC warnings about redefinition of isnanAndrew Dunstan2018-11-18
* Fix error-cleanup mistakes in exec_stmt_call().Tom Lane2018-11-09
* 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
* 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