postgresql/src/fe_utils
Álvaro Herrera 645cb44c54
Add \pset options for boolean value display
New \pset variables display_true and display_false allow the user to
change how true and false values are displayed.

Author: David G. Johnston <David.G.Johnston@gmail.com>
Reviewed-by: Álvaro Herrera <alvherre@kurilemu.de>
Discussion: https://postgr.es/m/CAKFQuwYts3vnfQ5AoKhEaKMTNMfJ443MW2kFswKwzn7fiofkrw@mail.gmail.com
Discussion: https://postgr.es/m/56308F56.8060908@joh.to
2025-11-03 17:40:39 +01:00
..
.gitignore Move psql's psqlscan.l into src/fe_utils. 2016-03-24 20:28:47 -04:00
archive.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
astreamer_file.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
astreamer_gzip.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
astreamer_lz4.c Fix bug in archive streamer with LZ4 decompression 2025-07-02 13:48:36 +09:00
astreamer_tar.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
astreamer_zstd.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
cancel.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
conditional.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
connect_utils.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
Makefile Introduce frontend API able to retrieve the contents of PG_VERSION 2025-10-14 16:20:42 +09:00
mbprint.c Use C11 char16_t and char32_t for Unicode code points. 2025-10-29 14:17:13 -07:00
meson.build Introduce frontend API able to retrieve the contents of PG_VERSION 2025-10-14 16:20:42 +09:00
option_utils.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
parallel_slot.c Fix grammatical typos around possessive "its" 2025-01-29 14:39:14 +07:00
print.c Add \pset options for boolean value display 2025-11-03 17:40:39 +01:00
psqlscan.l Fix accidentally-harmless thinko in psqlscan_test_variable(). 2025-03-31 12:16:32 -04:00
query_utils.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
recovery_gen.c pg_rewind: Add dbname to primary_conninfo when using --write-recovery-conf. 2025-03-12 16:56:04 -07:00
simple_list.c pg_restore cleanups 2025-04-16 12:04:34 -04:00
string_utils.c In fmtIdEnc(), handle failure of enlargePQExpBuffer(). 2025-02-16 12:46:35 -05:00
version.c Introduce frontend API able to retrieve the contents of PG_VERSION 2025-10-14 16:20:42 +09:00