pgsql: Doc: fix documentation example for bytea hex output format.

2023-03-18 Thread Tom Lane
Doc: fix documentation example for bytea hex output format. Per report from rsindlin Discussion: https://postgr.es/m/167907221210.1803488.5939223864945604...@wrigleys.postgresql.org Branch -- REL_15_STABLE Details --- https://git.postgresql.org/pg/commitdiff/8995eac6c42465c2e866d3670fd

pgsql: Doc: fix documentation example for bytea hex output format.

2023-03-18 Thread Tom Lane
Doc: fix documentation example for bytea hex output format. Per report from rsindlin Discussion: https://postgr.es/m/167907221210.1803488.5939223864945604...@wrigleys.postgresql.org Branch -- REL_11_STABLE Details --- https://git.postgresql.org/pg/commitdiff/4af259543b1581deeaedd6a9832

pgsql: Doc: fix documentation example for bytea hex output format.

2023-03-18 Thread Tom Lane
Doc: fix documentation example for bytea hex output format. Per report from rsindlin Discussion: https://postgr.es/m/167907221210.1803488.5939223864945604...@wrigleys.postgresql.org Branch -- REL_14_STABLE Details --- https://git.postgresql.org/pg/commitdiff/6fe609496beadfe85124290f220

pgsql: Doc: fix documentation example for bytea hex output format.

2023-03-18 Thread Tom Lane
Doc: fix documentation example for bytea hex output format. Per report from rsindlin Discussion: https://postgr.es/m/167907221210.1803488.5939223864945604...@wrigleys.postgresql.org Branch -- REL_12_STABLE Details --- https://git.postgresql.org/pg/commitdiff/92865681c23000e390345129ee7

pgsql: Doc: fix documentation example for bytea hex output format.

2023-03-18 Thread Tom Lane
Doc: fix documentation example for bytea hex output format. Per report from rsindlin Discussion: https://postgr.es/m/167907221210.1803488.5939223864945604...@wrigleys.postgresql.org Branch -- REL_13_STABLE Details --- https://git.postgresql.org/pg/commitdiff/d28f441d3232ee5b5c3d0c85056

pgsql: Doc: fix documentation example for bytea hex output format.

2023-03-18 Thread Tom Lane
Doc: fix documentation example for bytea hex output format. Per report from rsindlin Discussion: https://postgr.es/m/167907221210.1803488.5939223864945604...@wrigleys.postgresql.org Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/4f46f870fa56fa73d6678273f1bd059fdd

pgsql: Add functions to do timestamptz arithmetic in a non-default time

2023-03-18 Thread Tom Lane
Add functions to do timestamptz arithmetic in a non-default timezone. Add versions of timestamptz + interval, timestamptz - interval, and generate_series(timestamptz, ...) in which a timezone can be specified explicitly instead of defaulting to the TimeZone GUC setting. The new functions for the

pgsql: Add files related to query jumbling in src/include/nodes/ for me

2023-03-18 Thread Michael Paquier
Add files related to query jumbling in src/include/nodes/ for meson This caused ninja clean to not remove the two files generated by gen_node_support.pl for the query jumbling, for example: queryjumblefuncs.funcs.c and queryjumblefuncs.switch.c. Reported-by: Pavel Stehule Discussion: https://pos