aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/input.c
Commit message (Expand)AuthorAge
* Fix printf() quote handling and improper exit(), per Tom.Bruce Momjian2002-09-06
* Remove PGPASSWORDFILE and default to always trying $HOME/.pgpass.Bruce Momjian2002-09-05
* Readline and Zlib now required by default. Add options --without-readlinePeter Eisentraut2002-04-10
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Invoke on_exit() with correct number and type of arguments.Peter Eisentraut2001-09-11
* Massive commits for SunOS4 port.Tatsuo Ishii2001-02-27
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Pay attention to failure returns from fgets() in all cases.Tom Lane2000-11-27
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Moved psql \eset and \eshow to \encodingPeter Eisentraut2000-02-20
* Fix missing \n in some psql_error calls.Tom Lane2000-02-20
* Clean up include files use in psql.Bruce Momjian2000-02-16
* Fixed psql double quoting of SQL idsPeter Eisentraut2000-02-07
* A few minor psql enhancementsPeter Eisentraut2000-01-29
* another set of cleanupsPeter Eisentraut2000-01-18
* Fixed psql variables vs array syntax, as well as minor psql enhancementsPeter Eisentraut2000-01-14
* Clean up some minor gcc warnings.Tom Lane1999-12-20
* This should fix the \e (\p, \g, ...) behaviour on an empty query buffer.Bruce Momjian1999-12-10
* * Includes tab completion. It's not magic, but it's very cool. At anyBruce Momjian1999-11-26
* psql cleanupBruce Momjian1999-11-04
* Major psql overhaul by Peter Eisentraut.Bruce Momjian1999-11-04