summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt
AgeCommit message (Expand)Author
2023-01-02Update copyright for 2023Bruce Momjian
2023-01-01Accept "+infinity" in date and timestamp[tz] input.Tom Lane
2022-12-30Fix precision handling for some COERCE_SQL_SYNTAX functionsMichael Paquier
2022-12-30Change argument of appendBinaryStringInfo from char * to void *Peter Eisentraut
2022-12-30Use appendStringInfoString instead of appendBinaryStringInfo where possiblePeter Eisentraut
2022-12-27Remove new locale dependency in regproc regression test.Tom Lane
2022-12-27Simplify the implementations of the to_reg* functions.Tom Lane
2022-12-27Convert the reg* input functions to report (most) errors softly.Tom Lane
2022-12-27Convert tsqueryin and tsvectorin to report errors softly.Tom Lane
2022-12-27Detect bad input for types xid, xid8, and cid.Tom Lane
2022-12-25Convert enum_in() to report errors softly.Tom Lane
2022-12-24Convert jsonpath's input function to report errors softlyAndrew Dunstan
2022-12-24Make the numeric-OID cases of regprocin and friends be non-throwing.Tom Lane
2022-12-22Allow window functions to adjust their frameOptionsDavid Rowley
2022-12-21Introduce float4in_internalAndrew Dunstan
2022-12-21Switch some system functions to use get_call_result_type()Michael Paquier
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-12-19Expose some information about backend subxact status.Robert Haas
2022-12-16Clean up dubious error handling in wellformed_xml().Tom Lane
2022-12-16Convert xml_in to report errors softly.Tom Lane
2022-12-15Convert range_in and multirange_in to report errors softly.Tom Lane
2022-12-15Static assertions cleanupPeter Eisentraut
2022-12-15Convert a few more datatype input functions to report errors softly.Tom Lane
2022-12-14Convert a few more datatype input functions to report errors softly.Tom Lane
2022-12-14Convert a few more datatype input functions to report errors softly.Tom Lane
2022-12-14Convert the geometric input functions to report errors softly.Tom Lane
2022-12-14Convert a few more datatype input functions to report errors softly.Tom Lane
2022-12-14Non-decimal integer literalsPeter Eisentraut
2022-12-14Add grantable MAINTAIN privilege and pg_maintain role.Jeff Davis
2022-12-12Fix jsonb subscripting to cope with toasted subscript values.Tom Lane
2022-12-11Convert domain_in to report errors softly.Tom Lane
2022-12-11Convert json_in and jsonb_in to report errors softly.Tom Lane
2022-12-11Change JsonSemAction to allow non-throw error reporting.Tom Lane
2022-12-10Standardize error reports in unimplemented I/O functions.Tom Lane
2022-12-10Use the macro, not handwritten code, to construct anymultirange_in().Tom Lane
2022-12-10Fix macro definitions in pgstatfuncs.cMichael Paquier
2022-12-10Restructure soft-error handling in formatting.c.Tom Lane
2022-12-09Convert datetime input functions to use "soft" error reporting.Tom Lane
2022-12-09Allow DateTimeParseError to handle bad-timezone error messages.Tom Lane
2022-12-09Const-ify a couple of datetime parsing subroutines.Tom Lane
2022-12-09Convert a few datatype input functions to use "soft" error reporting.Tom Lane
2022-12-09Add test scaffolding for soft error reporting from input functions.Tom Lane
2022-12-09Add USER SET parameter values for pg_db_role_settingAlexander Korotkov
2022-12-07Generate pg_stat_get*() functions for databases using macrosMichael Paquier
2022-12-06Rework query relation permission checkingAlvaro Herrera
2022-12-06Generate pg_stat_get*() functions for tables using macrosMichael Paquier
2022-12-04Fix thinko introduced in 6b423ec67David Rowley
2022-12-04Re-pgindent a few files.Tom Lane
2022-12-04Improve performance of pg_strtointNN functionsDavid Rowley
2022-12-02Fix broken hash function hashbpcharextended().Jeff Davis