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