]> granicus.if.org Git - postgresql/history - src/bin/initdb
Remove -i/--ignore-version option from pg_dump, pg_dumpall and pg_restore.
[postgresql] / src / bin / 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-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...
2013-10-10 Robert HaasAllow dynamic allocation of shared memory segments.
2013-10-07 Peter EisentrautTranslation updates
2013-09-02 Peter EisentrautTranslation updates
2013-08-19 Peter EisentrautTranslation updates
2013-07-14 Stephen FrostFix resource leak in initdb -X option
2013-06-24 Peter EisentrautTranslation updates
2013-06-20 Peter Eisentrautinitdb: Add blank line before output about checksums
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-06 Peter EisentrautTranslation updates
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-07 Peter EisentrautAdd fe_memutils.c to nls.mk where used
2013-03-07 Peter EisentrautAdjust nls.mk for split out of wait_error.c
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...
next