]> granicus.if.org Git - postgresql/history - src/bin/initdb/initdb.c
Revert addition of third argument to format_type().
[postgresql] / src / bin / initdb / initdb.c
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...
2006-08-20 Michael MeskesFixed a few trivial memory leaks reported by Coverity...
2006-07-31 Tom LaneChange the bootstrap sequence so that toast tables...
2006-07-27 Peter EisentrautAllow units to be specified with configuration settings.
2006-06-18 Peter EisentrautMerge postmaster and postgres command into just postgre...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-05-27 Tom LaneFix initdb to properly escape quotes and backslashes...
2006-05-26 Bruce MomjianUse E'' strings internally only when standard_conformin...
2006-03-21 Alvaro HerreraMerge the loading of shared object descriptions with...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-24 Andrew DunstanMake restricted_exec feature for Windows more robust...
2006-02-24 Andrew Dunstanmake initdb -U username work as advertised; back out...
2006-02-18 Peter EisentrautAdd support for Windows codepages 1253, 1254, 1255...
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2006-02-10 Tom LaneMake it possible to run initdb from an admin account...
2006-01-27 Tom LaneTweak initdb to reduce verbosity of progress messages...
2006-01-05 Peter EisentrautMake all command-line options of postmaster and postgre...
2006-01-05 Bruce MomjianRemove BEOS port.
2006-01-02 Andrew DunstanRemove the nexus between trial_buffs and trial_conns...
2005-12-31 Tom LaneClean up initdb's code for selecting max_connections...
2005-12-27 Andrew DunstanIncrease amount of shared buffers initdb tries to alloc...
2005-12-09 Peter EisentrautLet initdb detect the date order of the lc_time locale...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-28 Bruce MomjianFix initdb quoting for Win32 paths in final examples...
2005-08-27 Tom LaneWindows needs WSAStartup() before getaddrinfo() will...
next