]> granicus.if.org Git - postgresql/history - src/bin/psql/common.h
Move psql's print.c and mbprint.c into src/fe_utils.
[postgresql] / src / bin / psql / common.h
2016-03-24 Tom LaneMove psql's print.c and mbprint.c into src/fe_utils.
2016-03-18 Tom LaneDecouple psqlscan.l from surrounding program.
2016-03-18 Tom LaneClean up some misplaced #includes.
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-03 Tom LaneClean up some psql issues around handling of the query...
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-04-02 Alvaro Herrerapsql: fix \connect with URIs and conninfo strings
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-10-23 Fujii MasaoRemove the unused argument of PSQLexec().
2014-09-04 Fujii MasaoAllow \watch to display query execution time if \timing...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-04-04 Bruce Momjianpsql: fix startup crash caused by PSQLRC containing...
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-14 Andrew DunstanProvide Assert() for frontend code.
2012-10-02 Tom LaneStandardize naming of malloc/realloc/strdup wrapper...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-04-28 Andrew DunstanUse a macro variable PG_PRINTF_ATTRIBUTE for the style...
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-01-01 Bruce MomjianUpdate copyright for 2009.
2008-05-14 Tom LaneMove the "instr_time" typedef and associated macros...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-04-13 Magnus HaganderAllow \timing in psql to have a better resolution than...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-18 Andrew Dunstanfix thinko in placement of TimeValStruct typedef in...
2006-12-16 Andrew Dunstanenable \timing oputput for \copy commands
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-06-14 Tom LaneClean up psql's control-C handling to avoid longjmp...
2006-06-01 Tom LaneFix up hack to suppress escape_string_warning so that...
2006-05-31 Bruce MomjianEscape processing patch:
2006-03-06 Bruce MomjianEnable standard_conforming_strings to be turned on.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-13 Neil ConwayPer discussion on -hackers, this patch changes psql...
2005-05-30 Bruce MomjianSupport only octal for psql PROMPT values, rather than...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-11-01 Bruce MomjianThat's just the lovely way windows handles a "segfault...
2004-10-30 Tom LaneInvent a new, more thread-safe version of PQrequestCanc...
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-12 Bruce MomjianAdd tablespace location display for psql \d.
2004-07-11 Bruce MomjianUse standard macro for psql binary file open. Add...
2004-07-11 Bruce MomjianOpen files in binary mode on Win32 so control-z isn...
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
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-09 Bruce MomjianAllow psql to handle tilde user expansion for file...
2003-12-01 Bruce MomjianThis patch reduces some unsightly #ifdefs, and fixes...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-03 Peter EisentrautPass session_authorization to the client and make psql...
2003-08-08 Bruce MomjianMove simple_prompt()/sprompt.c into /port.
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...
2003-03-20 Bruce MomjianRemove extern for cancelConn, from Karel Zak
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...
2003-03-18 Peter EisentrautMake the printing code somewhat more independent by...
2002-10-29 Bruce MomjianAdd popen/pclose -> _popen/_pclose() mapping for Win32.
2002-10-23 Bruce MomjianPage \h output and centralize psql paging code in PageO...
2002-10-15 Tom LaneFix psql to cope with autocommit off, at least during...
2002-07-06 Bruce MomjianMove simple_prompt() into its own file to be shared...
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-10-03 Tom LaneConsistently use gcc's __attribute__((format)) to check...
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-08-29 Peter EisentrautRevert removal of signed, volatile, and signal handler...
2000-08-27 Peter EisentrautRemove configure tests for `signed', `volatile', and...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-05 Peter EisentrautAdded configure test for readline's filename_completion...
2000-03-01 Peter EisentrautMore fixes for psql ^C handling, especially during...
2000-02-20 Peter EisentrautMoved psql \eset and \eshow to \encoding
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...
1999-11-04 Bruce Momjianpsql cleanup
1999-11-04 Bruce MomjianMajor psql overhaul by Peter Eisentraut.