aboutsummaryrefslogtreecommitdiff
path: root/src/port/sprompt.c
Commit message (Expand)AuthorAge
* Fix simple_prompt() to disable echo on Windows when stdin != terminal.Tom Lane2018-05-23
* Update copyright for 2018Bruce Momjian2018-01-02
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Simplify correct use of simple_prompt().Tom Lane2016-08-30
* Update copyright for 2016Bruce Momjian2016-01-02
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Update copyright for 2014Bruce Momjian2014-01-07
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Use correct output device for Windows prompts.Andrew Dunstan2013-01-24
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Update copyright for 2009.Bruce Momjian2009-01-01
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane2006-06-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Check for "msys" so it doesn't use 'con' by checking for an evironmentBruce Momjian2006-03-05
* Use DEVTTY as 'con' on Win32 as a replacement for /dev/tty.Bruce Momjian2006-03-04
* Avoid trying to open /dev/tty on Win32. Some Win32 systems haveBruce Momjian2006-03-03
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-22
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Remove inclusion of windows.h now that it is included in c.h, per ideaBruce Momjian2004-09-27
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Include c.h instead of postgres.h in files that need to be usable inTom Lane2004-06-24
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-19
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Update /port C header descriptions.Bruce Momjian2003-11-11
* Allow win32 client compiles with MSC.Bruce Momjian2003-10-26
* Move simple_prompt()/sprompt.c into /port.Bruce Momjian2003-08-08