index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
tab-complete.c
Age
Commit message (
Expand
)
Author
2023-04-19
Add missed case for tab completion of GRANT/REVOKE MAINTAIN.
Tom Lane
2023-04-07
Add tab-completion for newly added SUBSCRIPTION options.
Amit Kapila
2023-04-06
Add VACUUM/ANALYZE BUFFER_USAGE_LIMIT option
David Rowley
2023-03-24
Invent GENERIC_PLAN option for EXPLAIN.
Tom Lane
2023-03-13
Add a DEFAULT option to COPY FROM
Andrew Dunstan
2023-03-06
Add PROCESS_MAIN to VACUUM
Michael Paquier
2023-01-11
Add support for tab completion after ALTER EXTENSION ADD|DROP in psql
Michael Paquier
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-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-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
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-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-05
Add a few new patterns to the tab completion of psql
Michael Paquier
2022-09-30
Fix tab-completion after commit 790bf615ddba
Alvaro Herrera
2022-09-22
Remove ALL keyword from TABLES IN SCHEMA for publication
Alvaro Herrera
2022-09-22
psql: Improve tab-completion for MERGE.
Fujii Masao
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-08-15
Improve tab completion of ALTER TYPE in psql
Michael Paquier
2022-07-25
Add xheader_width pset option to psql
Andrew Dunstan
2022-07-22
Fix minor memory leaks in psql's tab completion.
Tom Lane
2022-07-21
Allow users to skip logical replication of data having origin.
Amit Kapila
2022-07-07
Re-order disable_on_error in tab-complete.
Amit Kapila
2022-07-03
Simplify tab completion of extension versions, redux.
Tom Lane
2022-07-03
Remove redundant null pointer checks before free()
Peter Eisentraut
2022-06-21
Simplify tab completion of extension versions.
Tom Lane
2022-06-18
Fix busted tab completion of extension versions.
Tom Lane
2022-05-25
Add tab completion for table_rewrite's CREATE EVENT TRIGGER in psql
Michael Paquier
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-04-13
Fix case sensitivity in psql's tab completion for GUC names.
Tom Lane
2022-04-11
Fix various typos and spelling mistakes in code comments
David Rowley
2022-04-07
psql: add \dconfig command to show server's configuration parameters.
Tom Lane
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
Unlogged sequences
Peter Eisentraut
2022-04-06
Allow granting SET and ALTER SYSTEM privileges on GUC parameters.
Tom Lane
2022-04-04
psql: Show all query results by default
Peter Eisentraut
2022-04-02
Allow CLUSTER on partitioned tables
Alvaro Herrera
2022-03-29
Add new block-by-block strategy for CREATE DATABASE.
Robert Haas
2022-03-28
Add support for MERGE SQL command
Alvaro Herrera
2022-03-25
Update tab-completion for CREATE PUBLICATION with sequences
Tomas Vondra
2022-03-24
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-22
Add ALTER SUBSCRIPTION ... SKIP.
Amit Kapila
[next]