summaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
Commit message (Expand)AuthorAgeFilesLines
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-16/+6
* Lock database while running drop database in Hot Standby to protectSimon Riggs2010-01-161-1/+20
* First part of refactoring of code for ResolveRecoveryConflict. PurposesSimon Riggs2010-01-141-24/+2
* During Hot Standby, fix drop database when sessions idle.Simon Riggs2010-01-101-14/+19
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-191-1/+23
* Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane2009-11-121-8/+12
* Make it possibly to specify GUC params per user and per database.Alvaro Herrera2009-10-071-81/+25
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-011-39/+11
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-49/+51
* Modify CREATE DATABASE to enforce that the source database's encoding settingTom Lane2009-05-061-10/+28
* Tweak a comment to agree a bit better with the new dispensation thatTom Lane2009-05-051-4/+6
* Don't use the result of strcmp as if it were a boolean.Tom Lane2009-04-231-3/+3
* Add missing periods.Alvaro Herrera2009-04-151-3/+3
* Rename the new CREATE DATABASE options to set collation and ctype intoHeikki Linnakangas2009-04-061-7/+7
* Check that connection limit is within valid range. IOW, not < -1.Heikki Linnakangas2009-01-301-1/+13
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-201-1/+4
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at leastTom Lane2008-11-071-2/+350
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-021-27/+27
* Force a checkpoint in CREATE DATABASE before starting to copy the files,Heikki Linnakangas2008-10-091-4/+9
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-301-10/+1
* Tighten the check in initdb and CREATE DATABASE that the chosen encodingHeikki Linnakangas2008-09-231-2/+17
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-231-11/+83
* Improve CREATE/DROP/RENAME DATABASE so that when failing because the sourceTom Lane2008-08-041-7/+40
* 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