summaryrefslogtreecommitdiff
path: root/src/bin/psql/input.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-031-2/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Add configure probe for rl_variable_bind().Tom Lane2021-12-021-0/+2
* psql: initialize comment-begin setting to a useful value by default.Tom Lane2021-12-011-1/+6
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-251-3/+2
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-141-1/+1
* Unified logging system for command-line programsPeter Eisentraut2019-04-011-8/+7
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Clean up psql's behavior for a few more control variables.Tom Lane2017-02-021-4/+1
* Make psql reject attempts to set special variables to invalid values.Tom Lane2017-01-301-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Refer to OS X as "macOS", except for the port name which is still "darwin".Tom Lane2016-09-251-1/+1
* Guard against empty buffer in gets_fromFile()'s check for a newline.Tom Lane2016-07-281-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* Teach psql's tab completion to consider the entire input string.Tom Lane2015-12-201-1/+12
* Fix improper initialization order for readline.Tom Lane2015-12-171-1/+3
* Cope with Readline's failure to track SIGWINCH events outside of input.Tom Lane2015-12-161-0/+12
* Fix compiler warning about unused function in non-readline case.Andrew Dunstan2015-09-281-3/+3
* Add a pager_min_lines setting to psqlAndrew Dunstan2015-03-281-1/+1
* Remove workaround for ancient incompatibility between readline and libedit.Tom Lane2015-03-141-11/+6
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Fix psql \s to work with recent libedit, and add pager support.Tom Lane2014-09-081-31/+132
* pgindent run for 9.4Bruce Momjian2014-05-061-3/+3
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Replace pg_asprintf() with psprintf().Tom Lane2013-10-221-1/+1
* Add use of asprintf()Peter Eisentraut2013-10-131-5/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-1/+2
* Provide environment overrides for psql file locations.Andrew Dunstan2012-03-031-0/+9
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Remove support for on_exit()Peter Eisentraut2011-12-271-13/+0
* Don't elide blank lines when accumulating psql command history.Robert Haas2011-11-151-2/+2
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-6/+6
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Write psql's ~/.psql_history file using history_truncate_file() andTom Lane2009-09-131-18/+74
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Adjust the behavior of the PQExpBuffer code to make it have well-definedTom Lane2008-11-261-2/+9
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Properly recognize and announce input errors.Peter Eisentraut2007-11-281-3/+10
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Make HISTCONTROL=ignoredups work again (broken by misordering ofTom Lane2006-12-241-7/+7
* pgindent run for 8.2.Bruce Momjian2006-10-041-21/+22
* Invent an assign-hook mechanism for psql variables similar to the oneTom Lane2006-08-291-43/+10