summaryrefslogtreecommitdiff
path: root/src/backend/catalog/aclchk.c
Commit message (Expand)AuthorAgeFilesLines
* Change default privileges for languages and functions to be PUBLIC USAGETom Lane2002-09-241-2/+2
* pgindent run.Bruce Momjian2002-09-041-10/+13
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-2/+1
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-2/+2
* Fix permission checking for temp-table namespace.Tom Lane2002-08-071-1/+8
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-051-46/+11
* Implement CREATE/DROP OPERATOR CLASS. Work still remains: need moreTom Lane2002-07-291-1/+29
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-2/+3
* REVOKE ALL ON FUNCTION nonexistant() FROM PUBLIC;Bruce Momjian2002-07-181-2/+3
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-5/+5
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-271-36/+43
* Restructure AclItem representation so that we can have more than eightTom Lane2002-04-211-171/+497
* Checking to decide whether relations are system relations now dependsTom Lane2002-04-121-4/+3
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-28/+2
* Make sure that usesuper is always accessed through superuser(), so that thePeter Eisentraut2002-04-111-5/+3
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-47/+3
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-311-3/+1
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-12/+12
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-10/+12
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-211-286/+178
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-211-2/+2
* Change made to elog:Bruce Momjian2002-03-061-2/+2
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-19/+19
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-181-37/+531
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-11/+12
* Allow removal of system-named pg_* temp tables. Rename temp file/dir asBruce Momjian2001-06-181-2/+3
* Allow GRANT/REVOKE to/from more than one user per invocation. Command tagPeter Eisentraut2001-06-091-69/+106
* Correct permissions-checking bugs associated with ancient decision toTom Lane2001-06-051-52/+134
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-271-14/+14
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-9/+9
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-231-2/+2
* aclitemout() shouldn't coredump when it finds an ACL itemTom Lane2000-11-281-3/+4
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-52/+93
* Minor code cleanups, make in_group() check faster.Tom Lane2000-11-031-42/+44
* Make default ACL be consistent --- ie, starting point for ChangeAclTom Lane2000-10-021-88/+43
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-061-38/+39
* Make acl-related functions safe for TOAST. Mark pg_class.relacl asTom Lane2000-07-311-44/+53
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-2/+2
* Add:Bruce Momjian2000-01-261-2/+3
* setheapoverride() is history. Uses replaced with CommandCounterIncrement()Tom Lane2000-01-171-4/+2
* Included all yacc and lex files into the distribution.Peter Eisentraut2000-01-161-3/+3
* Fixed all elog related warnings, as well as a few others.Peter Eisentraut2000-01-151-2/+2
* Fixed everything in and surrounding createdb and dropdb to make it morePeter Eisentraut2000-01-131-18/+1
* Add pg_statistic index, add missing Hiroshi file.Bruce Momjian1999-11-241-5/+5
* Rename heap_replace to heap_update.Bruce Momjian1999-11-241-3/+3
* Add system indexes to match all caches.Bruce Momjian1999-11-221-9/+9
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+2