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
*
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
*
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-12
1
-0
/
+1
*
Expose control file data via SQL accessible functions.
Joe Conway
2016-03-05
1
-0
/
+6
*
Create a function to reliably identify which sessions block which others.
Tom Lane
2016-02-22
1
-0
/
+1
*
Add pg_size_bytes() to parse human-readable size strings.
Dean Rasheed
2016-02-20
1
-0
/
+1
*
Add new system view, pg_config
Joe Conway
2016-02-17
1
-0
/
+3
*
Improve speed of timestamp/time/date output functions.
Tom Lane
2016-02-06
1
-0
/
+2
*
Add num_nulls() and num_nonnulls() to count NULL arguments.
Tom Lane
2016-02-04
1
-1
/
+3
*
Extend sortsupport for text to more opclasses.
Robert Haas
2016-02-03
1
-0
/
+6
*
Add trigonometric functions that work in degrees.
Tom Lane
2016-01-22
1
-0
/
+8
*
Remove new coupling between NAMEDATALEN and MAX_LEVENSHTEIN_STRLEN.
Tom Lane
2016-01-22
1
-4
/
+7
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
1
-0
/
+2
*
Add scale(numeric)
Alvaro Herrera
2016-01-05
1
-0
/
+1
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
[next]