| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add routines to help with single-byte (internal) character type support. | Thomas G. Lockhart | 1998-12-13 | 1 | -1/+3 |
| * | Define routines and catalog entries for string min()/max() functions. | Thomas G. Lockhart | 1998-12-08 | 1 | -1/+3 |
| * | Add text<->float8 and text<->float4 conversion functions. | Thomas G. Lockhart | 1998-11-17 | 1 | -1/+5 |
| * | Add oid8neq. | Bruce Momjian | 1998-10-29 | 1 | -1/+2 |
| * | INET/CIDR cleanup from D'Arcy. | Bruce Momjian | 1998-10-22 | 1 | -18/+19 |
| * | Remove duplicate CIDR funcs by using coerce entries. | Bruce Momjian | 1998-10-22 | 1 | -11/+5 |
| * | CIDR/INET fixes from D'Arcy. | Bruce Momjian | 1998-10-22 | 1 | -8/+4 |
| * | Fix for funcs on INET/CIDR. | Bruce Momjian | 1998-10-22 | 1 | -1/+6 |
| * | Fix function calls to INET/CIDR functions. Added cidr_out. | Bruce Momjian | 1998-10-22 | 1 | -1/+2 |
| * | New CIDR type and fixed INET type, from D'Arcy. | Bruce Momjian | 1998-10-21 | 1 | -2/+6 |
| * | Remove unused INET functions for D'Arcy. | Bruce Momjian | 1998-10-20 | 1 | -4/+1 |
| * | New INET functions from D'Arcy J.M. Cain | Bruce Momjian | 1998-10-12 | 1 | -1/+11 |
| * | Make functions static or ifdef NOT_USED. Prevent pg_version creation. | Bruce Momjian | 1998-10-08 | 1 | -4/+1 |
| * | Fix for INET type addition. | Bruce Momjian | 1998-10-08 | 1 | -2/+2 |
| * | I agree. I think, though, that the best argument presented in the | Bruce Momjian | 1998-10-08 | 1 | -17/+16 |
| * | Remove u_int32_t | Bruce Momjian | 1998-10-04 | 1 | -2/+2 |
| * | Integrate new IP type from Tom Ivar Helbekkmo. | Bruce Momjian | 1998-10-03 | 1 | -1/+38 |
| * | Cleanup for oid8[] from Tatsuo Ishii. | Bruce Momjian | 1998-09-22 | 1 | -4/+4 |
| * | Fix for \df. | Bruce Momjian | 1998-09-18 | 1 | -2/+2 |
| * | cleanup | Bruce Momjian | 1998-09-01 | 1 | -2/+2 |
| * | cleanup | Bruce Momjian | 1998-09-01 | 1 | -2/+2 |
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -7/+7 |
| * | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | 1 | -11/+11 |
| * | Fix for regproc | Bruce Momjian | 1998-08-31 | 1 | -2/+2 |
| * | This is the first (of hopefully few) AIX port patches. This patch | Bruce Momjian | 1998-08-29 | 1 | -2/+2 |
| * | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | 1 | -2/+7 |
| * | Change atttypmod from int16 to int32, for Thomas. | Bruce Momjian | 1998-07-12 | 1 | -3/+3 |
| * | Add int8 8-byte integer type. | Thomas G. Lockhart | 1998-07-08 | 1 | -1/+6 |
| * | Hello! | Bruce Momjian | 1998-06-16 | 1 | -1/+3 |
| * | Add conversion functions between "name" and other string types. | Thomas G. Lockhart | 1998-05-29 | 1 | -1/+5 |
| * | Add routines to convert between varchar and bpchar. | Thomas G. Lockhart | 1998-05-09 | 1 | -1/+5 |
| * | From: t-ishii@sra.co.jp | Marc G. Fournier | 1998-04-27 | 1 | -1/+4 |
| * | Re-apply Darren's char2-16 removal code. | Bruce Momjian | 1998-04-26 | 1 | -64/+1 |
| * | Back out char2-char16 removal. Add later. | Bruce Momjian | 1998-04-07 | 1 | -1/+64 |
| * | The following uuencoded, gzip'd file will ... | Bruce Momjian | 1998-03-30 | 1 | -64/+1 |
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -3/+3 |
| * | Pass around typmod as int16. | Bruce Momjian | 1998-02-10 | 1 | -3/+3 |
| * | Fix for ltoa() problem pointed out by Stan Brown <stanb@awod.com> | Marc G. Fournier | 1998-02-02 | 1 | -2/+2 |
| * | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian | 1998-01-16 | 1 | -3/+3 |
| * | Add substring function for text based on oracle_compat package but | Thomas G. Lockhart | 1998-01-01 | 1 | -8/+9 |
| * | Lengthen some time conversion routine names now that longer names | Thomas G. Lockhart | 1997-12-23 | 1 | -4/+4 |
| * | Add declarations for text, bpchar, and varchar length functions. | Thomas G. Lockhart | 1997-12-16 | 1 | -17/+15 |
| * | Add new \df psql option and oid8types() function. | Bruce Momjian | 1997-11-15 | 1 | -1/+2 |
| * | Add routines istrue() and isfalse() to directly evaluate boolean type. | Thomas G. Lockhart | 1997-10-30 | 1 | -1/+3 |
| * | Add conversion routines for int2, int4, and oid to and from text. | Thomas G. Lockhart | 1997-10-25 | 1 | -3/+11 |
| * | Clean up function declarations for the boolean type package | Thomas G. Lockhart | 1997-10-09 | 1 | -6/+6 |
| * | Add tinterval comparison routines. | Thomas G. Lockhart | 1997-09-20 | 1 | -1/+7 |
| * | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | 1 | -47/+47 |
| * | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 | 1 | -6/+6 |
| * | Another PGINDENT run that changes variable indenting and case label indenting... | Bruce Momjian | 1997-09-08 | 1 | -405/+405 |