postgresql/src/bin/psql
Michael Paquier 6afcab6ac1 Add psql tab compression for ALTER TABLE .. { OF | NOT OF }
ALTER TABLE .. OF is now able to complete with the list of available
composite types that can be used with the query.

Author: Aleksander Alekseev
Reviewed-by: Shinya Kato
Discussion: https://postgr.es/m/47b71e0c523b30357208e79786161281@oss.nttdata.com
2022-09-10 17:22:29 +09:00
..
po NLS: Put list of available languages into LINGUAS files 2022-07-13 08:19:17 +02:00
t pgindent run prior to branching v15. 2022-06-30 11:03:03 -04:00
.gitignore Add basic TAP tests for psql's tab-completion logic. 2020-01-02 15:02:21 -05:00
command.c Fix an assortment of improper usages of string functions 2022-09-06 13:19:44 +12:00
command.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
common.c Clean up inconsistent use of fflush(). 2022-08-29 13:55:41 -04:00
common.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
copy.c Clean up inconsistent use of fflush(). 2022-08-29 13:55:41 -04:00
copy.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
create_help.pl psql: Output dir and dependency generation for sql_help 2022-07-18 12:24:12 -07:00
crosstabview.c psql: Rename results to result when only a single one is meant 2022-02-10 12:12:52 +01:00
crosstabview.h psql: Rename results to result when only a single one is meant 2022-02-10 12:12:52 +01:00
describe.c Fix an assortment of improper usages of string functions 2022-09-06 13:19:44 +12:00
describe.h psql: add \dconfig command to show server's configuration parameters. 2022-04-07 17:09:51 -04:00
help.c Automatically count the number of output lines in psql/help.c. 2022-06-04 11:54:05 -04:00
help.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
input.c Remove redundant null pointer checks before free() 2022-07-03 11:47:15 +02:00
input.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
large_obj.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
large_obj.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
mainloop.c Improve frontend error logging style. 2022-04-08 14:55:14 -04:00
mainloop.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
Makefile psql: Output dir and dependency generation for sql_help 2022-07-18 12:24:12 -07:00
nls.mk Revert "Use wildcards instead of manually-maintained file lists in */nls.mk." 2022-07-13 14:29:10 -04:00
prompt.c Clean up inconsistent use of fflush(). 2022-08-29 13:55:41 -04:00
prompt.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
psqlrc.sample
psqlscanslash.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
psqlscanslash.l Clean up inconsistent use of fflush(). 2022-08-29 13:55:41 -04:00
settings.h psql: Show all query results by default 2022-04-04 20:00:33 +02:00
startup.c Remove dead handling for pre-POSIX sigwait(). 2022-07-24 09:32:34 +12:00
stringutils.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
stringutils.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
tab-complete.c Add psql tab compression for ALTER TABLE .. { OF | NOT OF } 2022-09-10 17:22:29 +09:00
tab-complete.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
variables.c Remove redundant null pointer checks before pg_free() 2022-07-03 09:05:34 +02:00
variables.h Update copyright for 2022 2022-01-07 19:04:57 -05:00