]> granicus.if.org Git - postgresql/history - src/bin/psql/command.c
Move logging.h and logging.c from src/fe_utils/ to src/common/.
[postgresql] / src / bin / psql / command.c
2019-05-14 Tom LaneMove logging.h and logging.c from src/fe_utils/ to...
2019-04-07 Alvaro Herrerapsql \dP: list partitioned tables and indexes
2019-04-03 Stephen FrostGSSAPI encryption support
2019-04-01 Peter EisentrautUnified logging system for command-line programs
2019-01-23 Heikki LinnakangasFix misc typos in comments.
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-12-29 Peter EisentrautRemove redundant translation markers
2018-12-03 Michael PaquierAdd some missing schema qualifications
2018-11-26 Tom LaneAdd CSV table output mode in psql.
2018-11-26 Tom LaneFix breakage of "\pset format latex".
2018-11-19 Alvaro Herrerapsql: Show IP address in \conninfo
2018-11-14 Tom LaneMake psql's "\pset format" command reject non-unique...
2018-11-06 Michael PaquierReorganize format options of psql in alphabetical order
2018-08-03 Tom LaneRemove no-longer-appropriate special case in psql's...
2018-07-24 Peter Eisentrautpsql: Add option for procedures to \df
2018-04-08 Tom LaneSwitch client-side code to include catalog/pg_foo_d...
2018-01-29 Tom LaneAvoid misleading psql password prompt when username...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-11-08 Peter EisentrautChange TRUE/FALSE to true/false
2017-09-06 Tom LaneMerge duplicative code for \sf/\sv, \ef/\ev in psql...
2017-09-05 Tom LaneAdd \gdesc psql command.
2017-09-05 Tom LaneAdd psql variables showing server version and psql...
2017-08-16 Peter EisentrautFix up some misusage of appendStringInfo() and friends
2017-07-27 Tom LaneFix very minor memory leaks in psql's command.c.
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-05-03 Heikki LinnakangasAdd PQencryptPasswordConn function to libpq, use it...
2017-04-11 Magnus HaganderRemove support for bcc and msvc standalone libpq builds
2017-04-02 Tom LaneFix behavior of psql's \p to agree with \g, \w, etc.
2017-03-30 Tom LaneSupport \if ... \elif ... \else ... \endif in psql...
2017-03-10 Tom LaneFix hard-coded relkind constants in assorted src/bin...
2017-03-07 Stephen Frostpsql: Add \gx command
2017-02-25 Tom LaneRemove some configure header-file checks that we weren...
2017-02-25 Tom LaneRemove useless duplicate inclusions of system header...
2017-01-30 Tom LaneMake psql reject attempts to set special variables...
2017-01-20 Peter EisentrautLogical replication
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-08-30 Tom LaneFix a bunch of places that called malloc and friends...
2016-08-30 Tom LaneSimplify correct use of simple_prompt().
2016-08-16 Tom LaneFix assorted places in psql to print version numbers...
2016-08-08 Noah MischObstruct shell, SQL, and conninfo injection via databas...
2016-08-08 Noah MischIntroduce a psql "\connect -reuse-previous=on|off"...
2016-06-15 Tom LaneUse strftime("%c") to format timestamps in psql's ...
2016-06-07 Alvaro HerreraFix loose ends for SQL ACCESS METHOD objects
2016-05-22 Peter Eisentrautpsql: Message style improvements
2016-05-06 Dean RasheedFix psql's \ev and \sv commands so that they handle...
2016-04-15 Tom LaneRethink \crosstabview's argument parsing logic.
2016-04-08 Alvaro HerreraSupport \crosstabview in psql
2016-04-08 Stephen FrostReserve the "pg_" namespace for roles
2016-04-04 Tom LaneAdd a \gexec command to psql for evaluation of computed...
2016-04-03 Tom LaneAdd psql \errverbose command to see last server error...
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
next