summaryrefslogtreecommitdiff
path: root/src/backend/commands/user.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up callers of AllocateFile and BasicOpenFile to ensure thatTom Lane2000-08-271-3/+3
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-031-10/+12
* Missed some array updates ...Tom Lane2000-07-221-7/+7
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-171-1/+2
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-051-6/+11
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-281-2/+2
* Relaxed pickiness about user and group commands in transaction blocks.Peter Eisentraut2000-06-251-37/+5
* Back out pg_shadow changes to allow create table and locking permissions.Bruce Momjian2000-06-121-35/+4
* I have large database and with this DB work more users and I very needBruce Momjian2000-06-091-4/+35
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-091-5/+7