summaryrefslogtreecommitdiff
path: root/src/backend/commands/user.c
Commit message (Expand)AuthorAgeFilesLines
* $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
* Fix write of pg_pwd file for multiple users. Broken recently by myBruce Momjian2002-04-271-3/+3
* Move renametrig() from tablecmds.c to trigger.c --- if we're going toTom Lane2002-04-261-2/+2
* Make PUBLIC an unreserved word (in fact, not a keyword at all),Tom Lane2002-04-181-7/+15
* Authentication improvements:Bruce Momjian2002-04-041-85/+284
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-4/+4
* Change made to elog:Bruce Momjian2002-03-061-7/+6
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-3/+3
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-011-1/+88
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-9/+10
* Merge three existing ways of signaling postmaster from child processes,Tom Lane2001-11-041-4/+3
* Fix pg_pwd caching mechanism, which was broken by changes to forkTom Lane2001-11-021-17/+10
* Reject tabs and linefeeds in usernames and passwords that are beingTom Lane2001-11-011-18/+47
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-7/+7
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-47/+63
* Replace useless strcasecmp's by strcmp's.Peter Eisentraut2001-09-191-21/+21
* Make the world somewhat safe for (not from) DELETE FROM pg_shadow;Peter Eisentraut2001-09-081-15/+26
* Add 4-byte MD5 salt.Bruce Momjian2001-08-171-3/+5