aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/oid.c
Commit message (Expand)AuthorAge
* 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
* Label CVS tip as 8.0devel instead of 7.5devel. Adjust various commentsTom Lane2004-08-04
* Revise int2/int4/int8/float4/float8 input routines to allow forNeil Conway2004-03-11
* Emit a warning when an empty string is input to the oid, float4, andNeil Conway2004-03-04
* Improve the consistency of the error message emitted when rejectingNeil Conway2004-02-18
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in utils/adt. Again thanks to Joe Conway for doingTom Lane2003-07-27
* Binary send/receive routines for a few basic datatypes --- enough forTom Lane2003-05-09
* Update copyright to 2002.Bruce Momjian2002-06-20
* sum() on int2 and int4 columns now uses an int8, not numeric, accumulatorTom Lane2001-08-14
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Let's try this again on accepting the correct range of Oid input valuesTom Lane2000-12-28
* Repair not-too-well-thought-out code to do rangechecking of OIDs onTom Lane2000-12-22
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-03
* Add missing #include <errno.h>.Tom Lane2000-11-21
* Make oidin/oidout produce and consume unsigned representation of Oid,Tom Lane2000-11-21
* Convert all remaining float4 and float8 functions to new fmgr style.Tom Lane2000-08-01
* TOASTJan Wieck2000-07-03
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-14
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-10
* Update int28out and out8out and _in_ functions to handle trailing zerosBruce Momjian2000-01-10
* Fix oid8in and int28in for spacesBruce Momjian2000-01-10
* Move INDEX_MAX_KEYS to postgres.h, and make it configurable for users.Bruce Momjian2000-01-10
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Update #include cleanupsBruce Momjian1999-07-16
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-14