Commit Graph

124 Commits (38b602b0289fe1dbaf31d5737fba2d42a1e90371)

Author SHA1 Message Date
Tom Lane 93001888d8 Fix up misuse of "volatile" in contrib/xml2. 2 months ago
Michael Paquier 8aa54aa7ee Fix incompatibility with libxml2 >= 2.14 2 months ago
Michael Paquier 732061150b xml2: Improve error handling of libxml2 calls 2 months ago
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 6 months ago
Peter Eisentraut 827b4060a8 Remove unnecessary (char *) casts [mem] 7 months ago
Bruce Momjian 50e6eb731d Update copyright for 2025 8 months ago
Tom Lane 667368fd26 contrib/xml2: Use SQL-standard function bodies. 9 months ago
Michael Paquier 93f9b4a93f xml2: Add tests for functions xpath_nodeset() and xpath_list() 10 months ago
Peter Eisentraut 9be4e5d293 Remove unused #include's from contrib, pl, test .c files 11 months ago
Tom Lane cd838e2008 Neaten up our choices of SQLSTATEs for XML-related errors. 12 months ago
Tom Lane d5622acb32 Replace usages of xmlXPathCompile() with xmlXPathCtxtCompile(). 1 year ago
Tom Lane 218527d014 Don't bother checking the result of SPI_connect[_ext] anymore. 1 year ago
Tom Lane 400928b83b Fix incompatibilities with libxml2 >= 2.12.0. 2 years ago
Michael Paquier f2743a7d70 Revert "Add support for parsing of large XML data (>= 10MB)" 2 years ago
Michael Paquier 2197d06224 Add support for parsing of large XML data (>= 10MB) 2 years ago
Michael Paquier 65c5864d7f xml2: Replace deprecated routines with recommended ones 2 years ago
Bruce Momjian 29275b1d17 Update copyright for 2024 2 years ago
Bruce Momjian c8e1ba736b Update copyright for 2023 3 years ago
Andrew Dunstan 8284cf5f74 Add copyright notices to meson files 3 years ago
Michael Paquier a19e5cee63 Rename SetSingleFuncCall() to InitMaterializedSRF() 3 years ago
Andres Freund e5555657ba meson: Add support for building with precompiled headers 3 years ago
Andres Freund 902ab2fcef meson: Add windows resource files 3 years ago
Andres Freund e6927270cd meson: Add initial version of meson based build system 3 years ago
Michael Paquier 5b81703787 Simplify SRFs using materialize mode in contrib/ modules 4 years ago
Michael Paquier d61a361d1a Remove all traces of tuplestore_donestoring() in the C code 4 years ago
Tom Lane fd2abeb7c2 Delete contrib/xml2's legacy implementation of xml_is_well_formed(). 4 years ago
Tom Lane 70a7732007 Remove support for upgrading extensions from "unpackaged" state. 6 years ago
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style. 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Tom Lane e3860ffa4d Initial pgindent run with pg_bsd_indent version 2.0. 8 years ago
Noah Misch 3a0d473192 Use wrappers of PG_DETOAST_DATUM_PACKED() more. 9 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Tom Lane c59f94e81e Revert "Delete contrib/xml2's legacy implementation of xml_is_well_formed()." 9 years ago
Tom Lane 20540710e8 Delete contrib/xml2's legacy implementation of xml_is_well_formed(). 9 years ago
Robert Haas 13e7453135 Update xml2 extension for parallel query. 9 years ago
Tom Lane 23a27b039d Widen query numbers-of-tuples-processed counters to uint64. 10 years ago
Tom Lane 586dd5d6a5 Replace a bunch more uses of strncpy() with safer coding. 11 years ago
Tom Lane c168ba3112 Free libxml2/libxslt resources in a safer order. 11 years ago
Andres Freund d153b80161 Fix typos in some error messages thrown by extension scripts when fed to psql. 11 years ago
Noah Misch 0ffc201a51 Add file version information to most installed Windows binaries. 11 years ago
Bruce Momjian 6a605cd6bd Adjust blank lines around PG_MODULE_MAGIC defines, for consistency 11 years ago
Bruce Momjian 0a78320057 pgindent run for 9.4 12 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 years ago
Alvaro Herrera c219d9b0a5 Split tuple struct defs from htup.h to htup_details.h 13 years ago
Tom Lane adc97d03b9 Prevent access to external files/URLs via contrib/xml2's xslt_process(). 13 years ago
Bruce Momjian 927d61eeff Run pgindent on 9.2 source tree in preparation for first 9.3 13 years ago
Tom Lane d9b31e4859 Fix some more bugs in contrib/xml2's xslt_process(). 13 years ago
Tom Lane 458857cc9d Throw a useful error message if an extension script file is fed to psql. 14 years ago