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
2014-09-09
Allow empty content in xml type
Peter Eisentraut
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-02-23
Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-10-31
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-03-03
Fix map_sql_value_to_xml_value() to treat domains like their base types.
Tom Lane
2013-03-03
Add a materialized view relations.
Kevin Grittner
2013-01-26
Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-17
Check LIBXML_VERSION instead of testing in configure script.
Tom Lane
2012-08-14
Prevent access to external files/URLs via XML entity references.
Tom Lane
2012-07-12
Avoid extra newlines in XML mapping in table forest mode
Peter Eisentraut
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-03-15
Add const qualifier to tzn returned by timestamp2tm()
Peter Eisentraut
2012-03-14
Improve EncodeDateTime and EncodeTimeOnly APIs
Peter Eisentraut
2012-02-28
Add const qualifiers where they are accidentally cast away
Peter Eisentraut
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-09-11
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-07-26
Check to see whether libxml2 handles error context the way we expect.
Tom Lane
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
2011-07-16
Replace errdetail("%s", ...) with errdetail_internal("%s", ...).
Tom Lane
2011-07-04
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-05-28
Fix null-dereference crash in parse_xml_decl().
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-10-21
Improve handling of domains over arrays.
Tom Lane
2010-10-15
Change references to SQL/XML:2003 to :2008 and renumber sections accordingly
Peter Eisentraut
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-08-08
Add an xpath_exists() function. This is equivalent to XMLEXISTS except that
Tom Lane
2010-08-05
Add xmlexists function
Peter Eisentraut
2010-07-06
pgindent run for 9.0, second run
Bruce Momjian
2010-03-03
Export xml.c's libxml-error-handling support so that contrib/xml2 can use it
Tom Lane
2010-02-14
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-09-04
Fix encoding handling in xml binary input function. If the XML header didn't
Heikki Linnakangas
2009-08-10
Extend EXPLAIN to support output in XML or JSON format.
Tom Lane
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-10
Ensure xmlFree(NULL) is a no-op instead of a core dump. Per report from
Tom Lane
2009-06-09
Fix xmlattribute escaping XML special characters twice (bug #4822).
Peter Eisentraut
2009-06-08
Fix map_sql_table_to_xmlschema() with dropped attributes.
Peter Eisentraut
2009-05-13
Rewrite xml.c's memory management (yet again). Give up on the idea of
Tom Lane
2009-05-12
Fix intratransaction memory leaks in xml_recv, xmlconcat, xmlroot, and
Tom Lane
2009-04-08
XMLATTRIBUTES() should send the attribute values through
Peter Eisentraut
2009-03-27
Add an errdetail explaining why we reject infinite dates and timestamps
Tom Lane
[next]