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