]> granicus.if.org Git - postgresql/history - src/bin/psql/input.c
pgindent run for 9.0
[postgresql] / src / bin / psql / input.c
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-09-13 Tom LaneWrite psql's ~/.psql_history file using history_truncat...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-26 Tom LaneAdjust the behavior of the PQExpBuffer code to make...
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-12-24 Tom LaneMake HISTCONTROL=ignoredups work again (broken by misor...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-29 Tom LaneInvent an assign-hook mechanism for psql variables...
2006-08-27 Tom LaneMake saveHistory work properly on OS X when HISTFILE...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-18 Tom LaneFix saveHistory() to not emit bogus complaint during...
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-03-21 Bruce MomjianFix psql history handling:
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-13 Bruce MomjianPlace function names in first column for consistency.
2006-02-13 Tom LaneFix build failure when not USE_READLINE. Sergey E...
2006-02-12 Bruce MomjianUse 0x01 for newlines in saved history. It was determi...
2006-02-11 Bruce Momjiano Improve psql's handling of multi-line statements
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-10 Bruce MomjianUse saveHistory so we get a nice error message on failure.
2005-06-10 Bruce Momjianthe following patch makes the filename used to store...
2005-01-06 Tom LaneAdjust lookup of client-side profile files (.pgpass...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-10-12 Peter EisentrautMessage style revisions
2004-10-06 Bruce MomjianSay "history is not supported" and remove "on this...
2004-10-06 Bruce MomjianSuppress psql \s help display for platforms like Win32...
2004-09-27 Bruce MomjianRemove inclusion of windows.h now that it is included...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-18 Bruce MomjianAdd get_home_path() to use USERPROFILE on Win32 and...
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...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-12 Bruce MomjianRemove WIN32_CONSOLE support, at the request of the...
2003-09-05 Bruce MomjianClean up WIN32_CONSOLE code.
2003-08-26 Bruce Momjianpsql's HISTSIZE from .psqlrc do not want to be set...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04 Bruce Momjianpgindent run.
2003-07-27 Bruce Momjianhere are the patches for psql on Win32:
2003-07-25 Bruce Momjian> Rod Taylor <rbt@rbt.ca> writes:
2003-07-23 Peter EisentrautApply message style guide to frontend programs.
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-09-06 Bruce MomjianFix printf() quote handling and improper exit(), per...
2002-09-05 Bruce MomjianRemove PGPASSWORDFILE and default to always trying...
2002-04-10 Peter EisentrautReadline and Zlib now required by default. Add options...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-11 Peter EisentrautInvoke on_exit() with correct number and type of arguments.
2001-02-27 Tatsuo IshiiMassive commits for SunOS4 port.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-11-27 Tom LanePay attention to failure returns from fgets() in all...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-20 Peter EisentrautMoved psql \eset and \eshow to \encoding
2000-02-20 Tom LaneFix missing \n in some psql_error calls.
2000-02-16 Bruce MomjianClean up include files use in psql.
2000-02-07 Peter EisentrautFixed psql double quoting of SQL ids
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...
1999-12-20 Tom LaneClean up some minor gcc warnings.
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.