aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
Commit message (Expand)AuthorAge
* Add more message pluralizationPeter Eisentraut2012-06-15
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Consistently quote encoding and locale names in messagesPeter Eisentraut2012-04-13
* Replace empty locale name with implied value in CREATE DATABASE and initdb.Tom Lane2012-03-25
* Extend object access hook framework to support arguments, and DROP.Robert Haas2012-03-09
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Comment changes to show bgwriter no longer performs checkpoints.Simon Riggs2011-11-01
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas2011-07-20
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* DDL support for collationsPeter Eisentraut2011-02-12
* Per-column collation supportPeter Eisentraut2011-02-08
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Object access hook framework, with post-creation hook.Robert Haas2010-11-25
* Move copydir() prototype into its own header file.Robert Haas2010-11-12
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-05
* Properly replay CREATE TABLESPACE during crash recovery by deletingBruce Momjian2010-07-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Lock database while running drop database in Hot Standby to protectSimon Riggs2010-01-16
* First part of refactoring of code for ResolveRecoveryConflict. PurposesSimon Riggs2010-01-14
* During Hot Standby, fix drop database when sessions idle.Simon Riggs2010-01-10
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane2009-11-12
* Make it possibly to specify GUC params per user and per database.Alvaro Herrera2009-10-07
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-01
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Modify CREATE DATABASE to enforce that the source database's encoding settingTom Lane2009-05-06
* Tweak a comment to agree a bit better with the new dispensation thatTom Lane2009-05-05
* Don't use the result of strcmp as if it were a boolean.Tom Lane2009-04-23
* Add missing periods.Alvaro Herrera2009-04-15
* Rename the new CREATE DATABASE options to set collation and ctype intoHeikki Linnakangas2009-04-06
* Check that connection limit is within valid range. IOW, not < -1.Heikki Linnakangas2009-01-30
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-20
* Update copyright for 2009.Bruce Momjian2009-01-01
* Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at leastTom Lane2008-11-07
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-02
* Force a checkpoint in CREATE DATABASE before starting to copy the files,Heikki Linnakangas2008-10-09
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-30
* Tighten the check in initdb and CREATE DATABASE that the chosen encodingHeikki Linnakangas2008-09-23
* Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas2008-09-23
* Improve CREATE/DROP/RENAME DATABASE so that when failing because the sourceTom Lane2008-08-04
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Fix rmtree() so that it keeps going after failure to remove any individualTom Lane2008-04-18
* Fix two race conditions between the pending unlink mechanism that was put inHeikki Linnakangas2008-04-18
* Repair two places where SIGTERM exit could leave shared memory stateTom Lane2008-04-16
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01