summaryrefslogtreecommitdiff
path: root/src/bin/psql/prompt.c
AgeCommit message (Expand)Author
2022-08-29Clean up inconsistent use of fflush().Tom Lane
2022-04-13Remove extraneous blank lines before block-closing bracesAlvaro Herrera
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-02Update copyright for 2021Bruce Momjian
2020-11-25Add support for abstract Unix-domain socketsPeter Eisentraut
2020-02-10psql: Remove one use of HAVE_UNIX_SOCKETSPeter Eisentraut
2020-02-10psql: Fix %w length in PROMPT2 when PROMPT1 contains a newline.Thomas Munro
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-04Offer pnstrdup to frontend codeAlvaro Herrera
2019-11-19Allow invisible PROMPT2 in psql.Thomas Munro
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-08-09Refactor logic to remove trailing CR/LF characters from stringsMichael Paquier
2019-07-25Fix failures to ignore \r when reading Windows-style newlines.Tom Lane
2019-02-13More unconstify usePeter Eisentraut
2019-01-02Update copyright for 2019Bruce Momjian
2018-01-03Update copyright for 2018Bruce Momjian
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-03-30Support \if ... \elif ... \else ... \endif in psql scripting.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-06-09pgindent run for 9.6Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-07-07Add psql PROMPT variable showing the pid of the connected to backend.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
2014-09-02Add psql PROMPT variable showing which line of a statement is being edited.Andres Freund
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-30Fix a couple of places where the result of fgets() wasn't checked.Tom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-02-08Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-08-29Invent an assign-hook mechanism for psql variables similar to the oneTom Lane
2006-07-15Fix some missing inclusions identified with new pgcheckdefines tool.Tom Lane
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian
2006-06-11Code review for psql multiline history patch(es). Fix memory leak,Tom Lane
2006-04-19Fix a couple of rather-pointless-but-easily-fixed Coverity warnings.Tom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2006-02-11o Improve psql's handling of multi-line statementsBruce Momjian
2006-01-03Fix incorrect treatment of RL_PROMPT_START_IGNORE/RL_PROMPT_END_IGNORE,Tom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-05-30Support only octal for psql PROMPT values, rather than the confusingBruce Momjian
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-02-24Implement dollar-quoting in the backend lexer and psql. DocumentationTom Lane
2004-01-25More fallout from the recent psql patch: rename xmalloc and friends toNeil Conway