postgresql/src/backend
Peter Eisentraut 12dd58d646 Fix cursor_to_xml in tableforest false mode
It only produced <row> elements but no wrapping <table> element.

By contrast, cursor_to_xmlschema produced a schema that is now correct
but did not previously match the XML data produced by cursor_to_xml.

In passing, also fix a minor misunderstanding about moving cursors in
the tests related to this.

Reported-by: filip@jirsak.org
Based-on-patch-by: Thomas Munro <thomas.munro@enterprisedb.com>
2017-05-04 21:22:48 -04:00
..
access Fix order of arguments to SubTransSetParent(). 2017-04-23 13:10:57 -04:00
bootstrap Protect against multixact members wraparound 2015-04-28 11:32:53 -03:00
catalog Fix typos in comments. 2017-02-06 11:34:24 +02:00
commands Ensure commands in extension scripts see the results of preceding DDL. 2017-05-02 18:05:54 -04:00
executor Make sure that hash join's bulk-tuple-transfer loops are interruptible. 2017-02-15 16:40:06 -05:00
foreign Update copyright for 2014 2014-01-07 16:05:30 -05:00
lib Misc comment typo fixes. 2014-12-16 16:38:20 +02:00
libpq Support OpenSSL 1.1.0 in 9.4 branch. 2017-04-15 20:16:03 -04:00
main Avoid crash on old Windows with AVX2-capable CPU for VS2013 builds 2016-03-10 14:10:41 +01:00
nodes Fix improper repetition of previous results from a hashed aggregate. 2016-08-24 14:37:51 -04:00
optimizer Spelling fixes 2017-03-14 13:45:48 -04:00
parser Fix typos in comments. 2017-02-06 11:34:24 +02:00
po Translation updates 2017-02-06 12:38:00 -05:00
port Avoid depending on non-POSIX behavior of fcntl(2). 2017-04-21 15:55:56 -04:00
postmaster Fix postmaster's handling of fork failure for a bgworker process. 2017-04-24 12:16:58 -04:00
regex Fix regexport.c to behave sanely with lookaround constraints. 2017-04-13 17:18:35 -04:00
replication Don't use on-disk snapshots for exported logical decoding snapshot. 2017-04-27 15:29:52 -07:00
rewrite Improve error message for rejecting RETURNING clauses with dropped columns. 2016-02-29 19:11:49 -05:00
snowball Fix ancient encoding error in hungarian.stop. 2014-06-10 22:48:31 -04:00
storage Preserve required !catalog tuples while computing initial decoding snapshot. 2017-04-27 13:13:37 -07:00
tcop Remove dead code and fix comments in fast-path function handling. 2017-04-06 09:11:22 +03:00
tsearch Fix typos in comments. 2017-02-06 11:34:24 +02:00
utils Fix cursor_to_xml in tableforest false mode 2017-05-04 21:22:48 -04:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
Makefile AIX: Link the postgres executable with -Wl,-brtllib. 2015-07-15 21:00:30 -04:00
nls.mk Translation updates 2015-02-01 23:18:42 -05:00