index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
initdb
/
initdb.c
Age
Commit message (
Expand
)
Author
2025-04-29
Give up on running with NetBSD/OpenBSD's default semaphore settings.
Tom Lane
2025-04-29
initdb: Do not report default autovacuum_worker_slots.
Nathan Bossart
2025-04-27
Don't use double-quotes in #include's of system headers, redux.
Tom Lane
2025-04-18
Fixup various older misuses of appendPQExpBuffer
David Rowley
2025-03-30
Enable IO concurrency on all systems
Andres Freund
2025-03-25
initdb: Add --no-sync-data-files.
Nathan Bossart
2025-02-19
Update to latest Snowball sources.
Tom Lane
2025-01-17
Support PG_UNICODE_FAST locale in the builtin collation provider.
Jeff Davis
2025-01-16
Avoid calling pqsignal() with invalid signals on Windows frontends.
Nathan Bossart
2025-01-07
Lower default value of autovacuum_worker_slots in initdb as needed.
Nathan Bossart
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-12-24
Remove pgrminclude annotations
Peter Eisentraut
2024-12-23
Try to avoid semaphore-related test failures on NetBSD/OpenBSD.
Tom Lane
2024-10-16
initdb: Change default to using data checksums.
Peter Eisentraut
2024-10-05
Reject non-ASCII locale names.
Thomas Munro
2024-10-01
initdb: Add new option "--no-data-checksums"
Peter Eisentraut
2024-06-13
Fix documentation of initdb --show option
Peter Eisentraut
2024-05-17
Revise GUC names quoting in messages again
Peter Eisentraut
2024-05-14
Remove auth-options support from initdb
Daniel Gustafsson
2024-03-19
Support C.UTF-8 locale in the new builtin collation provider.
Jeff Davis
2024-03-18
Address more review comments on commit 2d819a08a1.
Jeff Davis
2024-03-14
Introduce "builtin" collation provider.
Jeff Davis
2024-03-09
Catalog changes preparing for builtin collation provider.
Jeff Davis
2024-03-04
Fix initdb's -c option to treat the GUC name case-insensitively.
Tom Lane
2024-01-10
Restore initdb's old behavior of always setting the lc_xxx GUCs.
Tom Lane
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-12-20
Add a new WAL summarizer process.
Robert Haas
2023-09-26
Add some const qualifiers
Peter Eisentraut
2023-09-06
Allow using syncfs() in frontend utilities.
Nathan Bossart
2023-09-06
Add support for syncfs() in frontend support functions.
Nathan Bossart
2023-08-29
Reword user-facing message for "power of two"
Daniel Gustafsson
2023-08-28
Make error messages about WAL segment size more consistent
Peter Eisentraut
2023-07-05
Clean up command argument assembly
Peter Eisentraut
2023-06-21
ICU: do not convert locale 'C' to 'en-US-u-va-posix'.
Jeff Davis
2023-06-21
initdb: change default --locale-provider back to libc.
Jeff Davis
2023-06-16
CREATE DATABASE: make LOCALE apply to all collation providers.
Jeff Davis
2023-05-26
ICU: use uloc_getDefault() for initdb.
Jeff Davis
2023-05-19
Pre-beta mechanical code beautification.
Tom Lane
2023-05-17
ICU: check for U_STRING_NOT_TERMINATED_WARNING.
Jeff Davis
2023-05-12
initdb: Set collversion for standard collation UNICODE
Peter Eisentraut
2023-05-09
Revert "ICU: do not convert locale 'C' to 'en-US-u-va-posix'."
Jeff Davis
2023-05-08
ICU: do not convert locale 'C' to 'en-US-u-va-posix'.
Jeff Davis
2023-04-21
Fix initdb --no-locale.
Jeff Davis
2023-04-04
Fix MSVC warning introduced in ea1db8ae70.
Jeff Davis
2023-04-04
Canonicalize ICU locale names to language tags.
Jeff Davis
2023-03-29
Move definition of standard collations from initdb to pg_collation.dat
Peter Eisentraut
2023-03-28
Validate ICU locales.
Jeff Davis
2023-03-28
initdb: emit message when using default ICU locale.
Jeff Davis
2023-03-28
initdb: replace check_icu_locale() with default_icu_locale().
Jeff Davis
2023-03-23
Handle the "und" locale in ICU versions 54 and older.
Jeff Davis
[next]