summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_database.sgml
AgeCommit message (Expand)Author
2025-04-08Introduce file_copy_method setting.Thomas Munro
2025-01-17Support PG_UNICODE_FAST locale in the builtin collation provider.Jeff Davis
2024-03-19Support C.UTF-8 locale in the new builtin collation provider.Jeff Davis
2024-03-19Fix documentation oversights from 2d819a08a1.Jeff Davis
2024-03-18Address more review comments on commit 2d819a08a1.Jeff Davis
2024-03-14Introduce "builtin" collation provider.Jeff Davis
2024-02-08doc: Remove superfluous bracket in synopsisDaniel Gustafsson
2023-08-23doc: Add more ICU rules examplesPeter Eisentraut
2023-06-16CREATE DATABASE: make LOCALE apply to all collation providers.Jeff Davis
2023-03-08Allow tailoring of ICU locales with custom rulesPeter Eisentraut
2023-02-14Correct docs for the default locale_provider of a new database.Jeff Davis
2023-02-09Fix various typos in code and testsMichael Paquier
2023-01-16More documentation update for GRANT ... WITH SET OPTION.Robert Haas
2023-01-09Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane
2022-09-13Make locale option behavior more consistentPeter Eisentraut
2022-08-31doc: simplify WITH clause syntax in CREATE DATABASEBruce Momjian
2022-04-11Docs: Fix various mistakes and typosDavid Rowley
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2022-02-14Database-level collation version trackingPeter Eisentraut
2022-01-24pg_upgrade: Preserve database OIDs.Robert Haas
2020-10-03Improve <xref> vs. <command> formatting in the documentationPeter Eisentraut
2020-08-31doc: add commas after 'i.e.' and 'e.g.'Bruce Momjian
2020-06-25docs: clarify that CREATE DATABASE does not copy db permissionsBruce Momjian
2019-11-14Remove the word "virgins" for documentationAlvaro Herrera
2019-07-23Add CREATE DATABASE LOCALE optionPeter Eisentraut
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-31Remove inbound links to sql-createuserStephen Frost
2017-10-20Convert SGML IDs to lower casePeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-10-10Use lower-case SGML attribute valuesPeter Eisentraut
2017-02-06doc: Update CREATE DATABASE examplesPeter Eisentraut
2017-02-01Don't count background workers against a user's connection limit.Andrew Dunstan
2016-05-31Fix typo in CREATE DATABASE syntax synopsis.Tom Lane
2015-09-18Order some new options on man pages more sensibly, minor improvementsPeter Eisentraut
2015-09-11doc: Spell checkingPeter Eisentraut
2014-07-02Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.Tom Lane
2014-04-19doc: CREATE DATABASE doesn't copy template database-level config paramsBruce Momjian
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2012-10-04Fix permissions explanations in CREATE DATABASE and CREATE SCHEMA docs.Tom Lane
2012-06-21Make placeholders in SQL command help more consistent and precisePeter Eisentraut
2012-03-11Make parameter name consistent with syntax summary.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2009-09-19Make the placeholder naming in the synopses of the SQL help more consistentPeter Eisentraut
2009-05-06Modify CREATE DATABASE to enforce that the source database's encoding settingTom Lane
2009-04-06Rename the new CREATE DATABASE options to set collation and ctype intoHeikki Linnakangas
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2008-09-23Make LC_COLLATE and LC_CTYPE database-level settings. Collation andHeikki Linnakangas
2007-09-28Change initdb and CREATE DATABASE to actively reject attempts to createTom Lane