]> granicus.if.org Git - postgresql/history - src/bin/psql/mainloop.c
Make the order of the header file includes consistent in non-backend modules.
[postgresql] / src / bin / psql / mainloop.c
2019-10-25 Amit KapilaMake the order of the header file includes consistent...
2019-05-14 Tom LaneMove logging.h and logging.c from src/fe_utils/ to...
2019-04-01 Peter EisentrautUnified logging system for command-line programs
2019-01-02 Bruce MomjianUpdate copyright for 2019
2018-04-26 Tom LanePost-feature-freeze pgindent run.
2018-02-12 Bruce Momjianpsql: give ^D hint for \q in place where \q is ignored
2018-02-01 Bruce Momjianpsql: Add quit/help behavior/hint, for other tool...
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-10-06 Tom Lane#ifdef out some dead code in psql/mainloop.c.
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-03-30 Tom LaneSupport \if ... \elif ... \else ... \endif in psql...
2017-02-03 Tom LaneClean up psql's behavior for a few more control variables.
2017-01-30 Tom LaneMake psql reject attempts to set special variables...
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-03-25 Tom LaneMove psql's psqlscan.l into src/fe_utils.
2016-03-19 Tom LaneConvert psql's flex lexer to be re-entrant, and make...
2016-03-18 Tom LaneDecouple psqlscan.l from surrounding program.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-20 Tom LaneTeach psql's tab completion to consider the entire...
2015-01-31 Tom LaneFix documentation of psql's ECHO all mode.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-10-24 Alvaro Herrerapsql: complain if pg_dump custom-format is detected
2014-09-02 Andres FreundAdd psql PROMPT variable showing which line of a statem...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-11-21 Peter EisentrautIgnore UTF-8-encoded Unicode byte-order mark at the...
2009-11-10 Tom LaneDo not build psql's flex module on its own, but instead...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-26 Tom LaneAdjust the behavior of the PQExpBuffer code to make...
2008-06-10 Neil ConwayEditorialization for the text emitted by the "help...
2008-05-16 Bruce MomjianUpdate psql startup banner to be shorter, suggest ...
2008-04-05 Tom LaneA small visit from the portability and localization...
2008-04-04 Bruce MomjianHave psql command 'help' suggest the use of \?, updated...
2008-04-04 Bruce MomjianAllow 'help' in psql to show \? help, for novice assist...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-28 Peter EisentrautProperly recognize and announce input errors.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-29 Tom LaneInvent an assign-hook mechanism for psql variables...
2006-08-11 Bruce MomjianMake the psql line counter 64-bit so it can handle...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-14 Tom LaneClean up psql's control-C handling to avoid longjmp...
2006-06-11 Tom LaneCode review for psql multiline history patch(es). ...
2006-06-07 Bruce MomjianFor psql multi-line history, save backslash commands...
2006-06-05 Bruce MomjianAvoid longjump/vfork warning about line_saved_in_histor...
2006-06-05 Bruce MomjianHave psql history save \e editor contents to history...
2006-06-04 Bruce MomjianFix psql so \r is separate in the history, rather...
2006-03-21 Bruce MomjianFix psql history handling:
2006-03-06 Bruce MomjianFix psql history handling so 'execute' backslash comman...
2006-03-06 Bruce MomjianIn psql, save history of backslash commands used in...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-11 Bruce Momjiano Improve psql's handling of multi-line statements
2005-12-18 Peter EisentrautAdd new psql command \password for changing role passwo...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-10-30 Tom LaneInvent a new, more thread-safe version of PQrequestCanc...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-02-19 Tom LaneRe-implement psql's input scanning to use a flex-genera...
2004-01-25 Neil ConwayMore fallout from the recent psql patch: rename xmalloc...
2004-01-24 Neil ConwayThis patch makes some of the memory manipulation perfor...
2004-01-21 Tom LaneEnsure fflush(stdout) happens in all cases, per gripe...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04 Bruce Momjianpgindent run.
2003-03-21 Bruce MomjianImprove psql comment coding.
2003-03-20 Bruce MomjianFix multiline C comments in psql.
2003-03-20 Bruce MomjianI'm continuing to work on cleaning up code in psql...
2003-03-20 Bruce MomjianHere's some changes I made last night to psql's common...
2002-10-12 Tom Lanepsql thought that backslash is an escape character...
2002-09-04 Bruce Momjianpgindent run.
2002-07-03 Tom LaneFix some more boundary-case errors in psql variable...
2002-06-15 Bruce MomjianNoted with versions 7.0.3, 7.1.3, and 7.2.1:
2002-03-27 Peter EisentrautReset parenthesis level counter upon \r.
2002-02-18 Bruce MomjianAdd code to preserve paren level display after \g,...
2001-12-28 Bruce MomjianOops, back out paren fix. That is for 7.3.
2001-12-28 Bruce MomjianAdd mention of Christof Petig for ecpg items.
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-06-02 Peter EisentrautNative Language Support (NLS)
2001-03-26 Tom Lanepqsignal call needs to be #ifndef WIN32, per report...
2001-03-23 Tom LaneFix problems with coredumps due to ^C when longjmp...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-28 Peter EisentrautDo not strip whitespace within quotes.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-07-17 Peter EisentrautDon't strip trailing backslashes from a line. Treat...
2000-07-14 Thomas G. LockhartImplement nested block comments in the backend and...
2000-06-30 Bruce MomjianFix select '1--2'; for PEter.
2000-06-29 Bruce MomjianFix quotes in /* */ comments in psql.
next