summaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for release 9.3Bruce Momjian2013-05-291-6/+9
* Extend object-access hook machinery to support post-alter events.Robert Haas2013-03-171-0/+10
* Code beautification for object-access hook machinery.Robert Haas2013-03-061-10/+2
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-231-4/+11
* Protect against SnapshotNow race conditions in pg_tablespace scans.Tom Lane2013-01-181-3/+54
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-291-4/+13
* Adjust many backend functions to return OID rather than void.Robert Haas2012-12-231-2/+8
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-281-24/+0
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Split resowner.hAlvaro Herrera2012-08-281-0/+1
* Add more message pluralizationPeter Eisentraut2012-06-151-9/+10
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-13/+13
* Consistently quote encoding and locale names in messagesPeter Eisentraut2012-04-131-6/+6
* Replace empty locale name with implied value in CREATE DATABASE and initdb.Tom Lane2012-03-251-3/+6
* Extend object access hook framework to support arguments, and DROP.Robert Haas2012-03-091-1/+11
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Comment changes to show bgwriter no longer performs checkpoints.Simon Riggs2011-11-011-4/+4
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-011-5/+0
* Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas2011-07-201-1/+4
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-6/+6
* DDL support for collationsPeter Eisentraut2011-02-121-56/+60
* Per-column collation supportPeter Eisentraut2011-02-081-2/+2
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Object access hook framework, with post-creation hook.Robert Haas2010-11-251-0/+4
* Move copydir() prototype into its own header file.Robert Haas2010-11-121-0/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-051-23/+16
* Properly replay CREATE TABLESPACE during crash recovery by deletingBruce Momjian2010-07-201-1/+2
* pgindent run for 9.0Bruce Momjian2010-02-261-24/+26
* 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