CVS log for pgsql/contrib/xml2/pgxml.sql.in
 ![[BACK]](http://anoncvs.postgresql.org/cvsweb/icons/back.gif) Up to  [PostgreSQL CVS Repository] / pgsql / contrib / xml2
 Up to  [PostgreSQL CVS Repository] / pgsql / contrib / xml2
 Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
 Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Aug 13 18:36:23 2010 UTC (15 years, 2 months ago) by tgl
Branches: MAIN
CVS tags: REL9_1_ALPHA1,
HEAD
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -7
 lines
Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content
functions to the core XML code.  Per discussion, the former depends on
XMLOPTION while the others do not.  These supersede a version previously
offered by contrib/xml2.
Mike Fowler, reviewed by Pavel Stehule
 Revision 1.3.4.1: download - view: text, markup, annotated - select for diffs
Mon Mar  1 18:08:40 2010 UTC (15 years, 8 months ago) by tgl
Branches: REL8_0_STABLE
CVS tags: REL8_0_25,
REL8_0_24
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +0 -9
 lines
Fix contrib/xml2 so regression test still works when it's built without libxslt.
This involves modifying the module to have a stable ABI, that is, the
xslt_process() function still exists even without libxslt.  It throws a
runtime error if called, but doesn't prevent executing the CREATE FUNCTION
call.  This is a good thing anyway to simplify cross-version upgrades.
 Revision 1.7.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar  1 18:08:34 2010 UTC (15 years, 8 months ago) by tgl
Branches: REL8_1_STABLE
CVS tags: REL8_1_21,
REL8_1_20
Diff to: previous 1.7: preferred, colored; next MAIN 1.8: preferred, colored
Changes since revision 1.7: +0 -9
 lines
Fix contrib/xml2 so regression test still works when it's built without libxslt.
This involves modifying the module to have a stable ABI, that is, the
xslt_process() function still exists even without libxslt.  It throws a
runtime error if called, but doesn't prevent executing the CREATE FUNCTION
call.  This is a good thing anyway to simplify cross-version upgrades.
 Revision 1.9.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar  1 18:08:27 2010 UTC (15 years, 8 months ago) by tgl
Branches: REL8_2_STABLE
CVS tags: REL8_2_17,
REL8_2_16
Diff to: previous 1.9: preferred, colored; next MAIN 1.10: preferred, colored
Changes since revision 1.9: +0 -9
 lines
Fix contrib/xml2 so regression test still works when it's built without libxslt.
This involves modifying the module to have a stable ABI, that is, the
xslt_process() function still exists even without libxslt.  It throws a
runtime error if called, but doesn't prevent executing the CREATE FUNCTION
call.  This is a good thing anyway to simplify cross-version upgrades.
 Revision 1.11.2.1: download - view: text, markup, annotated - select for diffs
Mon Mar  1 18:08:16 2010 UTC (15 years, 8 months ago) by tgl
Branches: REL8_3_STABLE
CVS tags: REL8_3_11,
REL8_3_10
Diff to: previous 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11: +1 -10
 lines
Fix contrib/xml2 so regression test still works when it's built without libxslt.
This involves modifying the module to have a stable ABI, that is, the
xslt_process() function still exists even without libxslt.  It throws a
runtime error if called, but doesn't prevent executing the CREATE FUNCTION
call.  This is a good thing anyway to simplify cross-version upgrades.
 Revision 1.11.4.1: download - view: text, markup, annotated - select for diffs
Mon Mar  1 18:08:07 2010 UTC (15 years, 8 months ago) by tgl
Branches: REL8_4_STABLE
CVS tags: REL8_4_4,
REL8_4_3
Diff to: previous 1.11: preferred, colored; next MAIN 1.12: preferred, colored
Changes since revision 1.11: +1 -10
 lines
Fix contrib/xml2 so regression test still works when it's built without libxslt.
This involves modifying the module to have a stable ABI, that is, the
xslt_process() function still exists even without libxslt.  It throws a
runtime error if called, but doesn't prevent executing the CREATE FUNCTION
call.  This is a good thing anyway to simplify cross-version upgrades.
 Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Mar  1 18:07:59 2010 UTC (15 years, 8 months ago) by tgl
Branches: MAIN
CVS tags: REL9_0_STABLE,
REL9_0_RC1,
REL9_0_BETA4,
REL9_0_BETA3,
REL9_0_BETA2,
REL9_0_BETA1,
REL9_0_ALPHA5_BRANCH,
REL9_0_ALPHA5,
REL9_0_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -10
 lines
Fix contrib/xml2 so regression test still works when it's built without libxslt.
This involves modifying the module to have a stable ABI, that is, the
xslt_process() function still exists even without libxslt.  It throws a
runtime error if called, but doesn't prevent executing the CREATE FUNCTION
call.  This is a good thing anyway to simplify cross-version upgrades.
 Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Nov 13 04:24:29 2007 UTC (17 years, 11 months ago) by momjian
Branches: MAIN
CVS tags: REL9_0_ALPHA4_BRANCH,
REL9_0_ALPHA4,
REL8_5_ALPHA3_BRANCH,
REL8_5_ALPHA3,
REL8_5_ALPHA2_BRANCH,
REL8_5_ALPHA2,
REL8_5_ALPHA1_BRANCH,
REL8_5_ALPHA1,
REL8_4_RC2,
REL8_4_RC1,
REL8_4_BETA2,
REL8_4_BETA1,
REL8_4_2,
REL8_4_1,
REL8_4_0,
REL8_3_RC2,
REL8_3_RC1,
REL8_3_BETA4,
REL8_3_BETA3,
REL8_3_9,
REL8_3_8,
REL8_3_7,
REL8_3_6,
REL8_3_5,
REL8_3_4,
REL8_3_3,
REL8_3_2,
REL8_3_1,
REL8_3_0
Branch point for: REL8_4_STABLE,
REL8_3_STABLE
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -0
 lines
Add CVS version labels to all install/uninstall scripts.
 Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Nov 11 03:25:35 2007 UTC (17 years, 11 months ago) by momjian
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +42 -22
 lines
Make /contrib install/uninstall script consistent:
	remove transactions
	use create or replace function
	make formatting consistent
	set search patch on first line
Add documentation on modifying *.sql to set the search patch, and
mention that major upgrades should still run the installation scripts.
Some of these issues were spotted by Tom today.
 Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Sep 16 16:18:11 2006 UTC (19 years, 1 month ago) by tgl
Branches: MAIN
CVS tags: REL8_3_BETA2,
REL8_3_BETA1,
REL8_2_RC1,
REL8_2_BETA3,
REL8_2_BETA2,
REL8_2_BETA1,
REL8_2_9,
REL8_2_8,
REL8_2_7,
REL8_2_6,
REL8_2_5,
REL8_2_4,
REL8_2_3,
REL8_2_2,
REL8_2_15,
REL8_2_14,
REL8_2_13,
REL8_2_12,
REL8_2_11,
REL8_2_10,
REL8_2_1,
REL8_2_0
Branch point for: REL8_2_STABLE
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +5 -1
 lines
Rename xml_valid() to xml_is_well_formed(), but provide a temporary
alias with the old name for backwards compatibility.  Per discussion,
the old name is actively wrong because validity and well-formedness
have different meanings in XML.
 Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Feb 27 16:09:49 2006 UTC (19 years, 8 months ago) by petere
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +13 -13
 lines
Clean up CREATE FUNCTION syntax usage in contrib and elsewhere, in
particular get rid of single quotes around language names and old WITH ()
construct.
 Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Oct 13 16:10:14 2005 UTC (20 years ago) by momjian
Branches: MAIN
CVS tags: REL8_1_9,
REL8_1_8,
REL8_1_7,
REL8_1_6,
REL8_1_5,
REL8_1_4,
REL8_1_3,
REL8_1_2,
REL8_1_19,
REL8_1_18,
REL8_1_17,
REL8_1_16,
REL8_1_15,
REL8_1_14,
REL8_1_13,
REL8_1_12,
REL8_1_11,
REL8_1_10,
REL8_1_1,
REL8_1_0RC1,
REL8_1_0BETA4,
REL8_1_0
Branch point for: REL8_1_STABLE
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1
 lines
Mark xslt_process() as volatile.
 Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Oct 13 14:58:33 2005 UTC (20 years ago) by momjian
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1
 lines
Change xpath_table() and xslt_process() from IMMUTABLE to STABLE.
 Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Oct 13 14:44:58 2005 UTC (20 years ago) by momjian
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
 lines
Fix capitalization of example.
 Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Jul 14 07:12:27 2005 UTC (20 years, 3 months ago) by neilc
Branches: MAIN
CVS tags: REL8_1_0BETA3,
REL8_1_0BETA2,
REL8_1_0BETA1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +13 -13
 lines
Mark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the "STRICT" syntax
rather than the deprecated "WITH (isStrict)" syntax. Patch from Ilia
Kantor, minor editorializing by Neil Conway.
 Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Dec  2 22:21:12 2004 UTC (20 years, 11 months ago) by momjian
Branches: MAIN
CVS tags: REL8_0_9,
REL8_0_8,
REL8_0_7,
REL8_0_6,
REL8_0_5,
REL8_0_4,
REL8_0_3,
REL8_0_23,
REL8_0_22,
REL8_0_21,
REL8_0_20,
REL8_0_2,
REL8_0_19,
REL8_0_18,
REL8_0_17,
REL8_0_16,
REL8_0_15,
REL8_0_14,
REL8_0_13,
REL8_0_12,
REL8_0_11,
REL8_0_10,
REL8_0_1,
REL8_0_0RC5,
REL8_0_0RC4,
REL8_0_0RC3,
REL8_0_0RC2,
REL8_0_0RC1,
REL8_0_0
Branch point for: REL8_0_STABLE
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -0
 lines
Attached is a patch that adds the function xml_encode_special_chars to
the xml2 contrib module. It's against 8.0beta4. It's intended for
commit.
Markus Bertheau <[email protected]>
 Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Mar  7 20:41:27 2004 UTC (21 years, 7 months ago) by neilc
Branches: MAIN
CVS tags: REL8_0_0BETA5,
REL8_0_0BETA4,
REL8_0_0BETA3,
REL8_0_0BETA2,
REL8_0_0BETA1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -1
 lines
contrib/xml2 updates from John Gray:
I have changed the name of the new parse function to xml_valid and fixed
a reference to SortMem which meant that the code as supplied would work
against 7.3 and 7.4 but wouldn't work in CVS.
 Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Mar  5 03:57:58 2004 UTC (21 years, 8 months ago) by momjian
Branches: MAIN
Move new version of contrib/ xml into xml2, keep old version in /xml.
PostgreSQL CVSweb <[email protected]>