summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/oid.c
Commit message (Expand)AuthorAgeFilesLines
* Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.Andres Freund2017-10-111-1/+1
* Collect duplicate copies of oid_cmp()Peter Eisentraut2017-03-011-0/+14
* Make messages mentioning type names more uniformAlvaro Herrera2017-01-181-10/+12
* Remove unnecessary includePeter Eisentraut2017-01-171-0/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Pass collations to functions in FunctionCallInfoData, not FmgrInfo.Tom Lane2011-04-121-1/+2
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0, second runBruce Momjian2010-07-061-4/+6
* Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.Robert Haas2010-06-131-1/+23
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Tigthen binary receive functions so that they reject values that the textHeikki Linnakangas2009-09-041-3/+11
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Downgrade implicit casts to text to be assignment-only, except for the onesTom Lane2007-06-051-46/+4
* Replace direct assignments to VARATT_SIZEP(x) with SET_VARSIZE(x, len).Tom Lane2007-02-271-4/+4
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-5/+5
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Repair oidvectorrecv and int2vectorrecv, which I broke while changingTom Lane2006-03-021-6/+21
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-5/+5
* Make SQL arrays support null elements. This commit fixes the core arrayTom Lane2005-11-171-6/+6
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-14/+14
* Missed adding extra argument to array_recv in a couple of placesTom Lane2005-07-101-3/+4
* Convert oidvector and int2vector into variable-length arrays. ThisTom Lane2005-03-291-72/+82
* Adjust input routines for float4, float8 and oid to reject the empty stringNeil Conway2005-02-111-12/+5
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-4/+4
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-041-4/+4
* Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway2004-03-111-15/+15
* Emit a warning when an empty string is input to the oid, float4, andNeil Conway2004-03-041-4/+16
* Improve the consistency of the error message emitted when rejectingNeil Conway2004-02-181-6/+6
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-6/+6
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-5/+1
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-271-12/+25
* Binary send/receive routines for a few basic datatypes --- enough forTom Lane2003-05-091-4/+65
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* sum() on int2 and int4 columns now uses an int8, not numeric, accumulatorTom Lane2001-08-141-1/+19
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-28/+27
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Let's try this again on accepting the correct range of Oid input valuesTom Lane2000-12-281-4/+11