index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
xml.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ignore XML declaration in xpath_internal(), for UTF8 databases.
Noah Misch
2017-11-11
1
-1
/
+13
*
Add some const decorations to prototypes
Peter Eisentraut
2017-11-10
1
-16
/
+16
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-1
/
+1
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
1
-6
/
+9
*
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-08-15
1
-2
/
+2
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-73
/
+73
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-22
/
+22
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-5
/
+4
*
Fix cursor_to_xml in tableforest false mode
Peter Eisentraut
2017-05-03
1
-0
/
+13
*
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-25
1
-23
/
+22
*
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-12
1
-14
/
+14
*
Fix hard-coded relkind constants in assorted other files.
Tom Lane
2017-03-09
1
-2
/
+15
*
Suppress compiler warning in non-USE_LIBXML builds.
Tom Lane
2017-03-08
1
-2
/
+2
*
Fix XMLTABLE on older libxml2
Alvaro Herrera
2017-03-08
1
-1
/
+1
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
1
-7
/
+551
*
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-19
1
-2
/
+2
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.
Tom Lane
2016-11-08
1
-6
/
+0
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
1
-4
/
+2
*
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-12
1
-5
/
+5
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Use appendStringInfoString/Char et al where appropriate.
Heikki Linnakangas
2015-07-02
1
-3
/
+3
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-2
/
+2
*
In array_agg(), don't create a new context for every group.
Jeff Davis
2015-02-21
1
-1
/
+1
*
Fix namespace handling in xpath function
Peter Eisentraut
2015-01-06
1
-8
/
+26
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Support arrays as input to array_agg() and ARRAY(SELECT ...).
Tom Lane
2014-11-25
1
-20
/
+11
*
Allow empty content in xml type
Peter Eisentraut
2014-09-09
1
-5
/
+9
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-32
/
+32
*
Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.
Tom Lane
2014-02-23
1
-18
/
+9
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-10-31
1
-34
/
+32
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
1
-3
/
+4
*
Fix map_sql_value_to_xml_value() to treat domains like their base types.
Tom Lane
2013-03-03
1
-0
/
+6
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
1
-2
/
+2
*
Allow CREATE TABLE IF EXIST so succeed if the schema is nonexistent
Bruce Momjian
2013-01-26
1
-3
/
+3
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
1
-0
/
+1
*
Check LIBXML_VERSION instead of testing in configure script.
Tom Lane
2012-08-17
1
-1
/
+11
*
Prevent access to external files/URLs via XML entity references.
Tom Lane
2012-08-14
1
-2
/
+41
*
Avoid extra newlines in XML mapping in table forest mode
Peter Eisentraut
2012-07-12
1
-1
/
+6
*
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
[next]