index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
initdb
/
initdb.c
Age
Commit message (
Expand
)
Author
2019-06-14
Attempt to identify system timezone by reading /etc/localtime symlink.
Tom Lane
2019-02-25
Tolerate EINVAL when calling fsync() on a directory.
Thomas Munro
2018-12-22
Fix ancient compiler warnings and typos in !HAVE_SYMLINK code
Peter Eisentraut
2018-09-23
Initialize random() in bootstrap/stand-alone postgres and in initdb.
Noah Misch
2017-05-15
Fix new warnings from GCC 7
Peter Eisentraut
2016-01-07
Fix unobvious interaction between -X switch and subdirectory creation.
Tom Lane
2016-01-07
Use plain mkdir() not pg_mkdir_p() to create subdirectories of PGDATA.
Tom Lane
2015-05-29
initdb -S should now have an explicit check that $PGDATA is valid.
Tom Lane
2015-05-29
Remove special cases for ETXTBSY from new fsync'ing logic.
Tom Lane
2015-05-29
Adjust initdb to also not consider fsync'ing failures fatal.
Tom Lane
2014-12-17
Fix another poorly worded error message.
Tom Lane
2014-12-05
Give a proper error message if initdb password file is empty.
Heikki Linnakangas
2014-12-03
Move PG_AUTOCONF_FILENAME definition
Peter Eisentraut
2014-11-15
Fix initdb --sync-only to also sync tablespaces.
Andres Freund
2014-08-09
Small message fixes
Peter Eisentraut
2014-07-09
Rename logical decoding's pg_llog directory to pg_logical.
Andres Freund
2014-05-15
Fix unportable setvbuf() usage in initdb.
Tom Lane
2014-05-14
In initdb, ensure stdout/stderr buffering behavior is what we expect.
Tom Lane
2014-05-14
Make initdb throw error for bad locale values.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-05-05
Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
Heikki Linnakangas
2014-04-30
Add missing SYSTEMQUOTEs
Heikki Linnakangas
2014-04-16
Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
Tom Lane
2014-03-21
Remove MinGW readdir/errno bug workaround fixed on 2003-10-10
Bruce Momjian
2014-03-21
Properly check for readdir/closedir() failures
Bruce Momjian
2014-03-13
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-03
Introduce logical decoding.
Robert Haas
2014-03-01
Various Coverity-spotted fixes
Stephen Frost
2014-02-08
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-01-31
Introduce replication slots.
Robert Haas
2014-01-27
Fix typos in comments for ALTER SYSTEM.
Fujii Masao
2014-01-19
Remove support for native krb5 authentication
Magnus Hagander
2014-01-10
Move username lookup functions from /port to /common
Bruce Momjian
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-18
Fix incorrect error message reported for non-existent users
Bruce Momjian
2013-12-18
Add ALTER SYSTEM command to edit the server configuration file.
Tatsuo Ishii
2013-10-24
Ignore SIGSYS during initdb.
Tom Lane
2013-10-22
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-16
initdb: Suppress dynamic shared memory when probing for max_connections.
Robert Haas
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-10-10
initdb: Select working dynamic shared memory implementation.
Robert Haas
2013-10-09
Allow dynamic allocation of shared memory segments.
Robert Haas
2013-07-14
Fix resource leak in initdb -X option
Stephen Frost
2013-06-19
initdb: Add blank line before output about checksums
Peter Eisentraut
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-04-24
initdb: Improve some messages
Peter Eisentraut
2013-03-22
Allow I/O reliability checks using 16-bit checksums
Simon Riggs
2013-03-17
Move pqsignal() to libpgport.
Tom Lane
2013-03-03
Add a materialized view relations.
Kevin Grittner
[next]