summaryrefslogtreecommitdiff
path: root/src/include/utils/builtins.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-408/+409
* Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian1997-08-191-10/+3
* Add new routines.Thomas G. Lockhart1997-07-291-2/+3
* Remove code not previously enabled with USE_NEW_DATE and USE_NEW_TIMEThomas G. Lockhart1997-06-231-26/+1
* Rename new float and int conversion routines to avoid conflicts withThomas G. Lockhart1997-05-141-5/+5
* Add a few type conversion functions.Thomas G. Lockhart1997-05-111-25/+33
* Change mixed-case routines to lower-case for case-insensitive SQL.Thomas G. Lockhart1997-04-271-4/+13
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-151-1/+2
* From: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier1997-04-021-1/+12
* From: "D'Arcy J.M. Cain" <darcy@druid.net>Marc G. Fournier1997-03-251-10/+10
* Date/Time updates from Thomas...Marc G. Fournier1997-03-141-140/+164
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1997-03-121-1/+13
* Add prototypes for oracle-compat functions. Rename geo-*.c adt to geo_*.cBruce Momjian1997-03-091-1/+13
* Prevent under/over flow of float8 constants in parser. Small regression fix.Bruce Momjian1997-02-191-1/+2
* Add prototype for new datetime functions.Bruce Momjian1996-11-161-1/+6
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-34/+92
* finally, this directory is (should be!) totally cleanMarc G. Fournier1996-11-041-3/+3
* Another series started from utils/builtins.hMarc G. Fournier1996-11-041-8/+5
* Removed PORTNAME_. Use OS version only.Bruce Momjian1996-11-041-3/+3
* More cleans of the inter-dependencies in the #include filesMarc G. Fournier1996-11-031-6/+4
* remove:Marc G. Fournier1996-10-311-2/+1
* More cleanups of the include filesMarc G. Fournier1996-08-281-0/+433