aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/builtins.h
Commit message (Expand)AuthorAge
* Rename bytea functions to not have upper-case letters in their names.Tom Lane2000-03-24
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-14
* Reactivated LZTEXT data type and changed rule plan- and qual-stringsJan Wieck2000-02-27
* Add numeric <-> int8 and numeric <-> int2 conversion functions, as wellTom Lane2000-02-24
* Clean up some really grotty coding in catcache.c, improve hashingTom Lane2000-02-21
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-16
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-15
* Add btree indexing of boolean valuesBruce Momjian2000-02-10
* Add:Bruce Momjian2000-01-26
* First cut at making useful selectivity estimates for range queriesTom Lane2000-01-24
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-22
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-22
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-10
* Changed "triggered data change violation" detection codeJan Wieck2000-01-06
* Removed LZTEXT datatype as discussed.Jan Wieck1999-12-28
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-16
* Added another single byte oriented decompressor, useful forJan Wieck1999-11-25
* The new LZ compression and an lztext data type based on it.Jan Wieck1999-11-17
* The 1st step to implement new type of scan,TidScan.Hiroshi Inoue1999-10-11
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-03
* Added utils/adt/ri_triggers with empty shells for theJan Wieck1999-09-30
* Added nbtree operator class for NUMERICJan Wieck1999-09-29
* First step in fixing selectivity-estimation code. eqsel andTom Lane1999-08-01
* More cleanupBruce Momjian1999-07-16
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* Make functions static or NOT_USED as appropriate.Bruce Momjian1999-05-26
* Another pgindent run. Sorry folks.Bruce Momjian1999-05-25
* pgindent run over code.Bruce Momjian1999-05-25
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-03
* Fix brain death in !!= operator ... it's still pretty bogusTom Lane1999-03-15
* Attempting to insert a value of 'now' into a datetime typeBruce Momjian1999-03-14
* Enclosed below I have a patch to allow a btree index on the int8 type.Bruce Momjian1999-03-14
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Added NUMERIC data type with many builtin funcitons, operatorsJan Wieck1998-12-30
* Add routines to help with single-byte (internal) character type support.Thomas G. Lockhart1998-12-13
* Define routines and catalog entries for string min()/max() functions.Thomas G. Lockhart1998-12-08
* Add text<->float8 and text<->float4 conversion functions.Thomas G. Lockhart1998-11-17
* Add oid8neq.Bruce Momjian1998-10-29
* INET/CIDR cleanup from D'Arcy.Bruce Momjian1998-10-22
* Remove duplicate CIDR funcs by using coerce entries.Bruce Momjian1998-10-22
* CIDR/INET fixes from D'Arcy.Bruce Momjian1998-10-22
* Fix for funcs on INET/CIDR.Bruce Momjian1998-10-22
* Fix function calls to INET/CIDR functions. Added cidr_out.Bruce Momjian1998-10-22
* New CIDR type and fixed INET type, from D'Arcy.Bruce Momjian1998-10-21
* Remove unused INET functions for D'Arcy.Bruce Momjian1998-10-20
* New INET functions from D'Arcy J.M. CainBruce Momjian1998-10-12
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* Fix for INET type addition.Bruce Momjian1998-10-08
* I agree. I think, though, that the best argument presented in theBruce Momjian1998-10-08