aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/user.c
Commit message (Expand)AuthorAge
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-10
* > src/backend/commands/user.c file has some parse error at repalloc(),Bruce Momjian2004-02-02
* Adjustments for Win32-specific rename code, and add include file.Bruce Momjian2004-02-02
* Adjust rename on Win32 to only link to temp name while holding lock,Bruce Momjian2004-02-02
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-26
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* String fixes/improvements found by Alvaro HerreraPeter Eisentraut2003-10-02
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Remove warnings for operations that have no effect when executed repeatedly.Peter Eisentraut2003-09-15
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* A visit from the message-style police ...Tom Lane2003-07-28
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* First bits of work on error message editing.Tom Lane2003-07-18
* First batch of object rename commands.Peter Eisentraut2003-06-27
* Add binary I/O routines for a bunch more datatypes. Still a few to go,Tom Lane2003-05-12
* Get rid of last few unadorned 'permission denied' messages.Tom Lane2003-01-27
* More cleanup of userid to be AclId rather than Oid.Bruce Momjian2002-12-05
* Repair core dump when trying to delete an entry from an already-NULLTom Lane2002-12-02
* Make CREATE/ALTER/DROP USER/GROUP transaction-safe, or at least prettyTom Lane2002-10-21
* Translation updatesPeter Eisentraut2002-09-14
* pgindent run.Bruce Momjian2002-09-04
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Group-manipulating code neglected to fill in array element type,Tom Lane2002-08-30
* Clean up comments to be careful about the distinction between variable-Tom Lane2002-08-25
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-05
* Remove unused system table columns:Peter Eisentraut2002-07-24
* Update copyright to 2002.Bruce Momjian2002-06-20
* Katherine Ward wrote:Jan Wieck2002-06-11
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-17
* Minor code cleanup.Tom Lane2002-04-28
* Support toasting of shared system relations, and provide toast tables forTom Lane2002-04-27
* Fix write of pg_pwd file for multiple users. Broken recently by myBruce Momjian2002-04-27
* Move renametrig() from tablecmds.c to trigger.c --- if we're going toTom Lane2002-04-26
* Make PUBLIC an unreserved word (in fact, not a keyword at all),Tom Lane2002-04-18
* Authentication improvements:Bruce Momjian2002-04-04
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* Change made to elog:Bruce Momjian2002-03-06
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-01
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Merge three existing ways of signaling postmaster from child processes,Tom Lane2001-11-04
* Fix pg_pwd caching mechanism, which was broken by changes to forkTom Lane2001-11-02