aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/builtins.h
Commit message (Expand)AuthorAge
* Update copyright for 2025Bruce Momjian2025-01-01
* Adjust populate_record_field() to handle errors softlyAmit Langote2024-01-24
* Update copyright for 2024Bruce Momjian2024-01-03
* Update copyright for 2023Bruce Momjian2023-01-02
* Detect bad input for types xid, xid8, and cid.Tom Lane2022-12-27
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-14
* Convert a few datatype input functions to use "soft" error reporting.Tom Lane2022-12-09
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-20
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-08
* Remove pg_atoi()Peter Eisentraut2022-02-15
* Move scanint8() to numutils.cPeter Eisentraut2022-02-14
* Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra2022-01-27
* Update copyright for 2022Bruce Momjian2022-01-07
* Simplify the general-purpose 64-bit integer parsing APIsPeter Eisentraut2021-12-17
* Revert refactoring of hex code to src/common/Michael Paquier2021-08-19
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Rework refactoring of hex and encoding routinesMichael Paquier2021-01-14
* Update copyright for 2021Bruce Momjian2021-01-02
* move hex_decode() to /common so it can be called from frontendBruce Momjian2020-12-24
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-10
* Add new flag to format_type_extended() to get NULL for undefined typeMichael Paquier2020-07-06
* Have pg_itoa, pg_ltoa and pg_lltoa return the length of the stringDavid Rowley2020-06-13
* Add missing extern keyword for a couple of numutils functionsDavid Rowley2020-06-13
* Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.Tom Lane2020-04-07
* Optimizations for integer to decimal output.Andrew Gierth2020-02-01
* Update copyrights for 2020Bruce Momjian2020-01-01
* Avoid conflicts with library versions of inet_net_ntop() and friends.Tom Lane2019-08-18
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Correct constness of system attributes in heap.c & prerequisites.Andres Freund2018-10-16
* Provide separate header file for built-in float typesTomas Vondra2018-07-29
* Hand code string to integer conversion for performance.Andres Freund2018-07-22
* Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane2018-03-19
* Fix assorted issues in convert_to_scalar().Tom Lane2018-03-03
* Refactor format_type APIs to be more modularAlvaro Herrera2018-02-17
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Collect duplicate copies of oid_cmp()Peter Eisentraut2017-03-01
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-20
* Correct include file pathPeter Eisentraut2017-01-17
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-17
* Remove unnecessary includePeter Eisentraut2017-01-17
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Implement table partitioning.Robert Haas2016-12-07
* Remove unnecessary int2vector-specific hash function and equality operator.Tom Lane2016-10-12
* Add txid_current_ifassigned().Robert Haas2016-08-23
* Implement regexp_match(), a simplified alternative to regexp_matches().Tom Lane2016-08-17
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Fix GiST index build for NaN values in geometric types.Tom Lane2016-07-14
* Add combine functions for various floating-point aggregates.Robert Haas2016-04-08