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