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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Add USER SET parameter values for pg_db_role_setting"
Alexander Korotkov
2023-05-17
2
-11
/
+4
*
psql: Adjust capitalization of table heading
Peter Eisentraut
2023-05-16
1
-1
/
+1
*
Tighten usage of PSQL_WATCH_PAGER.
Tom Lane
2023-05-12
1
-4
/
+10
*
Display 'password_required' option for \dRs+ command.
Amit Kapila
2023-04-24
1
-1
/
+3
*
Add missed case for tab completion of GRANT/REVOKE MAINTAIN.
Tom Lane
2023-04-19
1
-1
/
+1
*
Refactor background psql TAP functions
Daniel Gustafsson
2023-04-07
1
-21
/
+7
*
Fix locale-dependent test case.
Tom Lane
2023-04-07
1
-1
/
+3
*
Add tab-completion for newly added SUBSCRIPTION options.
Amit Kapila
2023-04-07
1
-2
/
+4
*
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-04-07
1
-2
/
+2
*
psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places.
Tom Lane
2023-04-06
5
-23
/
+32
*
psql: add an optional execution-count limit to \watch.
Tom Lane
2023-04-06
3
-27
/
+126
*
Add a run_as_owner option to subscriptions.
Robert Haas
2023-04-04
1
-3
/
+5
*
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-03-24
1
-2
/
+2
*
meson: add install-{quiet, world} targets
Andres Freund
2023-03-23
1
-1
/
+1
*
Add SHELL_ERROR and SHELL_EXIT_CODE magic variables to psql.
Tom Lane
2023-03-21
3
-3
/
+40
*
Improve handling of psql \watch's interval argument
Michael Paquier
2023-03-16
2
-3
/
+32
*
Add a DEFAULT option to COPY FROM
Andrew Dunstan
2023-03-13
3
-1
/
+34
*
Allow tailoring of ICU locales with custom rules
Peter Eisentraut
2023-03-08
1
-37
/
+63
*
Break up long GETTEXT_FILES lists
Peter Eisentraut
2023-03-08
1
-7
/
+23
*
Add PROCESS_MAIN to VACUUM
Michael Paquier
2023-03-06
1
-2
/
+2
*
Show "internal name" not "source code" in psql's \df+ command.
Tom Lane
2023-03-02
1
-8
/
+3
*
Fix small memory leak in psql's \bind command
Michael Paquier
2023-02-22
1
-1
/
+1
*
Zero initialize uses of instr_time about to trigger compiler warnings
Andres Freund
2023-01-20
1
-0
/
+6
*
Fix failure with perlcritic in psql's create_help.pl
Michael Paquier
2023-01-19
1
-3
/
+3
*
Add support for tab completion after ALTER EXTENSION ADD|DROP in psql
Michael Paquier
2023-01-12
1
-0
/
+21
*
Fix typos in code and comments
Michael Paquier
2023-01-11
1
-1
/
+1
*
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-09
1
-4
/
+17
*
psql: Add support for \dpS and \zS.
Dean Rasheed
2023-01-07
3
-17
/
+22
*
Add options to control whether VACUUM runs vac_update_datfrozenxid.
Tom Lane
2023-01-06
1
-2
/
+3
*
Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA.
Dean Rasheed
2023-01-06
1
-2
/
+3
*
Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE.
Dean Rasheed
2023-01-06
1
-4
/
+49
*
Update copyright for 2023
Bruce Momjian
2023-01-02
37
-38
/
+38
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
2
-0
/
+4
*
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-13
1
-3
/
+2
*
Add support for GRANT SET in psql tab completion
Michael Paquier
2022-12-12
1
-5
/
+10
*
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-12-09
2
-4
/
+11
*
Fix psql's \sf and \ef for new-style SQL functions.
Tom Lane
2022-12-02
1
-24
/
+22
*
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-28
1
-2
/
+3
*
psql: Improve tab completion for GRANT/REVOKE
Michael Paquier
2022-11-18
1
-26
/
+27
*
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
5
-1
/
+56
*
Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".
Tom Lane
2022-11-10
1
-1
/
+1
*
psql: Add information in \d+ about foreign partitions and child tables
Michael Paquier
2022-11-08
1
-0
/
+2
*
psql: Improve tab completion for ALTER TABLE on identity columns
Peter Eisentraut
2022-11-01
1
-2
/
+26
*
Improve tab completion for ALTER STATISTICS <name> SET in psql
Michael Paquier
2022-10-24
1
-0
/
+3
*
psql: Fix exit status when query is canceled
Peter Eisentraut
2022-10-22
1
-1
/
+1
*
meson: Add support for building with precompiled headers
Andres Freund
2022-10-06
1
-0
/
+1
*
meson: Add windows resource files
Andres Freund
2022-10-05
1
-0
/
+6
*
Rename shadowed local variables
David Rowley
2022-10-05
1
-7
/
+7
*
Add a few new patterns to the tab completion of psql
Michael Paquier
2022-10-05
1
-1
/
+8
[next]