Commits

DateSubjectAuthorReleases
2022-08-10 Fix handling of R/W expanded datums that are passed to SQL functions. Tom Lane 11.18
2022-08-10 Fix handling of R/W expanded datums that are passed to SQL functions. Tom Lane 16.0
2022-08-10 Fix handling of R/W expanded datums that are passed to SQL functions. Tom Lane 10.23
2022-07-13 Remove useless assertions Peter Eisentraut 16.0
2022-03-04 Parse/analyze function renaming Peter Eisentraut 15.0
2022-01-08 Update copyright for 2022 Bruce Momjian 15.0
2021-06-18 Centralize the logic for protective copying of utility statements. Tom Lane 14.0
2021-06-11 Use the correct article for abbreviations David Rowley 14.0
2021-06-10 Reconsider the handling of procedure OUT parameters. Tom Lane 14.0
2021-04-15 Undo decision to allow pg_proc.prosrc to be NULL. Tom Lane 14.0
2021-04-07 SQL-standard function body Peter Eisentraut 14.0
2021-01-02 Update copyright for 2021 Bruce Momjian 14.0
2020-12-20 Multirange datatypes Alexander Korotkov 14.0
2020-10-19 Fix list-munging bug that broke SQL function result coercions. Tom Lane 13.1
2020-10-19 Fix list-munging bug that broke SQL function result coercions. Tom Lane 14.0
2020-10-05 Support for OUT parameters in procedures Peter Eisentraut 14.0
2020-04-14 Account for collation when coercing the output of a SQL function. Tom Lane 13.0
2020-03-30 Allow the planner-related functions and hook to accept the query string. Fujii Masao 13.0
2020-03-17 Remove bogus assertion about polymorphic SQL function result. Tom Lane 13.0
2020-03-02 Represent command completion tags as structs Alvaro Herrera 13.0
2020-01-16 Fix problems with "read only query" checks, and refactor the code. Robert Haas 13.0
2020-01-08 Improve the handling of result type coercions in SQL functions. Tom Lane 13.0
2020-01-01 Update copyrights for 2020 Bruce Momjian 13.0
2019-08-12 Rationalize use of list_concat + list_copy combinations. Tom Lane 13.0
2019-07-15 Represent Lists as expansible arrays, not chains of cons-cells. Tom Lane 13.0