| Commit message (Expand) | Author | Age | Files | Lines |
| * | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -8/+8 |
| * | Change scoping of table and join refnames to conform to SQL92: a JOIN | Tom Lane | 2001-02-14 | 1 | -2/+3 |
| * | Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. | Bruce Momjian | 2001-01-24 | 1 | -2/+2 |
| * | Change default output formatting for CIDR to be unabbreviated, per | Tom Lane | 2000-12-22 | 1 | -1/+2 |
| * | Repair erroneous use of hashvarlena() for MACADDR, which is not a | Tom Lane | 2000-12-08 | 1 | -1/+2 |
| * | Store current LC_COLLATE and LC_CTYPE settings in pg_control during initdb; | Tom Lane | 2000-11-25 | 1 | -1/+2 |
| * | Make oidin/oidout produce and consume unsigned representation of Oid, | Tom Lane | 2000-11-21 | 1 | -7/+9 |
| * | Adjust INET/CIDR display conventions and reimplement some INET/CIDR | Tom Lane | 2000-11-10 | 1 | -1/+2 |
| * | Integer binary operators, from Marko Kreen <marko@l-t.ee>. Renamed bitxor | Peter Eisentraut | 2000-10-24 | 1 | -1/+14 |
| * | Karel missed an ichar->chr ... | Tom Lane | 2000-09-25 | 1 | -2/+2 |
| * | Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. | Peter Eisentraut | 2000-09-19 | 1 | -2/+3 |
| * | Reimplement LIKE/ESCAPE as operators so that indexscan optimization | Tom Lane | 2000-09-15 | 1 | -14/+12 |
| * | 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 |