index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
Age
Commit message (
Expand
)
Author
2023-03-08
Allow tailoring of ICU locales with custom rules
Peter Eisentraut
2023-03-08
Break up long GETTEXT_FILES lists
Peter Eisentraut
2023-03-06
Add PROCESS_MAIN to VACUUM
Michael Paquier
2023-03-02
Show "internal name" not "source code" in psql's \df+ command.
Tom Lane
2023-02-22
Fix small memory leak in psql's \bind command
Michael Paquier
2023-01-21
Zero initialize uses of instr_time about to trigger compiler warnings
Andres Freund
2023-01-19
Fix failure with perlcritic in psql's create_help.pl
Michael Paquier
2023-01-11
Add support for tab completion after ALTER EXTENSION ADD|DROP in psql
Michael Paquier
2023-01-11
Fix typos in code and comments
Michael Paquier
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-07
psql: Add support for \dpS and \zS.
Dean Rasheed
2023-01-06
Add options to control whether VACUUM runs vac_update_datfrozenxid.
Tom Lane
2023-01-06
Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA.
Dean Rasheed
2023-01-06
Improve tab completion for ALTER FUNCTION/PROCEDURE/ROUTINE.
Dean Rasheed
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-12-14
Add grantable MAINTAIN privilege and pg_maintain role.
Jeff Davis
2022-12-12
Add support for GRANT SET in psql tab completion
Michael Paquier
2022-12-09
Add USER SET parameter values for pg_db_role_setting
Alexander Korotkov
2022-12-02
Fix psql's \sf and \ef for new-style SQL functions.
Tom Lane
2022-11-28
Provide per-table permissions for vacuum and analyze.
Andrew Dunstan
2022-11-18
psql: Improve tab completion for GRANT/REVOKE
Michael Paquier
2022-11-15
Check return value of pclose() correctly
Peter Eisentraut
2022-11-15
psql: Add command to use extended query protocol
Peter Eisentraut
2022-11-10
Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT".
Tom Lane
2022-11-08
psql: Add information in \d+ about foreign partitions and child tables
Michael Paquier
2022-11-01
psql: Improve tab completion for ALTER TABLE on identity columns
Peter Eisentraut
2022-10-24
Improve tab completion for ALTER STATISTICS <name> SET in psql
Michael Paquier
2022-10-22
psql: Fix exit status when query is canceled
Peter Eisentraut
2022-10-07
meson: Add support for building with precompiled headers
Andres Freund
2022-10-05
meson: Add windows resource files
Andres Freund
2022-10-05
Rename shadowed local variables
David Rowley
2022-10-05
Add a few new patterns to the tab completion of psql
Michael Paquier
2022-10-03
Fix psql's behavior with \g for a multiple-command string.
Tom Lane
2022-09-30
Fix tab-completion after commit 790bf615ddba
Alvaro Herrera
2022-09-29
Mark sigint_interrupt_enabled as sig_atomic_t
Michael Paquier
2022-09-24
meson: Remove non-binary targets accidentally added to bin_targets
Andres Freund
2022-09-22
Remove ALL keyword from TABLES IN SCHEMA for publication
Alvaro Herrera
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
2022-09-22
psql: Improve tab-completion for MERGE.
Fujii Masao
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
Split TESTDIR into TESTLOGDIR and TESTDATADIR
Andres Freund
2022-09-20
Don't hardcode tmp_check/ as test directory for tap tests
Andres Freund
2022-09-12
Assorted examples of expanded type-safer palloc/pg_malloc API
Peter Eisentraut
2022-09-10
Add psql tab compression for ALTER TABLE .. { OF | NOT OF }
Michael Paquier
2022-09-06
Add psql tab compression for SET COMPRESSION with ALTER TABLE
Michael Paquier
2022-09-06
Fix an assortment of improper usages of string functions
David Rowley
2022-08-29
Clean up inconsistent use of fflush().
Tom Lane
2022-08-15
Improve tab completion of ALTER TYPE in psql
Michael Paquier
2022-07-25
Add xheader_width pset option to psql
Andrew Dunstan
[next]