]> granicus.if.org Git - postgresql/history - src/bin/initdb/initdb.c
initdb: Add options --auth-local and --auth-host
[postgresql] / src / bin / initdb / initdb.c
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.
2011-04-15 Heikki Linnakangassetlocale() on Windows doesn't work correctly if the...
2011-04-15 Heikki LinnakangasOn Windows, if the encoding implied by locale is not...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-09 Peter EisentrautAdd collation support on Windows (MSVC build)
2011-04-08 Tom LaneModify initdb to complain only when no usable system...
2011-03-22 Tom LaneMake initdb ignore locales for client-only encodings.
2011-03-20 Tom LaneFix up handling of C/POSIX collations.
2011-03-19 Magnus HaganderRename ident authentication over local connections...
2011-03-15 Bruce MomjianAdd database comments to template0 and postgres databas...
2011-03-14 Magnus HaganderRemove special case allowing parameters to ident auth...
2011-03-10 Tom LaneRevert addition of third argument to format_type().
2011-03-05 Tom LaneCreate extension infrastructure for the core procedural...
2011-03-03 Tom LaneFurther refine patch for commenting operator implementa...
2011-02-12 Peter EisentrautDDL support for collations
2011-02-08 Peter EisentrautPer-column collation support
2011-02-07 Heikki LinnakangasImplement genuine serializable isolation level.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-11 Tom LaneMove a couple of initdb's subroutines into src/port/.
2010-12-10 Tom LaneUse symbolic names not octal constants for file permiss...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-01-26 Tom LaneUn-break initdb logic for commenting out IPv6 pg_hba...
2010-01-26 Peter EisentrautReformat the comments in pg_hba.conf and pg_ident.conf
2010-01-06 Bruce MomjianPG_MAJORVERSION:
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-18 Bruce MomjianInstall server-side language PL/pgSQL by default.
2009-12-18 Tom LaneForce the TZ environment variable to be set during...
2009-12-11 Itagaki TakahiroAdd large object access control.
2009-11-14 Magnus HaganderAdd inheritable ACE when creating a restricted token...
2009-11-12 Tom LaneMake initdb behave sanely when the selected locale...
2009-09-03 Tom LaneRemove initdb's rather gratuitous check to see if the...
2009-09-02 Tom LaneFix pg_ctl's readfile() to not go into infinite loop...
2009-09-01 Alvaro HerreraRemove flatfiles.c, which is now obsolete.
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-06-03 Tom LaneChange rather bizarre code ordering in get_id(). This...
2009-04-05 Tom LaneRemove a boatload of useless definitions of 'int optres...
2009-03-31 Magnus HaganderDon't crash initdb when we fail to get the current...
2009-02-25 Peter EisentrautSort the output of --help mostly alphabetical, make...
2009-01-22 Tom LaneSupport column-level privileges, as required by SQL...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-11-14 Tom LaneActually, instead of whining about how type internal...
2008-10-31 Peter EisentrautMessage improvement
2008-09-30 Heikki LinnakangasRewrite the FSM. Instead of relying on a fixed-size...
2008-09-23 Heikki LinnakangasTighten the check in initdb and CREATE DATABASE that...
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-08-05 Magnus HaganderMove pgstat.tmp into a temporary directory under $PGDAT...
2008-07-19 Tom LaneAvoid substituting NAMEDATALEN, FLOAT4PASSBYVAL, and...
2008-06-26 Bruce MomjianUse SYSTEMQUOTE as concatentation to strings, rather...
2008-06-02 Tom LaneFix initdb to reject a relative path for -X (--xlogdir...
2008-02-29 Andrew DunstanDon't call AddUserToDacl on Cygwin
2008-02-29 Magnus HaganderFix handling of restricted processes for Windows Vista...
2008-02-20 Tom LaneRename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-16 Alvaro HerreraFix inconsistent message wording, and split off a coupl...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-25 Tom LaneMake initdb's selection of default text search configur...
2007-10-24 Alvaro HerreraDanish_Danmark -> Danish_Denmark
2007-10-16 Magnus HaganderRe-allow UTF8 encodings on win32. Since UTF8 is convert...
2007-10-16 Peter EisentrautRemove quotes around locale names in some places for...
2007-10-13 Tom LaneFix the inadvertent libpq ABI breakage discovered by...
2007-09-29 Tom LaneMake use of additional chklocale.c entries to reject...
2007-09-28 Tom LaneChange initdb and CREATE DATABASE to actively reject...
2007-09-28 Tom LaneTweak initdb's text search configuration selection...
2007-09-25 Peter EisentrautSmall string tweaks
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-08-04 Neil ConwayTweak for initdb: if more command-line arguments were...
2007-07-11 Tom LaneSuppress a warning that some versions of gcc emit about...
2007-05-31 Peter EisentrautMake some messages more consistent
2007-03-29 Bruce Momjianpg_char_to_encoding() was redundant in initdb because
2007-03-18 Neil ConwayCode cleanup: mark some variables with the "const"...
2007-02-20 Bruce MomjianPrevent BLCKSZ < 1024, and have initdb test shared...
2007-02-16 Alvaro HerreraRemove useless database name from bootstrap argument...
2007-02-10 Peter EisentrautStrNCpy -> strlcpy (not complete)
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-31 Tom LaneFix initdb to not generate misleading error messages...
2007-01-20 Bruce MomjianModify max_fsm_pages in postgresql.conf.sample to show...
2007-01-06 Bruce MomjianAllow initdb to specify the pg_xlog directory.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-04 Tom LaneFix initdb's logic for picking shared_buffers/max_fsm_p...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-10-03 Bruce MomjianThe attached patch changes units of the some default...
2006-09-14 Bruce MomjianMake postgresql.conf.sample match the initdb defaults...
next