| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added functions | Jan Wieck | 2000-09-05 | 1 | -1/+5 |
| * | Avoid creating a TOAST table if we can prove that the maximum tuple | Tom Lane | 2000-08-25 | 1 | -1/+2 |
| * | SQL-language functions are now callable in ordinary fmgr contexts ... | Tom Lane | 2000-08-24 | 1 | -1/+2 |
| * | Add functions to convert to and from text, and to truncate to MAC OUI. | Thomas G. Lockhart | 2000-08-23 | 1 | -2/+4 |
| * | Include the case-insensitive LIKE prototypes. | Thomas G. Lockhart | 2000-08-07 | 1 | -1/+9 |
| * | Implement LIKE/ESCAPE. Change parser to use like()/notlike() | Thomas G. Lockhart | 2000-08-06 | 1 | -1/+5 |
| * | Convert inet-related functions to new fmgr style. I have also taken it | Tom Lane | 2000-08-03 | 1 | -34/+32 |
| * | More functions updated to new fmgr style --- money, name, tid datatypes. | Tom Lane | 2000-08-03 | 1 | -12/+13 |
| * | Convert all remaining float4 and float8 functions to new fmgr style. | Tom Lane | 2000-08-01 | 1 | -96/+80 |
| * | Type lztext is toast. | Tom Lane | 2000-07-30 | 1 | -17/+1 |
| * | PATH and POLYGON datatypes are now TOASTable. Associated functions | Tom Lane | 2000-07-29 | 1 | -14/+1 |
| * | bpchar, varchar, bytea, numeric are toastable --- if you initdb, which | Tom Lane | 2000-07-29 | 1 | -55/+55 |
| * | Revise aggregate functions per earlier discussions in pghackers. | Tom Lane | 2000-07-17 | 1 | -8/+19 |
| * | oidvectortypes: use SQL type names and separate by commas | Peter Eisentraut | 2000-07-09 | 1 | -3/+3 |
| * | Remove long-dead support for invoking queries from dynamically loaded | Tom Lane | 2000-07-08 | 1 | -9/+1 |
| * | - format_type function, in use by psql | Peter Eisentraut | 2000-07-07 | 1 | -1/+4 |
| * | Functions on 'text' type updated to new fmgr style. 'text' is | Tom Lane | 2000-07-06 | 1 | -61/+63 |
| * | Update textin() and textout() to new fmgr style. This is just phase | Tom Lane | 2000-07-05 | 1 | -3/+3 |
| * | Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amproc | Tom Lane | 2000-06-19 | 1 | -6/+3 |
| * | Clean up #include's. | Bruce Momjian | 2000-06-15 | 1 | -9/+1 |
| * | Another batch of fmgr updates. I think I have gotten all old-style | Tom Lane | 2000-06-13 | 1 | -35/+35 |
| * | Another round of updates for new fmgr, mostly in the datetime code. | Tom Lane | 2000-06-09 | 1 | -7/+7 |
| * | Mark functions as static and ifdef NOT_USED as appropriate. | Bruce Momjian | 2000-06-08 | 1 | -5/+1 |
| * | Latest round of fmgr updates. All functions with bool,char, or int2 | Tom Lane | 2000-06-05 | 1 | -213/+183 |
| * | Second round of fmgr changes: triggers are now invoked in new style, | Tom Lane | 2000-05-29 | 1 | -23/+14 |
| * | Add new selectivity estimation functions for pattern-matching operators | Tom Lane | 2000-04-16 | 1 | -10/+58 |
| * | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -124/+125 |
| * | Add zpbit and varbit data types from Adrian Joubert | Thomas G. Lockhart | 2000-04-08 | 1 | -1/+2 |
| * | Add transcendental math functions (sine, cosine, etc) | Thomas G. Lockhart | 2000-04-07 | 1 | -1/+19 |
| * | Rename bytea functions to not have upper-case letters in their names. | Tom Lane | 2000-03-24 | 1 | -8/+8 |
| * | Implement column aliases on views "CREATE VIEW name (collist)". | Thomas G. Lockhart | 2000-03-14 | 1 | -2/+7 |
| * | Reactivated LZTEXT data type and changed rule plan- and qual-strings | Jan Wieck | 2000-02-27 | 1 | -1/+17 |
| * | Add numeric <-> int8 and numeric <-> int2 conversion functions, as well | Tom Lane | 2000-02-24 | 1 | -83/+88 |
| * | Clean up some really grotty coding in catcache.c, improve hashing | Tom Lane | 2000-02-21 | 1 | -2/+2 |
| * | Implement "date/time grand unification". | Thomas G. Lockhart | 2000-02-16 | 1 | -92/+6 |
| * | New cost model for planning, incorporating a penalty for random page | Tom Lane | 2000-02-15 | 1 | -5/+9 |
| * | Add btree indexing of boolean values | Bruce Momjian | 2000-02-10 | 1 | -1/+4 |
| * | Add: | Bruce Momjian | 2000-01-26 | 1 | -2/+3 |
| * | First cut at making useful selectivity estimates for range queries | Tom Lane | 2000-01-24 | 1 | -5/+6 |
| * | Revise handling of index-type-specific indexscan cost estimation, per | Tom Lane | 2000-01-22 | 1 | -10/+20 |
| * | added ALTER TABLE DROP COLUMN, early version | Peter Eisentraut | 2000-01-22 | 1 | -11/+11 |
| * | Rename oid8 -> oidvector and int28 -> int2vector. Cleanup of *out functions. | Bruce Momjian | 2000-01-10 | 1 | -13/+13 |
| * | Changed "triggered data change violation" detection code | Jan Wieck | 2000-01-06 | 1 | -1/+3 |
| * | Removed LZTEXT datatype as discussed. | Jan Wieck | 1999-12-28 | 1 | -17/+1 |
| * | I have done the QNX4 port with the current source tree. The number of | Bruce Momjian | 1999-12-16 | 1 | -1/+6 |
| * | Added another single byte oriented decompressor, useful for | Jan Wieck | 1999-11-25 | 1 | -1/+8 |
| * | The new LZ compression and an lztext data type based on it. | Jan Wieck | 1999-11-17 | 1 | -1/+10 |
| * | The 1st step to implement new type of scan,TidScan. | Hiroshi Inoue | 1999-10-11 | 1 | -2/+8 |
| * | Reimplement parsing and storage of default expressions and constraint | Tom Lane | 1999-10-03 | 1 | -1/+9 |
| * | Added utils/adt/ri_triggers with empty shells for the | Jan Wieck | 1999-09-30 | 1 | -1/+13 |