]> granicus.if.org Git - postgresql/history - src/bin/scripts/createuser.c
Update copyrights for 2013
[postgresql] / src / bin / scripts / createuser.c
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-02-07 Peter Eisentrautcreateuser: Disable prompting by default
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-06 Robert HaasMake command-line tools smarter about finding a DB...
2011-09-23 Robert HaasAdd --{no-,}replication flags to createuser.
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-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-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-11 Tom LaneMake documentation of -W options more accurate and...
2007-06-04 Peter EisentrautRemove gratuitous response messages from utility programs.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-22 Peter EisentrautRearrange yes/no prompting code so that the prompts...
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-12-26 Peter EisentrautRename pg_make_encrypted_password to PQencryptPassword.
2005-12-23 Tom LaneAdd an officially exported libpq function to encrypt...
2005-12-18 Peter EisentrautAdd new psql command \password for changing role passwo...
2005-12-12 Bruce MomjianUse a proper enum for tri-valued variables.
2005-12-12 Bruce MomjianDocument tri-valued variables in createdb, +1, -1, 0.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-30 Peter EisentrautClean up the help displays.
2005-09-30 Peter EisentrautChange the option spelling to --connection-limit to...
2005-08-14 Tom LaneUpdate the createuser utility for the ROLEs world....
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-14 Peter EisentrautFix typo
2004-08-29 Bruce MomjianUpdate copyright to 2004.
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-09 Tom LaneFix incorrect SQL syntax emitted when -E is given witho...
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-27 Peter EisentrautInternationalize interactive yes/no responses.
2003-05-14 Tom LaneBackend support for autocommit removed, per recent...
2003-03-18 Peter EisentrautReimplement create and drop scripts in C, to reduce...