postgresql/src
Tom Lane e6fd4a3daf Fix incorrect xmlschema output for types timetz and timestamptz.
The output of table_to_xmlschema() and allied functions includes
a regex describing valid values for these types ... but the regex
was itself invalid, as it failed to escape a literal "+" sign.

Report and fix by Renan Soares Lopes.  Back-patch to all
supported branches.

Discussion: https://postgr.es/m/7f6fabaa-3f8f-49ab-89ca-59fbfe633105@me.com
2022-03-18 16:01:42 -04:00
..
backend Fix incorrect xmlschema output for types timetz and timestamptz. 2022-03-18 16:01:42 -04:00
bin Introduce PG_TEST_TIMEOUT_DEFAULT for TAP suite non-elapsing timeouts. 2022-03-04 18:53:17 -08:00
common Fix buffer overrun in unicode string normalization with empty input 2021-11-11 15:02:06 +09:00
fe_utils Clean up assorted failures under clang's -fsanitize=undefined checks. 2022-03-03 18:13:24 -05:00
include Fix bogus casting in BlockIdGetBlockNumber(). 2022-03-03 19:03:55 -05:00
interfaces Allow root-owned SSL private keys in libpq, not only the backend. 2022-03-02 11:57:02 -05:00
makefiles Select CFLAGS_SL at configure time, not in platform-specific Makefiles. 2019-10-21 12:32:36 -04:00
pl Disallow execution of SPI functions during plperl function compilation. 2022-02-25 17:40:21 -05:00
port Stamp 10.20. 2022-02-07 16:21:57 -05:00
template Further tweaking of PG_SYSROOT heuristics for macOS. 2021-01-20 12:07:46 -05:00
test Fix incorrect xmlschema output for types timetz and timestamptz. 2022-03-18 16:01:42 -04:00
timezone Update time zone data files to tzdata release 2021e. 2021-10-29 11:38:58 -04:00
tools Allow clean.bat to be run from anywhere 2022-01-20 10:21:28 -05:00
tutorial tutorial: land height is "elevation", not "altitude" 2021-03-10 20:25:18 -05:00
.gitignore
DEVELOPERS
Makefile Build src/test/isolation during "make" and "make install". 2017-11-22 20:18:52 -08:00
Makefile.global.in Fix prove_installcheck to use correct paths when used with PGXS 2021-07-01 08:48:24 -04:00
Makefile.shlib makefile: use proper linker flags for C++ compiles 2020-03-31 22:26:11 -04:00
nls-global.mk nls-global.mk: search build dir for source files, too 2016-06-07 18:55:18 -04:00