Commits

Showing commits that first shipped in 8.4 (backpatches included). Clear

DateSubjectAuthorReleases
2013-11-06 Prevent creating window functions with default arguments. Tom Lane 8.4.19
2013-09-03 Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off. Tom Lane 8.4.18
2011-10-03 ProcedureCreate neglected to record dependencies on default expressions. Tom Lane 8.4.10
2010-03-19 Modify error context callback functions to not assume that they can fetch Tom Lane 8.4.4
2009-12-14 Fix a bug introduced when set-returning SQL functions were made inline-able: Tom Lane 8.4.3
2009-10-02 Fix erroneous handling of shared dependencies (ie dependencies on roles) Tom Lane 8.4.2
2009-06-04 Improve the recently-added support for properly pluralized error messages Tom Lane 8.4.0
2009-01-22 Support column-level privileges, as required by SQL standard. Tom Lane 8.4.0
2008-12-31 Add a WINDOW attribute to CREATE FUNCTION, and teach pg_dump about it, Tom Lane 8.4.0
2008-12-28 Support window functions a la SQL:2008. Tom Lane 8.4.0
2008-12-19 Add a new column proiswindow to pg_proc. It doesn't actually do anything Tom Lane 8.4.0
2008-12-18 Code review for function default parameters patch. Fix numerous problems as Tom Lane 8.4.0
2008-11-02 Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, Tom Lane 8.4.0
2008-07-18 Implement SQL-spec RETURNS TABLE syntax for functions. Tom Lane 8.4.0
2008-07-16 Add a "provariadic" column to pg_proc to eliminate the remarkably expensive Tom Lane 8.4.0
2008-03-27 Reduce the need for frontend programs to include "postgres.h" by refactoring Tom Lane 8.4.0
2008-03-25 Simplify and standardize conversions between TEXT datums and ordinary C Tom Lane 8.4.0
2008-03-18 Arrange to "inline" SQL functions that appear in a query's FROM clause, Tom Lane 8.4.0