summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/oid.c
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-02-16Use new overflow-safe integer comparison functions.Nathan Bossart
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-15Remove arbitrary FUNC_MAX_ARGS limit in int2vectorin and oidvectorin.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-27Detect bad input for types xid, xid8, and cid.Tom Lane
2022-12-14Convert a few more datatype input functions to report errors softly.Tom Lane
2022-01-14Rename value node fieldsPeter Eisentraut
2022-01-08Update copyright for 2022Bruce Momjian
2021-09-09Remove Value node structPeter Eisentraut
2021-01-02Update copyright for 2021Bruce Momjian
2020-01-01Update copyrights for 2020Bruce Momjian
2019-07-22Fix inconsistencies and typos in the treeMichael Paquier
2019-01-26Change function call information to be variable length.Andres Freund
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-10-12Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund
2017-03-01Collect duplicate copies of oid_cmp()Peter Eisentraut
2017-01-18Make messages mentioning type names more uniformAlvaro Herrera
2017-01-17Remove unnecessary includePeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-01-02Update copyright for 2016Bruce Momjian
2015-01-06Update copyright for 2015Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-04-12Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-06-13Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.Robert Haas
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-09-04Tigthen binary receive functions so that they reject values that the textHeikki Linnakangas
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-06-05Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane
2007-02-27Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-03-02Repair oidvectorrecv and int2vectorrecv, which I broke while changingTom Lane
2005-11-22Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian
2005-11-17Make SQL arrays support null elements. This commit fixes the core arrayTom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-10Missed adding extra argument to array_recv in a couple of placesTom Lane
2005-03-29Convert oidvector and int2vector into variable-length arrays. ThisTom Lane
2005-02-11Adjust input routines for float4, float8 and oid to reject the empty stringNeil Conway
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-08-29Pgindent run for 8.0.Bruce Momjian