index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
command.c
Commit message (
Expand
)
Author
Age
*
Fix assorted places in psql to print version numbers >= 10 in new style.
Tom Lane
2016-08-16
*
Obstruct shell, SQL, and conninfo injection via database and role names.
Noah Misch
2016-08-08
*
Introduce a psql "\connect -reuse-previous=on|off" option.
Noah Misch
2016-08-08
*
Use strftime("%c") to format timestamps in psql's \watch command.
Tom Lane
2016-06-15
*
Fix loose ends for SQL ACCESS METHOD objects
Alvaro Herrera
2016-06-07
*
psql: Message style improvements
Peter Eisentraut
2016-05-21
*
Fix psql's \ev and \sv commands so that they handle view reloptions.
Dean Rasheed
2016-05-06
*
Rethink \crosstabview's argument parsing logic.
Tom Lane
2016-04-14
*
Support \crosstabview in psql
Alvaro Herrera
2016-04-08
*
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-08
*
Add a \gexec command to psql for evaluation of computed queries.
Tom Lane
2016-04-04
*
Add psql \errverbose command to see last server error at full verbosity.
Tom Lane
2016-04-03
*
Move psql's print.c and mbprint.c into src/fe_utils.
Tom Lane
2016-03-24
*
Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.
Tom Lane
2016-03-24
*
Allow the delay in psql's \watch command to be a fractional second.
Tom Lane
2016-03-21
*
Improve header output from psql's \watch command.
Tom Lane
2016-03-21
*
Split psql's lexer into two separate .l files for SQL and backslash cases.
Tom Lane
2016-03-19
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
psql: Support multiple -c and -f options, and allow mixing them.
Robert Haas
2015-12-08
*
Clean up some psql issues around handling of the query output file.
Tom Lane
2015-12-03
*
psql: Improve spelling
Peter Eisentraut
2015-12-03
*
Improve PQhost() to return useful data for default Unix-socket connections.
Tom Lane
2015-11-27
*
Be more paranoid about null return values from libpq status functions.
Tom Lane
2015-11-25
*
Code + docs review for unicode linestyle patch.
Tom Lane
2015-11-03
*
Message style improvements
Peter Eisentraut
2015-10-28
*
psql: allow \pset C in setting the title, matches \C
Bruce Momjian
2015-10-05
*
Rearrange the handling of error context reports.
Tom Lane
2015-09-05
*
psql: print longtable as a possible \pset option
Bruce Momjian
2015-08-31
*
Fix null pointer dereference in "\c" psql command.
Noah Misch
2015-07-08
*
Add psql \ev and \sv commands for editing and showing view definitions.
Tom Lane
2015-07-03
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-04-02
*
Revert "psql: fix \connect with URIs and conninfo strings"
Robert Haas
2015-04-02
*
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-04-01
*
psql: add asciidoc output format
Bruce Momjian
2015-03-31
*
Add a pager_min_lines setting to psql
Andrew Dunstan
2015-03-28
*
Add API functions to libpq to interrogate SSL related stuff.
Heikki Linnakangas
2015-02-03
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Improve consistency of parsing of psql's magic variables.
Tom Lane
2014-12-31
*
Reimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14 with PQconninfo().
Noah Misch
2014-11-29
*
Revert "Add libpq function PQhostaddr()."
Noah Misch
2014-11-29
*
Make \watch respect the user's \pset null setting.
Fujii Masao
2014-11-28
*
Fix memory leaks introduced by commit eca2b9b
Andrew Dunstan
2014-11-23
*
Rework echo_hidden for \sf and \ef from commit e4d2817.
Andrew Dunstan
2014-11-22
*
Make psql's \sf and \ef honor ECHO_HIDDEN.
Andrew Dunstan
2014-11-21
*
Fix some bogus direct uses of realloc().
Tom Lane
2014-11-18
*
Fix undersized result buffer in pset_quoted_string().
Tom Lane
2014-10-26
*
Remove the unused argument of PSQLexec().
Fujii Masao
2014-10-23
*
psql: Improve \pset without arguments
Peter Eisentraut
2014-10-18
*
Add unicode_{column|header|border}_style to psql
Stephen Frost
2014-09-12
[next]