| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian | 2007-01-05 | 1 | -2/+2 |
| * | Message style improvements | Peter Eisentraut | 2006-10-06 | 1 | -3/+3 |
| * | Get rid of the separate RULE privilege for tables: now only a table's owner | Tom Lane | 2006-09-05 | 1 | -11/+11 |
| * | Remove 576 references of include files that were not needed. | Bruce Momjian | 2006-07-14 | 1 | -2/+1 |
| * | Code review for GRANT CONNECT patch. Spell the privilege as CONNECT not | Tom Lane | 2006-04-30 | 1 | -2/+10 |
| * | Add GRANT CONNECTION ON DATABASE, to be used in addition to pg_hba.conf. | Bruce Momjian | 2006-04-30 | 1 | -2/+5 |
| * | Update copyright for 2006. Update scripts. | Bruce Momjian | 2006-03-05 | 1 | -2/+2 |
| * | Add GRANT ON SEQUENCE syntax to support sequence-only permissions. | Bruce Momjian | 2006-01-21 | 1 | -1/+5 |
| * | Mop-up for nulls-in-arrays patch: fix some places that access array | Tom Lane | 2005-11-18 | 1 | -10/+37 |
| * | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane | 2005-11-17 | 1 | -2/+2 |
| * | Disregard superuserness when checking to see if a role GRANT would | Tom Lane | 2005-11-04 | 1 | -1/+21 |
| * | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 | 1 | -133/+133 |
| * | Fix the problem of GRANTs creating "dangling" privileges not directly | Tom Lane | 2005-10-10 | 1 | -39/+247 |
| * | Marginal performance improvement in aclmask(): don't bother with | Tom Lane | 2005-10-07 | 1 | -6/+7 |
| * | Make use of new list primitives list_append_unique and list_concat_unique | Tom Lane | 2005-07-28 | 1 | -7/+4 |
| * | Add a role property 'rolinherit' which, when false, denotes that the role | Tom Lane | 2005-07-26 | 1 | -33/+170 |
| * | Add pg_has_role() family of privilege inquiry functions modeled after the | Tom Lane | 2005-07-26 | 1 | -1/+221 |
| * | Remove unnecessary parentheses in assignments. | Bruce Momjian | 2005-07-21 | 1 | -5/+5 |
| * | Adjust permissions checking for ALTER OWNER commands: instead of | Tom Lane | 2005-07-14 | 1 | -1/+19 |
| * | Track dependencies on shared objects (which is to say, roles; we already | Tom Lane | 2005-07-07 | 1 | -1/+82 |
| * | More cleanup on roles patch. Allow admin option to be inherited through | Tom Lane | 2005-06-29 | 1 | -116/+177 |
| * | Bring syntax of role-related commands into SQL compliance. To avoid | Tom Lane | 2005-06-28 | 1 | -2/+2 |
| * | Replace pg_shadow and pg_group by new role-capable catalogs pg_authid | Tom Lane | 2005-06-28 | 1 | -365/+369 |
| * | Remove second argument from textToQualifiedNameList(), as it is no longer | Neil Conway | 2005-05-27 | 1 | -3/+2 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Adjust comments previously moved to column 1 by pgident. | Bruce Momjian | 2004-10-07 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -40/+42 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Use one, not zero, as the default lower bound for arrays of AclItems. | Tom Lane | 2004-08-06 | 1 | -2/+2 |
| * | Cause ALTER OWNER commands to update the object's ACL, replacing references | Tom Lane | 2004-08-01 | 1 | -7/+110 |
| * | Add has_tablespace_privilege(). | Bruce Momjian | 2004-07-12 | 1 | -1/+205 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 1 | -1/+5 |
| * | Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion | Tom Lane | 2004-06-01 | 1 | -87/+324 |
| * | Solve the 'Turkish problem' with undesirable locale behavior for case | Tom Lane | 2004-05-07 | 1 | -41/+41 |
| * | Revert patch --- needs more generalized solution. | Bruce Momjian | 2004-05-02 | 1 | -38/+1 |
| * | Please find a attached a small patch that adds accessor functions | Bruce Momjian | 2004-04-26 | 1 | -1/+38 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Fix some corner cases in ACL manipulation: don't foul up on an empty | Tom Lane | 2003-10-29 | 1 | -51/+52 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -5/+5 |
| * | OK, some of these syntax errors should be given other codes. | Peter Eisentraut | 2003-09-15 | 1 | -4/+4 |
| * | Some "feature not supported" errors are better syntax errors, because the | Peter Eisentraut | 2003-09-09 | 1 | -2/+2 |
| * | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 | 1 | -1/+18 |
| * | Handle double-quotes correctly in user names in ACL lists. | Tom Lane | 2003-08-14 | 1 | -17/+31 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -41/+48 |
| * | Error message editing in utils/adt. Again thanks to Joe Conway for doing | Tom Lane | 2003-07-27 | 1 | -36/+79 |
| * | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 | 1 | -8/+25 |
| * | Back out array mega-patch. | Bruce Momjian | 2003-06-25 | 1 | -10/+1 |
| * | Array mega-patch. | Bruce Momjian | 2003-06-24 | 1 | -1/+10 |
| * | Represent grant options in the information schema. | Peter Eisentraut | 2003-06-11 | 1 | -16/+102 |