summaryrefslogtreecommitdiff
path: root/src/include/utils/builtins.h
Commit message (Expand)AuthorAgeFilesLines
* The 1st step to implement new type of scan,TidScan.Hiroshi Inoue1999-10-111-2/+8
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-031-1/+9
* Added utils/adt/ri_triggers with empty shells for theJan Wieck1999-09-301-1/+13
* Added nbtree operator class for NUMERICJan Wieck1999-09-291-1/+2
* First step in fixing selectivity-estimation code. eqsel andTom Lane1999-08-011-5/+5
* More cleanupBruce Momjian1999-07-161-4/+4
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-9/+9
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-3/+1
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-261-2/+1
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-251-2/+2
* pgindent run over code.Bruce Momjian1999-05-251-38/+34
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-031-1/+4
* Fix brain death in !!= operator ... it's still pretty bogusTom Lane1999-03-151-2/+2
* Attempting to insert a value of 'now' into a datetime typeBruce Momjian1999-03-141-3/+3
* Enclosed below I have a patch to allow a btree index on the int8 type.Bruce Momjian1999-03-141-1/+2
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Added NUMERIC data type with many builtin funcitons, operatorsJan Wieck1998-12-301-1/+43
* 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