summaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
AgeCommit message (Expand)Author
2013-01-23Improve concurrency of foreign key lockingAlvaro Herrera
2013-01-18Protect against SnapshotNow race conditions in pg_tablespace scans.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-29Adjust more backend functions to return OID rather than void.Robert Haas
2012-12-23Adjust many backend functions to return OID rather than void.Robert Haas
2012-11-28Split out rmgr rm_desc functions into their own filesAlvaro Herrera
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-08-28Split resowner.hAlvaro Herrera
2012-06-15Add more message pluralizationPeter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-13Consistently quote encoding and locale names in messagesPeter Eisentraut
2012-03-25Replace empty locale name with implied value in CREATE DATABASE and initdb.Tom Lane
2012-03-09Extend object access hook framework to support arguments, and DROP.Robert Haas
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-11-01Comment changes to show bgwriter no longer performs checkpoints.Simon Riggs
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-07-20Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-02-12DDL support for collationsPeter Eisentraut
2011-02-08Per-column collation supportPeter Eisentraut
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-11-25Object access hook framework, with post-creation hook.Robert Haas
2010-11-12Move copydir() prototype into its own header file.Robert Haas
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-05Standardize get_whatever_oid functions for object types withRobert Haas
2010-07-20Properly replay CREATE TABLESPACE during crash recovery by deletingBruce Momjian
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-01-16Lock database while running drop database in Hot Standby to protectSimon Riggs
2010-01-14First part of refactoring of code for ResolveRecoveryConflict. PurposesSimon Riggs
2010-01-10During Hot Standby, fix drop database when sessions idle.Simon Riggs
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-12-19Allow read only connections during recovery, known as Hot Standby.Simon Riggs
2009-11-12Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane
2009-10-07Make it possibly to specify GUC params per user and per database.Alvaro Herrera
2009-09-01Remove flatfiles.c, which is now obsolete.Alvaro Herrera
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2009-05-06Modify CREATE DATABASE to enforce that the source database's encoding settingTom Lane
2009-05-05Tweak a comment to agree a bit better with the new dispensation thatTom Lane
2009-04-23Don't use the result of strcmp as if it were a boolean.Tom Lane
2009-04-15Add missing periods.Alvaro Herrera
2009-04-06Rename the new CREATE DATABASE options to set collation and ctype intoHeikki Linnakangas
2009-01-30Check that connection limit is within valid range. IOW, not < -1.Heikki Linnakangas
2009-01-20Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-07Implement ALTER DATABASE SET TABLESPACE to move a whole database (or at leastTom Lane
2008-11-02Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane
2008-10-09Force a checkpoint in CREATE DATABASE before starting to copy the files,Heikki Linnakangas
2008-09-30Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas
2008-09-23Tighten the check in initdb and CREATE DATABASE that the chosen encodingHeikki Linnakangas