| Commit message (Expand) | Author | Age |
* | Add postgres_fdw contrib module. | Tom Lane | 2013-02-21 |
* | Make placeholders in SQL command help more consistent and precise | Peter Eisentraut | 2012-06-22 |
* | Add sequence USAGE privileges to information schema | Peter Eisentraut | 2012-01-30 |
* | Add compatibility note about grant options on GRANT reference page | Peter Eisentraut | 2012-01-09 |
* | Add support for privileges on types | Peter Eisentraut | 2011-12-20 |
* | Remove whitespace from end of lines | Peter Eisentraut | 2011-08-07 |
* | Fix a whitespace issue with the man pages | Peter Eisentraut | 2011-08-07 |
* | Improve wording of documentation on default privileges. | Andrew Dunstan | 2011-07-11 |
* | More cleanup of FOREIGN TABLE permissions handling. | Robert Haas | 2011-05-13 |
* | Remove partial and undocumented GRANT .. FOREIGN TABLE support. | Robert Haas | 2011-04-25 |
* | Be consistent about writing "[, ...]" instead "[,...]" in the docs. | Heikki Linnakangas | 2010-11-29 |
* | Complete the documentation of the USAGE privilege for foreign servers | Peter Eisentraut | 2010-10-14 |
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
* | Fix indentation of verbatim block elements | Peter Eisentraut | 2010-07-29 |
* | Remove unnecessary xref endterm attributes and title ids | Peter Eisentraut | 2010-04-03 |
* | Make typography consistent | Peter Eisentraut | 2010-03-17 |
* | Improve documentation for pg_largeobject changes. | Robert Haas | 2009-12-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 |
* | Create an ALTER DEFAULT PRIVILEGES command, which allows users to adjust | Tom Lane | 2009-10-05 |
* | Make the placeholder naming in the synopses of the SQL help more consistent | Peter Eisentraut | 2009-09-19 |
* | Easier to translate psql help | Peter Eisentraut | 2009-09-18 |
* | Improve GRANT reference page's description of object ownership | Tom Lane | 2009-09-12 |
* | 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 |
* | Don't print the name of the database in psql \z. | Peter Eisentraut | 2008-07-03 |
* | Improve GRANT documentation to point out that UPDATE and DELETE typically | Tom Lane | 2008-05-28 |
* | Display ACLS using multiple lines for psql's \z. Brendan Jurd. | Andrew Dunstan | 2008-05-05 |
* | Update some obsolete stuff in the GRANT and REVOKE reference pages: | Tom Lane | 2007-10-30 |
* | Create a GUC parameter temp_tablespaces that allows selection of the | Tom Lane | 2007-06-03 |
* | Remove example of SQL-standard syntax for GRANT/REVOKE --- was causing | Bruce Momjian | 2007-04-07 |
* | Consistenly use colons before '<programlisting>' blocks, where | Bruce Momjian | 2007-02-01 |
* | 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 |
* | Update documentation on GRANT SCEMA USAGE, again. | Bruce Momjian | 2006-07-20 |
* | Update GRANT USAGE on schema permission description. | Bruce Momjian | 2006-07-19 |
* | Update schema USAGE permission description. | Bruce Momjian | 2006-07-12 |
* | Add #include code to prevent multiple inclusion. | Bruce Momjian | 2006-07-10 |
* | Update schema GRANT USAGE description. | Bruce Momjian | 2006-07-10 |
* | 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 |
* | Document that GRANT on a table does not affect sequence permissions, | Bruce Momjian | 2006-02-14 |
* | 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 |
* | Improve documentation about CREATEROLE privilege. | Tom Lane | 2005-10-13 |
* | Basic documentation for ROLEs. The user-manag chapter still needs to | Tom Lane | 2005-07-26 |