summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
Commit message (Expand)AuthorAgeFilesLines
* Change argument of appendBinaryStringInfo from char * to void *Peter Eisentraut2022-12-302-11/+11
* Use appendStringInfoString instead of appendBinaryStringInfo where possiblePeter Eisentraut2022-12-301-21/+21
* Remove new locale dependency in regproc regression test.Tom Lane2022-12-271-1/+1
* Simplify the implementations of the to_reg* functions.Tom Lane2022-12-271-141/+54
* Convert the reg* input functions to report (most) errors softly.Tom Lane2022-12-273-84/+189
* Convert tsqueryin and tsvectorin to report errors softly.Tom Lane2022-12-274-45/+126
* Detect bad input for types xid, xid8, and cid.Tom Lane2022-12-273-99/+164
* Convert enum_in() to report errors softly.Tom Lane2022-12-251-3/+9
* Convert jsonpath's input function to report errors softlyAndrew Dunstan2022-12-245-123/+288
* Make the numeric-OID cases of regprocin and friends be non-throwing.Tom Lane2022-12-241-139/+77
* Allow window functions to adjust their frameOptionsDavid Rowley2022-12-231-0/+148
* Introduce float4in_internalAndrew Dunstan2022-12-211-15/+42
* Switch some system functions to use get_call_result_type()Michael Paquier2022-12-214-59/+18
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Expose some information about backend subxact status.Robert Haas2022-12-191-0/+38
* Clean up dubious error handling in wellformed_xml().Tom Lane2022-12-161-47/+17
* Convert xml_in to report errors softly.Tom Lane2022-12-161-35/+120
* Convert range_in and multirange_in to report errors softly.Tom Lane2022-12-157-64/+167
* Static assertions cleanupPeter Eisentraut2022-12-153-10/+10
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-143-30/+46
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-142-9/+10
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-146-41/+85
* Convert the geometric input functions to report errors softly.Tom Lane2022-12-141-71/+113
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-144-56/+48
* Non-decimal integer literalsPeter Eisentraut2022-12-141-24/+161
* Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis2022-12-131-15/+7
* Fix jsonb subscripting to cope with toasted subscript values.Tom Lane2022-12-123-18/+38
* Convert domain_in to report errors softly.Tom Lane2022-12-111-10/+26
* Convert json_in and jsonb_in to report errors softly.Tom Lane2022-12-113-28/+65
* Change JsonSemAction to allow non-throw error reporting.Tom Lane2022-12-112-136/+256
* Standardize error reports in unimplemented I/O functions.Tom Lane2022-12-101-2/+4
* Use the macro, not handwritten code, to construct anymultirange_in().Tom Lane2022-12-101-19/+8
* Fix macro definitions in pgstatfuncs.cMichael Paquier2022-12-101-52/+52
* Restructure soft-error handling in formatting.c.Tom Lane2022-12-092-357/+321
* Convert datetime input functions to use "soft" error reporting.Tom Lane2022-12-094-73/+95
* Allow DateTimeParseError to handle bad-timezone error messages.Tom Lane2022-12-094-79/+147
* Const-ify a couple of datetime parsing subroutines.Tom Lane2022-12-092-7/+7
* Convert a few datatype input functions to use "soft" error reporting.Tom Lane2022-12-0911-204/+298
* Add test scaffolding for soft error reporting from input functions.Tom Lane2022-12-091-0/+129
* Add USER SET parameter values for pg_db_role_settingAlexander Korotkov2022-12-091-0/+1
* Generate pg_stat_get*() functions for databases using macrosMichael Paquier2022-12-071-366/+88
* Rework query relation permission checkingAlvaro Herrera2022-12-061-5/+14
* Generate pg_stat_get*() functions for tables using macrosMichael Paquier2022-12-061-357/+100
* Fix thinko introduced in 6b423ec67David Rowley2022-12-051-3/+3
* Re-pgindent a few files.Tom Lane2022-12-041-1/+1
* Improve performance of pg_strtointNN functionsDavid Rowley2022-12-041-44/+42
* Fix broken hash function hashbpcharextended().Jeff Davis2022-12-021-1/+1
* Fix psql's \sf and \ef for new-style SQL functions.Tom Lane2022-12-021-2/+2
* Fix memory leak for hashing with nondeterministic collations.Jeff Davis2022-12-011-0/+2
* Fix under-parenthesized display of AT TIME ZONE constructs.Tom Lane2022-12-011-14/+14