summaryrefslogtreecommitdiff
path: root/src/bin/psql/input.c
AgeCommit message (Expand)Author
2005-01-06Adjust lookup of client-side profile files (.pgpass and so on) as perTom Lane
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-10-12Message style revisionsPeter Eisentraut
2004-10-06Say "history is not supported" and remove "on this platform" for lack ofBruce Momjian
2004-10-06Suppress psql \s help display for platforms like Win32 that don'tBruce Momjian
2004-09-27Remove inclusion of windows.h now that it is included in c.h, per ideaBruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-18Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.Bruce Momjian
2004-01-25More fallout from the recent psql patch: rename xmalloc and friends toNeil Conway
2004-01-24This patch makes some of the memory manipulation performed by psql aNeil Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-12Remove WIN32_CONSOLE support, at the request of the author.Bruce Momjian
2003-09-05Clean up WIN32_CONSOLE code.Bruce Momjian
2003-08-26psql's HISTSIZE from .psqlrc do not want to be set so I did it for psqlBruce Momjian
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-08-04pgindent run.Bruce Momjian
2003-07-27here are the patches for psql on Win32:Bruce Momjian
2003-07-25> Rod Taylor <rbt@rbt.ca> writes:Bruce Momjian
2003-07-23Apply message style guide to frontend programs.Peter Eisentraut
2003-03-20I'm continuing to work on cleaning up code in psql. As things appearBruce Momjian
2003-03-20Here's some changes I made last night to psql's common.c (as found inBruce Momjian
2002-09-06Fix printf() quote handling and improper exit(), per Tom.Bruce Momjian
2002-09-05Remove PGPASSWORDFILE and default to always trying $HOME/.pgpass.Bruce Momjian
2002-04-10Readline and Zlib now required by default. Add options --without-readlinePeter Eisentraut
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-09-11Invoke on_exit() with correct number and type of arguments.Peter Eisentraut
2001-02-27Massive commits for SunOS4 port.Tatsuo Ishii
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2000-11-27Pay attention to failure returns from fgets() in all cases.Tom Lane
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-02-20Moved psql \eset and \eshow to \encodingPeter Eisentraut
2000-02-20Fix missing \n in some psql_error calls.Tom Lane
2000-02-16Clean up include files use in psql.Bruce Momjian
2000-02-07Fixed psql double quoting of SQL idsPeter Eisentraut
2000-01-29A few minor psql enhancementsPeter Eisentraut
2000-01-18another set of cleanupsPeter Eisentraut
2000-01-14Fixed psql variables vs array syntax, as well as minor psql enhancementsPeter Eisentraut
1999-12-20Clean up some minor gcc warnings.Tom Lane
1999-12-10This should fix the \e (\p, \g, ...) behaviour on an empty query buffer.Bruce Momjian
1999-11-26* Includes tab completion. It's not magic, but it's very cool. At anyBruce Momjian
1999-11-04psql cleanupBruce Momjian
1999-11-04Major psql overhaul by Peter Eisentraut.Bruce Momjian