summaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/oid.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Repair not-too-well-thought-out code to do rangechecking of OIDs onTom Lane2000-12-221-52/+88
* Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane2000-12-031-4/+4
* Add missing #include <errno.h>.Tom Lane2000-11-211-3/+4
* Make oidin/oidout produce and consume unsigned representation of Oid,Tom Lane2000-11-211-27/+68
* Convert all remaining float4 and float8 functions to new fmgr style.Tom Lane2000-08-011-2/+2
* TOASTJan Wieck2000-07-031-2/+2
* Big warnings cleanup for Solaris/GCC. Down to about 40 now, butPeter Eisentraut2000-06-141-4/+4
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-86/+107
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-6/+7
* Add:Bruce Momjian2000-01-261-2/+3
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-101-13/+13
* Update int28out and out8out and _in_ functions to handle trailing zerosBruce Momjian2000-01-101-11/+21
* Fix oid8in and int28in for spacesBruce Momjian2000-01-101-2/+3
* Move INDEX_MAX_KEYS to postgres.h, and make it configurable for users.Bruce Momjian2000-01-101-23/+20
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-3/+1
* Final cleanup.Bruce Momjian1999-07-161-1/+1
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Cleanup of /include #include's, for 6.6 only.Bruce Momjian1999-07-141-1/+2
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-2/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Add oid8neq.Bruce Momjian1998-10-291-1/+7
* Cleanup for oid8[] from Tatsuo Ishii.Bruce Momjian1998-09-221-15/+16
* cleanupBruce Momjian1998-09-011-4/+4
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-10/+14
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-21/+21
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-1/+41
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-20/+20
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-111-5/+5
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian1998-01-071-5/+5
* Add conversion routines for oid to and from text.Thomas G. Lockhart1997-10-251-4/+44
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-4/+4
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-10/+10
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-71/+82
* Major patch to speed up backend startup after profiling analysis.Bruce Momjian1997-08-241-1/+5
* Various compile errors concerning overflow due to shifts, unsigned, and bad p...Bruce Momjian1997-07-241-5/+1