index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
initdb
/
initdb.c
Commit message (
Expand
)
Author
Age
*
Use native path separators to pg_ctl in initdb
Alvaro Herrera
2021-03-02
*
initdb: complete getopt_long alphabetization
Bruce Momjian
2020-12-12
*
initdb: properly alphabetize getopt_long options in C string
Bruce Momjian
2020-12-12
*
Message style improvements
Peter Eisentraut
2019-07-09
*
Fix accidentally swapped error message arguments
Peter Eisentraut
2019-07-02
*
Convert some stragglers to new frontend logging API
Peter Eisentraut
2019-07-01
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-05-14
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-19
*
initdb: Use atexit()
Peter Eisentraut
2019-01-07
*
Move the built-in conversions into the initial catalog data.
Tom Lane
2019-01-03
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Fix ancient compiler warnings and typos in !HAVE_SYMLINK code
Peter Eisentraut
2018-12-22
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Sync our Snowball stemmer dictionaries with current upstream.
Tom Lane
2018-09-24
*
Initialize random() in bootstrap/stand-alone postgres and in initdb.
Noah Misch
2018-09-23
*
Remove special handling for open() in initdb for Windows
Michael Paquier
2018-09-21
*
Allow concurrent-safe open() and fopen() in frontend code for Windows
Michael Paquier
2018-09-14
*
Attempt to identify system timezone by reading /etc/localtime symlink.
Tom Lane
2018-09-13
*
Cosmetic cleanups in initdb.c.
Tom Lane
2018-08-10
*
Remove dynamic_shared_memory_type=none
Peter Eisentraut
2018-07-10
*
Improve initdb's query for generating default descriptions a little.
Tom Lane
2018-05-08
*
Rationalize handling of single and double quotes in bootstrap data.
Tom Lane
2018-04-17
*
Further cleanup of client dependencies on src/include/catalog headers.
Tom Lane
2018-04-09
*
Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.
Tom Lane
2018-04-08
*
Allow group access on PGDATA
Stephen Frost
2018-04-07
*
Refactor dir/file permissions
Stephen Frost
2018-04-07
*
initdb: Further polishing of --wal-segsize option
Peter Eisentraut
2018-03-25
*
initdb: Improve --wal-segsize handling
Peter Eisentraut
2018-03-24
*
Fix more format truncation issues
Peter Eisentraut
2018-03-15
*
Clarify initdb --help message for --wal-segsize
Magnus Hagander
2018-03-11
*
In initdb, don't bother trying max_connections = 10.
Tom Lane
2018-03-08
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Update typedefs.list and re-run pgindent
Robert Haas
2017-11-29
*
Mark some more functions as pg_attribute_noreturn().
Tom Lane
2017-11-27
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Fix compiler warning
Peter Eisentraut
2017-09-20
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Clean up excessive code
Peter Eisentraut
2017-09-08
*
Remove useless empty string initializations
Peter Eisentraut
2017-09-08
*
Rethink behavior of pg_import_system_collations().
Tom Lane
2017-06-23
*
Add testing to detect errors of omission in "pin" dependency creation.
Tom Lane
2017-06-23
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-12
[next]