]> granicus.if.org Git - postgresql/history - src/bin/scripts/createdb.c
Update copyright for 2018
[postgresql] / src / bin / scripts / createdb.c
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-03-24 Tom LaneCreate src/fe_utils/, and move stuff into there from...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-07-02 Heikki LinnakangasUse appendStringInfoString/Char et al where appropriate.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-02-11 Peter Eisentrautscripts: Remove newlines from end of generated SQL
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-18 Bruce MomjianFix incorrect error message reported for non-existent...
2013-11-18 Heikki LinnakangasReplace appendPQExpBuffer(..., <constant>) with appendP...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-10-12 Bruce MomjianIn our source code, make a copy of getopt's 'optarg...
2012-06-17 Peter EisentrautMake documentation of --help and --version options...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-06 Robert HaasMake command-line tools smarter about finding a DB...
2011-06-09 Bruce MomjianPgindent run before 9.1 beta2.
2011-05-10 Bruce MomjianFor create/dropdb, only connect once to the server...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-04-06 Heikki LinnakangasRename the new CREATE DATABASE options to set collation...
2009-02-26 Peter EisentrautFinal removal of -q options, which haven't done anythin...
2009-02-26 Peter EisentrautAdd a -w/--no-password option that prevents all passwor...
2009-02-25 Peter EisentrautSort the output of --help mostly alphabetical, make...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-11 Peter EisentrautAppend major version number and for libraries soname...
2008-11-10 Alvaro HerreraAdd a --locale switch to createdb, to ease the creation...
2008-09-23 Heikki LinnakangasMake LC_COLLATE and LC_CTYPE database-level settings...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-11 Tom LaneMake documentation of -W options more accurate and...
2007-10-13 Tom LaneFix the inadvertent libpq ABI breakage discovered by...
2007-06-04 Peter EisentrautRemove gratuitous response messages from utility programs.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-06-01 Tom LaneFix up hack to suppress escape_string_warning so that...
2006-05-31 Bruce MomjianEscape processing patch:
2006-05-29 Bruce MomjianAdd PQclear() calls, for completeness (exits shortly...
2006-05-28 Tom LaneFix up pg_dump to do string escaping fully correctly...
2006-05-26 Bruce MomjianUse E'' strings internally only when standard_conformin...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-06-18 Tom LaneReplace createdb's obsolete --location switch with...
2004-06-03 Bruce MomjianAdd PGETC (for pg_service.conf) and PGLOCALE (for local...
2004-06-01 Bruce MomjianRemove init_nls() functions, call set_pglocale() directly.
2004-05-25 Bruce MomjianMake the locale location relocatable.
2004-05-12 Bruce MomjianRename find_my_binary/find_other_binary to
2004-01-01 Tom LaneDo an explicit fflush after writing a progress message...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce Momjianpgindent run.
2003-07-23 Peter EisentrautApply message style guide to frontend programs.
2003-06-11 Bruce MomjianDocument the -h client flag can use a socket directory...
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-03-18 Peter EisentrautReimplement create and drop scripts in C, to reduce...