index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
xml.c
Age
Commit message (
Expand
)
Author
2007-02-10
Add proper mapping of boolean type data to XML Schema.
Peter Eisentraut
2007-02-03
Implement XMLSERIALIZE for real. Analogously, make the xml to text cast
Peter Eisentraut
2007-01-27
Reactivate libxml memory management via palloc, now that I think I've
Peter Eisentraut
2007-01-27
Add trailing zero byte in Unicode codepoint conversion.
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 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
Use XML output escaping also in XMLFOREST.
Peter Eisentraut
2007-01-12
Allow for arbitrary data types as content in XMLELEMENT. The original
Peter Eisentraut
2007-01-10
Use libxml's xmlwriter API for producing XML elements, instead of doing
Peter Eisentraut
2007-01-07
Some fine-tuning of xmlpi in corner cases:
Peter Eisentraut
2007-01-07
Allow XML fragment to contain a XML declaration. For that, we need a small
Peter Eisentraut
2007-01-06
Replace xmlroot with a properly functioning version that parses the value,
Peter Eisentraut
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-12-29
Fix multiple breakages in last XML patch.
Tom Lane
2006-12-29
De-escape XML names when reverse-compiling XML expressions.
Peter Eisentraut
2006-12-28
Add send and recv functions for xml type.
Peter Eisentraut
2006-12-28
Handle content and document options in xmlparse() correctly.
Peter Eisentraut
2006-12-24
Bring some order and sanity to error handling in the xml patch.
Tom Lane
2006-12-24
Fix machine-dependent crash in sqlchar_to_unicode(). Get rid of
Tom Lane
2006-12-24
Code review for XML patch. Instill a bit of sanity in the location of
Tom Lane
2006-12-23
Suppress various compiler warnings in new xml code.
Tom Lane
2006-12-21
Initial SQL/XML support: xml data type and initial set of functions.
Peter Eisentraut
[prev]