summaryrefslogtreecommitdiff
path: root/src/bin/initdb
Commit message (Expand)AuthorAgeFilesLines
* ICU: check for U_STRING_NOT_TERMINATED_WARNING.HEADmasterJeff Davis2023-05-171-11/+4
* initdb: Set collversion for standard collation UNICODEPeter Eisentraut2023-05-121-0/+7
* Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'."Jeff Davis2023-05-081-1/+16
* ICU: do not convert locale 'C' to 'en-US-u-va-posix'.Jeff Davis2023-05-081-16/+1
* Fix initdb --no-locale.Jeff Davis2023-04-211-0/+1
* Fix MSVC warning introduced in ea1db8ae70.Jeff Davis2023-04-041-0/+1
* Canonicalize ICU locale names to language tags.Jeff Davis2023-04-042-1/+82
* Move definition of standard collations from initdb to pg_collation.datPeter Eisentraut2023-03-291-14/+1
* Validate ICU locales.Jeff Davis2023-03-282-2/+74
* initdb: emit message when using default ICU locale.Jeff Davis2023-03-281-0/+3
* initdb: replace check_icu_locale() with default_icu_locale().Jeff Davis2023-03-281-28/+28
* meson: add install-{quiet, world} targetsAndres Freund2023-03-231-1/+1
* Handle the "und" locale in ICU versions 54 and older.Jeff Davis2023-03-231-1/+1
* Fix initdb's handling of min_wal_size and max_wal_size.Tom Lane2023-03-221-6/+7
* Reduce memory leakage in initdb.Tom Lane2023-03-221-53/+34
* Add "-c name=value" switch to initdb.Tom Lane2023-03-222-117/+368
* Improve support for UNICODE collation on older ICUPeter Eisentraut2023-03-131-1/+1
* initdb: derive encoding from locale for ICU; similar to libc.Jeff Davis2023-03-101-7/+8
* Add standard collation UNICODEPeter Eisentraut2023-03-101-3/+7
* Fix test failure caused in 27b62377b4.Jeff Davis2023-03-091-1/+1
* Use ICU by default at initdb time.Jeff Davis2023-03-093-10/+55
* Allow tailoring of ICU locales with custom rulesPeter Eisentraut2023-03-081-1/+14
* Break up long GETTEXT_FILES listsPeter Eisentraut2023-03-081-1/+12
* Update copyright for 2023Bruce Momjian2023-01-026-6/+6
* Add copyright notices to meson filesAndrew Dunstan2022-12-202-0/+4
* initdb: Refactor PG_CMD_PUTS loopsPeter Eisentraut2022-12-051-209/+170
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* meson: Add initial version of meson based build systemAndres Freund2022-09-212-0/+31
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-1/+1
* Don't allow creation of database with ICU locale with unsupported encodingPeter Eisentraut2022-09-162-0/+38
* Use SIGNAL_ARGS consistently to declare signal handlers.Tom Lane2022-09-141-3/+3
* Clean up inconsistent use of fflush().Tom Lane2022-08-291-2/+3
* Remove configure probe for sockaddr_in6 and require AF_INET6.Thomas Munro2022-08-261-10/+0
* Don't define FRONTEND for initdbAndres Freund2022-08-221-1/+1
* Remove replacement code for getaddrinfo.Thomas Munro2022-08-141-1/+2
* Remove HAVE_UNIX_SOCKETS.Thomas Munro2022-08-141-41/+0
* Remove configure probes for symlink/readlink, and dead code.Thomas Munro2022-08-051-4/+0
* Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane2022-07-131-1/+1
* Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane2022-07-131-1/+1
* NLS: Put list of available languages into LINGUAS filesPeter Eisentraut2022-07-132-1/+1
* Default to dynamic_shared_memory_type=sysv on Solaris.Thomas Munro2022-07-021-1/+4
* Translation updatesPeter Eisentraut2022-05-169-2173/+2340
* Pre-beta mechanical code beautification.Tom Lane2022-05-122-11/+29
* Rethink method for assigning OIDs to the template0 and postgres DBs.Tom Lane2022-04-211-4/+5
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-131-2/+0
* Improve frontend error logging style.Tom Lane2022-04-081-236/+97
* Remove error message hints mentioning configure optionsPeter Eisentraut2022-04-081-1/+0
* initdb: When running CREATE DATABASE, use STRATEGY = WAL_COPY.Robert Haas2022-03-311-3/+11
* Fix global ICU collations for ICU < 54Peter Eisentraut2022-03-203-21/+5
* Add option to use ICU as global locale providerPeter Eisentraut2022-03-173-12/+116