]> granicus.if.org Git - postgresql/history - src/bin/psql/settings.h
Add a \gexec command to psql for evaluation of computed queries.
[postgresql] / src / bin / psql / settings.h
2016-04-04 Tom LaneAdd a \gexec command to psql for evaluation of computed...
2016-04-03 Tom LaneAdd psql \errverbose command to see last server error...
2016-03-24 Tom LaneMove psql's print.c and mbprint.c into src/fe_utils.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-09-05 Tom LaneRearrange the handling of error context reports.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-31 Tom LaneImprove consistency of parsing of psql's magic variables.
2014-09-02 Andres FreundAdd psql PROMPT variable showing which line of a statem...
2014-07-10 Fujii MasaoAdd new ECHO mode 'errors' that displays only failed...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-03-10 Tom LaneFix tracking of psql script line numbers during \copy...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-11-05 Tom LaneRevert commit 0725065b37b8b0e9074a624a8d3e3ac1844fc820.
2013-02-02 Tom LaneCreate a psql command \gset to store query results...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-09-01 Bruce MomjianRemove unnecessary #include references, per pgrminclude...
2011-07-23 Peter EisentrautChange EDITOR_LINENUMBER_SWITCH to an environment variable
2011-07-06 Robert HaasAdd \ir command to psql.
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-02-26 Peter EisentrautAdd a -w/--no-password option that prevents all passwor...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
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 LaneCreate a FETCH_COUNT parameter that causes psql to...
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-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-14 Bruce MomjianAdd -L option to psql to log sessions.
2005-06-09 Bruce MomjianThis patch shows the full path name when doing a \s...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-11-17 Tom LaneSet DEFAULT_EDITOR to notepad.exe on Windows, as per...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-20 Bruce MomjianAllow psql to use 7.4.X database by not referencing...
2004-05-12 Bruce MomjianRename find_my_binary/find_other_binary to
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-06-28 Tom LaneUpdate psql for some features of new FE/BE protocol...
2002-03-05 Bruce MomjianAdd \timing patch to psql. Times all queries.
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. ...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-16 Bruce MomjianClean up include files use in psql.
2000-01-29 Peter EisentrautA few minor psql enhancements
2000-01-18 Peter Eisentrautanother set of cleanups
2000-01-14 Peter EisentrautFixed psql variables vs array syntax, as well as minor...
2000-01-12 Peter EisentrautFixed a few "fixes" and bugs. Adjusted messages and...
1999-12-10 Bruce MomjianThis should fix the \e (\p, \g, ...) behaviour on an...
1999-11-26 Bruce Momjian* Includes tab completion. It's not magic, but it's...
1999-11-04 Bruce Momjianpsql cleanup
1999-11-04 Bruce MomjianMajor psql overhaul by Peter Eisentraut.