aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/xml.c
Commit message (Expand)AuthorAge
* Fix transaction-lifespan memory leak in xpath(). Report by Matt Magoffin,Tom Lane2008-07-03
* Restructure some header files a bit, in particular heapam.h, by removing someAlvaro Herrera2008-05-12
* Use new cstring/text conversion functions in some additional places.Tom Lane2008-05-04
* Turn xmlbinary and xmloption GUC variables into enumsTurn xmlbinary andMagnus Hagander2008-04-04
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Fix various infelicities that have snuck into usage of errdetail() andTom Lane2008-03-24
* Disable the undocumented xmlvalidate() function, which was unintentionallyTom Lane2008-03-01
* Revise memory management for libxml calls. Instead of keeping libxml's dataTom Lane2008-01-15
* It turns out the LIBXML_TEST_VERSION macro calls xmlInitParser().Tom Lane2008-01-12
* Fix two places in xml.c that neglected to check the return values ofNeil Conway2008-01-12
* Minor perf tweak for _SPI_strdup(): if we're going to call strlen()Neil Conway2008-01-12
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Fix XML Schema structure for char types without length (bug #3782)Peter Eisentraut2007-11-28
* Suppress compiler warning.Tom Lane2007-11-27
* Make casts from xml to text independent of the XML option setting, thusPeter Eisentraut2007-11-27
* Use double quotes for quoting xml attributes.Peter Eisentraut2007-11-25
* Fix bogus length calculation that could lead to crash if the stringTom Lane2007-11-20
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Add missing closing / in xsd:restriction, and remove some unnecessaryTom Lane2007-11-10
* xmlGetUTF8Char()'s second argument is both input and output. FixTom Lane2007-11-10
* Allow XML processing instructions starting with "xml" while prohibitingPeter Eisentraut2007-11-09
* After conferencing again with Bruce, put in more accurate XML error message.Peter Eisentraut2007-11-08
* Improve error messagePeter Eisentraut2007-11-08
* Some code review for xml.c:Tom Lane2007-11-06
* Fix xmlelement() to initialize libxml correctly before using it, and to avoidTom Lane2007-11-05
* Guard against possible double free during error escape from XMLTom Lane2007-10-13
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-13
* Fix bugs in XML binary I/O functions. Heikki and TomTom Lane2007-09-23
* Fix map_sql_typecoll_to_xmlschema_types() to not fail on droppedTom Lane2007-07-13
* Compute max and min int8 values using unsigned arithmetic, in hopes ofTom Lane2007-07-12
* Fix up text concatenation so that it accepts all the reasonable cases thatTom Lane2007-06-06
* XPath fixes:Peter Eisentraut2007-05-21
* Support varlena fields with single-byte headers and unaligned storage.Tom Lane2007-04-06
* Update XML error message text for missing libxml; update regressionBruce Momjian2007-04-05
* Improve documentation/warning when --with-libxml is not used in theBruce Momjian2007-04-05
* Support enum data types. Along the way, use macros for the values ofTom Lane2007-04-02
* Mapping schemas and databases to XML and XML Schema.Peter Eisentraut2007-04-01
* Commit newest version of xmlpath().Bruce Momjian2007-03-22
* Add xmlpath() to evaluate XPath expressions, with namespaces support.Bruce Momjian2007-03-22
* Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane2007-03-15
* Add resetStringInfo(), which clears the content of a StringInfo, andNeil Conway2007-03-03
* Fix date/time formats for XML Schema output.Peter Eisentraut2007-03-01
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-27
* Better fix for determining minimum and maximum int64 values that doesn'tPeter Eisentraut2007-02-16
* Add stdint.h includePeter Eisentraut2007-02-16
* Functions for mapping table data and table schemas to XML (a.k.a. XML export)Peter Eisentraut2007-02-16
* Un-break build on ANSI compilers (like msvc) by moving Assert to positionMagnus Hagander2007-02-13
* Add support for optionally escaping periods when converting SQL identifiersPeter Eisentraut2007-02-11
* Add proper mapping of boolean type data to XML Schema.Peter Eisentraut2007-02-10