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