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
/
contrib
/
xml2
/
pgxml.sql.in
Age
Commit message (
Expand
)
Author
2011-02-14
Convert contrib modules to use the extension facility.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-13
Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content
Tom Lane
2010-03-01
Fix contrib/xml2 so regression test still works when it's built without libxslt.
Tom Lane
2007-11-13
Add CVS version labels to all install/uninstall scripts.
Bruce Momjian
2007-11-11
Make /contrib install/uninstall script consistent:
Bruce Momjian
2006-09-16
Rename xml_valid() to xml_is_well_formed(), but provide a temporary
Tom Lane
2006-02-27
Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in
Peter Eisentraut
2005-10-13
Mark xslt_process() as volatile.
Bruce Momjian
2005-10-13
Change xpath_table() and xslt_process() from IMMUTABLE to STABLE.
Bruce Momjian
2005-10-13
Fix capitalization of example.
Bruce Momjian
2005-07-14
Mark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the "STRICT" syntax
Neil Conway
2004-12-02
Attached is a patch that adds the function xml_encode_special_chars to
Bruce Momjian
2004-03-07
contrib/xml2 updates from John Gray:
Neil Conway
2004-03-05
Move new version of contrib/ xml into xml2, keep old version in /xml.
Bruce Momjian