postgresql/src/bin/psql
Peter Eisentraut 706a96c437 Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: be7f3c3a26b382c9d7c9d32c7a972e452b56f529
2024-11-11 13:58:30 +01:00
..
po Translation updates 2024-11-11 13:58:30 +01:00
t Backport BackgroundPsql perl test module 2024-06-27 19:01:23 +03:00
.gitignore Add basic TAP tests for psql's tab-completion logic. 2020-01-02 15:02:21 -05:00
command.c Fix \watch's interaction with libedit on ^C. 2022-07-10 16:53:39 +12:00
command.h Allow psql's \g and \gx commands to transiently change \pset options. 2020-04-07 17:46:29 -04:00
common.c Fix incautious handling of possibly-miscoded strings in client code. 2021-06-07 14:15:25 -04:00
common.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
copy.c doc: \copy can get data values \. and end-of-input confused 2023-11-03 13:57:58 -04:00
copy.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
create_help.pl Fix failure with perlcritic in psql's create_help.pl 2023-01-19 10:02:12 +09:00
crosstabview.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
crosstabview.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
describe.c Fix psql \d's query for identifying parent triggers. 2022-01-17 21:18:49 -05:00
describe.h Improvements to psql \dAo and \dAp commands 2020-07-13 18:53:13 +03:00
help.c Fix inconsistencies in psql --help=commands 2021-06-09 16:25:49 +09:00
help.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
input.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
input.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
large_obj.c Update copyrights for 2020 2020-01-01 12:21:45 -05:00
large_obj.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
mainloop.c Initial pgindent and pgperltidy run for v13. 2020-05-14 13:06:50 -04:00
mainloop.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
Makefile Add basic TAP tests for psql's tab-completion logic. 2020-01-02 15:02:21 -05:00
nls.mk Translation updates 2020-09-14 13:14:53 +02:00
prompt.c psql: Remove one use of HAVE_UNIX_SOCKETS 2020-02-10 19:27:05 +01:00
prompt.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
psqlrc.sample Improve FILES section of psql reference page. 2014-01-14 19:27:57 -05:00
psqlscanslash.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
psqlscanslash.l Fix incautious handling of possibly-miscoded strings in client code. 2021-06-07 14:15:25 -04:00
settings.h Allow psql's \g and \gx commands to transiently change \pset options. 2020-04-07 17:46:29 -04:00
startup.c Revert "Fix psql's single transaction mode on client-side errors with -c/-f switches". 2022-06-10 16:34:25 -04:00
stringutils.c Fix incautious handling of possibly-miscoded strings in client code. 2021-06-07 14:15:25 -04:00
stringutils.h Improve psql's tab completion for filenames. 2020-01-23 11:07:12 -05:00
tab-complete.c Fix tab completion of ALTER FUNCTION/PROCEDURE/ROUTINE ... SET SCHEMA. 2023-01-06 11:13:34 +00:00
tab-complete.h Update copyrights for 2020 2020-01-01 12:21:45 -05:00
variables.c Ignore attempts to \gset into specially treated variables. 2020-11-09 07:32:12 -08:00
variables.h Ignore attempts to \gset into specially treated variables. 2020-11-09 07:32:12 -08:00