summaryrefslogtreecommitdiff
path: root/src/include/utils/builtins.h
Commit message (Expand)AuthorAgeFilesLines
* Added functionsJan Wieck2000-09-051-1/+5
* Avoid creating a TOAST table if we can prove that the maximum tupleTom Lane2000-08-251-1/+2
* SQL-language functions are now callable in ordinary fmgr contexts ...Tom Lane2000-08-241-1/+2
* Add functions to convert to and from text, and to truncate to MAC OUI.Thomas G. Lockhart2000-08-231-2/+4
* Include the case-insensitive LIKE prototypes.Thomas G. Lockhart2000-08-071-1/+9
* Implement LIKE/ESCAPE. Change parser to use like()/notlike()Thomas G. Lockhart2000-08-061-1/+5
* Convert inet-related functions to new fmgr style. I have also taken itTom Lane2000-08-031-34/+32
* More functions updated to new fmgr style --- money, name, tid datatypes.Tom Lane2000-08-031-12/+13
* Convert all remaining float4 and float8 functions to new fmgr style.Tom Lane2000-08-011-96/+80
* Type lztext is toast.Tom Lane2000-07-301-17/+1
* PATH and POLYGON datatypes are now TOASTable. Associated functionsTom Lane2000-07-291-14/+1
* bpchar, varchar, bytea, numeric are toastable --- if you initdb, whichTom Lane2000-07-291-55/+55
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-171-8/+19
* oidvectortypes: use SQL type names and separate by commasPeter Eisentraut2000-07-091-3/+3
* Remove long-dead support for invoking queries from dynamically loadedTom Lane2000-07-081-9/+1
* - format_type function, in use by psqlPeter Eisentraut2000-07-071-1/+4
* Functions on 'text' type updated to new fmgr style. 'text' isTom Lane2000-07-061-61/+63
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-051-3/+3
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-191-6/+3
* Clean up #include's.Bruce Momjian2000-06-151-9/+1
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-131-35/+35
* Another round of updates for new fmgr, mostly in the datetime code.Tom Lane2000-06-091-7/+7
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-5/+1
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-213/+183
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-291-23/+14
* Add new selectivity estimation functions for pattern-matching operatorsTom Lane2000-04-161-10/+58
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-124/+125
* Add zpbit and varbit data types from Adrian JoubertThomas G. Lockhart2000-04-081-1/+2
* Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart2000-04-071-1/+19
* Rename bytea functions to not have upper-case letters in their names.Tom Lane2000-03-241-8/+8
* Implement column aliases on views "CREATE VIEW name (collist)".Thomas G. Lockhart2000-03-141-2/+7
* Reactivated LZTEXT data type and changed rule plan- and qual-stringsJan Wieck2000-02-271-1/+17
* Add numeric <-> int8 and numeric <-> int2 conversion functions, as wellTom Lane2000-02-241-83/+88
* Clean up some really grotty coding in catcache.c, improve hashingTom Lane2000-02-211-2/+2
* Implement "date/time grand unification".Thomas G. Lockhart2000-02-161-92/+6
* New cost model for planning, incorporating a penalty for random pageTom Lane2000-02-151-5/+9
* Add btree indexing of boolean valuesBruce Momjian2000-02-101-1/+4
* Add:Bruce Momjian2000-01-261-2/+3
* First cut at making useful selectivity estimates for range queriesTom Lane2000-01-241-5/+6
* Revise handling of index-type-specific indexscan cost estimation, perTom Lane2000-01-221-10/+20
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-221-11/+11
* Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions.Bruce Momjian2000-01-101-13/+13
* Changed "triggered data change violation" detection codeJan Wieck2000-01-061-1/+3
* Removed LZTEXT datatype as discussed.Jan Wieck1999-12-281-17/+1
* I have done the QNX4 port with the current source tree. The number ofBruce Momjian1999-12-161-1/+6
* Added another single byte oriented decompressor, useful forJan Wieck1999-11-251-1/+8
* The new LZ compression and an lztext data type based on it.Jan Wieck1999-11-171-1/+10
* 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