]> granicus.if.org Git - postgresql/history - src/bin/psql/command.c
Add missing newlines at end of error messages
[postgresql] / src / bin / psql / command.c
2011-07-26 Peter EisentrautAdd missing newlines at end of error messages
2011-07-26 Peter EisentrautReplace printf format %i by %d
2011-07-23 Andrew DunstanUnbreak Windows builds broken by EDITOR_LINENUMBER_ARG...
2011-07-23 Peter EisentrautChange EDITOR_LINENUMBER_SWITCH to an environment variable
2011-07-06 Robert HaasAdd \ir command to psql.
2011-05-21 Peter EisentrautMessage improvement
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-02-19 Peter EisentrautSet psql client encoding from locale by default
2011-02-12 Peter EisentrautDDL support for collations
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-01-20 Robert HaasAdd new psql command \dL to list languages.
2011-01-02 Robert HaasBasic foreign table support.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-11-07 Tom LaneImplement an "S" option for psql's \dn command.
2010-10-26 Robert HaasMinor fixups for psql's process_file() function.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-25 Tom LaneAvoid passing signed chars to <ctype.h> functions ...
2010-08-14 Tom LaneFix \ef and \sf to not fail on functions with nonnull...
2010-08-14 Tom LaneAdd a \sf (show function) command to psql, for those...
2010-08-12 Tom LaneExtend psql's \e and \ef commands so that a line number...
2010-08-03 Tom LaneKibitzing on \conninfo patch: adjust the order of field...
2010-07-23 Robert HaasHave psql avoid describing local sockets as host names.
2010-07-20 Robert HaasHave \conninfo mention the port even for local sockets.
2010-07-20 Robert HaasAdd \conninfo command to psql, to show current connecti...
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-05-21 Robert HaasUnbreak \h; can't do strlen(NULL).
2010-05-08 Tom LaneWork around a subtle portability problem in use of...
2010-04-03 Tom Lane\ddp should be recognized as such even if user appends...
2010-03-08 Bruce MomjianReturn proper exit code (3) from psql when ON_ERROR_STO...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-16 Bruce MomjianPrevent psql version banner from being printed by the...
2010-02-05 Joe ConwayModify recently added PQconnectdbParams() with new...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-01 Bruce Momjianpsql -f -
2009-11-22 Tom LaneImprove psql's tabular display of wrapped-around data...
2009-10-13 Tom LaneAdd "\pset linestyle ascii/unicode" option to psql...
2009-10-07 Alvaro HerreraMake it possibly to specify GUC params per user and...
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-09-13 Tom LaneWrite psql's ~/.psql_history file using history_truncat...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-04-21 Bruce MomjianAdd agg/normal/trigger/window flags for psql \df and...
2009-03-25 Peter EisentrautNo period if it's not a sentence
2009-02-26 Peter EisentrautAdd a -w/--no-password option that prevents all passwor...
2009-01-20 Bruce MomjianMake psql \d and \dt consistent for system tables,...
2009-01-06 Bruce MomjianThis makes all the \dX commands (most importantly to...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-11-21 Magnus HaganderFix a few more format argument warnings.
2008-11-11 Magnus HaganderMake psql report "SSL connection (unknown cipher)"...
2008-09-15 Peter EisentrautAvoid compiler warning about variable used before assigned.
2008-09-06 Tom LaneAdjust psql's new \ef command to present an empty CREAT...
2008-09-06 Tom LaneImplement a psql command "\ef" to edit the definition...
2008-08-16 Bruce MomjianFix version warning bug in recently applied adjustments...
2008-07-01 Bruce MomjianIssue psql connection warnings on connection start...
2008-06-26 Bruce MomjianUse SYSTEMQUOTE as concatentation to strings, rather...
2008-06-11 Heikki LinnakangasAdd optional on/off argument to \timing.
2008-05-14 Tom LaneMove the "instr_time" typedef and associated macros...
2008-05-08 Bruce MomjianAdd psql '\pset format wrapped' mode to wrap output...
2008-05-02 Peter EisentrautOne-letter backslash commands now need a space before...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-11 Tom LaneRemove the long-deprecated -u option from psql, since...
2007-12-09 Tom LaneFix up the PQconnectionUsedPassword mess: create a...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-13 Tom LaneFix the inadvertent libpq ABI breakage discovered by...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-07-08 Tom LaneGet rid of client-code dependencies on the exact text...
2007-03-03 Bruce MomjianAllow \pset and \x, \t to use boolean constants on...
2007-02-23 Bruce MomjianAdd psql \prompt capability.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-28 Tom Lanefflush the \o file, if any, after each backslash comman...
2006-12-16 Andrew Dunstanenable \timing oputput for \copy commands
2006-10-06 Peter EisentrautMessage style improvements
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-29 Tom LaneInvent an assign-hook mechanism for psql variables...
2006-07-18 Bruce MomjianMark a few functions as static or NOT_USED.
2006-06-11 Tom LaneCode review for psql multiline history patch(es). ...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-06-01 Tom LaneFix up hack to suppress escape_string_warning so that...
2006-05-31 Bruce MomjianEscape processing patch:
2006-04-02 Neil ConwayRewrite much of psql's \connect code, for the sake...
2006-03-21 Bruce MomjianFix psql history handling:
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-04 Bruce MomjianUse DEVTTY as 'con' on Win32 as a replacement for ...
2006-03-03 Bruce MomjianAvoid trying to open /dev/tty on Win32. Some Win32...
2006-02-12 Bruce MomjianAdd psql option:
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2006-02-12 Bruce MomjianPlease find enclosed a patch that lets you use \c to...
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-08 Peter EisentrautAdd missing translation marker
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-20 Bruce MomjianReturn proper value for psql -f filename failure if...
2005-08-14 Tom LaneFix up tab completion for ROLEs and add some more compl...
2005-07-25 Bruce MomjianAdd username for psql password prompt, if the username...
2005-07-18 Bruce Momjian\pset numericsep -> numericlocale.
2005-07-14 Bruce MomjianChange numericsep to a boolean, and make it locale...
2005-07-14 Bruce Momjianbarebones variable name -> tuples_only, for consistency.
2005-07-10 Bruce MomjianAdd psql \pset numericsep to allow output numbers like...
2005-06-13 Neil ConwayPer discussion on -hackers, this patch changes psql...
next