summaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
Commit message (Expand)AuthorAgeFilesLines
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-95/+91
* Use a safer order of operations in dropdb(): rollbackable operations,Tom Lane2005-10-101-6/+6
* Fix unwanted denial of ALTER OWNER rights to superusers. There was someTom Lane2005-08-221-2/+3
* Solve the problem of OID collisions by probing for duplicate OIDsTom Lane2005-08-121-4/+8
* Clean up CREATE DATABASE processing to make it more robust and get ridTom Lane2005-08-021-214/+165
* Add per-user and per-database connection limit options.Tom Lane2005-07-311-1/+106
* Adjust permissions checking for ALTER OWNER commands: instead ofTom Lane2005-07-141-21/+32
* Remove some dead code for handling XLOG_DBASE_CREATE_OLD andNeil Conway2005-07-081-89/+1
* Track dependencies on shared objects (which is to say, roles; we alreadyTom Lane2005-07-071-1/+17
* Improve the checkpoint signaling mechanism so that the bgwriter can tellTom Lane2005-06-301-3/+3
* More cleanup on roles patch. Allow admin option to be inherited throughTom Lane2005-06-291-4/+8
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-281-26/+24
* Force a checkpoint before committing a CREATE DATABASE command. ThisTom Lane2005-06-251-1/+31
* Cause initdb to create a third standard database "postgres", whichTom Lane2005-06-211-2/+2
* Modify XLogInsert API to make callers specify whether pages to be backedTom Lane2005-06-061-3/+3
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-7/+1
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-191-2/+2
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-21/+20
* WAL must log CREATE and DROP DATABASE operations *without* using anyTom Lane2005-03-231-26/+112
* When cloning template0 (or other fully-frozen databases), set the newTom Lane2005-03-121-7/+25
* Fix ALTER DATABASE RENAME to allow the operation if user is a superuserTom Lane2005-03-121-15/+12
* Replace the BufMgrLock with separate locks on the lookup hashtable andTom Lane2005-03-041-3/+3
* Finish up the flat-files project: get rid of GetRawDatabaseInfo() hackTom Lane2005-02-261-60/+29
* Add code to prevent transaction ID wraparound by enforcing a safe limitTom Lane2005-02-201-1/+27
* Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway2005-01-271-3/+3
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Force pg_database updates out to disk immediately after ALTER DATABASE;Tom Lane2004-11-181-19/+47
* On Windows, force a checkpoint just before dropping a database's physicalTom Lane2004-10-281-1/+10
* Give a more user-friendly error message in situation where CREATE DATABASETom Lane2004-10-171-8/+36
* Dept. of second thoughts: it'd be a good idea to flush buffersTom Lane2004-08-301-1/+8
* Another pgindent run with lib typedefs added.Bruce Momjian2004-08-301-7/+13
* Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane2004-08-291-4/+146
* Pgindent run for 8.0.Bruce Momjian2004-08-291-35/+38
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Cause ALTER OWNER commands to update the object's ACL, replacing referencesTom Lane2004-08-011-7/+36
* Add docs for initdb --auth.Bruce Momjian2004-08-011-9/+2
* Support renaming of tablespaces, and changing the owners ofTom Lane2004-06-251-18/+24
* Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane2004-06-181-252/+174
* Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian2004-06-101-2/+2
* This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].Bruce Momjian2004-05-261-1/+47
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-2/+2
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-191-1/+3
* Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane2004-02-101-1/+2
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-071-2/+2
* Add mention with might need to use cp -R someday for portability.Bruce Momjian2003-12-151-1/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Background writer processJan Wieck2003-11-191-5/+5
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-30/+29
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-24/+44
* More message editing, some suggested by Alvaro HerreraPeter Eisentraut2003-09-291-2/+2