Commits

DateSubjectAuthorReleases
2022-12-27 Convert the reg* input functions to report (most) errors softly. Tom Lane 16.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2017-10-26 Support domains over composite types. Tom Lane 11.0
2017-06-21 Phase 2 of pgindent updates. Tom Lane 10.0
2011-04-08 Avoid an unnecessary syscache lookup in parse_coerce.c. Tom Lane 9.1.0
2011-03-10 Remove collation information from TypeName, where it does not belong. Tom Lane 9.1.0
2007-11-11 Ensure that typmod decoration on a datatype name is validated in all cases, Tom Lane 8.3.0
2007-04-02 Support enum data types. Along the way, use macros for the values of Tom Lane 8.3.0
2006-12-30 Support type modifiers for user-defined types, and pull most knowledge Tom Lane 8.3.0
2006-09-25 Fix notice message from DROP FUNCTION IF EXISTS, and improve message Tom Lane 8.2.0
2006-03-14 Improve parser so that we can show an error cursor position for errors Tom Lane 8.2.0
2005-05-29 Remove typeidIsValid() checks in can_coerce_type(). These checks Tom Lane 8.1.0
2004-06-03 Remove typeTypeFlag(), which was not only unused but entirely redundant Tom Lane 8.0.0
2002-08-31 Code review for domain-constraints patch. Use a new ConstraintTest node Tom Lane 7.3.1
2002-05-17 Get rid of the last few uses of typeidTypeName() rather than Tom Lane 7.3.1
2002-03-29 pg_type has a typnamespace column; system now supports creating types Tom Lane 7.3.1
2001-10-09 Change plpgsql to depend on main parser's type-declaration grammar, Tom Lane 7.2.1
2000-11-16 Change SearchSysCache coding conventions so that a reference count is Tom Lane 7.1.1
2000-03-16 Turns out that Mazurkiewicz's gripe about 'function inheritance' is Tom Lane 7.1.1
1999-08-05 Revise parse_coerce() to handle coercion of int and float Tom Lane 7.1.1
1999-05-29 Avoid redundant SysCache searches in coerce_type, for another Tom Lane 7.1.1