summaryrefslogtreecommitdiff
path: root/src/bin/psql/common.h
AgeCommit message (Expand)Author
2014-10-23Remove the unused argument of PSQLexec().Fujii Masao
2014-09-04Allow \watch to display query execution time if \timing is enabled.Fujii Masao
2014-01-07Update copyright for 2014Bruce Momjian
2013-04-04psql: fix startup crash caused by PSQLRC containing a tildeBruce Momjian
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-14Provide Assert() for frontend code.Andrew Dunstan
2012-10-02Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-04-28Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-01-01Update copyright for 2009.Bruce Momjian
2008-05-14Move the "instr_time" typedef and associated macros into a new headerTom Lane
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-04-13Allow \timing in psql to have a better resolution than ~15ms on Windows.Magnus Hagander
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-12-18fix thinko in placement of TimeValStruct typedef in Windows case, as reported...Andrew Dunstan
2006-12-16enable \timing oputput for \copy commandsAndrew Dunstan
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-06-14Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane
2006-06-01Fix up hack to suppress escape_string_warning so that it actually worksTom Lane
2006-05-31Escape processing patch:Bruce Momjian
2006-03-06Enable standard_conforming_strings to be turned on.Bruce Momjian
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-06-13Per discussion on -hackers, this patch changes psql's "expanded" outputNeil Conway
2005-05-30Support only octal for psql PROMPT values, rather than the confusingBruce Momjian
2005-01-01Update copyrights that were missed.Bruce Momjian
2004-11-01That's just the lovely way windows handles a "segfault". Gotta be reallyBruce Momjian
2004-10-30Invent a new, more thread-safe version of PQrequestCancel, called PQcancel.Tom Lane
2004-08-29Update copyright to 2004.Bruce Momjian
2004-07-12Add tablespace location display for psql \d.Bruce Momjian
2004-07-11Use standard macro for psql binary file open. Add comment explainingBruce Momjian
2004-07-11Open files in binary mode on Win32 so control-z isn't seen as EOF.Bruce Momjian
2004-04-19* Most changes are to fix warnings issued when compiling win32Bruce Momjian
2004-01-25More fallout from the recent psql patch: rename xmalloc and friends toNeil Conway
2004-01-24This patch makes some of the memory manipulation performed by psql aNeil Conway
2004-01-09Allow psql to handle tilde user expansion for file names.Bruce Momjian
2003-12-01This patch reduces some unsightly #ifdefs, and fixes two typos inBruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-03Pass session_authorization to the client and make psql update its promptPeter Eisentraut
2003-08-08Move simple_prompt()/sprompt.c into /port.Bruce Momjian
2003-08-04Fix some copyright notices that weren't updated. Improve copyright toolTom Lane
2003-06-28Update psql for some features of new FE/BE protocol. There is aTom Lane
2003-03-20Remove extern for cancelConn, from Karel ZakBruce Momjian
2003-03-20I'm continuing to work on cleaning up code in psql. As things appearBruce Momjian
2003-03-20Here's some changes I made last night to psql's common.c (as found inBruce Momjian
2003-03-18Make the printing code somewhat more independent by not relying onPeter Eisentraut