index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
xml.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Clean up encoding issues in the xml type: In text mode, encoding
Peter Eisentraut
2007-01-18
1
-54
/
+197
*
Add support for xmlval IS DOCUMENT expression.
Peter Eisentraut
2007-01-14
1
-1
/
+45
*
Use XML output escaping also in XMLFOREST.
Peter Eisentraut
2007-01-12
1
-6
/
+2
*
Allow for arbitrary data types as content in XMLELEMENT. The original
Peter Eisentraut
2007-01-12
1
-8
/
+92
*
Use libxml's xmlwriter API for producing XML elements, instead of doing
Peter Eisentraut
2007-01-10
1
-2
/
+72
*
Some fine-tuning of xmlpi in corner cases:
Peter Eisentraut
2007-01-07
1
-4
/
+12
*
Allow XML fragment to contain a XML declaration. For that, we need a small
Peter Eisentraut
2007-01-07
1
-7
/
+127
*
Replace xmlroot with a properly functioning version that parses the value,
Peter Eisentraut
2007-01-06
1
-25
/
+65
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Fix multiple breakages in last XML patch.
Tom Lane
2006-12-29
1
-40
/
+41
*
De-escape XML names when reverse-compiling XML expressions.
Peter Eisentraut
2006-12-29
1
-1
/
+71
*
Add send and recv functions for xml type.
Peter Eisentraut
2006-12-28
1
-3
/
+45
*
Handle content and document options in xmlparse() correctly.
Peter Eisentraut
2006-12-28
1
-66
/
+27
*
Bring some order and sanity to error handling in the xml patch.
Tom Lane
2006-12-24
1
-184
/
+227
*
Fix machine-dependent crash in sqlchar_to_unicode(). Get rid of
Tom Lane
2006-12-24
1
-20
/
+18
*
Code review for XML patch. Instill a bit of sanity in the location of
Tom Lane
2006-12-24
1
-89
/
+48
*
Suppress various compiler warnings in new xml code.
Tom Lane
2006-12-23
1
-43
/
+49
*
Initial SQL/XML support: xml data type and initial set of functions.
Peter Eisentraut
2006-12-21
1
-0
/
+942
[prev]