]> granicus.if.org Git - postgresql/history - src/bin/psql/command.c
Misc message style and doc fixes.
[postgresql] / src / bin / psql / command.c
2014-05-15 Heikki LinnakangasMisc message style and doc fixes.
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-05-05 Heikki LinnakangasReplace SYSTEMQUOTEs with Windows-specific wrapper...
2014-03-02 Stephen FrostVarious Coverity-spotted fixes
2014-02-15 Bruce Momjianpsql: Add C comment about gset_prefix being freed...
2014-01-30 Tom LaneFix unsafe references to errno within error messaging...
2014-01-25 Noah Mischpsql: Mention SSL protocol version in \conninfo.
2014-01-23 Fujii MasaoAdd libpq function PQhostaddr().
2014-01-16 Tom LaneAdd display of oprcode (the underlying function's name...
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-11-10 Peter EisentrautFix whitespace issues found by git diff --check, add...
2013-11-05 Tom LaneRevert commit 0725065b37b8b0e9074a624a8d3e3ac1844fc820.
2013-10-22 Tom LaneReplace pg_asprintf() with psprintf().
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-10-03 Robert Haaspsql: Make \pset without arguments show all settings.
2013-09-18 Fujii MasaoFix typo in comment.
2013-05-29 Bruce Momjianpgindent run for release 9.3
2013-05-04 Tom LaneImprove behavior of \watch with non-tuple-returning...
2013-04-24 Heikki LinnakangasAdd missing #include.
2013-04-04 Tom LaneAdd \watch [SEC] command to psql.
2013-03-26 Heikki LinnakangasGet rid of obsolete parse_version helper function.
2013-03-04 Peter Eisentrautpsql: Let \l accept a pattern
2013-03-04 Kevin GrittnerAdd a materialized view relations.
2013-02-02 Tom LaneCreate a psql command \gset to store query results...
2013-02-02 Tom LanePrevent "\g filename" from affecting subsequent command...
2013-01-24 Andrew DunstanUse correct output device for Windows prompts.
2013-01-17 Bruce MomjianAdd a latex-longtable output format to psql
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-14 Andrew DunstanProvide Assert() for frontend code.
2012-10-02 Tom LaneStandardize naming of malloc/realloc/strdup wrapper...
2012-09-01 Peter Eisentrautpsql: Reduce compatibility warning
2012-08-26 Bruce MomjianUse psql_error() for most psql error calls, per request...
2012-08-15 Bruce MomjianAdd C comment about new \c parameter requirement for...
2012-08-15 Bruce MomjianIn psql, if the is no connection object, e.g. due to...
2012-08-09 Robert HaasMake psql -1 < file behave as expected.
2012-07-18 Robert HaasSyntax support and documentation for event triggers.
2012-07-05 Tom LaneDon't try to trim "../" in join_path_components().
2012-06-14 Robert HaasMake \conninfo print SSL information.
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-06-07 Peter EisentrautMessage style improvements
2012-05-01 Robert HaasTweak psql to print row counts when \x auto chooses...
2012-04-24 Robert HaasLots of doc corrections.
2012-03-01 Peter Eisentrautpsql: Improve error display for psql -f -
2012-02-09 Peter Eisentrautpsql: Support zero byte field and record separators
2012-01-25 Alvaro HerreraHave \copy go through SendQuery
2012-01-16 Peter Eisentrautpsql: Fix memory leak
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-12-04 Andrew DunstanAdd a \setenv command to psql.
2011-12-02 Peter Eisentrautpsql: Make temporary editor files have .sql extension
2011-11-12 Peter EisentrautAdd psql expanded auto mode
2011-11-10 Tom LaneThrow nice error if server is too old to support psql...
2011-08-26 Tom LaneClean up weird corner cases in lexing of psql meta...
2011-08-26 Tom LaneSupport non-ASCII letters in psql variable names.
2011-08-08 Robert HaasTeach psql to display the comments on conversions and...
2011-08-04 Robert HaasTeach psql to display comments on languages and casts.
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...
next