Commits

DateSubjectAuthorReleases
2008-07-16 Support "variadic" functions, which can accept a variable number of arguments Tom Lane 8.4.0
2006-04-15 Support the syntax 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
2003-07-20 Another round of error message editing, covering backend/commands/. Tom Lane 7.4.1
2003-07-04 Some early work on error message editing. Operator-not-found and Tom Lane 7.4.1
2003-05-26 Cause CHAR(n) to TEXT or VARCHAR conversion to automatically strip trailing Tom Lane 7.4.1
2003-04-29 Infrastructure for deducing Param types from context, in the same way Tom Lane 7.4.1
2003-04-08 First phase of work on array improvements. ARRAY[x,y,z] constructor Tom Lane 7.4.1
2002-08-22 Add a bunch of pseudo-types to replace the behavior formerly associated Tom Lane 7.3.1
2002-04-16 Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take Tom Lane 7.3.1
2002-04-11 Restructure representation of aggregate functions so that they have pg_proc Tom Lane 7.3.1
2002-04-09 Functions live in namespaces. Qualified function names work, eg Tom Lane 7.3.1
2002-03-29 pg_type has a typnamespace column; system now supports creating types Tom Lane 7.3.1
2002-03-21 First phase of SCHEMA changes, concentrating on fixing the grammar and Tom Lane 7.3.1
2001-10-04 Consider interpreting a function call as a trivial (binary-compatible) Tom Lane 7.2.1
2000-09-12 First cut at full support for OUTER JOINs. There are still a few loose Tom Lane 7.1.1
2000-08-20 Make functional indexes accept binary-compatible functions, for example Tom Lane 7.1.1
2000-08-08 Remove 'func_tlist' from Func expression nodes, likewise 'param_tlist' Tom Lane 7.1.1
2000-03-16 Turns out that Mazurkiewicz's gripe about 'function inheritance' is Tom Lane 7.1.1
1999-12-10 Teach grammar and parser about aggregate(DISTINCT ...). No implementation Tom Lane 7.1.1
1999-08-21 Major revision of sort-node handling: push knowledge of query Tom Lane 7.1.1
1999-06-17 Defend against function calls with more than 8 arguments (code Tom Lane 7.1.1