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
2019-09-02
Handle corner cases correctly in psql's reconnection logic.
Tom Lane
2016-08-16
Fix assorted places in psql to print version numbers >= 10 in new style.
Tom Lane
2016-08-08
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-06-15
Widen buffer for headers in psql's \watch command.
Tom Lane
2015-11-25
Be more paranoid about null return values from libpq status functions.
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-04-01
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
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-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-18
psql: Improve \pset without arguments
Peter Eisentraut
2014-09-08
Fix psql \s to work with recent libedit, and add pager support.
Tom Lane
2014-08-29
Assorted message improvements
Peter Eisentraut
2014-08-09
Small message fixes
Peter Eisentraut
2014-07-15
Include SSL compression status in psql banner and connection logging
Magnus Hagander
2014-05-15
Misc message style and doc fixes.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-05-05
Replace SYSTEMQUOTEs with Windows-specific wrapper functions.
Heikki Linnakangas
2014-03-01
Various Coverity-spotted fixes
Stephen Frost
2014-02-15
psql: Add C comment about gset_prefix being freed later
Bruce Momjian
2014-01-29
Fix unsafe references to errno within error messaging logic.
Tom Lane
2014-01-24
psql: Mention SSL protocol version in \conninfo.
Noah Misch
2014-01-24
Add libpq function PQhostaddr().
Fujii Masao
2014-01-16
Add display of oprcode (the underlying function's name) to psql's \do+.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-18
Fix incorrect error message reported for non-existent users
Bruce Momjian
2013-11-18
Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr
Heikki Linnakangas
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-05
Revert commit 0725065b37b8b0e9074a624a8d3e3ac1844fc820.
Tom Lane
2013-10-22
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-10-03
psql: Make \pset without arguments show all settings.
Robert Haas
2013-09-19
Fix typo in comment.
Fujii Masao
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-04
Improve behavior of \watch with non-tuple-returning commands.
Tom Lane
2013-04-24
Add missing #include.
Heikki Linnakangas
2013-04-04
Add \watch [SEC] command to psql.
Tom Lane
2013-03-26
Get rid of obsolete parse_version helper function.
Heikki Linnakangas
2013-03-04
psql: Let \l accept a pattern
Peter Eisentraut
2013-03-03
Add a materialized view relations.
Kevin Grittner
2013-02-02
Create a psql command \gset to store query results into psql variables.
Tom Lane
2013-02-02
Prevent "\g filename" from affecting subsequent commands after an error.
Tom Lane
2013-01-24
Use correct output device for Windows prompts.
Andrew Dunstan
2013-01-17
Add a latex-longtable output format to psql
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
[next]