Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove outdated CLI things. | Peter Eisentraut | 2003-09-02 | 1 | -270/+0 |
| | |||||
* | pgindent run. | Bruce Momjian | 2002-09-04 | 1 | -7/+7 |
| | |||||
* | backend where a statically sized buffer is written to. Most of these | Bruce Momjian | 2002-08-28 | 1 | -1/+1 |
| | | | | | | | | | | | should be pretty safe in practice, but it's probably better to be safe than sorry. I was actually looking for cases where NAMEDATALEN is assumed to be 32, but only found one. That's fixed too, as well as a few bits of code cleanup. Neil Conway | ||||
* | Another pgindent run. Fixes enum indenting, and improves #endif | Bruce Momjian | 2001-10-28 | 1 | -7/+7 |
| | | | | spacing. Also adds space for one-line comments. | ||||
* | pgindent run on all C files. Java run to follow. initdb/regression | Bruce Momjian | 2001-10-25 | 1 | -9/+9 |
| | | | | tests pass. | ||||
* | pgindent run. Make it all clean. | Bruce Momjian | 2001-03-22 | 1 | -9/+9 |
| | |||||
* | Cleanup of <> and "" | Bruce Momjian | 2000-05-29 | 1 | -1/+1 |
| | |||||
* | Ye-old pgindent run. Same 4-space tabs. | Bruce Momjian | 2000-04-12 | 1 | -196/+206 |
| | |||||
* | Add CLI required header and examples from SQL3/SQL98 | Thomas G. Lockhart | 1999-06-17 | 1 | -0/+260 |
August 1994 draft standard. Use the ecpg support libraries to write the CLI interface? Date and Darwen claim that CLI is a more modern and flexible approach... |