]> granicus.if.org Git - postgresql/history - src/bin/initdb/initdb.c
Update copyright for 2016
[postgresql] / src / bin / initdb / initdb.c
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-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-11 Bruce Momjianinitdb: only recommend pg_ctl to start the server
2015-03-31 Bruce Momjianinitdb: remove unnecessary VACUUM FULL
2015-03-30 Andrew DunstanRun pg_upgrade and pg_resetxlog with restricted token...
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-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-15 Andres FreundFix initdb --sync-only to also sync tablespaces.
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-08-09 Peter EisentrautSmall message fixes
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-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-16 Tom LaneUse AF_UNSPEC not PF_UNSPEC in getaddrinfo calls.
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-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-10-25 Tom LaneIgnore SIGSYS during initdb.
2013-10-22 Tom LaneReplace pg_asprintf() with psprintf().
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...
2013-10-10 Robert HaasAllow dynamic allocation of shared memory segments.
2013-07-14 Stephen FrostFix resource leak in initdb -X option
2013-06-20 Peter Eisentrautinitdb: Add blank line before output about checksums
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-04-25 Peter Eisentrautinitdb: Improve some messages
2013-03-22 Simon RiggsAllow I/O reliability checks using 16-bit checksums
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-02-18 Alvaro HerreraSplit pgstat file in smaller pieces
2013-02-16 Bruce MomjianWarn about initdb using mount-points
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-02-06 Andrew DunstanEnable building with Microsoft Visual Studio 2012.
2013-01-05 Magnus HaganderCentralize single quote escaping in src/port/quotes.c
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-20 Bruce MomjianAvoid using NAMEDATALEN in pg_upgrade
2012-12-04 Bruce MomjianIn initdb.c, move auth warning code into main() from...
2012-12-04 Bruce MomjianIn initdb.c, rename some newly created functions, and...
2012-12-04 Bruce MomjianAdd initdb --sync-only option to sync the data director...
2012-12-04 Bruce MomjianRevert initdb --sync-only patch that had incorrect...
2012-12-04 Bruce Momjiandummy commit
2012-11-30 Bruce MomjianSplit initdb.c main() code into multiple functions...
2012-10-15 Heikki LinnakangasFix race condition in pg_ctl reading postmaster.pid.
2012-10-02 Tom LaneWork around unportable behavior of malloc(0) and reallo...
2012-10-02 Tom LaneStandardize naming of malloc/realloc/strdup wrapper...
2012-09-06 Robert HaasFix "too many arguments" messages not to index off...
2012-08-15 Bruce MomjianProperly escape usernames in initdb, so names with...
2012-08-10 Tom LaneSupport having multiple Unix-domain sockets per postmaster.
2012-07-13 Tom LaneAdd fsync capability to initdb, and use sync_file_range...
2012-07-05 Tom LaneDon't try to trim "../" in join_path_components().
2012-07-04 Robert HaasIncrease the maximum initdb-configured value for shared...
2012-06-30 Peter Eisentrautinitdb: Update check_need_password for new options
2012-06-17 Peter EisentrautMake documentation of --help and --version options...
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-07 Peter EisentrautMessage style improvements
2012-04-17 Andrew DunstanDon't override arguments set via options with positiona...
2012-04-13 Peter EisentrautConsistently quote encoding and locale names in messages
2012-03-29 Peter Eisentrautinitdb: Mark more messages for translation
2012-03-26 Tom LaneReplace empty locale name with implied value in CREATE...
2012-02-01 Peter Eisentrautinitdb: Add options --auth-local and --auth-host
2012-01-14 Peter Eisentrautinitdb: Remove support for crypt authentication method
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-27 Peter EisentrautStandardize treatment of strcmp() return value
2011-12-10 Andrew DunstanMiscellaneous cleanup to silence compiler warnings...
2011-10-22 Tom LaneSupport synchronization of snapshots through an export...
2011-09-09 Tom LaneSimplify handling of the timezone GUC by making initdb...
2011-09-01 Heikki Linnakangassetlocale() on Windows doesn't work correctly if the...
2011-08-23 Peter EisentrautUse consistent format for reporting GetLastError()
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-05-19 Magnus HaganderAdd example for replication in pg_hba.conf
2011-05-10 Tom LaneBe more wary in initdb's creation of platform-dependent...
2011-04-25 Andrew DunstanAssorted minor changes to silence Windows compiler...
2011-04-20 Heikki LinnakangasQuotes in strings injected into bki file need to escape...
2011-04-15 Tom LaneSuppress unused-function warning on non-WIN32 builds.
next