index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
xml.out
Age
Commit message (
Expand
)
Author
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2015-12-14
Remove xmlparse(document '') test
Kevin Grittner
2015-09-05
Rearrange the handling of error context reports.
Tom Lane
2015-06-04
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-04-27
Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4
Pavan Deolasee
2015-01-07
Fix namespace handling in xpath function
Peter Eisentraut
2014-09-09
Allow empty content in xml type
Peter Eisentraut
2013-02-03
Perform line wrapping and indenting by default in ruleutils.c.
Tom Lane
2012-08-14
Prevent access to external files/URLs via XML entity references.
Tom Lane
2012-07-27
Merge commit '80edfd76591fdb9beec061de3c05ef4e9d96ce56' into postgres-xc/master
Michael Paquier
2012-04-19
Fix for regression test xml
Michael P
2011-07-21
Make xpath() do something useful with XPath expressions that return scalars.
Tom Lane
2011-07-20
Ensure that xpath() escapes special characters in string values.
Tom Lane
2011-07-20
Rewrite libxml error handling to be more robust.
Tom Lane
2010-08-13
Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content
Tom Lane
2010-08-08
Add an xpath_exists() function. This is equivalent to XMLEXISTS except that
Tom Lane
2010-08-05
Add xmlexists function
Peter Eisentraut
2009-06-09
Fix xmlattribute escaping XML special characters twice (bug #4822).
Peter Eisentraut
2009-04-08
XMLATTRIBUTES() should send the attribute values through
Peter Eisentraut
2008-11-15
Fix crash of xmlconcat(NULL)
Peter Eisentraut
2008-09-01
Add a bunch of new error location reports to parse-analysis error messages.
Tom Lane
2008-08-28
Extend the parser location infrastructure to include a location field in
Tom Lane
2007-11-09
Allow XML processing instructions starting with "xml" while prohibiting
Peter Eisentraut
2007-06-18
Arrange for quote_identifier() and pg_dump to not quote keywords that are
Tom Lane
2007-05-21
XPath fixes:
Peter Eisentraut
2007-03-22
Commit newest version of xmlpath().
Bruce Momjian
2007-03-22
Add xmlpath() to evaluate XPath expressions, with namespaces support.
Bruce Momjian
2007-02-15
Add ORDER BY to a query on information_schema.views, to avoid possible
Tom Lane
2007-02-03
Implement XMLSERIALIZE for real. Analogously, make the xml to text cast
Peter Eisentraut
2007-01-25
Various fixes in the logic of XML functions:
Peter Eisentraut
2007-01-23
Simplify handling of XML error messages: Just use the string provided by
Peter Eisentraut
2007-01-20
Fix xmlconcat regression test
Peter Eisentraut
2007-01-20
Fix xmlconcat by properly merging the XML declarations. Add aggregate
Peter Eisentraut
2007-01-19
Add support for converting binary values (i.e. bytea) into xml values,
Peter Eisentraut
2007-01-18
Clean up encoding issues in the xml type: In text mode, encoding
Peter Eisentraut
2007-01-14
Add support for xmlval IS DOCUMENT expression.
Peter Eisentraut
2007-01-12
Allow for arbitrary data types as content in XMLELEMENT. The original
Peter Eisentraut
2007-01-08
Prevent duplicate attribute names in XMLELEMENT.
Peter Eisentraut
2007-01-07
Some fine-tuning of xmlpi in corner cases:
Peter Eisentraut
2007-01-06
Replace xmlroot with a properly functioning version that parses the value,
Peter Eisentraut
2006-12-28
Handle content and document options in xmlparse() correctly.
Peter Eisentraut
2006-12-21
Initial SQL/XML support: xml data type and initial set of functions.
Peter Eisentraut