Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
23 hoursImprove CREATE DATABASE error message for invalid libc locale.Jeff Davis
2025-03-11Assert that a snapshot is active or registered before it's usedHeikki Linnakangas
2025-02-13Remove unnecessary (char *) casts [xlog]Peter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-09-24For inplace update durability, make heap_update() callers wait.Noah Misch
2024-09-24Fix data loss at inplace update after heap_update().Noah Misch
2024-09-03Define PG_TBLSPC_DIR for path pg_tblspc/ in data folderMichael Paquier
2024-08-19Explain dropdb can't use syscache because of TOASTTomas Vondra
2024-08-18Fix DROP DATABASE for databases with many ACLsTomas Vondra
2024-08-18Fix comments on wal_level=minimal, CREATE TABLESPACE and CREATE DATABASE.Noah Misch
2024-08-15Variable renaming in dbcommands.cPeter Eisentraut
2024-07-08Use CREATE DATABASE ... STRATEGY = FILE_COPY in pg_upgrade.Nathan Bossart
2024-05-01Fix locale options checking in CREATE DATABASE.Jeff Davis
2024-04-21createdb: compare strategy case-insensitiveTomas Vondra
2024-04-18Fix typos and duplicate wordsDaniel Gustafsson
2024-03-14Introduce "builtin" collation provider.Jeff Davis
2024-03-09Catalog changes preparing for builtin collation provider.Jeff Davis
2024-03-04Remove unused #include's from backend .c filesPeter Eisentraut
2024-03-03Replace BackendIds with 0-based ProcNumbersHeikki Linnakangas
2024-02-08Fix gcc >= 10 warningAlexander Korotkov
2024-02-01Sync PG_VERSION file in CREATE DATABASE.Noah Misch
2024-02-01Handle interleavings between CREATE DATABASE steps and base backup.Noah Misch
2024-01-04Update copyright for 2024Bruce Momjian
2023-10-26Add trailing commas to enum definitionsPeter Eisentraut
2023-10-16Add support event triggers on authenticated loginAlexander Korotkov
2023-07-13Handle DROP DATABASE getting interruptedAndres Freund
2023-06-16CREATE DATABASE: make LOCALE apply to all collation providers.Jeff Davis
2023-05-19Pre-beta mechanical code beautification.Tom Lane
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