index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's repository
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
xml.c
Age
Commit message (
Expand
)
Author
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-23
Don't request pretty-printed output from xmlNodeDump().
Tom Lane
2019-04-01
Add volatile qualifier missed in commit 2e616dee9.
Tom Lane
2019-03-23
Remove inadequate check for duplicate "xml" PI.
Tom Lane
2019-03-23
Accept XML documents when xmloption = content, as required by SQL:2006+.
Tom Lane
2019-03-08
Fix crash with old libxml2
Alvaro Herrera
2019-03-07
Fix minor deficiencies in XMLTABLE, xpath(), xmlexists()
Alvaro Herrera
2019-02-08
Defend against null error message reported by libxml2.
Tom Lane
2019-01-21
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-15
Don't include heapam.h from others headers.
Andres Freund
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-06-21
Set correct context for XPath evaluation
Alvaro Herrera
2018-06-20
Accept TEXT and CDATA nodes in XMLTABLE's column_expression.
Alvaro Herrera
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-11-11
Ignore XML declaration in xpath_internal(), for UTF8 databases.
Noah Misch
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-16
Fix up some misusage of appendStringInfo() and friends
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-04
Fix cursor_to_xml in tableforest false mode
Peter Eisentraut
2017-03-25
Faster expression evaluation and targetlist projection.
Andres Freund
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
2017-03-10
Fix hard-coded relkind constants in assorted other files.
Tom Lane
2017-03-08
Suppress compiler warning in non-USE_LIBXML builds.
Tom Lane
2017-03-08
Fix XMLTABLE on older libxml2
Alvaro Herrera
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2017-01-19
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-11-08
Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.
Tom Lane
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-03-12
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-07-02
Use appendStringInfoString/Char et al where appropriate.
Heikki Linnakangas
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-02-22
In array_agg(), don't create a new context for every group.
Jeff Davis
2015-01-07
Fix namespace handling in xpath function
Peter Eisentraut
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-25
Support arrays as input to array_agg() and ARRAY(SELECT ...).
Tom Lane
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-04
Fix map_sql_value_to_xml_value() to treat domains like their base types.
Tom Lane
2013-03-04
Add a materialized view relations.
Kevin Grittner
[next]