| Commit message (Expand) | Author | Age | Files | Lines |
| * | Change default privileges for languages and functions to be PUBLIC USAGE | Tom Lane | 2002-09-24 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -10/+13 |
| * | Code review for HeapTupleHeader changes. Add version number to page headers | Tom Lane | 2002-09-02 | 1 | -2/+1 |
| * | Add a bunch of pseudo-types to replace the behavior formerly associated | Tom Lane | 2002-08-22 | 1 | -2/+2 |
| * | Fix permission checking for temp-table namespace. | Tom Lane | 2002-08-07 | 1 | -1/+8 |
| * | Restructure system-catalog index updating logic. Instead of having | Tom Lane | 2002-08-05 | 1 | -46/+11 |
| * | Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more | Tom Lane | 2002-07-29 | 1 | -1/+29 |
| * | oid is needed, it is added at the end of the struct (after the null | Bruce Momjian | 2002-07-20 | 1 | -2/+3 |
| * | REVOKE ALL ON FUNCTION nonexistant() FROM PUBLIC; | Bruce Momjian | 2002-07-18 | 1 | -2/+3 |
| * | Update copyright to 2002. | Bruce Momjian | 2002-06-20 | 1 | -2/+2 |
| * | Restructure indexscan API (index_beginscan, index_getnext) per | Tom Lane | 2002-05-20 | 1 | -5/+5 |
| * | Restructure aclcheck error reporting to make permission-failure | Tom Lane | 2002-04-27 | 1 | -36/+43 |
| * | Restructure AclItem representation so that we can have more than eight | Tom Lane | 2002-04-21 | 1 | -171/+497 |
| * | Checking to decide whether relations are system relations now depends | Tom Lane | 2002-04-12 | 1 | -4/+3 |
| * | Restructure representation of aggregate functions so that they have pg_proc | Tom Lane | 2002-04-11 | 1 | -28/+2 |
| * | Make sure that usesuper is always accessed through superuser(), so that the | Peter Eisentraut | 2002-04-11 | 1 | -5/+3 |
| * | Functions live in namespaces. Qualified function names work, eg | Tom Lane | 2002-04-09 | 1 | -47/+3 |
| * | Reimplement temp tables using schemas. The temp table map is history; | Tom Lane | 2002-03-31 | 1 | -3/+1 |
| * | pg_type has a typnamespace column; system now supports creating types | Tom Lane | 2002-03-29 | 1 | -12/+12 |
| * | pg_class has a relnamespace column. You can create and access tables | Tom Lane | 2002-03-26 | 1 | -10/+12 |
| * | Change the aclchk.c routines to uniformly use OIDs to identify the | Tom Lane | 2002-03-21 | 1 | -286/+178 |
| * | First phase of SCHEMA changes, concentrating on fixing the grammar and | Tom Lane | 2002-03-21 | 1 | -2/+2 |
| * | Change made to elog: | Bruce Momjian | 2002-03-06 | 1 | -2/+2 |
| * | Commit to match discussed elog() changes. Only update is that LOG is | Bruce Momjian | 2002-03-02 | 1 | -19/+19 |
| * | Privileges on functions and procedural languages | Peter Eisentraut | 2002-02-18 | 1 | -37/+531 |
| * | New pgindent run with fixes suggested by Tom. Patch manually reviewed, | Bruce Momjian | 2001-11-05 | 1 | -2/+2 |
| * | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -11/+12 |
| * | Allow removal of system-named pg_* temp tables. Rename temp file/dir as | Bruce Momjian | 2001-06-18 | 1 | -2/+3 |
| * | Allow GRANT/REVOKE to/from more than one user per invocation. Command tag | Peter Eisentraut | 2001-06-09 | 1 | -69/+106 |
| * | Correct permissions-checking bugs associated with ancient decision to | Tom Lane | 2001-06-05 | 1 | -52/+134 |
| * | Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGER | Peter Eisentraut | 2001-05-27 | 1 | -14/+14 |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -9/+9 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Fix all the places that called heap_update() and heap_delete() without | Tom Lane | 2001-01-23 | 1 | -2/+2 |
| * | aclitemout() shouldn't coredump when it finds an ACL item | Tom Lane | 2000-11-28 | 1 | -3/+4 |
| * | Change SearchSysCache coding conventions so that a reference count is | Tom Lane | 2000-11-16 | 1 | -52/+93 |
| * | Minor code cleanups, make in_group() check faster. | Tom Lane | 2000-11-03 | 1 | -42/+44 |
| * | Make default ACL be consistent --- ie, starting point for ChangeAcl | Tom Lane | 2000-10-02 | 1 | -88/+43 |
| * | Code cleanup of user name and user id handling in the backend. The current | Peter Eisentraut | 2000-09-06 | 1 | -38/+39 |
| * | Make acl-related functions safe for TOAST. Mark pg_class.relacl as | Tom Lane | 2000-07-31 | 1 | -44/+53 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -2/+2 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | setheapoverride() is history. Uses replaced with CommandCounterIncrement() | Tom Lane | 2000-01-17 | 1 | -4/+2 |
| * | Included all yacc and lex files into the distribution. | Peter Eisentraut | 2000-01-16 | 1 | -3/+3 |
| * | Fixed all elog related warnings, as well as a few others. | Peter Eisentraut | 2000-01-15 | 1 | -2/+2 |
| * | Fixed everything in and surrounding createdb and dropdb to make it more | Peter Eisentraut | 2000-01-13 | 1 | -18/+1 |
| * | Add pg_statistic index, add missing Hiroshi file. | Bruce Momjian | 1999-11-24 | 1 | -5/+5 |
| * | Rename heap_replace to heap_update. | Bruce Momjian | 1999-11-24 | 1 | -3/+3 |
| * | Add system indexes to match all caches. | Bruce Momjian | 1999-11-22 | 1 | -9/+9 |
| * | New NameStr macro to convert Name to Str. No need for var.data anymore. | Bruce Momjian | 1999-11-07 | 1 | -2/+2 |