index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
command.c
Age
Commit message (
Expand
)
Author
2016-05-21
psql: Message style improvements
Peter Eisentraut
2016-05-06
Fix psql's \ev and \sv commands so that they handle view reloptions.
Dean Rasheed
2016-04-14
Rethink \crosstabview's argument parsing logic.
Tom Lane
2016-04-08
Support \crosstabview in psql
Alvaro Herrera
2016-04-08
Reserve the "pg_" namespace for roles
Stephen Frost
2016-04-04
Add a \gexec command to psql for evaluation of computed queries.
Tom Lane
2016-04-03
Add psql \errverbose command to see last server error at full verbosity.
Tom Lane
2016-03-24
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-21
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-19
Split psql's lexer into two separate .l files for SQL and backslash cases.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-08
psql: Support multiple -c and -f options, and allow mixing them.
Robert Haas
2015-12-03
Clean up some psql issues around handling of the query output file.
Tom Lane
2015-12-03
psql: Improve spelling
Peter Eisentraut
2015-11-27
Improve PQhost() to return useful data for default Unix-socket connections.
Tom Lane
2015-11-25
Be more paranoid about null return values from libpq status functions.
Tom Lane
2015-11-03
Code + docs review for unicode linestyle patch.
Tom Lane
2015-10-28
Message style improvements
Peter Eisentraut
2015-10-05
psql: allow \pset C in setting the title, matches \C
Bruce Momjian
2015-09-05
Rearrange the handling of error context reports.
Tom Lane
2015-08-31
psql: print longtable as a possible \pset option
Bruce Momjian
2015-07-08
Fix null pointer dereference in "\c" psql command.
Noah Misch
2015-07-03
Add psql \ev and \sv commands for editing and showing view definitions.
Tom Lane
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-04-02
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-01
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-03-31
psql: add asciidoc output format
Bruce Momjian
2015-03-28
Add a pager_min_lines setting to psql
Andrew Dunstan
2015-02-03
Add API functions to libpq to interrogate SSL related stuff.
Heikki Linnakangas
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-31
Improve consistency of parsing of psql's magic variables.
Tom Lane
2014-11-29
Reimplement 9f80f4835a55a1cbffcda5d23a617917f3286c14 with PQconninfo().
Noah Misch
2014-11-29
Revert "Add libpq function PQhostaddr()."
Noah Misch
2014-11-28
Make \watch respect the user's \pset null setting.
Fujii Masao
2014-11-23
Fix memory leaks introduced by commit eca2b9b
Andrew Dunstan
2014-11-22
Rework echo_hidden for \sf and \ef from commit e4d2817.
Andrew Dunstan
2014-11-21
Make psql's \sf and \ef honor ECHO_HIDDEN.
Andrew Dunstan
2014-11-18
Fix some bogus direct uses of realloc().
Tom Lane
2014-10-26
Fix undersized result buffer in pset_quoted_string().
Tom Lane
2014-10-23
Remove the unused argument of PSQLexec().
Fujii Masao
2014-10-18
psql: Improve \pset without arguments
Peter Eisentraut
2014-09-12
Add unicode_{column|header|border}_style to psql
Stephen Frost
2014-09-10
Add new psql help topics, accessible to both --help and \?.
Andres Freund
2014-09-08
Fix psql \s to work with recent libedit, and add pager support.
Tom Lane
2014-09-04
Allow \watch to display query execution time if \timing is enabled.
Fujii Masao
2014-08-29
Assorted message improvements
Peter Eisentraut
2014-08-11
Break out OpenSSL-specific code to separate files.
Heikki Linnakangas
[next]