| Commit message (Expand) | Author | Age | Files | Lines |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -11/+11 |
| * | 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 | -1/+3 |
| * | Tablespaces. Alternate database locations are dead, long live tablespaces. | Tom Lane | 2004-06-18 | 1 | -1/+7 |
| * | Align GRANT/REVOKE behavior more closely with the SQL spec, per discussion | Tom Lane | 2004-06-01 | 1 | -5/+15 |
| * | Refactor low-level aclcheck code to provide useful interfaces for multi-bit | Tom Lane | 2004-05-11 | 1 | -1/+18 |
| * | Revert patch --- needs more generalized solution. | Bruce Momjian | 2004-05-02 | 1 | -6/+1 |
| * | Please find a attached a small patch that adds accessor functions | Bruce Momjian | 2004-04-26 | 1 | -1/+6 |
| * | Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this time | Tom Lane | 2004-01-14 | 1 | -7/+7 |
| * | make sure the $Id tags are converted to $PostgreSQL as well ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | COMMENT ON casts, conversions, languages, operator classes, and | Tom Lane | 2003-11-21 | 1 | -1/+2 |
| * | Fix some corner cases in ACL manipulation: don't foul up on an empty | Tom Lane | 2003-10-29 | 1 | -15/+25 |
| * | Create a 'type cache' that keeps track of the data needed for any particular | Tom Lane | 2003-08-17 | 1 | -1/+2 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -2/+2 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -5/+5 |
| * | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 1 | -2/+19 |
| * | Error message editing in backend/catalog. | Tom Lane | 2003-07-21 | 1 | -2/+2 |
| * | First batch of object rename commands. | Peter Eisentraut | 2003-06-27 | 1 | -1/+2 |
| * | Create real array comparison functions (that use the element datatype's | Tom Lane | 2003-06-27 | 1 | -1/+2 |
| * | Back out array mega-patch. | Bruce Momjian | 2003-06-25 | 1 | -2/+1 |
| * | Array mega-patch. | Bruce Momjian | 2003-06-24 | 1 | -1/+2 |
| * | Represent grant options in the information schema. | Peter Eisentraut | 2003-06-11 | 1 | -1/+5 |
| * | Grant options, and cascading revoke. Grant options are allowed only for | Peter Eisentraut | 2003-01-23 | 1 | -18/+23 |
| * | Move new typedef AclId into c.h, so as to avoid cluttering namespace | Tom Lane | 2003-01-09 | 1 | -2/+3 |
| * | More cleanup of userid to be AclId rather than Oid. | Bruce Momjian | 2002-12-05 | 1 | -6/+6 |
| * | Make usesysid consistently int4, not oid. | Bruce Momjian | 2002-12-04 | 1 | -13/+8 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -2/+2 |
| * | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane | 2002-07-29 | 1 | -1/+2 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Restructure aclcheck error reporting to make permission-failure | Tom Lane | 2002-04-27 | 1 | -15/+15 |
| * | Restructure AclItem representation so that we can have more than eight | Tom Lane | 2002-04-21 | 1 | -56/+56 |
| * | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 | 1 | -2/+1 |
| * | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane | 2002-03-21 | 1 | -15/+15 |
| * | Privileges on functions and procedural languages | Peter Eisentraut | 2002-02-18 | 1 | -2/+5 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -1/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -9/+9 |
| * | Back out has_table_privilege patch. | Bruce Momjian | 2001-06-12 | 1 | -17/+1 |
| * | OK -- here's take #5. | Bruce Momjian | 2001-06-12 | 1 | -1/+17 |
| * | Allow GRANT/REVOKE to/from more than one user per invocation. Command tag | Peter Eisentraut | 2001-06-09 | 1 | -10/+8 |
| * | Correct permissions-checking bugs associated with ancient decision to | Tom Lane | 2001-06-05 | 1 | -7/+9 |
| * | Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER | Peter Eisentraut | 2001-05-27 | 1 | -16/+17 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -15/+15 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Arrange that no database accesses are attempted during parser() --- this | Tom Lane | 2000-10-07 | 1 | -2/+6 |
| * | Make default ACL be consistent --- ie, starting point for ChangeAcl | Tom Lane | 2000-10-02 | 1 | -14/+12 |
| * | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 | 1 | -5/+5 |