summaryrefslogtreecommitdiff
path: root/src/backend/commands/user.c
Commit message (Expand)AuthorAgeFilesLines
* Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway2005-01-271-5/+5
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Code cleanup: don't bother casting the argument to pfree() to void *Neil Conway2004-09-271-5/+5
* Restructure subtransaction handling to reduce resource consumption,Tom Lane2004-09-161-35/+38
* Pgindent run for 8.0.Bruce Momjian2004-08-291-14/+14
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Fix subtransaction behavior for large objects, temp namespace, files,Tom Lane2004-07-281-22/+71
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-23/+23
* Erase MD5 user passwords when a user is renamed because the username isBruce Momjian2004-05-061-13/+42
* Remove double-rename used by Win32 on busy files. Not needed anymore.Bruce Momjian2004-03-161-33/+1
* For application to HEAD, following community review.Bruce Momjian2004-02-251-6/+6
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-101-1/+2
* > src/backend/commands/user.c file has some parse error at repalloc(),Bruce Momjian2004-02-021-3/+3
* Adjustments for Win32-specific rename code, and add include file.Bruce Momjian2004-02-021-3/+3
* Adjust rename on Win32 to only link to temp name while holding lock,Bruce Momjian2004-02-021-2/+34
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-261-9/+7
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-3/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-5/+5
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-4/+5
* String fixes/improvements found by Alvaro HerreraPeter Eisentraut2003-10-021-3/+3
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-291-2/+2
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-11/+11
* Remove warnings for operations that have no effect when executed repeatedly.Peter Eisentraut2003-09-151-6/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-28/+28
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-8/+8
* A visit from the message-style police ...Tom Lane2003-07-281-5/+5
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-5/+9
* First bits of work on error message editing.Tom Lane2003-07-181-93/+171
* First batch of object rename commands.Peter Eisentraut2003-06-271-1/+107
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-121-4/+4
* Get rid of last few unadorned 'permission denied' messages.Tom Lane2003-01-271-2/+2
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-051-2/+2
* Repair core dump when trying to delete an entry from an already-NULLTom Lane2002-12-021-2/+7
* Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least prettyTom Lane2002-10-211-65/+142
* Translation updatesPeter Eisentraut2002-09-141-3/+7
* pgindent run.Bruce Momjian2002-09-041-32/+34
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* Group-manipulating code neglected to fill in array element type,Tom Lane2002-08-301-4/+7
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-251-2/+2
* 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