aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/user.c
Commit message (Expand)AuthorAge
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-05
* Repair core dump when trying to delete an entry from an already-NULLTom Lane2002-12-02
* Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least prettyTom Lane2002-10-21
* Translation updatesPeter Eisentraut2002-09-14
* pgindent run.Bruce Momjian2002-09-04
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Group-manipulating code neglected to fill in array element type,Tom Lane2002-08-30
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-25
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-05
* Remove unused system table columns:Peter Eisentraut2002-07-24
* Update copyright to 2002.Bruce Momjian2002-06-20
* Katherine Ward wrote:Jan Wieck2002-06-11
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-17
* Minor code cleanup.Tom Lane2002-04-28
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-27
* Fix write of pg_pwd file for multiple users. Broken recently by myBruce Momjian2002-04-27
* Move renametrig() from tablecmds.c to trigger.c --- if we're going toTom Lane2002-04-26
* Make PUBLIC an unreserved word (in fact, not a keyword at all),Tom Lane2002-04-18
* Authentication improvements:Bruce Momjian2002-04-04
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* Change made to elog:Bruce Momjian2002-03-06
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-01
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Merge three existing ways of signaling postmaster from child processes,Tom Lane2001-11-04
* Fix pg_pwd caching mechanism, which was broken by changes to forkTom Lane2001-11-02
* Reject tabs and linefeeds in usernames and passwords that are beingTom Lane2001-11-01
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Replace useless strcasecmp's by strcmp's.Peter Eisentraut2001-09-19
* Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut2001-09-08
* Add 4-byte MD5 salt.Bruce Momjian2001-08-17
* Move md5.h contents to crypt.h.Bruce Momjian2001-08-15
* Use MD5 for wire protocol encryption for >= 7.2 client/server.Bruce Momjian2001-08-15
* Remove grammar restrictions on order of optional clauses in CREATE GROUP.Tom Lane2001-07-12
* Changes from Vince Vielhaber to allow the optional clauses of CREATETom Lane2001-07-10
* has_table_privilege functions from Joe Conway (with some kibitzing fromTom Lane2001-06-14
* Clean up various to-do items associated with system indexes:Tom Lane2001-06-12
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-23
* Change lcons(x, NIL) to makeList(x) where appropriate.Bruce Momjian2001-01-17
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Fix missing CommandCounterIncrement in DROP USER.Tom Lane2000-10-19
* Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut2000-09-19
* Clean up callers of AllocateFile and BasicOpenFile to ensure thatTom Lane2000-08-27
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-03