summaryrefslogtreecommitdiff
path: root/src/bin/psql/input.c
AgeCommit message (Expand)Author
2013-10-22Replace pg_asprintf() with psprintf().Tom Lane
2013-10-13Add use of asprintf()Peter Eisentraut
2013-01-01Update copyrights for 2013Bruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-03-03Provide environment overrides for psql file locations.Andrew Dunstan
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-27Remove support for on_exit()Peter Eisentraut
2011-11-16Don't elide blank lines when accumulating psql command history.Robert Haas
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-02-26pgindent run for 9.0Bruce Momjian
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-09-13Write psql's ~/.psql_history file using history_truncate_file() andTom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-11-26Adjust the behavior of the PQExpBuffer code to make it have well-definedTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-28Properly recognize and announce input errors.Peter Eisentraut
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-12-24Make HISTCONTROL=ignoredups work again (broken by misordering ofTom Lane
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-29Invent an assign-hook mechanism for psql variables similar to the oneTom Lane
2006-08-27Make saveHistory work properly on OS X when HISTFILE is set to /dev/null.Tom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-06-18Fix saveHistory() to not emit bogus complaint during psql exit when usingTom Lane
2006-06-14Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane
2006-06-11Code review for psql multiline history patch(es). Fix memory leak,Tom Lane
2006-03-21Fix psql history handling:Bruce Momjian
2006-03-06In psql, save history of backslash commands used in multi-lineBruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-13Place function names in first column for consistency.Bruce Momjian
2006-02-13Fix build failure when not USE_READLINE. Sergey E. KoposovTom Lane
2006-02-12Use 0x01 for newlines in saved history. It was determined to be notBruce Momjian
2006-02-11o Improve psql's handling of multi-line statementsBruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-06-10Use saveHistory so we get a nice error message on failure.Bruce Momjian
2005-06-10the following patch makes the filename used to store the readlineBruce Momjian
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