summaryrefslogtreecommitdiff
path: root/src/include/utils/builtins.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Detect bad input for types xid, xid8, and cid.Tom Lane2022-12-271-0/+4
* Convert a few more datatype input functions to report errors softly.Tom Lane2022-12-141-0/+2
* Convert a few datatype input functions to use "soft" error reporting.Tom Lane2022-12-091-0/+3
* Harmonize more parameter names in bulk.Peter Geoghegan2022-09-201-4/+4
* Apply PGDLLIMPORT markings broadly.Robert Haas2022-04-081-1/+1
* Remove pg_atoi()Peter Eisentraut2022-02-151-1/+0
* Move scanint8() to numutils.cPeter Eisentraut2022-02-141-0/+1
* Fix ordering of XIDs in ProcArrayApplyRecoveryInfoTomas Vondra2022-01-271-0/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Simplify the general-purpose 64-bit integer parsing APIsPeter Eisentraut2021-12-171-1/+0
* Revert refactoring of hex code to src/common/Michael Paquier2021-08-191-0/+4
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-121-6/+6
* Rework refactoring of hex and encoding routinesMichael Paquier2021-01-141-3/+0
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* move hex_decode() to /common so it can be called from frontendBruce Momjian2020-12-241-1/+0
* Replace remaining StrNCpy() by strlcpy()Peter Eisentraut2020-08-101-2/+1
* Add new flag to format_type_extended() to get NULL for undefined typeMichael Paquier2020-07-061-0/+1
* Have pg_itoa, pg_ltoa and pg_lltoa return the length of the stringDavid Rowley2020-06-131-3/+3
* Add missing extern keyword for a couple of numutils functionsDavid Rowley2020-06-131-2/+2
* Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.Tom Lane2020-04-071-2/+2
* Optimizations for integer to decimal output.Andrew Gierth2020-02-011-2/+6
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Avoid conflicts with library versions of inet_net_ntop() and friends.Tom Lane2019-08-181-4/+4
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-9/+9
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Correct constness of system attributes in heap.c & prerequisites.Andres Freund2018-10-161-1/+1
* Provide separate header file for built-in float typesTomas Vondra2018-07-291-14/+0
* Hand code string to integer conversion for performance.Andres Freund2018-07-221-0/+2
* Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.Tom Lane2018-03-191-0/+4
* Fix assorted issues in convert_to_scalar().Tom Lane2018-03-031-1/+1
* Refactor format_type APIs to be more modularAlvaro Herrera2018-02-171-1/+8
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Collect duplicate copies of oid_cmp()Peter Eisentraut2017-03-011-0/+1
* Move some things from builtins.h to new header filesPeter Eisentraut2017-01-201-32/+1
* Correct include file pathPeter Eisentraut2017-01-171-1/+1
* Generate fmgr prototypes automaticallyPeter Eisentraut2017-01-171-1183/+3
* Remove unnecessary includePeter Eisentraut2017-01-171-1/+0
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Implement table partitioning.Robert Haas2016-12-071-0/+1
* Remove unnecessary int2vector-specific hash function and equality operator.Tom Lane2016-10-121-1/+0
* Add txid_current_ifassigned().Robert Haas2016-08-231-0/+1
* Implement regexp_match(), a simplified alternative to regexp_matches().Tom Lane2016-08-171-0/+2
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-131-0/+5
* Fix GiST index build for NaN values in geometric types.Tom Lane2016-07-141-0/+2
* Add combine functions for various floating-point aggregates.Robert Haas2016-04-081-0/+2
* Add parallel query support functions for assorted aggregates.Robert Haas2016-04-051-0/+13
* Improve portability of I/O behavior for the geometric types.Tom Lane2016-03-301-0/+3
* Introduce parse_ident()Teodor Sigaev2016-03-181-0/+1