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