]> granicus.if.org Git - postgresql/history - src/bin/initdb
Reindent table partitioning code.
[postgresql] / src / bin / initdb /
2017-01-19 Peter Eisentrautinitdb: Fix for mixed-case superuser names
2017-01-18 Peter EisentrautAdd function to import operating system collations
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-11-25 Tom LaneBring some clarity to the defaults for the xxx_flush_af...
2016-10-20 Robert HaasRename "pg_xlog" directory to "pg_wal".
2016-10-19 Peter Eisentrautinitdb pg_basebackup: Rename --noxxx options to --no-xxx
2016-09-29 Peter EisentrautMove fsync routines of initdb into src/common/
2016-09-06 Tom LaneRepair whitespace in initdb message.
2016-08-30 Tom LaneSimplify correct use of simple_prompt().
2016-08-30 Tom LaneFix initdb misbehavior when user mis-enters superuser...
2016-08-22 Tom Laneinitdb now needs submake-libpq and submake-libpgfeutils.
2016-08-20 Tom LaneMake initdb's suggested "pg_ctl start" command line...
2016-08-18 Magnus HaganderUpdate Windows timezone mapping from Windows 7 and 10
2016-08-17 Magnus HaganderDisable update_process_title by default on Windows
2016-08-08 Peter EisentrautTranslation updates
2016-07-18 Peter EisentrautTranslation updates
2016-07-17 Stephen FrostCorrectly dump database and tablespace ACLs
2016-06-20 Peter EisentrautTranslation updates
2016-05-24 Tom LaneFix typo in TAP test identification string.
2016-05-19 Tom LanePin the built-in index access methods.
2016-05-09 Peter EisentrautTranslation updates
2016-05-08 Stephen FrostWording quibbles regarding initdb username
2016-05-08 Stephen FrostDisallow superuser names starting with 'pg_' in initdb
2016-04-08 Tom LaneAdd BSD authentication method.
2016-04-07 Stephen FrostIn pg_dump, include pg_catalog and extension ACLs,...
2016-04-07 Stephen FrostAdd new catalog called pg_init_privs
2016-03-28 Tom LaneSync tzload() and tzparse() APIs with IANA release...
2016-01-07 Tom LaneFix unobvious interaction between -X switch and subdire...
2016-01-07 Tom LaneUse plain mkdir() not pg_mkdir_p() to create subdirecto...
2016-01-06 Tom LaneIn initdb's post-bootstrap phase, drop temp tables...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-24 Tom LaneAvoid VACUUM FULL altogether in initdb.
2015-12-18 Tom LaneUse just one standalone-backend session for initdb...
2015-12-02 Alvaro HerreraRefactor Perl test code
2015-06-29 Peter EisentrautTranslation updates
2015-05-29 Tom Laneinitdb -S should now have an explicit check that $PGDAT...
2015-05-29 Tom LaneRemove special cases for ETXTBSY from new fsync'ing...
2015-05-29 Tom LaneAdjust initdb to also not consider fsync'ing failures...
2015-05-18 Peter EisentrautAdd new files to nls.mk
2015-05-11 Bruce Momjianinitdb: only recommend pg_ctl to start the server
2015-05-02 Noah MischCombine initdb tests that successfully create a data...
2015-05-02 Noah MischFix one more TAP test to use standard command-line...
2015-04-30 Peter EisentrautFix parallel make risk with new check temp-install...
2015-04-04 Tom LaneFix TAP tests to use only standard command-line argumen...
2015-03-31 Bruce Momjianinitdb: remove unnecessary VACUUM FULL
2015-03-30 Andrew DunstanRun pg_upgrade and pg_resetxlog with restricted token...
2015-02-02 Peter EisentrautTranslation updates
2015-01-24 Tom LaneReplace a bunch more uses of strncpy() with safer coding.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-17 Tom LaneFix another poorly worded error message.
2014-12-15 Peter EisentrautTranslation updates
2014-12-05 Heikki LinnakangasGive a proper error message if initdb password file...
2014-12-04 Peter EisentrautMove PG_AUTOCONF_FILENAME definition
2014-12-03 Alvaro HerreraKeep track of transaction commit timestamps
2014-11-17 Peter EisentrautTranslation updates
2014-11-15 Andres FreundFix initdb --sync-only to also sync tablespaces.
2014-10-29 Peter EisentrautRemove use of TAP subtests
2014-10-19 Peter Eisentrautinitdb: Fix compiler error in USE_PREFETCH case
2014-10-19 Peter EisentrautAllow setting effective_io_concurrency even on unsuppor...
2014-10-06 Peter EisentrautTranslation updates
2014-08-09 Peter EisentrautSmall message fixes
2014-07-24 Peter EisentrautFix TAP installcheck tests when current directory name...
2014-07-21 Peter EisentrautTranslation updates
2014-07-15 Peter EisentrautAdd missing source files to nls.mk
2014-07-02 Andres FreundRename logical decoding's pg_llog directory to pg_logical.
2014-07-02 Tom LaneAllow CREATE/ALTER DATABASE to manipulate datistemplate...
2014-05-15 Tom LaneFix unportable setvbuf() usage in initdb.
2014-05-15 Tom LaneIn initdb, ensure stdout/stderr buffering behavior...
2014-05-14 Tom LaneMake initdb throw error for bad locale values.
2014-05-11 Peter EisentrautTranslation updates
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-05 Heikki LinnakangasReplace SYSTEMQUOTEs with Windows-specific wrapper...
2014-04-30 Heikki LinnakangasAdd missing SYSTEMQUOTEs
2014-04-25 Tom LaneClean up temp installations after client program tests.
2014-04-16 Tom LaneUse AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
2014-04-15 Peter EisentrautAdd TAP tests for client programs
2014-03-21 Bruce MomjianRemove MinGW readdir/errno bug workaround fixed on...
2014-03-21 Bruce MomjianProperly check for readdir/closedir() failures
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-03-03 Robert HaasIntroduce logical decoding.
2014-03-02 Stephen FrostVarious Coverity-spotted fixes
2014-02-17 Tom LanePrevent potential overruns of fixed-size buffers.
2014-02-09 Peter EisentrautMark some more variables as static or include the appro...
2014-02-01 Robert HaasIntroduce replication slots.
2014-01-27 Fujii MasaoFix typos in comments for ALTER SYSTEM.
2014-01-19 Magnus HaganderRemove support for native krb5 authentication
2014-01-10 Bruce MomjianMove username lookup functions from /port to /common
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-18 Bruce MomjianFix incorrect error message reported for non-existent...
2013-12-18 Tatsuo IshiiAdd ALTER SYSTEM command to edit the server configurati...
2013-12-02 Peter EisentrautTranslation updates
2013-10-25 Tom LaneIgnore SIGSYS during initdb.
2013-10-22 Tom LaneReplace pg_asprintf() with psprintf().
2013-10-19 Peter EisentrautMove rmtree() from libpgport to libpgcommon
2013-10-19 Peter EisentrautMove pgfnames() from libpgport to libpgcommon
2013-10-18 Peter EisentrautSwitch dependency order of libpgcommon and libpgport
2013-10-16 Robert Haasinitdb: Suppress dynamic shared memory when probing...
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-10-10 Robert Haasinitdb: Select working dynamic shared memory implementa...
next