Commits

DateSubjectAuthorReleases
2009-12-29 Add the ability to store inheritance-tree statistics in pg_statistic, Tom Lane 9.0.0
2009-10-05 Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust Tom Lane 9.0.0
2008-05-07 Convert the list of syscache names from a series of #define's into an enum, 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
2006-05-03 Create a syscache for pg_database-indexed-by-oid, and make use of it Tom Lane 8.2.0
2005-06-28 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid Tom Lane 8.1.0
2005-03-29 Convert oidvector and int2vector into variable-length arrays. This Tom Lane 8.1.0
2002-11-02 Fix permissions-checking bugs and namespace-search-path bugs in Tom Lane 7.3.1
2002-08-02 ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne, 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
2002-04-09 Functions live in namespaces. Qualified function names work, eg Tom Lane 7.3.1
2002-04-06 Implement partial-key searching of syscaches, per recent suggestion 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-26 pg_class has a relnamespace column. You can create and access tables Tom Lane 7.3.1
2002-03-22 Create the pg_namespace system catalog. Doesn't do much yet, but it's Tom Lane 7.3.1
2002-03-21 Change the aclchk.c routines to uniformly use OIDs to identify the Tom Lane 7.3.1
2002-02-19 A bunch of changes aimed at reducing backend startup time... Tom Lane 7.3.1
2001-08-21 Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in Tom Lane 7.2.1
2001-08-10 Make OIDs optional, per discussions in pghackers. WITH OIDS is still the Tom Lane 7.2.1