aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
Commit message (Expand)AuthorAge
* Assert that a snapshot is active or registered before it's usedHeikki Linnakangas2025-03-11
* Remove unnecessary (char *) casts [xlog]Peter Eisentraut2025-02-13
* Update copyright for 2025Bruce Momjian2025-01-01
* For inplace update durability, make heap_update() callers wait.Noah Misch2024-09-24
* Fix data loss at inplace update after heap_update().Noah Misch2024-09-24
* Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier2024-09-03
* Explain dropdb can't use syscache because of TOASTTomas Vondra2024-08-19
* Fix DROP DATABASE for databases with many ACLsTomas Vondra2024-08-19
* Fix comments on wal_level=minimal, CREATE TABLESPACE and CREATE DATABASE.Noah Misch2024-08-18
* Variable renaming in dbcommands.cPeter Eisentraut2024-08-15
* Use CREATE DATABASE ... STRATEGY = FILE_COPY in pg_upgrade.Nathan Bossart2024-07-08
* Fix locale options checking in CREATE DATABASE.Jeff Davis2024-04-30
* createdb: compare strategy case-insensitiveTomas Vondra2024-04-21
* Fix typos and duplicate wordsDaniel Gustafsson2024-04-18
* Introduce "builtin" collation provider.Jeff Davis2024-03-13
* Catalog changes preparing for builtin collation provider.Jeff Davis2024-03-09
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas2024-03-03
* Fix gcc >= 10 warningAlexander Korotkov2024-02-08
* Sync PG_VERSION file in CREATE DATABASE.Noah Misch2024-02-01
* Handle interleavings between CREATE DATABASE steps and base backup.Noah Misch2024-02-01
* Update copyright for 2024Bruce Momjian2024-01-03
* Add trailing commas to enum definitionsPeter Eisentraut2023-10-26
* Add support event triggers on authenticated loginAlexander Korotkov2023-10-16
* Handle DROP DATABASE getting interruptedAndres Freund2023-07-13
* CREATE DATABASE: make LOCALE apply to all collation providers.Jeff Davis2023-06-16
* Pre-beta mechanical code beautification.Tom Lane2023-05-19
* Canonicalize ICU locale names to language tags.Jeff Davis2023-04-04
* Validate ICU locales.Jeff Davis2023-03-28
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* Disallow specifying ICU rules unless locale provider is ICUPeter Eisentraut2023-03-09
* Allow tailoring of ICU locales with custom rulesPeter Eisentraut2023-03-08
* Fix corruption of templates after CREATE DATABASE .. STRATEGY WAL_LOGMichael Paquier2023-02-22
* Fix various typos in code and testsMichael Paquier2023-02-09
* Adjust interaction of CREATEROLE with role properties.Robert Haas2023-01-24
* Update copyright for 2023Bruce Momjian2023-01-02
* Add a SET option to the GRANT command.Robert Haas2022-11-18
* Refactor aclcheck functionsPeter Eisentraut2022-11-13
* Refactor ownercheck functionsPeter Eisentraut2022-11-13
* Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31.Tom Lane2022-11-04
* Remove AssertArg and AssertStatePeter Eisentraut2022-10-28
* Message style improvementsPeter Eisentraut2022-09-24
* Improve ICU option handling in CREATE DATABASEPeter Eisentraut2022-09-21
* Harmonize parameter names in storage and AM code.Peter Geoghegan2022-09-19
* Don't allow creation of database with ICU locale with unsupported encodingPeter Eisentraut2022-09-16
* Fix ICU locale option handling in CREATE DATABASEPeter Eisentraut2022-08-24
* Fix assertion failure in CREATE DATABASEPeter Eisentraut2022-08-22
* Avoid using a fake relcache entry to own an SmgrRelation.Robert Haas2022-08-12
* Fix formatting and comment typosJohn Naylor2022-08-04
* Clean up some residual confusion between OIDs and RelFileNumbers.Robert Haas2022-07-28