index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
initdb
/
initdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
initdb: Refactor PG_CMD_PUTS loops
Peter Eisentraut
2022-12-05
1
-209
/
+170
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
1
-1
/
+1
*
Don't allow creation of database with ICU locale with unsupported encoding
Peter Eisentraut
2022-09-16
1
-0
/
+29
*
Use SIGNAL_ARGS consistently to declare signal handlers.
Tom Lane
2022-09-14
1
-3
/
+3
*
Clean up inconsistent use of fflush().
Tom Lane
2022-08-29
1
-2
/
+3
*
Remove configure probe for sockaddr_in6 and require AF_INET6.
Thomas Munro
2022-08-26
1
-10
/
+0
*
Remove replacement code for getaddrinfo.
Thomas Munro
2022-08-14
1
-1
/
+2
*
Remove HAVE_UNIX_SOCKETS.
Thomas Munro
2022-08-14
1
-41
/
+0
*
Remove configure probes for symlink/readlink, and dead code.
Thomas Munro
2022-08-05
1
-4
/
+0
*
Default to dynamic_shared_memory_type=sysv on Solaris.
Thomas Munro
2022-07-02
1
-1
/
+4
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
1
-2
/
+2
*
Rethink method for assigning OIDs to the template0 and postgres DBs.
Tom Lane
2022-04-21
1
-4
/
+5
*
Remove extraneous blank lines before block-closing braces
Alvaro Herrera
2022-04-13
1
-2
/
+0
*
Improve frontend error logging style.
Tom Lane
2022-04-08
1
-236
/
+97
*
Remove error message hints mentioning configure options
Peter Eisentraut
2022-04-08
1
-1
/
+0
*
initdb: When running CREATE DATABASE, use STRATEGY = WAL_COPY.
Robert Haas
2022-03-31
1
-3
/
+11
*
Fix global ICU collations for ICU < 54
Peter Eisentraut
2022-03-20
1
-19
/
+3
*
Add option to use ICU as global locale provider
Peter Eisentraut
2022-03-17
1
-11
/
+86
*
Database-level collation version tracking
Peter Eisentraut
2022-02-14
1
-0
/
+12
*
pg_upgrade: Preserve database OIDs.
Robert Haas
2022-01-24
1
-2
/
+20
*
Remove 'datlastsysoid'.
Robert Haas
2022-01-20
1
-7
/
+0
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Default to log_checkpoints=on, log_autovacuum_min_duration=10m
Robert Haas
2021-12-13
1
-2
/
+2
*
Replace random(), pg_erand48(), etc with a better PRNG API and algorithm.
Tom Lane
2021-11-28
1
-3
/
+5
*
Provide a variant of simple_prompt() that can be interrupted by ^C.
Tom Lane
2021-11-17
1
-1
/
+1
*
Fix incorrect format placeholder
Peter Eisentraut
2021-11-03
1
-1
/
+1
*
Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.
Noah Misch
2021-09-09
1
-2
/
+1
*
Improve defaults shown in postgresql.conf.sample and pg_settings
Bruce Momjian
2021-08-23
1
-1
/
+1
*
Clarify initdb --sync-only help message and docs
Daniel Gustafsson
2021-08-16
1
-1
/
+1
*
process startup: Remove bootstrap / checker modes from AuxProcType.
Andres Freund
2021-08-05
1
-3
/
+3
*
Replace explicit PIN entries in pg_depend with an OID range test.
Tom Lane
2021-07-15
1
-75
/
+2
*
Rename debug_invalidate_system_caches_always to debug_discard_caches.
Tom Lane
2021-07-13
1
-3
/
+3
*
Add --clobber-cache option to initdb, for CCA testing.
Tom Lane
2021-07-01
1
-8
/
+18
*
Split function definitions out of system_views.sql into a new file.
Tom Lane
2021-04-16
1
-0
/
+6
*
Improve consistency of SQL code capitalization
Peter Eisentraut
2021-03-27
1
-1
/
+1
*
Use native path separators to pg_ctl in initdb
Alvaro Herrera
2021-03-02
1
-0
/
+3
*
Update snowball
Peter Eisentraut
2021-02-19
1
-0
/
+6
*
Remove extra Success message at the end of initdb
Magnus Hagander
2021-02-10
1
-2
/
+0
*
Add primary keys and unique constraints to system catalogs
Peter Eisentraut
2021-01-30
1
-46
/
+14
*
Add --no-instructions parameter to initdb
Magnus Hagander
2021-01-17
1
-22
/
+34
*
Promote --data-checksums to the common set of options in initdb --help
Michael Paquier
2021-01-06
1
-1
/
+1
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Use setenv() in preference to putenv().
Tom Lane
2020-12-30
1
-4
/
+6
*
Revert "Add key management system" (978f869b99) & later commits
Bruce Momjian
2020-12-27
1
-110
/
+8
*
initdb: document that -K requires an argument
Bruce Momjian
2020-12-26
1
-2
/
+2
*
fixes docs and missing initdb help option for commit 978f869b99
Bruce Momjian
2020-12-25
1
-0
/
+2
*
Add key management system
Bruce Momjian
2020-12-25
1
-8
/
+108
*
initdb: complete getopt_long alphabetization
Bruce Momjian
2020-12-12
1
-1
/
+1
*
initdb: properly alphabetize getopt_long options in C string
Bruce Momjian
2020-12-12
1
-1
/
+1
*
Make postgres.bki use the same literal-string syntax as postgresql.conf.
Tom Lane
2020-10-04
1
-27
/
+7
[next]