]> granicus.if.org Git - postgresql/history - src/bin/scripts/dropuser.c
Empty search_path in Autovacuum and non-psql/pgbench clients.
[postgresql] / src / bin / scripts / dropuser.c
2018-02-26 Noah MischEmpty search_path in Autovacuum and non-psql/pgbench...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-08-30 Tom LaneSimplify correct use of simple_prompt().
2016-03-24 Tom LaneCreate src/fe_utils/, and move stuff into there from...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-23 Tom LaneImprove handling of password reuse in src/bin/scripts...
2015-11-12 Alvaro Herreravacuumdb: don't prompt for passwords over and over
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-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-08-30 Robert HaasAdd --if-exists option to dropdb and dropuser.
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-09-22 Peter EisentrautRearrange yes/no prompting code so that the prompts...
2006-05-29 Bruce MomjianAdd PQclear() calls, for completeness (exits shortly...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-09-30 Peter EisentrautClean up the help displays.
2005-08-15 Tom LaneClean up some stray remaining references to pg_shadow...
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-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-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...