summaryrefslogtreecommitdiff
path: root/src/bin/psql/input.c
AgeCommit message (Expand)Author
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-02-02Clean up psql's behavior for a few more control variables.Tom Lane
2017-01-30Make psql reject attempts to set special variables to invalid values.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-09-25Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane
2016-07-28Guard against empty buffer in gets_fromFile()'s check for a newline.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-20Teach psql's tab completion to consider the entire input string.Tom Lane
2015-12-17Fix improper initialization order for readline.Tom Lane
2015-12-16Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane
2015-09-28Fix compiler warning about unused function in non-readline case.Andrew Dunstan
2015-03-28Add a pager_min_lines setting to psqlAndrew Dunstan
2015-03-14Remove workaround for ancient incompatibility between readline and libedit.Tom Lane
2015-01-06Update copyright for 2015Bruce Momjian
2014-09-08Fix psql \s to work with recent libedit, and add pager support.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2014-01-07Update copyright for 2014Bruce Momjian
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-15Don'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