]> granicus.if.org Git - postgresql/history - src/bin/psql/command.c
Move psql's print.c and mbprint.c into src/fe_utils.
[postgresql] / src / bin / psql / command.c
2016-03-24 Tom LaneMove psql's print.c and mbprint.c into src/fe_utils.
2016-03-24 Tom LaneCreate src/fe_utils/, and move stuff into there from...
2016-03-21 Tom LaneAllow the delay in psql's \watch command to be a fracti...
2016-03-21 Tom LaneImprove header output from psql's \watch command.
2016-03-19 Tom LaneSplit psql's lexer into two separate .l files for SQL...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-08 Robert Haaspsql: Support multiple -c and -f options, and allow...
2015-12-03 Tom LaneClean up some psql issues around handling of the query...
2015-12-03 Peter Eisentrautpsql: Improve spelling
2015-11-27 Tom LaneImprove PQhost() to return useful data for default...
2015-11-25 Tom LaneBe more paranoid about null return values from libpq...
2015-11-03 Tom LaneCode + docs review for unicode linestyle patch.
2015-10-29 Peter EisentrautMessage style improvements
2015-10-06 Bruce Momjianpsql: allow \pset C in setting the title, matches \C
2015-09-05 Tom LaneRearrange the handling of error context reports.
2015-08-31 Bruce Momjianpsql: print longtable as a possible \pset option
2015-07-09 Noah MischFix null pointer dereference in "\c" psql command.
2015-07-03 Tom LaneAdd psql \ev and \sv commands for editing and showing...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-04-02 Alvaro Herrerapsql: fix \connect with URIs and conninfo strings
2015-04-02 Robert HaasRevert "psql: fix \connect with URIs and conninfo strings"
2015-04-01 Alvaro Herrerapsql: fix \connect with URIs and conninfo strings
2015-03-31 Bruce Momjianpsql: add asciidoc output format
2015-03-28 Andrew DunstanAdd a pager_min_lines setting to psql
2015-02-03 Heikki LinnakangasAdd API functions to libpq to interrogate SSL related...
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-31 Tom LaneImprove consistency of parsing of psql's magic variables.
2014-11-29 Noah MischReimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14...
2014-11-29 Noah MischRevert "Add libpq function PQhostaddr()."
2014-11-27 Fujii MasaoMake \watch respect the user's \pset null setting.
2014-11-23 Andrew DunstanFix memory leaks introduced by commit eca2b9b
2014-11-22 Andrew DunstanRework echo_hidden for \sf and \ef from commit e4d2817.
2014-11-21 Andrew DunstanMake psql's \sf and \ef honor ECHO_HIDDEN.
2014-11-18 Tom LaneFix some bogus direct uses of realloc().
2014-10-26 Tom LaneFix undersized result buffer in pset_quoted_string().
2014-10-23 Fujii MasaoRemove the unused argument of PSQLexec().
2014-10-19 Peter Eisentrautpsql: Improve \pset without arguments
2014-09-12 Stephen FrostAdd unicode_{column|header|border}_style to psql
2014-09-09 Andres FreundAdd new psql help topics, accessible to both --help...
2014-09-08 Tom LaneFix psql \s to work with recent libedit, and add pager...
2014-09-04 Fujii MasaoAllow \watch to display query execution time if \timing...
2014-08-29 Peter EisentrautAssorted message improvements
2014-08-11 Heikki LinnakangasBreak out OpenSSL-specific code to separate files.
2014-08-09 Peter EisentrautSmall message fixes
2014-07-15 Magnus HaganderInclude SSL compression status in psql banner and conne...
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.
next