| Commit message (Expand) | Author | Age |
* | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 |
* | Add support for privileges on types | Peter Eisentraut | 2011-12-20 |
* | Remove partial and undocumented GRANT .. FOREIGN TABLE support. | Robert Haas | 2011-04-25 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Support comments on FOREIGN DATA WRAPPER and SERVER objects. | Robert Haas | 2011-04-01 |
* | Adjust the permissions required for COMMENT ON ROLE. | Tom Lane | 2011-03-09 |
* | Allow non-superusers to create (some) extensions. | Tom Lane | 2011-03-04 |
* | DDL support for collations | Peter Eisentraut | 2011-02-12 |
* | Basic foreign table support. | Robert Haas | 2011-01-01 |
* | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Standardize get_whatever_oid functions for object types with | Robert Haas | 2010-08-05 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 |
* | Add large object access control. | Itagaki Takahiro | 2009-12-11 |
* | Speed up information schema privilege views | Peter Eisentraut | 2009-12-05 |
* | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane | 2009-10-05 |
* | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 |
* | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 |
* | Update copyright for 2009. | Bruce Momjian | 2009-01-01 |
* | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 |
* | Create a separate grantable privilege for TRUNCATE, rather than having it be | Tom Lane | 2008-09-08 |
* | Update copyrights in source tree to 2008. | Bruce Momjian | 2008-01-01 |
* | Tsearch2 functionality migrates to core. The bulk of this work is by | Tom Lane | 2007-08-21 |
* | Allow non-superuser database owners to create procedural languages. | Tom Lane | 2007-03-26 |
* | Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATOR | Tom Lane | 2007-01-23 |
* | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 |
* | pgindent run for 8.2. | Bruce Momjian | 2006-10-04 |
* | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 |
* | Create a syscache for pg_database-indexed-by-oid, and make use of it | Tom Lane | 2006-05-03 |
* | Code review for GRANT CONNECT patch. Spell the privilege as CONNECT not | Tom Lane | 2006-04-30 |
* | Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf. | Bruce Momjian | 2006-04-30 |
* | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 |
* | Add GRANT ON SEQUENCE syntax to support sequence-only permissions. | Bruce Momjian | 2006-01-21 |
* | Refactor some bits in aclchk.c in order to reduce code duplication. | Alvaro Herrera | 2005-12-01 |
* | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian | 2005-11-22 |
* | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera | 2005-11-21 |
* | Mop-up for nulls-in-arrays patch: fix some places that access array | Tom Lane | 2005-11-18 |
* | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 |
* | Disregard superuserness when checking to see if a role GRANT would | Tom Lane | 2005-11-04 |
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
* | Fix the problem of GRANTs creating "dangling" privileges not directly | Tom Lane | 2005-10-10 |
* | Add a role property 'rolinherit' which, when false, denotes that the role | Tom Lane | 2005-07-26 |
* | Adjust permissions checking for ALTER OWNER commands: instead of | Tom Lane | 2005-07-14 |
* | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane | 2005-07-07 |
* | More cleanup on roles patch. Allow admin option to be inherited through | Tom Lane | 2005-06-29 |
* | Bring syntax of role-related commands into SQL compliance. To avoid | Tom Lane | 2005-06-28 |
* | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 |
* | Small patch to move get_grosysid() from catalog/aclchk.c to | Neil Conway | 2005-01-27 |
* | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 |