Age | Commit message (Expand) | Author |
2013-03-17 | Extend object-access hook machinery to support post-alter events. | Robert Haas |
2013-03-06 | Code beautification for object-access hook machinery. | Robert Haas |
2013-02-17 | Add ALTER ROLE ALL SET command | Peter Eisentraut |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-12-29 | Adjust more backend functions to return OID rather than void. | Robert Haas |
2012-12-23 | Adjust many backend functions to return OID rather than void. | Robert Haas |
2012-08-30 | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera |
2012-06-10 | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian |
2012-03-09 | Extend object access hook framework to support arguments, and DROP. | Robert Haas |
2012-01-14 | Make superuser imply replication privilege. The idea of a privilege that | Heikki Linnakangas |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-09-09 | Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. | Tom Lane |
2011-09-01 | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian |
2011-07-20 | Support SECURITY LABEL on databases, tablespaces, and roles. | Robert Haas |
2011-07-16 | Replace errdetail("%s", ...) with errdetail_internal("%s", ...). | Tom Lane |
2011-04-25 | Add postmaster/postgres undocumented -b option for binary upgrades. | Bruce Momjian |
2011-04-13 | Avoid incorrectly granting replication to roles created with NOSUPERUSER. | Robert Haas |
2011-04-10 | pgindent run before PG 9.1 beta 1. | Bruce Momjian |
2011-03-09 | Adjust the permissions required for COMMENT ON ROLE. | Tom Lane |
2011-01-07 | Fix pg_upgrade of large object permissions by preserving pg_auth.oid, | Bruce Momjian |
2011-01-05 | Give superusers REPLIACTION permission by default | Magnus Hagander |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-12-29 | Add REPLICATION privilege for ROLEs | Magnus Hagander |
2010-11-25 | Object access hook framework, with post-creation hook. | Robert Haas |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-08-05 | Standardize get_whatever_oid functions for object types with | Robert Haas |
2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
2010-02-14 | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-11-18 | Add a hook to CREATE/ALTER ROLE to allow an external module to check the | Tom Lane |
2009-10-07 | Make it possibly to specify GUC params per user and per database. | Alvaro Herrera |
2009-09-01 | Remove flatfiles.c, which is now obsolete. | Alvaro Herrera |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-01-30 | Check that connection limit is within valid range. IOW, not < -1. | Heikki Linnakangas |
2009-01-22 | Support column-level privileges, as required by SQL standard. | Tom Lane |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-11-02 | Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, | Tom Lane |
2008-05-12 | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera |
2008-03-26 | Move the HTSU_Result enum definition into snapshot.h, to avoid including | Alvaro Herrera |
2008-03-25 | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane |
2008-03-24 | Use new errdetail_log() mechanism to provide a less klugy way of reporting | Tom Lane |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-09-03 | Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE. | Tom Lane |
2007-02-01 | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-07-13 | Allow include files to compile own their own. | Bruce Momjian |
2006-06-20 | Split definitions for md5.c out of crypt.h and into their own header | Tom Lane |
2006-05-04 | Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE. | Tom Lane |
2006-03-05 | Update copyright for 2006. Update scripts. | Bruce Momjian |