Commits

DateSubjectAuthorReleases
2023-12-27 Improve the implementation of information_schema._pg_expandarray(). Tom Lane 17.0
2022-03-21 Fix bogus dependency handling for GENERATED expressions. Tom Lane 15.0
2021-04-16 Convert built-in SQL-language functions to SQL-standard-body style. Tom Lane 14.0
2020-04-24 Repair performance regression in information_schema.triggers view. Tom Lane 13.0
2020-04-24 Repair performance regression in information_schema.triggers view. Tom Lane 11.8
2020-04-24 Repair performance regression in information_schema.triggers view. Tom Lane 12.3
2018-12-20 Base information_schema.sql_identifier domain on name, not varchar. Tom Lane 12.0
2018-12-20 Avoid producing over-length specific_name outputs in information_schema. Tom Lane 12.0
2018-12-18 Make collation-aware system catalog columns use "C" collation. Tom Lane 12.0
2017-06-14 Disallow set-returning functions inside CASE or COALESCE. Tom Lane 10.0
2017-03-10 Change the relkind for partitioned tables from 'P' to 'p'. Tom Lane 10.0
2016-08-17 Implement regexp_match(), a simplified alternative to regexp_matches(). Tom Lane 10.0
2015-12-18 Adjust behavior of single-user -j mode for better initdb error reporting. Tom Lane 9.6.0
2013-06-12 Improve updatability checking for views and foreign tables. Tom Lane 9.3.0
2012-12-08 Support automatically-updatable views. Tom Lane 9.3.0
2012-08-18 Make use of LATERAL in information_schema.sequences view. Tom Lane 9.3.0
2012-06-18 Refer to the default foreign key match style as MATCH SIMPLE internally. Tom Lane 9.3.0
2011-10-15 Fix bugs in information_schema.referential_constraints view. Tom Lane 8.2.23
2011-10-15 Fix bugs in information_schema.referential_constraints view. Tom Lane 8.3.17
2011-10-15 Fix bugs in information_schema.referential_constraints view. Tom Lane 8.4.10
2011-10-15 Fix bugs in information_schema.referential_constraints view. Tom Lane 9.0.6
2011-10-15 Fix bugs in information_schema.referential_constraints view. Tom Lane 9.1.2
2011-10-15 Fix bugs in information_schema.referential_constraints view. Tom Lane 9.2.0
2011-03-11 Create an explicit concept of collations that work for any encoding. Tom Lane 9.1.0
2010-10-20 Remove obsolete comment, per Josh Kupershmidt. Tom Lane 9.0.2