]> granicus.if.org Git - postgresql/history - src/backend/commands/user.c
Create a 'type cache' that keeps track of the data needed for any particular
[postgresql] / src / backend / commands / user.c
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2003-07-18 Tom LaneFirst bits of work on error message editing.
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-05-12 Tom LaneAdd binary I/O routines for a bunch more datatypes...
2003-01-27 Tom LaneGet rid of last few unadorned 'permission denied' messages.
2002-12-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
2002-12-02 Tom LaneRepair core dump when trying to delete an entry from...
2002-10-21 Tom LaneMake CREATE/ALTER/DROP USER/GROUP transaction-safe...
2002-09-14 Peter EisentrautTranslation updates
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-30 Tom LaneGroup-manipulating code neglected to fill in array...
2002-08-25 Tom LaneClean up comments to be careful about the distinction...
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-04-28 Tom LaneMinor code cleanup.
2002-04-27 Tom LaneSupport toasting of shared system relations, and provid...
2002-04-27 Bruce MomjianFix write of pg_pwd file for multiple users. Broken...
2002-04-26 Tom LaneMove renametrig() from tablecmds.c to trigger.c --...
2002-04-18 Tom LaneMake PUBLIC an unreserved word (in fact, not a keyword...
2002-04-04 Bruce MomjianAuthentication improvements:
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2002-03-01 Peter EisentrautUser and database-specific session defaults for run...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-04 Tom LaneMerge three existing ways of signaling postmaster from...
2001-11-02 Tom LaneFix pg_pwd caching mechanism, which was broken by chang...
2001-11-01 Tom LaneReject tabs and linefeeds in usernames and passwords...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-19 Peter EisentrautReplace useless strcasecmp's by strcmp's.
2001-09-08 Peter EisentrautMake the world somewhat safe for (not from) DELETE...
2001-08-17 Bruce MomjianAdd 4-byte MD5 salt.
2001-08-15 Bruce MomjianMove md5.h contents to crypt.h.
2001-08-15 Bruce MomjianUse MD5 for wire protocol encryption for >= 7.2 client...
2001-07-12 Tom LaneRemove grammar restrictions on order of optional clause...
2001-07-10 Tom LaneChanges from Vince Vielhaber to allow the optional...
2001-06-14 Tom Lanehas_table_privilege functions from Joe Conway (with...
2001-06-12 Tom LaneClean up various to-do items associated with system...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Tom LaneFix all the places that called heap_update() and heap_d...
2001-01-17 Bruce MomjianChange lcons(x, NIL) to makeList(x) where appropriate.
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-10-19 Tom LaneFix missing CommandCounterIncrement in DROP USER.
2000-09-19 Peter EisentrautImplement differentiation between CURRENT_USER and...
2000-08-27 Tom LaneClean up callers of AllocateFile and BasicOpenFile...
2000-08-03 Tom LaneMore functions updated to new fmgr style --- money...
2000-07-22 Tom LaneMissed some array updates ...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-25 Peter EisentrautRelaxed pickiness about user and group commands in...
2000-06-12 Bruce MomjianBack out pg_shadow changes to allow create table and...
2000-06-09 Bruce Momjian I have large database and with this DB work more users...
2000-06-09 Tom LaneAnother round of updates for new fmgr, mostly in the...
2000-06-02 Tom LaneCreate an fd.c entry point that is just like plain...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-29 Tom LaneSecond round of fmgr changes: triggers are now invoked...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-05-04 Tom LaneDon't leak a file descriptor when updating pg_pwd file...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-15 Tom LaneRemove another incorrect UserAbortTransactionBlock...
2000-02-15 Tom LaneSilence gcc warning about uninitialized var.
2000-01-26 Bruce MomjianAdd:
2000-01-14 Peter Eisentraut* User management commands no longer user pg_exec_query...
1999-12-21 Jan Wieckupdate_pg_pwd() is an AR trigger. Corrected return...
1999-12-20 Tom LaneClean up some minor gcc warnings.
1999-12-16 Bruce MomjianHere's the Create/Alter/Drop Group stuff that's been...
1999-12-14 Bruce Momjian> From what I gather, this should be a little cleaner...
1999-12-14 Bruce Momjian>From what I gather, this should be a little cleaner...
1999-12-14 Bruce MomjianDepending on my interpreting (and programming) skills...
1999-12-12 Bruce MomjianI'm in TODO mood today ...
1999-11-30 Bruce MomjianFix compile error on older patch.
1999-11-30 Bruce Momjiancreate/alter user extension
1999-11-24 Bruce MomjianAdd pg_statistic index, add missing Hiroshi file.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-21 Tom LaneChange backend-side COPY to write files with permission...
1999-09-27 Bruce MomjianFix to give super user and createdb user proper update...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-30 Bruce MomjianMake usecatupd disabled for normal users, and allow...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-04-02 Tom LaneRepair problems with omitted password and VALID UNTIL
1999-03-16 Bruce MomjianFix snprintf with strings, and nextval('"Aa"');
1999-03-16 Bruce MomjianHere is a patch.
next