postgresql/src/bin/psql
Thomas Munro 89333db963 Rename port/thread.c to port/user.c.
Historically this module dealt with thread-safety of system interfaces,
but now all that's left is wrapper code for user name and home directory
lookup.  Arguably the Windows variants of this logic could be moved in
here too, to justify its presence under port.  For now, just tidy up
some obsolete references to multi-threading, and give the file a
meaningful name.

Reviewed-by: Andres Freund <andres@anarazel.de>
Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Discussion: https://postgr.es/m/CA%2BhUKGLtmexrpMtxBRLCVePqV_dtWG-ZsEbyPrYc%2BNBB2TkNsw%40mail.gmail.com
2023-07-09 18:17:09 +12:00
..
po Translation updates 2023-05-22 12:44:31 +02:00
t Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
.gitignore Add basic TAP tests for psql's tab-completion logic. 2020-01-02 15:02:21 -05:00
command.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
command.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
common.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
common.h psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places. 2023-04-06 17:33:38 -04:00
copy.c psql: set SHELL_ERROR and SHELL_EXIT_CODE in more places. 2023-04-06 17:33:38 -04:00
copy.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
create_help.pl Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
crosstabview.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
crosstabview.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
describe.c Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
describe.h psql: Add support for \dpS and \zS. 2023-01-07 11:09:26 +00:00
help.c Fix psql \?'s entries for \dp and \z. 2023-06-28 21:32:53 -07:00
help.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
input.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
input.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
large_obj.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
large_obj.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
mainloop.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
mainloop.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
Makefile Update copyright for 2023 2023-01-02 15:00:37 -05:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
nls.mk Rename port/thread.c to port/user.c. 2023-07-09 18:17:09 +12:00
prompt.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
prompt.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
psqlrc.sample Improve FILES section of psql reference page. 2014-01-14 19:27:57 -05:00
psqlscanslash.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
psqlscanslash.l Handle \v as a whitespace character in parsers 2023-07-06 08:16:24 +09:00
settings.h Pre-beta mechanical code beautification. 2023-05-19 17:24:48 -04:00
startup.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
stringutils.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
stringutils.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
tab-complete.c Revert MAINTAIN privilege and pg_maintain predefined role. 2023-07-07 11:25:13 -07:00
tab-complete.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
variables.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
variables.h Update copyright for 2023 2023-01-02 15:00:37 -05:00