index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
utils
/
builtins.h
Commit message (
Expand
)
Author
Age
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Adjust populate_record_field() to handle errors softly
Amit Langote
2024-01-24
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Detect bad input for types xid, xid8, and cid.
Tom Lane
2022-12-27
*
Convert a few more datatype input functions to report errors softly.
Tom Lane
2022-12-14
*
Convert a few datatype input functions to use "soft" error reporting.
Tom Lane
2022-12-09
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Apply PGDLLIMPORT markings broadly.
Robert Haas
2022-04-08
*
Remove pg_atoi()
Peter Eisentraut
2022-02-15
*
Move scanint8() to numutils.c
Peter Eisentraut
2022-02-14
*
Fix ordering of XIDs in ProcArrayApplyRecoveryInfo
Tomas Vondra
2022-01-27
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Simplify the general-purpose 64-bit integer parsing APIs
Peter Eisentraut
2021-12-17
*
Revert refactoring of hex code to src/common/
Michael Paquier
2021-08-19
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Rework refactoring of hex and encoding routines
Michael Paquier
2021-01-14
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
move hex_decode() to /common so it can be called from frontend
Bruce Momjian
2020-12-24
*
Replace remaining StrNCpy() by strlcpy()
Peter Eisentraut
2020-08-10
*
Add new flag to format_type_extended() to get NULL for undefined type
Michael Paquier
2020-07-06
*
Have pg_itoa, pg_ltoa and pg_lltoa return the length of the string
David Rowley
2020-06-13
*
Add missing extern keyword for a couple of numutils functions
David Rowley
2020-06-13
*
Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.
Tom Lane
2020-04-07
*
Optimizations for integer to decimal output.
Andrew Gierth
2020-02-01
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Avoid conflicts with library versions of inet_net_ntop() and friends.
Tom Lane
2019-08-18
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Correct constness of system attributes in heap.c & prerequisites.
Andres Freund
2018-10-16
*
Provide separate header file for built-in float types
Tomas Vondra
2018-07-29
*
Hand code string to integer conversion for performance.
Andres Freund
2018-07-22
*
Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY.
Tom Lane
2018-03-19
*
Fix assorted issues in convert_to_scalar().
Tom Lane
2018-03-03
*
Refactor format_type APIs to be more modular
Alvaro Herrera
2018-02-17
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Collect duplicate copies of oid_cmp()
Peter Eisentraut
2017-03-01
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Correct include file path
Peter Eisentraut
2017-01-17
*
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
*
Remove unnecessary include
Peter Eisentraut
2017-01-17
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Remove unnecessary int2vector-specific hash function and equality operator.
Tom Lane
2016-10-12
*
Add txid_current_ifassigned().
Robert Haas
2016-08-23
*
Implement regexp_match(), a simplified alternative to regexp_matches().
Tom Lane
2016-08-17
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
*
Fix GiST index build for NaN values in geometric types.
Tom Lane
2016-07-14
*
Add combine functions for various floating-point aggregates.
Robert Haas
2016-04-08
[next]