summaryrefslogtreecommitdiff
path: root/src/backend/commands/user.c
Commit message (Expand)AuthorAgeFilesLines
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-121-4/+4
* Get rid of last few unadorned 'permission denied' messages.Tom Lane2003-01-271-2/+2
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-051-2/+2
* Repair core dump when trying to delete an entry from an already-NULLTom Lane2002-12-021-2/+7
* Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least prettyTom Lane2002-10-211-65/+142
* Translation updatesPeter Eisentraut2002-09-141-3/+7
* pgindent run.Bruce Momjian2002-09-041-32/+34
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Group-manipulating code neglected to fill in array element type,Tom Lane2002-08-301-4/+7
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-251-2/+2
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-051-54/+8
* Remove unused system table columns:Peter Eisentraut2002-07-241-2/+1
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Katherine Ward wrote:Jan Wieck2002-06-111-2/+2
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-211-4/+4
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-13/+13
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-171-5/+3
* Minor code cleanup.Tom Lane2002-04-281-6/+6
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-271-315/+213
* Fix write of pg_pwd file for multiple users. Broken recently by myBruce Momjian2002-04-271-3/+3
* Move renametrig() from tablecmds.c to trigger.c --- if we're going toTom Lane2002-04-261-2/+2
* Make PUBLIC an unreserved word (in fact, not a keyword at all),Tom Lane2002-04-181-7/+15
* Authentication improvements:Bruce Momjian2002-04-041-85/+284
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-4/+4
* Change made to elog:Bruce Momjian2002-03-061-7/+6
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-3/+3
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-011-1/+88
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-9/+10
* Merge three existing ways of signaling postmaster from child processes,Tom Lane2001-11-041-4/+3
* Fix pg_pwd caching mechanism, which was broken by changes to forkTom Lane2001-11-021-17/+10
* Reject tabs and linefeeds in usernames and passwords that are beingTom Lane2001-11-011-18/+47
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-7/+7
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-47/+63
* Replace useless strcasecmp's by strcmp's.Peter Eisentraut2001-09-191-21/+21
* Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut2001-09-081-15/+26
* Add 4-byte MD5 salt.Bruce Momjian2001-08-171-3/+5
* Move md5.h contents to crypt.h.Bruce Momjian2001-08-151-2/+1
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-151-81/+116
* Remove grammar restrictions on order of optional clauses in CREATE GROUP.Tom Lane2001-07-121-18/+50
* Changes from Vince Vielhaber to allow the optional clauses of CREATETom Lane2001-07-101-49/+174
* has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane2001-06-141-27/+7
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-121-88/+92
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-7/+7
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-8/+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-9/+6
* Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian2001-01-171-3/+4
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-47/+42
* Fix missing CommandCounterIncrement in DROP USER.Tom Lane2000-10-191-3/+9
* Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut2000-09-191-2/+2