Age | Commit message (Expand) | Author |
2017-06-21 | Phase 3 of pgindent updates. | Tom Lane |
2017-06-21 | Phase 2 of pgindent updates. | Tom Lane |
2017-06-21 | Initial pgindent run with pg_bsd_indent version 2.0. | Tom Lane |
2017-03-30 | Support \if ... \elif ... \else ... \endif in psql scripting. | Tom Lane |
2017-02-03 | Clean up psql's behavior for a few more control variables. | Tom Lane |
2017-01-30 | Make psql reject attempts to set special variables to invalid values. | Tom Lane |
2017-01-03 | Update copyright via script for 2017 | Bruce Momjian |
2016-03-25 | Move psql's psqlscan.l into src/fe_utils. | Tom Lane |
2016-03-19 | Convert psql's flex lexer to be re-entrant, and make it compile standalone. | Tom Lane |
2016-03-18 | Decouple psqlscan.l from surrounding program. | Tom Lane |
2016-01-02 | Update copyright for 2016 | Bruce Momjian |
2015-12-20 | Teach psql's tab completion to consider the entire input string. | Tom Lane |
2015-01-31 | Fix documentation of psql's ECHO all mode. | Tom Lane |
2015-01-06 | Update copyright for 2015 | Bruce Momjian |
2014-10-24 | psql: complain if pg_dump custom-format is detected | Alvaro Herrera |
2014-09-02 | Add psql PROMPT variable showing which line of a statement is being edited. | Andres Freund |
2014-05-06 | pgindent run for 9.4 | Bruce Momjian |
2014-01-07 | Update copyright for 2014 | Bruce Momjian |
2013-01-01 | Update copyrights for 2013 | Bruce Momjian |
2012-01-01 | Update copyright notices for year 2012. | Bruce Momjian |
2011-01-01 | Stamp copyrights for year 2011. | Bruce Momjian |
2010-09-20 | Remove cvs keywords from all files. | Magnus Hagander |
2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
2010-01-02 | Update copyright for the year 2010. | Bruce Momjian |
2009-11-21 | Ignore UTF-8-encoded Unicode byte-order mark at the beginning of a file if | Peter Eisentraut |
2009-11-10 | Do not build psql's flex module on its own, but instead include it in | Tom Lane |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2009-01-01 | Update copyright for 2009. | Bruce Momjian |
2008-11-26 | Adjust the behavior of the PQExpBuffer code to make it have well-defined | Tom Lane |
2008-06-10 | Editorialization for the text emitted by the "help" psql command. | Neil Conway |
2008-05-16 | Update psql startup banner to be shorter, suggest "help" for help. | Bruce Momjian |
2008-04-05 | A small visit from the portability and localization police. | Tom Lane |
2008-04-04 | Have psql command 'help' suggest the use of \?, updated version. | Bruce Momjian |
2008-04-04 | Allow 'help' in psql to show \? help, for novice assistance. | Bruce Momjian |
2008-01-01 | Update copyrights in source tree to 2008. | Bruce Momjian |
2007-11-28 | Properly recognize and announce input errors. | Peter Eisentraut |
2007-01-05 | Update CVS HEAD for 2007 copyright. Back branches are typically not | Bruce Momjian |
2006-10-04 | pgindent run for 8.2. | Bruce Momjian |
2006-08-29 | Invent an assign-hook mechanism for psql variables similar to the one | Tom Lane |
2006-08-11 | Make the psql line counter 64-bit so it can handle files > 4gig lines. | Bruce Momjian |
2006-07-14 | Remove 576 references of include files that were not needed. | Bruce Momjian |
2006-06-14 | Clean up psql's control-C handling to avoid longjmp'ing out of random | Tom Lane |
2006-06-11 | Code review for psql multiline history patch(es). Fix memory leak, | Tom Lane |
2006-06-07 | For psql multi-line history, save backslash commands right away, rather | Bruce Momjian |
2006-06-05 | Avoid longjump/vfork warning about line_saved_in_history variable by | Bruce Momjian |
2006-06-05 | Have psql history save \e editor contents to history before query is | Bruce Momjian |
2006-06-04 | Fix psql so \r is separate in the history, rather than at the end of | Bruce Momjian |
2006-03-21 | Fix psql history handling: | Bruce Momjian |
2006-03-06 | Fix psql history handling so 'execute' backslash commands (\g) | Bruce Momjian |
2006-03-06 | In psql, save history of backslash commands used in multi-line | Bruce Momjian |