summaryrefslogtreecommitdiff
path: root/src/include/utils/builtins.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-121-0/+1
* Expose control file data via SQL accessible functions.Joe Conway2016-03-051-0/+6
* Create a function to reliably identify which sessions block which others.Tom Lane2016-02-221-0/+1
* Add pg_size_bytes() to parse human-readable size strings.Dean Rasheed2016-02-201-0/+1
* Add new system view, pg_configJoe Conway2016-02-171-0/+3
* Improve speed of timestamp/time/date output functions.Tom Lane2016-02-061-0/+2
* Add num_nulls() and num_nonnulls() to count NULL arguments.Tom Lane2016-02-041-1/+3
* Extend sortsupport for text to more opclasses.Robert Haas2016-02-031-0/+6
* Add trigonometric functions that work in degrees.Tom Lane2016-01-221-0/+8
* Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.Tom Lane2016-01-221-4/+7
* Restructure index access method API to hide most of it at the C level.Tom Lane2016-01-171-0/+2
* Add scale(numeric)Alvaro Herrera2016-01-051-0/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1