summaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
AgeCommit message (Expand)Author
2023-04-04Canonicalize ICU locale names to language tags.Jeff Davis
2023-03-28Validate ICU locales.Jeff Davis
2023-03-25Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson
2023-03-09Disallow specifying ICU rules unless locale provider is ICUPeter Eisentraut
2023-03-08Allow tailoring of ICU locales with custom rulesPeter Eisentraut
2023-02-22Fix corruption of templates after CREATE DATABASE .. STRATEGY WAL_LOGMichael Paquier
2023-02-09Fix various typos in code and testsMichael Paquier
2023-01-24Adjust interaction of CREATEROLE with role properties.Robert Haas
2023-01-02Update copyright for 2023Bruce Momjian
2022-11-18Add a SET option to the GRANT command.Robert Haas
2022-11-13Refactor aclcheck functionsPeter Eisentraut
2022-11-13Refactor ownercheck functionsPeter Eisentraut
2022-11-04Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.Tom Lane
2022-10-28Remove AssertArg and AssertStatePeter Eisentraut
2022-09-24Message style improvementsPeter Eisentraut
2022-09-21Improve ICU option handling in CREATE DATABASEPeter Eisentraut
2022-09-20Harmonize parameter names in storage and AM code.Peter Geoghegan
2022-09-16Don't allow creation of database with ICU locale with unsupported encodingPeter Eisentraut
2022-08-24Fix ICU locale option handling in CREATE DATABASEPeter Eisentraut
2022-08-22Fix assertion failure in CREATE DATABASEPeter Eisentraut
2022-08-12Avoid using a fake relcache entry to own an SmgrRelation.Robert Haas
2022-08-04Fix formatting and comment typosJohn Naylor
2022-07-28Clean up some residual confusion between OIDs and RelFileNumbers.Robert Haas
2022-07-28Fix replay of create database records on standbyAlvaro Herrera
2022-07-16Replace many MemSet calls with struct initializationPeter Eisentraut
2022-07-06Change internal RelFileNode references to RelFileNumber or RelFileLocator.Robert Haas
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-05-07Fix old-fd issues using global barriers everywhere.Thomas Munro
2022-04-25Always pfree strings returned by GetDatabasePathAlvaro Herrera
2022-04-11Fix various typos and spelling mistakes in code commentsDavid Rowley
2022-04-06pgstat: stats collector references in comments.Andres Freund
2022-03-29Add new block-by-block strategy for CREATE DATABASE.Robert Haas
2022-03-29Revert "Fix replay of create database records on standby"Alvaro Herrera
2022-03-25Fix replay of create database records on standbyAlvaro Herrera
2022-03-20Fix global ICU collations for ICU < 54Peter Eisentraut
2022-03-19Silence -Wmaybe-uninitialized compiler warning in dbcommands.c.Andres Freund
2022-03-17Add option to use ICU as global locale providerPeter Eisentraut
2022-02-14Database-level collation version trackingPeter Eisentraut
2022-02-11Fix DROP {DATABASE,TABLESPACE} on Windows.Thomas Munro
2022-02-02Some cleanup for change of collate and ctype fields to type textPeter Eisentraut
2022-01-27Change collate and ctype fields to type textPeter Eisentraut
2022-01-24pg_upgrade: Preserve database OIDs.Robert Haas
2022-01-20Remove 'datlastsysoid'.Robert Haas
2022-01-08Update copyright for 2022Bruce Momjian
2021-07-15Improve reporting of "conflicting or redundant options" errors.Dean Rasheed
2021-01-02Update copyright for 2021Bruce Momjian
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "Rename files and headers related to index AM"Michael Paquier
2019-12-25Rename files and headers related to index AMMichael Paquier