Commits

DateSubjectAuthorReleases
2009-11-29 Make pg_stat_activity.application_name visible to all users, rather than Tom Lane 9.0.0
2009-11-28 Add support for an application_name parameter, which is displayed in Tom Lane 9.0.0
2009-09-26 Extend the BKI infrastructure to allow system catalogs to be given Tom Lane 9.0.0
2009-08-04 Cause pg_proc.probin to be declared as text, not bytea. Everything was Tom Lane 9.0.0
2009-07-29 Support deferrable uniqueness constraints. Tom Lane 9.0.0
2009-07-07 Fix typo in comment. Tom Lane 9.0.0
2009-06-09 Mark internal_in as not strict, so that the construct "null::internal" Tom Lane 8.4.0
2009-04-09 Remove SQL-compatibility function cardinality(). It is not exactly clear Tom Lane 8.4.0
2009-04-07 Add an optional parameter to pg_start_backup() that specifies whether to do Tom Lane 8.4.0
2009-04-05 Change cardinality() into a C-code function, instead of a SQL-language Tom Lane 8.4.0
2009-03-25 Adjust the APIs for GIN opclass support functions to allow the extractQuery() Tom Lane 8.4.0
2009-03-24 Implement "fastupdate" support for GIN indexes, in which we try to accumulate Tom Lane 8.4.0
2009-02-06 Clean up some loose ends from the column privileges patch: add 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-14 Implement the basic form of UNNEST, ie unnest(anyarray) returns setof Tom Lane 8.4.0
2008-11-12 If we're going to use a SQL function for this, at least make it schema-proof. Tom Lane 8.4.0
2008-11-03 Dept of second thoughts: seems it'd be safer if pg_typeof is marked Tom Lane 8.4.0
2008-11-03 Add pg_typeof() function. Tom Lane 8.4.0
2008-10-14 Extend the date type to support infinity and -infinity, analogously to Tom Lane 8.4.0
2008-10-13 Implement comparison of generic records (composite types), and invent a Tom Lane 8.4.0
2008-09-19 Create a selectivity estimation function for the text search @@ operator. Tom Lane 8.4.0
2008-09-06 Implement a psql command "\ef" to edit the definition of a function. Tom Lane 8.4.0
2008-08-16 Clean up the loose ends in selectivity estimation left by my patch for semi Tom Lane 8.4.0