summaryrefslogtreecommitdiff
path: root/src/include/utils/builtins.h
Commit message (Expand)AuthorAgeFilesLines
* Add routines to help with single-byte (internal) character type support.Thomas G. Lockhart1998-12-131-1/+3
* Define routines and catalog entries for string min()/max() functions.Thomas G. Lockhart1998-12-081-1/+3
* Add text<->float8 and text<->float4 conversion functions.Thomas G. Lockhart1998-11-171-1/+5
* Add oid8neq.Bruce Momjian1998-10-291-1/+2
* INET/CIDR cleanup from D'Arcy.Bruce Momjian1998-10-221-18/+19
* Remove duplicate CIDR funcs by using coerce entries.Bruce Momjian1998-10-221-11/+5
* CIDR/INET fixes from D'Arcy.Bruce Momjian1998-10-221-8/+4
* Fix for funcs on INET/CIDR.Bruce Momjian1998-10-221-1/+6
* Fix function calls to INET/CIDR functions. Added cidr_out.Bruce Momjian1998-10-221-1/+2
* New CIDR type and fixed INET type, from D'Arcy.Bruce Momjian1998-10-211-2/+6
* Remove unused INET functions for D'Arcy.Bruce Momjian1998-10-201-4/+1
* New INET functions from D'Arcy J.M. CainBruce Momjian1998-10-121-1/+11
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-081-4/+1
* Fix for INET type addition.Bruce Momjian1998-10-081-2/+2
* I agree. I think, though, that the best argument presented in theBruce Momjian1998-10-081-17/+16
* Remove u_int32_tBruce Momjian1998-10-041-2/+2
* Integrate new IP type from Tom Ivar Helbekkmo.Bruce Momjian1998-10-031-1/+38
* Cleanup for oid8[] from Tatsuo Ishii.Bruce Momjian1998-09-221-4/+4
* Fix for \df.Bruce Momjian1998-09-181-2/+2
* cleanupBruce Momjian1998-09-011-2/+2
* cleanupBruce Momjian1998-09-011-2/+2
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-7/+7
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-11/+11
* Fix for regprocBruce Momjian1998-08-311-2/+2
* This is the first (of hopefully few) AIX port patches. This patchBruce Momjian1998-08-291-2/+2
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-2/+7
* Change atttypmod from int16 to int32, for Thomas.Bruce Momjian1998-07-121-3/+3
* Add int8 8-byte integer type.Thomas G. Lockhart1998-07-081-1/+6
* Hello!Bruce Momjian1998-06-161-1/+3
* Add conversion functions between "name" and other string types.Thomas G. Lockhart1998-05-291-1/+5
* Add routines to convert between varchar and bpchar.Thomas G. Lockhart1998-05-091-1/+5
* From: t-ishii@sra.co.jpMarc G. Fournier1998-04-271-1/+4
* Re-apply Darren's char2-16 removal code.Bruce Momjian1998-04-261-64/+1
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-071-1/+64
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-301-64/+1
* pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian1998-02-261-3/+3
* Pass around typmod as int16.Bruce Momjian1998-02-101-3/+3
* Fix for ltoa() problem pointed out by Stan Brown <stanb@awod.com>Marc G. Fournier1998-02-021-2/+2
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-161-3/+3
* Add substring function for text based on oracle_compat package butThomas G. Lockhart1998-01-011-8/+9
* Lengthen some time conversion routine names now that longer namesThomas G. Lockhart1997-12-231-4/+4
* Add declarations for text, bpchar, and varchar length functions.Thomas G. Lockhart1997-12-161-17/+15
* Add new \df psql option and oid8types() function.Bruce Momjian1997-11-151-1/+2
* Add routines istrue() and isfalse() to directly evaluate boolean type.Thomas G. Lockhart1997-10-301-1/+3
* Add conversion routines for int2, int4, and oid to and from text.Thomas G. Lockhart1997-10-251-3/+11
* Clean up function declarations for the boolean type packageThomas G. Lockhart1997-10-091-6/+6
* Add tinterval comparison routines.Thomas G. Lockhart1997-09-201-1/+7
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-47/+47
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-6/+6
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-405/+405