Commits

DateSubjectAuthorReleases
2009-10-02 Fix erroneous handling of shared dependencies (ie dependencies on roles) Tom Lane 8.4.2
2009-10-02 Fix erroneous handling of shared dependencies (ie dependencies on roles) Tom Lane 9.0.0
2009-09-22 Implement the DO statement to support execution of PL code without having Tom Lane 9.0.0
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
2007-09-03 Implement function-local GUC parameter settings, as per recent discussion. Tom Lane 8.3.0
2007-06-06 Fix up text concatenation so that it accepts all the reasonable cases that 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
2007-02-02 Repair insufficiently careful type checking for SQL-language functions: Tom Lane 7.3.18
2007-02-02 Repair insufficiently careful type checking for SQL-language functions: Tom Lane 7.4.16
2007-01-22 Add COST and ROWS options to CREATE/ALTER FUNCTION, plus underlying pg_proc Tom Lane 8.3.0
2006-10-19 Clean up local redeclarations of variables with DLLIMPORT, per report Tom Lane 8.2.0
2005-11-17 Make SQL arrays support null elements. This commit fixes the core array Tom Lane 8.2.0
2005-09-24 Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. Tom Lane 8.1.0
2005-07-07 Track dependencies on shared objects (which is to say, roles; we already Tom Lane 8.1.0