index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
command.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tighten usage of PSQL_WATCH_PAGER.
Tom Lane
2023-05-12
1
-4
/
+10
*
psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places.
Tom Lane
2023-04-06
1
-14
/
+2
*
psql: add an optional execution-count limit to \watch.
Tom Lane
2023-04-06
1
-18
/
+100
*
Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.
Tom Lane
2023-03-21
1
-0
/
+15
*
Improve handling of psql \watch's interval argument
Michael Paquier
2023-03-16
1
-3
/
+15
*
Fix small memory leak in psql's \bind command
Michael Paquier
2023-02-22
1
-1
/
+1
*
psql: Add support for \dpS and \zS.
Dean Rasheed
2023-01-07
1
-8
/
+15
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Fix psql's \sf and \ef for new-style SQL functions.
Tom Lane
2022-12-02
1
-24
/
+22
*
Check return value of pclose() correctly
Peter Eisentraut
2022-11-15
1
-4
/
+14
*
psql: Add command to use extended query protocol
Peter Eisentraut
2022-11-15
1
-0
/
+37
*
Rename shadowed local variables
David Rowley
2022-10-05
1
-7
/
+7
*
Fix an assortment of improper usages of string functions
David Rowley
2022-09-06
1
-2
/
+2
*
Clean up inconsistent use of fflush().
Tom Lane
2022-08-29
1
-0
/
+4
*
Add xheader_width pset option to psql
Andrew Dunstan
2022-07-25
1
-0
/
+54
*
Remove dead handling for pre-POSIX sigwait().
Thomas Munro
2022-07-24
1
-5
/
+5
*
Fix \watch's interaction with libedit on ^C.
Thomas Munro
2022-07-10
1
-0
/
+12
*
Remove redundant null pointer checks before PQclear and PQconninfoFree
Peter Eisentraut
2022-07-03
1
-2
/
+1
*
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-07-03
1
-44
/
+22
*
Remove redundant null pointer checks before pg_free()
Peter Eisentraut
2022-07-03
1
-2
/
+1
*
Improve frontend error logging style.
Tom Lane
2022-04-08
1
-1
/
+1
*
psql: add \dconfig command to show server's configuration parameters.
Tom Lane
2022-04-07
1
-1
/
+8
*
psql: Make SSL info display more compact
Peter Eisentraut
2022-03-04
1
-4
/
+1
*
psql: Rename results to result when only a single one is meant
Peter Eisentraut
2022-02-10
1
-3
/
+3
*
Prefer $HOME when looking up the current user's home directory.
Tom Lane
2022-01-09
1
-12
/
+19
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Extend psql's \lo_list/\dl to be able to print large objects' ACLs.
Tom Lane
2022-01-06
1
-2
/
+4
*
Add a \getenv command to psql.
Tom Lane
2021-12-20
1
-0
/
+41
*
Remove psql support for server versions preceding 9.2.
Tom Lane
2021-12-16
1
-46
/
+10
*
Allow psql's other uses of simple_prompt() to be interrupted by ^C.
Tom Lane
2021-11-19
1
-10
/
+35
*
Provide a variant of simple_prompt() that can be interrupted by ^C.
Tom Lane
2021-11-17
1
-7
/
+21
*
Make psql's \password default to CURRENT_USER, not PQuser(conn).
Tom Lane
2021-11-12
1
-13
/
+21
*
Portability fixes for sigwait.
Thomas Munro
2021-07-15
1
-6
/
+7
*
Add PSQL_WATCH_PAGER for psql's \watch command.
Thomas Munro
2021-07-13
1
-9
/
+124
*
Allow psql's \df and \do commands to specify argument types.
Tom Lane
2021-04-07
1
-2
/
+46
*
Improve psql's behavior when the editor is exited without saving.
Tom Lane
2021-04-03
1
-15
/
+59
*
Fix psql's \connect command some more.
Tom Lane
2021-03-23
1
-0
/
+19
*
Fix race condition in psql \e's detection of file modification.
Tom Lane
2021-03-12
1
-3
/
+24
*
Revert changes for SSL compression in libpq
Michael Paquier
2021-03-10
1
-2
/
+5
*
Remove support for SSL compression
Michael Paquier
2021-03-09
1
-5
/
+2
*
psql \dX: list extended statistics objects
Tomas Vondra
2021-01-20
1
-0
/
+3
*
Revert "psql \dX: list extended statistics objects"
Tomas Vondra
2021-01-17
1
-3
/
+0
*
psql \dX: list extended statistics objects
Tomas Vondra
2021-01-17
1
-0
/
+3
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Use setenv() in preference to putenv().
Tom Lane
2020-12-30
1
-10
/
+1
*
Fix recently-introduced breakage in psql's \connect command.
Tom Lane
2020-11-29
1
-2
/
+14
*
Add support for abstract Unix-domain sockets
Peter Eisentraut
2020-11-25
1
-10
/
+5
*
Allow psql to re-use connection parameters after a connection loss.
Tom Lane
2020-10-23
1
-18
/
+39
*
Clean up some unpleasant behaviors in psql's \connect command.
Tom Lane
2020-10-22
1
-39
/
+52
*
Fix connection string handling in psql's \connect command.
Tom Lane
2020-10-21
1
-110
/
+188
[next]