Commits

DateSubjectAuthorReleases
2010-11-24 Create the system catalog infrastructure needed for KNNGIST. Tom Lane 9.1.0
2010-07-16 Remove duplicate code in DefineOpFamily(). Tom Lane 9.1.0
2008-11-02 Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, Tom Lane 8.4.0
2008-04-14 Push index operator lossiness determination down to GIST/GIN opclass Tom Lane 8.4.0
2007-11-11 Ensure that typmod decoration on a datatype name is validated in all cases, Tom Lane 8.3.0
2007-01-23 Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR 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-12-18 Set pg_am.amstrategies to zero for index AMs that don't have fixed Tom Lane 8.3.0
2006-05-02 Clean up API for ambulkdelete/amvacuumcleanup as per today's discussion. Tom Lane 8.2.0
2006-03-14 Improve parser so that we can show an error cursor position for errors Tom Lane 8.2.0
2006-01-13 Document that CREATE OPERATOR CLASS amounts to granting public execute Tom Lane 8.2.0
2005-08-23 Fix wrong dependency on owner created by ALTER OPCLASS OWNER. Tom Lane 8.1.0
2005-08-22 Fix unwanted denial of ALTER OWNER rights to superusers. There was some Tom Lane 8.1.0
2005-07-14 Adjust permissions checking for ALTER OWNER commands: instead of 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-25 Support renaming of tablespaces, and changing the owners of 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-11-09 Add operator strategy and comparison-value datatype fields to ScanKey. Tom Lane 8.0.0
2003-09-11 Fix missed message update, per Alvaro Herrera. Tom Lane 7.4.1
2003-08-17 Create a 'type cache' that keeps track of the data needed for any particular Tom Lane 7.4.1
2003-08-01 Adjust 'permission denied' messages to be more useful and consistent. Tom Lane 7.4.1