| Commit message (Expand) | Author | Age | Files | Lines |
| * | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 | 1 | -18/+18 |
| * | Add const qualifier to tzn returned by timestamp2tm() | Peter Eisentraut | 2012-03-15 | 1 | -1/+1 |
| * | Improve EncodeDateTime and EncodeTimeOnly APIs | Peter Eisentraut | 2012-03-14 | 1 | -3/+2 |
| * | Add const qualifiers where they are accidentally cast away | Peter Eisentraut | 2012-02-28 | 1 | -1/+1 |
| * | Update copyright notices for year 2012. | Bruce Momjian | 2012-01-01 | 1 | -1/+1 |
| * | Remove many -Wcast-qual warnings | Peter Eisentraut | 2011-09-11 | 1 | -2/+2 |
| * | Check to see whether libxml2 handles error context the way we expect. | Tom Lane | 2011-07-26 | 1 | -2/+36 |
| * | Make xpath() do something useful with XPath expressions that return scalars. | Tom Lane | 2011-07-21 | 1 | -22/+92 |
| * | Ensure that xpath() escapes special characters in string values. | Tom Lane | 2011-07-20 | 1 | -1/+5 |
| * | Rewrite libxml error handling to be more robust. | Tom Lane | 2011-07-20 | 1 | -139/+402 |
| * | Replace errdetail("%s", ...) with errdetail_internal("%s", ...). | Tom Lane | 2011-07-16 | 1 | -4/+4 |
| * | Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h | Alvaro Herrera | 2011-07-04 | 1 | -0/+1 |
| * | Fix null-dereference crash in parse_xml_decl(). | Tom Lane | 2011-05-28 | 1 | -4/+6 |
| * | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 | 1 | -9/+11 |
| * | Stamp copyrights for year 2011. | Bruce Momjian | 2011-01-01 | 1 | -1/+1 |
| * | Remove useless whitespace at end of lines | Peter Eisentraut | 2010-11-23 | 1 | -3/+3 |
| * | Improve handling of domains over arrays. | Tom Lane | 2010-10-21 | 1 | -1/+1 |
| * | Change references to SQL/XML:2003 to :2008 and renumber sections accordingly | Peter Eisentraut | 2010-10-15 | 1 | -39/+38 |
| * | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 | 1 | -1/+1 |
| * | Add xml_is_well_formed, xml_is_well_formed_document, xml_is_well_formed_content | Tom Lane | 2010-08-13 | 1 | -1/+71 |
| * | Add an xpath_exists() function. This is equivalent to XMLEXISTS except that | Tom Lane | 2010-08-08 | 1 | -1/+25 |
| * | Add xmlexists function | Peter Eisentraut | 2010-08-05 | 1 | -20/+66 |
| * | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 | 1 | -5/+5 |
| * | Export xml.c's libxml-error-handling support so that contrib/xml2 can use it | Tom Lane | 2010-03-03 | 1 | -19/+36 |
| * | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 | 1 | -7/+3 |
| * | Update copyright for the year 2010. | Bruce Momjian | 2010-01-02 | 1 | -2/+2 |
| * | Fix encoding handling in xml binary input function. If the XML header didn't | Heikki Linnakangas | 2009-09-04 | 1 | -14/+21 |
| * | Extend EXPLAIN to support output in XML or JSON format. | Tom Lane | 2009-08-10 | 1 | -27/+40 |
| * | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian | 2009-06-11 | 1 | -162/+160 |
| * | Ensure xmlFree(NULL) is a no-op instead of a core dump. Per report from | Tom Lane | 2009-06-10 | 1 | -2/+4 |
| * | Fix xmlattribute escaping XML special characters twice (bug #4822). | Peter Eisentraut | 2009-06-09 | 1 | -8/+17 |
| * | Fix map_sql_table_to_xmlschema() with dropped attributes. | Peter Eisentraut | 2009-06-08 | 1 | -1/+5 |
| * | Rewrite xml.c's memory management (yet again). Give up on the idea of | Tom Lane | 2009-05-13 | 1 | -104/+177 |
| * | Fix intratransaction memory leaks in xml_recv, xmlconcat, xmlroot, and | Tom Lane | 2009-05-12 | 1 | -12/+28 |
| * | XMLATTRIBUTES() should send the attribute values through | Peter Eisentraut | 2009-04-08 | 1 | -5/+2 |
| * | Add an errdetail explaining why we reject infinite dates and timestamps | Tom Lane | 2009-03-27 | 1 | -4/+7 |
| * | Remove munging of xml and xpath params to xpath(). The XML must now be a well... | Andrew Dunstan | 2009-03-23 | 1 | -38/+11 |
| * | Fix executor/spi.h to follow our usual conventions for include files, ie, | Tom Lane | 2009-01-07 | 1 | -1/+2 |
| * | Update copyright for 2009. | Bruce Momjian | 2009-01-01 | 1 | -2/+2 |
| * | Fix bugs in sqlchar_to_unicode and unicode_to_sqlchar: both were measuring | Tom Lane | 2008-11-10 | 1 | -7/+18 |
| * | Unicode escapes in strings and identifiers | Peter Eisentraut | 2008-10-29 | 1 | -23/+2 |
| * | Extend the date type to support infinity and -infinity, analogously to | Tom Lane | 2008-10-14 | 1 | -1/+6 |
| * | Fix crash in bytea-to-XML mapping when the source value is toasted. | Tom Lane | 2008-10-09 | 1 | -34/+47 |
| * | Fix multiple memory leaks in xml_out(). Per report from Matt Magoffin. | Tom Lane | 2008-09-16 | 1 | -10/+8 |
| * | Move exprType(), exprTypmod(), expression_tree_walker(), and related routines | Tom Lane | 2008-08-25 | 1 | -2/+2 |
| * | Fix transaction-lifespan memory leak in xpath(). Report by Matt Magoffin, | Tom Lane | 2008-07-03 | 1 | -1/+2 |
| * | Restructure some header files a bit, in particular heapam.h, by removing some | Alvaro Herrera | 2008-05-12 | 1 | -2/+1 |
| * | Use new cstring/text conversion functions in some additional places. | Tom Lane | 2008-05-04 | 1 | -55/+11 |
| * | Turn xmlbinary and xmloption GUC variables into enumsTurn xmlbinary and | Magnus Hagander | 2008-04-04 | 1 | -3/+3 |
| * | Simplify and standardize conversions between TEXT datums and ordinary C | Tom Lane | 2008-03-25 | 1 | -37/+41 |