Commits

DateSubjectAuthorReleases
2011-07-23 Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION. Tom Lane 9.2.0
2011-06-16 Index tuple data arrays using Anum_xxx symbolic constants instead of "i++". Tom Lane 9.2.0
2011-02-08 Core support for "extensions", which are packages of SQL objects. Tom Lane 9.1.0
2009-01-22 Support column-level privileges, as required by SQL standard. 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-08-16 Clean up the loose ends in selectivity estimation left by my patch for semi Tom Lane 8.4.0
2006-12-23 Restructure operator classes to allow improved handling of cross-data-type Tom Lane 8.3.0
2006-03-14 Improve parser so that we can show an error cursor position for errors Tom Lane 8.2.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 Officially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS, and set the Tom Lane 8.1.0
2003-08-01 Adjust 'permission denied' messages to be more useful and consistent. Tom Lane 7.4.1
2003-07-21 Error message editing in backend/catalog. Tom Lane 7.4.1
2003-07-04 Some early work on error message editing. Operator-not-found and Tom Lane 7.4.1
2003-01-28 Extend join-selectivity API (oprjoin interface) so that join type is Tom Lane 7.4.1
2002-08-22 Add a bunch of pseudo-types to replace the behavior formerly associated Tom Lane 7.3.1
2002-08-05 Restructure system-catalog index updating logic. Instead of having Tom Lane 7.3.1
2002-07-18 Implement DROP SCHEMA. It lacks support for dropping conversions and Tom Lane 7.3.1
2002-07-16 Add more dependency insertions --- this completes the basic pg_depend Tom Lane 7.3.1
2002-05-21 Remove global variable scanCommandId in favor of storing a command ID Tom Lane 7.3.1
2002-04-27 Restructure aclcheck error reporting to make permission-failure Tom Lane 7.3.1
2002-04-25 Implement types regprocedure, regoper, regoperator, regclass, regtype Tom Lane 7.3.1
2002-04-16 Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take Tom Lane 7.3.1