]> granicus.if.org Git - postgresql/history - src/bin/initdb/initdb.c
Change rather bizarre code ordering in get_id(). This isn't strictly
[postgresql] / src / bin / initdb / initdb.c
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...
2005-08-25 Tom LaneOriginal assumption that our own getaddrinfo routine...
2005-08-22 Tom LaneUse an initdb-time test to see if the local version...
2005-08-02 Tom LaneAdd ERROR_NO_MORE_FILES workaround to check_data_dir...
2005-07-25 Tom LaneAwhile back we replaced all uses of strcasecmp and...
2005-07-10 Bruce MomjianRename xmalloc to pg_malloc for consistency with psql...
2005-07-07 Tom LaneTrack dependencies on shared objects (which is to say...
2005-07-02 Bruce MomjianAdd E'' to internally created SQL strings that contain...
2005-07-01 Bruce MomjianClarify code to double \\ and '.
2005-06-28 Tom LaneFix broken initdb -W option, per Michael Fuhr.
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-26 Bruce MomjianAdd E'' syntax so eventually normal strings can treat...
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-04-30 Neil ConwayGCC 4.0 includes a new warning option, -Wformat-literal...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-12 Tom LaneRemove unnecessary UPDATE commands to assign explicit...
2005-04-12 Peter EisentrautRevert mistaken renaming of UTF-8.
2005-03-14 Bruce MomjianAdd support for Win1252 encoding.
2005-03-11 Bruce MomjianAdd 'static' to initdb.c file-global variables.
2005-03-07 Bruce MomjianRename canonical encodings, per Peter:
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-01-28 Tom LaneAdjust mkdir_p to do stat() before trying mkdir()....
2005-01-08 Tom LaneConsistently use geteuid() not getuid(); there were...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
next