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