Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | > It seems there is a mistake in substr function: | Marc G. Fournier | 1998-01-13 |
| | | | | | | | | | | | | | | | > then you try get substr, which consists only of last char in string > you get all string > > For example: > userbase=> select substr('123456', 6,1) ; > substr > ------ > 123456 > (1 row) > From Edmund Mergl <E.Mergl@bawue.de> | ||
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 |
| | |||
* | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | 1997-09-08 |
| | | | | indenting. Also static variable indenting. | ||
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 |
| | |||
* | Add routines for text trimming on both ends, substring, and string position. | Thomas G. Lockhart | 1997-07-29 |
| | | | | Used to support SQL92 compatibility. | ||
* | From: Erich Stamberger <eberger@gewi.kfunigraz.ac.at> | Marc G. Fournier | 1997-05-07 |
| | | | | Subject: [PATCHES] oracle_compat functions core dumping on NULL-fields | ||
* | oracle_compat.c fixed for function overloading... | Marc G. Fournier | 1997-03-16 |
| | | | | By: From: Edmund Mergl <mergl@nadia.s.bawue.de> | ||
* | Remove extra functions temporarily while a proper fix is found... | Marc G. Fournier | 1997-03-16 |
| | |||
* | Update oracle_compat.c | Marc G. Fournier | 1997-03-15 |
| | |||
* | Add prototypes for oracle-compat functions. Rename geo-*.c adt to geo_*.c | Bruce Momjian | 1997-03-09 |
| | |||
* | This is a set of single row character functions, defined for the datatype | Marc G. Fournier | 1997-03-04 |
text, which are supposed to behave exactly as their Oracle counterparts. From: Edmund Mergl <E.Mergl@bawue.de> |