summaryrefslogtreecommitdiff
path: root/src/bin/initdb
AgeCommit message (Expand)Author
2023-10-07Restore proper linkage of pg_char_to_encoding() and friends.Tom Lane
2023-09-26Add some const qualifiersPeter Eisentraut
2023-09-06Allow using syncfs() in frontend utilities.Nathan Bossart
2023-09-06Add support for syncfs() in frontend support functions.Nathan Bossart
2023-08-29Reword user-facing message for "power of two"Daniel Gustafsson
2023-08-28Make error messages about WAL segment size more consistentPeter Eisentraut
2023-08-07Translation updatesPeter Eisentraut
2023-07-05Clean up command argument assemblyPeter Eisentraut
2023-06-26Translation updatesPeter Eisentraut
2023-06-21ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis
2023-06-21initdb: change default --locale-provider back to libc.Jeff Davis
2023-06-20Pre-beta2 mechanical code beautification.Tom Lane
2023-06-16CREATE DATABASE: make LOCALE apply to all collation providers.Jeff Davis
2023-05-26ICU: use uloc_getDefault() for initdb.Jeff Davis
2023-05-22Translation updatesPeter Eisentraut
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-05-17ICU: check for U_STRING_NOT_TERMINATED_WARNING.Jeff Davis
2023-05-12initdb: Set collversion for standard collation UNICODEPeter Eisentraut
2023-05-09Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'."Jeff Davis
2023-05-08ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis
2023-04-21Fix initdb --no-locale.Jeff Davis
2023-04-04Fix MSVC warning introduced in ea1db8ae70.Jeff Davis
2023-04-04Canonicalize ICU locale names to language tags.Jeff Davis
2023-03-29Move definition of standard collations from initdb to pg_collation.datPeter Eisentraut
2023-03-28Validate ICU locales.Jeff Davis
2023-03-28initdb: emit message when using default ICU locale.Jeff Davis
2023-03-28initdb: replace check_icu_locale() with default_icu_locale().Jeff Davis
2023-03-24meson: add install-{quiet, world} targetsAndres Freund
2023-03-23Handle the "und" locale in ICU versions 54 and older.Jeff Davis
2023-03-22Fix initdb's handling of min_wal_size and max_wal_size.Tom Lane
2023-03-22Reduce memory leakage in initdb.Tom Lane
2023-03-22Add "-c name=value" switch to initdb.Tom Lane
2023-03-13Improve support for UNICODE collation on older ICUPeter Eisentraut
2023-03-10initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis
2023-03-10Add standard collation UNICODEPeter Eisentraut
2023-03-09Fix test failure caused in 27b62377b4.Jeff Davis
2023-03-09Use ICU by default at initdb time.Jeff Davis
2023-03-08Allow tailoring of ICU locales with custom rulesPeter Eisentraut
2023-03-08Break up long GETTEXT_FILES listsPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-05initdb: Refactor PG_CMD_PUTS loopsPeter Eisentraut
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-09-20Harmonize more parameter names in bulk.Peter Geoghegan
2022-09-16Don't allow creation of database with ICU locale with unsupported encodingPeter Eisentraut
2022-09-14Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane
2022-08-29Clean up inconsistent use of fflush().Tom Lane
2022-08-25Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro
2022-08-23Don't define FRONTEND for initdbAndres Freund