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
*
Pin the built-in index access methods.
Tom Lane
2016-05-19
*
Wording quibbles regarding initdb username
Stephen Frost
2016-05-08
*
Disallow superuser names starting with 'pg_' in initdb
Stephen Frost
2016-05-08
*
Add BSD authentication method.
Tom Lane
2016-04-08
*
In pg_dump, include pg_catalog and extension ACLs, if changed
Stephen Frost
2016-04-06
*
Add new catalog called pg_init_privs
Stephen Frost
2016-04-06
*
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
2016-01-07
*
In initdb's post-bootstrap phase, drop temp tables explicitly.
Tom Lane
2016-01-06
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Avoid VACUUM FULL altogether in initdb.
Tom Lane
2015-12-23
*
Use just one standalone-backend session for initdb's post-bootstrap steps.
Tom Lane
2015-12-17
*
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
2015-05-29
*
initdb: only recommend pg_ctl to start the server
Bruce Momjian
2015-05-11
*
initdb: remove unnecessary VACUUM FULL
Bruce Momjian
2015-03-31
*
Run pg_upgrade and pg_resetxlog with restricted token on Windows
Andrew Dunstan
2015-03-30
*
Replace a bunch more uses of strncpy() with safer coding.
Tom Lane
2015-01-24
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Fix another poorly worded error message.
Tom Lane
2014-12-17
*
Give a proper error message if initdb password file is empty.
Heikki Linnakangas
2014-12-05
*
Move PG_AUTOCONF_FILENAME definition
Peter Eisentraut
2014-12-03
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
*
Fix initdb --sync-only to also sync tablespaces.
Andres Freund
2014-11-15
*
initdb: Fix compiler error in USE_PREFETCH case
Peter Eisentraut
2014-10-19
*
Allow setting effective_io_concurrency even on unsupported systems
Peter Eisentraut
2014-10-18
*
Small message fixes
Peter Eisentraut
2014-08-09
*
Rename logical decoding's pg_llog directory to pg_logical.
Andres Freund
2014-07-02
*
Allow CREATE/ALTER DATABASE to manipulate datistemplate and datallowconn.
Tom Lane
2014-07-01
*
Fix unportable setvbuf() usage in initdb.
Tom Lane
2014-05-15
*
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-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
Heikki Linnakangas
2014-05-05
*
Add missing SYSTEMQUOTEs
Heikki Linnakangas
2014-04-30
*
Use AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
Tom Lane
2014-04-16
*
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-21
*
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-13
*
Introduce logical decoding.
Robert Haas
2014-03-03
*
Various Coverity-spotted fixes
Stephen Frost
2014-03-01
*
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-02-08
*
Introduce replication slots.
Robert Haas
2014-01-31
*
Fix typos in comments for ALTER SYSTEM.
Fujii Masao
2014-01-27
*
Remove support for native krb5 authentication
Magnus Hagander
2014-01-19
*
Move username lookup functions from /port to /common
Bruce Momjian
2014-01-10
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix incorrect error message reported for non-existent users
Bruce Momjian
2013-12-18
[next]