Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | atttypmod now -1. | Bruce Momjian | 1998-02-07 | |
| | ||||
* | New pg_attribute.atttypmod for type-specific information like | Bruce Momjian | 1998-01-16 | |
| | | | | | | | | | | | varchar length. Cleans up code so attlen is always length. Removed varchar() hack added earlier. Will fix bug in selecting varchar() fields, and varchar() can be variable length. | |||
* | Change some ABORTS to ERROR. Add line number when COPY Failure. | Bruce Momjian | 1998-01-05 | |
| | ||||
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | |
| | ||||
* | Remove archive stuff. | Bruce Momjian | 1997-11-21 | |
| | ||||
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | |
| | ||||
* | Add typdefs to pgindent run. | 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 | |
| | ||||
* | Turn constraints off for sequences & views | Vadim B. Mikheev | 1997-08-22 | |
| | | | | | elog(WARN,"ADD ATTRIBUTE: DEFAULT is not implemented, yet"); Call ExecConstraints in CopyFrom | |||
* | Oracle like currval behaviour. | Vadim B. Mikheev | 1997-06-02 | |
| | ||||
* | Sequence numbers generators code. | Vadim B. Mikheev | 1997-04-02 | |