]> granicus.if.org Git - postgresql/history - src/backend/commands/user.c
For some reason access/tupmacs.h has been #including utils/memutils.h,
[postgresql] / src / backend / commands / user.c
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-27 Neil ConwayCode cleanup: don't bother casting the argument to...
2004-09-16 Tom LaneRestructure subtransaction handling to reduce resource...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-28 Tom LaneFix subtransaction behavior for large objects, temp...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-06 Bruce MomjianErase MD5 user passwords when a user is renamed because...
2004-03-16 Bruce MomjianRemove double-rename used by Win32 on busy files. ...
2004-02-25 Bruce MomjianFor application to HEAD, following community review.
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-02-02 Bruce Momjian> src/backend/commands/user.c file has some parse error...
2004-02-02 Bruce MomjianAdjustments for Win32-specific rename code, and add...
2004-02-02 Bruce MomjianAdjust rename on Win32 to only link to temp name while...
2004-01-26 Tom LaneEnsure that close() and fclose() are checked for errors...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-10-02 Peter EisentrautString fixes/improvements found by Alvaro Herrera
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-15 Peter EisentrautRemove warnings for operations that have no effect...
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.
next