summaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
Commit message (Expand)AuthorAgeFilesLines
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-121-1/+4
* Fix rmtree() so that it keeps going after failure to remove any individualTom Lane2008-04-181-4/+4
* Fix two race conditions between the pending unlink mechanism that was put inHeikki Linnakangas2008-04-181-7/+9
* Repair two places where SIGTERM exit could leave shared memory stateTom Lane2008-04-161-13/+32
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-21/+21
* Re-allow UTF8 encodings on win32. Since UTF8 is converted toMagnus Hagander2007-10-161-2/+9
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-131-3/+3
* Remove hack in pg_tablespace_aclmask() that disallowed permissionsTom Lane2007-10-121-1/+7
* Change initdb and CREATE DATABASE to actively reject attempts to createTom Lane2007-09-281-1/+29
* Support SET FROM CURRENT in CREATE/ALTER FUNCTION, ALTER DATABASE, ALTER ROLE.Tom Lane2007-09-031-9/+11
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-011-3/+11
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-281-9/+7
* Make CREATE/DROP/RENAME DATABASE wait a little bit to see if other backendsTom Lane2007-06-011-39/+49
* Cancel pending fsync requests during WAL replay of DROP DATABASE, per bugTom Lane2007-04-121-1/+4
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-131-6/+1
* Call pgstat_drop_database during DROP DATABASE, so that any stats fileTom Lane2007-02-091-1/+7
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-2/+2
* Extend yesterday's patch so that the bgwriter is also told to forgetTom Lane2007-01-171-1/+8
* Arrange for autovacuum to be killed when another operation wants to be aloneAlvaro Herrera2007-01-161-6/+6
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-18/+11
* Add some code to CREATE DATABASE to check for pre-existing subdirectoriesTom Lane2006-10-181-6/+68
* pgindent run for 8.2.Bruce Momjian2006-10-041-38/+38
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-3/+1
* Allow include files to compile own their own.Bruce Momjian2006-07-131-1/+2
* Improve vacuum code to track minimum Xids per table instead of per database.Alvaro Herrera2006-07-101-19/+9
* Rethink the locking mechanisms used for CREATE/DROP/RENAME DATABASE.Tom Lane2006-05-041-211/+240
* Create a syscache for pg_database-indexed-by-oid, and make use of itTom Lane2006-05-031-42/+17
* Clean up and document the API for XLogOpenRelation and XLogReadBuffer.Tom Lane2006-03-291-6/+11
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-241-5/+5
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-121-4/+2
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-18/+18
* DROP DATABASE IF EXISTS variantAndrew Dunstan2005-11-221-3/+19
* 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