summaryrefslogtreecommitdiff
path: root/src/interfaces/cli
Commit message (Collapse)AuthorAgeFilesLines
* Remove outdated CLI things.Peter Eisentraut2003-09-023-1162/+0
|
* pgindent run.Bruce Momjian2002-09-043-63/+63
|
* backend where a statically sized buffer is written to. Most of theseBruce Momjian2002-08-281-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 #endifBruce Momjian2001-10-283-63/+63
| | | | spacing. Also adds space for one-line comments.
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-253-65/+65
| | | | tests pass.
* pgindent run. Make it all clean.Bruce Momjian2001-03-223-65/+65
|
* Cleanup of <> and ""Bruce Momjian2000-05-292-2/+2
|
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-123-867/+879
|
* Incorporate fixes from Date and Darwen, 1997.Thomas G. Lockhart1999-06-181-220/+404
| | | | | Did not check the function declarations as carefully as the other parts, though all of the function names *do* match up with D&D.
* Add CLI required header and examples from SQL3/SQL98Thomas G. Lockhart1999-06-173-0/+966
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...