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
2022-07-10
Fix \watch's interaction with libedit on ^C.
Thomas Munro
2021-11-12
Make psql's \password default to CURRENT_USER, not PQuser(conn).
Tom Lane
2021-03-23
Fix psql's \connect command some more.
Tom Lane
2021-03-12
Fix race condition in psql \e's detection of file modification.
Tom Lane
2020-11-29
Fix recently-introduced breakage in psql's \connect command.
Tom Lane
2020-10-21
Fix connection string handling in psql's \connect command.
Tom Lane
2020-04-01
Fix crash in psql when attempting to reuse old connection
Michael Paquier
2019-09-06
Message style fixes
Peter Eisentraut
2019-09-02
Handle corner cases correctly in psql's reconnection logic.
Tom Lane
2019-06-14
Tweak libpq's PQhost, PQhostaddr, and psql's \connect
Alvaro Herrera
2019-06-03
Fix typos in various places
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
Initial pgindent run for v12.
Tom Lane
2019-05-14
Move logging.h and logging.c from src/fe_utils/ to src/common/.
Tom Lane
2019-04-07
psql \dP: list partitioned tables and indexes
Alvaro Herrera
2019-04-03
GSSAPI encryption support
Stephen Frost
2019-04-01
Unified logging system for command-line programs
Peter Eisentraut
2019-01-23
Fix misc typos in comments.
Heikki Linnakangas
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-12-29
Remove redundant translation markers
Peter Eisentraut
2018-12-03
Add some missing schema qualifications
Michael Paquier
2018-11-26
Add CSV table output mode in psql.
Tom Lane
2018-11-26
Fix breakage of "\pset format latex".
Tom Lane
2018-11-19
psql: Show IP address in \conninfo
Alvaro Herrera
2018-11-14
Make psql's "\pset format" command reject non-unique abbreviations.
Tom Lane
2018-11-06
Reorganize format options of psql in alphabetical order
Michael Paquier
2018-08-03
Remove no-longer-appropriate special case in psql's \conninfo code.
Tom Lane
2018-07-24
psql: Add option for procedures to \df
Peter Eisentraut
2018-04-08
Switch client-side code to include catalog/pg_foo_d.h not pg_foo.h.
Tom Lane
2018-01-29
Avoid misleading psql password prompt when username is multiply specified.
Tom Lane
2018-01-02
Update copyright for 2018
Bruce Momjian
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-09-06
Merge duplicative code for \sf/\sv, \ef/\ev in psql/command.c.
Tom Lane
2017-09-05
Add \gdesc psql command.
Tom Lane
2017-09-05
Add psql variables showing server version and psql version.
Tom Lane
2017-08-15
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-07-27
Fix very minor memory leaks in psql's command.c.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-05-03
Add PQencryptPasswordConn function to libpq, use it in psql and createuser.
Heikki Linnakangas
2017-04-11
Remove support for bcc and msvc standalone libpq builds
Magnus Hagander
2017-04-02
Fix behavior of psql's \p to agree with \g, \w, etc.
Tom Lane
2017-03-30
Support \if ... \elif ... \else ... \endif in psql scripting.
Tom Lane
2017-03-09
Fix hard-coded relkind constants in assorted src/bin files.
Tom Lane
2017-03-07
psql: Add \gx command
Stephen Frost
2017-02-25
Remove some configure header-file checks that we weren't really using.
Tom Lane
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-01-30
Make psql reject attempts to set special variables to invalid values.
Tom Lane
2017-01-20
Logical replication
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
[next]