| Commit message (Expand) | Author | Age |
* | pgindent run for 9.6 | Robert Haas | 2016-06-09 |
* | Remove various special checks around default roles | Stephen Frost | 2016-05-06 |
* | Reserve the "pg_" namespace for roles | Stephen Frost | 2016-04-08 |
* | Update copyright for 2016 | Bruce Momjian | 2016-01-02 |
* | Improve some messages | Peter Eisentraut | 2015-12-10 |
* | In AlterRole, make bypassrls an int | Stephen Frost | 2015-08-21 |
* | Don't handle PUBLIC/NONE separately | Alvaro Herrera | 2015-07-20 |
* | Make RLS related error messages more consistent and compliant. | Joe Conway | 2015-07-06 |
* | pgindent run for 9.5 | Bruce Momjian | 2015-05-23 |
* | Integrate pg_upgrade_support module into backend | Peter Eisentraut | 2015-04-14 |
* | Fix crasher bugs in previous commit | Alvaro Herrera | 2015-03-09 |
* | Allow CURRENT/SESSION_USER to be used in certain commands | Alvaro Herrera | 2015-03-09 |
* | Remove rolcatupdate | Peter Eisentraut | 2015-03-06 |
* | Change many routines to return ObjectAddress rather than OID | Alvaro Herrera | 2015-03-03 |
* | Update copyright for 2015 | Bruce Momjian | 2015-01-06 |
* | Revert "Use a bitmask to represent role attributes" | Alvaro Herrera | 2014-12-23 |
* | Use a bitmask to represent role attributes | Alvaro Herrera | 2014-12-23 |
* | Row-Level Security Policies (RLS) | Stephen Frost | 2014-09-19 |
* | pg_upgrade: prevent automatic oid assignment | Bruce Momjian | 2014-08-25 |
* | pgindent run for 9.4 | Bruce Momjian | 2014-05-06 |
* | Shore up ADMIN OPTION restrictions. | Noah Misch | 2014-02-17 |
* | ALTER TABLESPACE ... MOVE ... OWNED BY | Stephen Frost | 2014-01-23 |
* | Update copyright for 2014 | Bruce Momjian | 2014-01-07 |
* | Move pg_upgrade_support global variables to their own include file | Bruce Momjian | 2013-12-19 |
* | Use an MVCC snapshot, rather than SnapshotNow, for catalog scans. | Robert Haas | 2013-07-02 |
* | pgindent run for release 9.3 | Bruce Momjian | 2013-05-29 |
* | Extend object-access hook machinery to support post-alter events. | Robert Haas | 2013-03-17 |
* | Code beautification for object-access hook machinery. | Robert Haas | 2013-03-06 |
* | Add ALTER ROLE ALL SET command | Peter Eisentraut | 2013-02-17 |
* | Update copyrights for 2013 | Bruce Momjian | 2013-01-01 |
* | Adjust more backend functions to return OID rather than void. | Robert Haas | 2012-12-29 |
* | Adjust many backend functions to return OID rather than void. | Robert Haas | 2012-12-23 |
* | Split tuple struct defs from htup.h to htup_details.h | Alvaro Herrera | 2012-08-30 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Extend object access hook framework to support arguments, and DROP. | Robert Haas | 2012-03-09 |
* | Make superuser imply replication privilege. The idea of a privilege that | Heikki Linnakangas | 2012-01-14 |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. | Tom Lane | 2011-09-09 |
* | Remove unnecessary #include references, per pgrminclude script. | Bruce Momjian | 2011-09-01 |
* | Support SECURITY LABEL on databases, tablespaces, and roles. | Robert Haas | 2011-07-20 |
* | Replace errdetail("%s", ...) with errdetail_internal("%s", ...). | Tom Lane | 2011-07-16 |
* | Add postmaster/postgres undocumented -b option for binary upgrades. | Bruce Momjian | 2011-04-25 |
* | Avoid incorrectly granting replication to roles created with NOSUPERUSER. | Robert Haas | 2011-04-13 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Adjust the permissions required for COMMENT ON ROLE. | Tom Lane | 2011-03-09 |
* | Fix pg_upgrade of large object permissions by preserving pg_auth.oid, | Bruce Momjian | 2011-01-07 |
* | Give superusers REPLIACTION permission by default | Magnus Hagander | 2011-01-05 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Add REPLICATION privilege for ROLEs | Magnus Hagander | 2010-12-29 |
* | Object access hook framework, with post-creation hook. | Robert Haas | 2010-11-25 |