| Commit message (Expand) | Author | Age |
* | Doc: fix old oversights in GRANT/REVOKE documentation. | Tom Lane | 2020-02-12 |
* | Refactor documentation about privileges to centralize the info. | Tom Lane | 2018-12-03 |
* | Fix grammar in REVOKE documentation | Michael Paquier | 2018-06-10 |
* | SQL procedures | Peter Eisentraut | 2017-11-30 |
* | Convert documentation to DocBook XML | Peter Eisentraut | 2017-11-23 |
* | Convert SGML IDs to lower case | Peter Eisentraut | 2017-10-20 |
* | Don't use SGML empty tags | Peter Eisentraut | 2017-10-17 |
* | Use lower-case SGML attribute values | Peter Eisentraut | 2017-10-10 |
* | Allow referring to functions without arguments when unique | Peter Eisentraut | 2017-03-14 |
* | Use gender-neutral language in documentation | Peter Eisentraut | 2015-09-21 |
* | doc: Improve DocBook XML validity | Peter Eisentraut | 2014-02-23 |
* | Make placeholders in SQL command help more consistent and precise | Peter Eisentraut | 2012-06-22 |
* | Add note about column privilege behavior to REVOKE reference page | Peter Eisentraut | 2012-03-17 |
* | Add support for privileges on types | Peter Eisentraut | 2011-12-20 |
* | Fix a whitespace issue with the man pages | Peter Eisentraut | 2011-08-07 |
* | Be consistent about writing "[, ...]" instead "[,...]" in the docs. | Heikki Linnakangas | 2010-11-29 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Remove unnecessary xref endterm attributes and title ids | Peter Eisentraut | 2010-04-03 |
* | Make typography consistent | Peter Eisentraut | 2010-03-17 |
* | Add large object access control. | Itagaki Takahiro | 2009-12-11 |
* | Support GRANT/REVOKE ON ALL TABLES/SEQUENCES/FUNCTIONS IN SCHEMA. | Tom Lane | 2009-10-12 |
* | Make the placeholder naming in the synopses of the SQL help more consistent | Peter Eisentraut | 2009-09-19 |
* | Support column-level privileges, as required by SQL standard. | Tom Lane | 2009-01-22 |
* | SQL/MED catalog manipulation facilities | Peter Eisentraut | 2008-12-19 |
* | Set SQL man pages to be section 7 by default, and only transform them to | Peter Eisentraut | 2008-11-14 |
* | Create a separate grantable privilege for TRUNCATE, rather than having it be | Tom Lane | 2008-09-08 |
* | Document that REVOKE doesn't remove all permissions if PUBLIC has permissions. | Bruce Momjian | 2008-03-03 |
* | Update some obsolete stuff in the GRANT and REVOKE reference pages: | Tom Lane | 2007-10-30 |
* | Fix typo in REVOKE reference page. Guillaume Lelarge. | Neil Conway | 2007-10-10 |
* | Slight wording improvement. | Bruce Momjian | 2007-04-07 |
* | Remove example of SQL-standard syntax for GRANT/REVOKE --- was causing | Bruce Momjian | 2007-04-07 |
* | Update reference documentation on may/can/might: | Bruce Momjian | 2007-01-31 |
* | Remove emacs info from footer of SGML files. | Bruce Momjian | 2006-09-16 |
* | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 |
* | Fix documentation error: GRANT/REVOKE for roles only accept role names | Tom Lane | 2006-08-02 |
* | 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 |
* | Add GRANT ON SEQUENCE syntax to support sequence-only permissions. | Bruce Momjian | 2006-01-21 |
* | Document the behavior of GRANT/REVOKE in cases where the privilege is | Tom Lane | 2005-10-20 |
* | Basic documentation for ROLEs. The user-manag chapter still needs to | Tom Lane | 2005-07-26 |
* | Document that utility commands such as DROP FUNCTION allow argument names | Tom Lane | 2005-05-26 |
* | Create 'default_tablespace' GUC variable that supplies a TABLESPACE | Tom Lane | 2004-11-05 |
* | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 |
* | Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion | Tom Lane | 2004-06-01 |
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
* | When a superuser does GRANT or REVOKE on an object he doesn't own, | Tom Lane | 2003-10-31 |
* | Add/edit index entries. | Peter Eisentraut | 2003-08-31 |
* | Editing of more reference pages. | Peter Eisentraut | 2003-04-26 |
* | Grant options, and cascading revoke. Grant options are allowed only for | Peter Eisentraut | 2003-01-23 |
* | Add optional drop behavior clause to REVOKE command, for SQL conformance. | Peter Eisentraut | 2003-01-10 |