index
:
users/gsingh/postgres.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
Release_1_0_3
WIN32_DEV
assert_nargs_is_large_enough
ecpg_big_bison
master
Postgres clone for personal branches
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
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-16
Clean up dubious error handling in wellformed_xml().
Tom Lane
2022-12-16
Convert xml_in to report errors softly.
Tom Lane
2022-10-31
Clean up some inconsistencies with GUC declarations
Michael Paquier
2022-10-28
Remove AssertArg and AssertState
Peter Eisentraut
2022-09-20
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-05
Fix incorrect uses of Datum conversion macros
Peter Eisentraut
2022-07-01
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-04-08
Remove error message hints mentioning configure options
Peter Eisentraut
2022-03-18
Fix incorrect xmlschema output for types timetz and timestamptz.
Tom Lane
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-09-22
Make use of PG_INT64_MAX/PG_INT64_MIN
Peter Eisentraut
2021-08-08
Remove some unnecessary casts in format arguments
Peter Eisentraut
2021-05-12
Refactor some error messages for easier translation
Peter Eisentraut
2021-01-04
Simplify some comments in xml.c
Michael Paquier
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-03-06
Allow Unicode escapes in any server encoding, not only UTF-8.
Tom Lane
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-11-07
Fix nested error handling in PG_FINALLY
Peter Eisentraut
2019-11-07
Check after errors of SPI_execute() in xml.c
Michael Paquier
2019-11-04
Fix some compiler warnings on older compilers
Peter Eisentraut
2019-11-01
PG_FINALLY
Peter Eisentraut
2019-08-13
Fix inconsistencies and typos in the tree, take 10
Michael Paquier
2019-07-22
Use appendBinaryStringInfo in more places where the length is known
David Rowley
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
[next]