Commits

DateSubjectAuthorReleases
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-03-25 Simplify and standardize conversions between TEXT datums and ordinary C Tom Lane 8.4.0
2008-03-24 Use new errdetail_log() mechanism to provide a less klugy way of reporting Tom Lane 8.4.0
2007-09-03 Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. Tom Lane 8.3.0
2006-06-20 Split definitions for md5.c out of crypt.h and into their own header Tom Lane 8.2.0
2006-05-04 Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE. Tom Lane 8.2.0
2005-11-04 Disregard superuserness when checking to see if a role GRANT would Tom Lane 8.1.0
2005-10-17 Clean up libpq's pollution of application namespace by renaming the Tom Lane 8.1.0
2005-07-31 Add per-user and per-database connection limit options. Tom Lane 8.1.0
2005-07-26 Minor correction: cause ALTER ROLE role ROLE rolenames to behave Tom Lane 8.1.0
2005-07-26 Add a role property 'rolinherit' which, when false, denotes that the role Tom Lane 8.1.0
2005-07-25 Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; 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-29 More cleanup on roles patch. Allow admin option to be inherited through Tom Lane 8.1.0
2005-06-28 Fix up problems in write_auth_file and parsing of the auth file. Tom Lane 8.1.0
2005-06-28 Bring syntax of role-related commands into SQL compliance. To avoid 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-02-20 Add code to prevent transaction ID wraparound by enforcing a safe limit Tom Lane 8.1.0
2004-09-16 Restructure subtransaction handling to reduce resource consumption, Tom Lane 8.0.0
2004-07-28 Fix subtransaction behavior for large objects, temp namespace, files, Tom Lane 8.0.0
2004-02-10 Restructure smgr API as per recent proposal. smgr no longer depends on Tom Lane 8.0.0
2004-01-26 Ensure that close() and fclose() are checked for errors, at least in Tom Lane 8.0.0