Commits

DateSubjectAuthorReleases
2009-10-05 Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust Tom Lane 9.0.0
2009-01-22 Support column-level privileges, as required by SQL standard. Tom Lane 8.4.0
2007-08-21 Tsearch2 functionality migrates to core. The bulk of this work is by 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-14 Fix up foreign-key mechanism so that there is a sound semantic basis for the Tom Lane 8.3.0
2006-12-23 Restructure operator classes to allow improved handling of cross-data-type Tom Lane 8.3.0
2005-09-08 Create the pg_pltemplate system catalog to hold template information Tom Lane 8.1.0
2005-07-14 Integrate autovacuum functionality into the backend. There's still a 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
2005-06-28 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid Tom Lane 8.1.0
2005-04-14 Completion of project to use fixed OIDs for all system catalogs and Tom Lane 8.1.0
2005-04-14 First phase of project to use fixed OIDs for all system catalogs and Tom Lane 8.1.0
2005-03-29 Convert oidvector and int2vector into variable-length arrays. This Tom Lane 8.1.0
2004-06-18 Tablespaces. Alternate database locations are dead, long live tablespaces. Tom Lane 8.0.0
2003-11-12 Cross-data-type comparisons are now indexable by btrees, pursuant to my Tom Lane 8.0.0
2003-05-13 Change pg_amop's index on (amopclaid,amopopr) to index (amopopr,amopclaid). Tom Lane 7.4.1
2002-10-18 Make 'dummy' declarations in header files be 'extern int no_such_variable' Tom Lane 7.3.1
2002-08-05 Restructure system-catalog index updating logic. Instead of having Tom Lane 7.3.1
2002-07-15 Use the dependency mechanism to manage column defaults. We need this Tom Lane 7.3.1
2002-07-12 Second phase of committing Rod Taylor's pg_depend/pg_constraint patch. Tom Lane 7.3.1
2002-04-19 pg_trigger's index on tgrelid is replaced by a unique index on Tom Lane 7.3.1
2002-04-18 Rule names are now unique per-relation, rather than unique globally. Tom Lane 7.3.1
2002-04-17 Opclasses live in namespaces. I also took the opportunity to create 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