index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
Commit message (
Expand
)
Author
Age
*
Transaction chaining
Peter Eisentraut
2019-03-24
*
PL/Tcl: Improve trigger tests organization
Peter Eisentraut
2019-03-15
*
Refactor ParamListInfo initialization
Peter Eisentraut
2019-03-14
*
Remove unnecessary use of PROCEDURAL
Peter Eisentraut
2019-02-25
*
More unconstify use
Peter Eisentraut
2019-02-13
*
Renaming for new subscripting mechanism
Alvaro Herrera
2019-02-01
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Change function call information to be variable length.
Andres Freund
2019-01-26
*
PL/pgSQL: Add statement ID to statement structures
Peter Eisentraut
2019-01-24
*
Fix misc typos in comments.
Heikki Linnakangas
2019-01-23
*
Use perfect hashing, instead of binary search, for keyword lookup.
Tom Lane
2019-01-09
*
Update docs & tests to reflect that unassigned OLD/NEW are now NULL.
Tom Lane
2019-01-09
*
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-06
*
Support plpgsql variable names that conflict with unreserved SQL keywords.
Tom Lane
2019-01-04
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Trigger stmt_beg and stmt_end for top-level statement blocks of PL/pgSQL
Michael Paquier
2018-12-30
*
Make type "name" collation-aware.
Tom Lane
2018-12-19
*
Drop no-op CoerceToDomain nodes from expressions at planning time.
Tom Lane
2018-12-13
*
Fix some errhint and errdetail strings missing a period
Michael Paquier
2018-12-07
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
fix typo
Andrew Dunstan
2018-11-18
*
Silence MSVC warnings about redefinition of isnan
Andrew Dunstan
2018-11-18
*
Fix error-cleanup mistakes in exec_stmt_call().
Tom Lane
2018-11-09
*
Fix bugs in plpgsql's handling of CALL argument lists.
Tom Lane
2018-11-04
*
Still further rethinking of build changes for macOS Mojave.
Tom Lane
2018-10-18
*
Fix omissions in snprintf.c's coverage of standard *printf functions.
Tom Lane
2018-10-08
*
Advance transaction timestamp for intra-procedure transactions.
Tom Lane
2018-10-08
*
Ensure that PLPGSQL_DTYPE_ROW variables have valid refname fields.
Tom Lane
2018-10-05
*
Use slots more widely in tuple mapping code and make naming more consistent.
Andres Freund
2018-10-02
*
Clean up *printf macros to avoid conflict with format archetypes.
Tom Lane
2018-09-26
*
Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.
Tom Lane
2018-09-26
*
Always use our own versions of *printf().
Tom Lane
2018-09-26
*
Convert elog.c's useful_strerror() into a globally-used strerror wrapper.
Tom Lane
2018-09-26
*
Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").
Tom Lane
2018-09-25
*
Fix out-of-tree build for transform modules.
Andrew Gierth
2018-09-16
*
Use C99 designated initializers for some structs
Peter Eisentraut
2018-09-07
*
PL/Python: Remove use of simple slicing API
Peter Eisentraut
2018-09-05
*
Fix snapshot leak warning for some procedures
Peter Eisentraut
2018-08-27
*
Remove test for VA_ARGS, implied by C99.
Andres Freund
2018-08-24
*
PL/pgSQL: Extend test case
Peter Eisentraut
2018-08-23
*
Provide plpgsql tests for cases involving record field changes.
Tom Lane
2018-07-26
*
Add strict_multi_assignment and too_many_rows plpgsql checks
Tomas Vondra
2018-07-25
*
Mop-up for 3522d0eaba5, which missed some alternative output files.
Andres Freund
2018-07-22
*
Deduplicate "invalid input syntax" messages for various types.
Andres Freund
2018-07-22
*
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-18
*
Prohibit transaction commands in security definer procedures
Peter Eisentraut
2018-07-13
*
Fix assert in nested SQL procedure call
Peter Eisentraut
2018-07-06
*
Reword SPI_ERROR_TRANSACTION errors in PL/pgSQL
Peter Eisentraut
2018-06-26
*
Allow plperl_sv_to_datum to look through scalar refs.
Tom Lane
2018-06-18
*
Don't fall off the end of perl functions
Andrew Dunstan
2018-05-27
[next]