summaryrefslogtreecommitdiff
path: root/src/bin/psql/common.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up some psql issues around handling of the query output file.Tom Lane2015-12-031-0/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* psql: fix \connect with URIs and conninfo stringsAlvaro Herrera2015-04-021-0/+2
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-261-4/+1
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-111-1/+1
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Remove the unused argument of PSQLexec().Fujii Masao2014-10-231-1/+1
* Allow \watch to display query execution time if \timing is enabled.Fujii Masao2014-09-041-0/+3
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* psql: fix startup crash caused by PSQLRC containing a tildeBruce Momjian2013-04-041-1/+1
* Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera2013-02-121-9/+0
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Provide Assert() for frontend code.Andrew Dunstan2012-12-141-7/+0
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-021-2/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan2011-04-281-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Move the "instr_time" typedef and associated macros into a new headerTom Lane2008-05-141-33/+1
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Allow \timing in psql to have a better resolution than ~15ms on Windows.Magnus Hagander2007-04-131-12/+17
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* fix thinko in placement of TimeValStruct typedef in Windows case, as reported...Andrew Dunstan2006-12-181-3/+3
* enable \timing oputput for \copy commandsAndrew Dunstan2006-12-161-1/+28
* pgindent run for 8.2.Bruce Momjian2006-10-041-1/+2
* Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane2006-06-141-10/+10
* Fix up hack to suppress escape_string_warning so that it actually worksTom Lane2006-06-011-7/+1
* Escape processing patch:Bruce Momjian2006-05-311-1/+7
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-061-1/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-2/+2
* Per discussion on -hackers, this patch changes psql's "expanded" outputNeil Conway2005-06-131-3/+2
* Support only octal for psql PROMPT values, rather than the confusingBruce Momjian2005-05-301-7/+1
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* That's just the lovely way windows handles a "segfault". Gotta be reallyBruce Momjian2004-11-011-1/+2
* Invent a new, more thread-safe version of PQrequestCancel, called PQcancel.Tom Lane2004-10-301-2/+4
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Add tablespace location display for psql \d.Bruce Momjian2004-07-121-1/+4
* Use standard macro for psql binary file open. Add comment explainingBruce Momjian2004-07-111-13/+1
* Open files in binary mode on Win32 so control-z isn't seen as EOF.Bruce Momjian2004-07-111-1/+13
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-191-7/+1
* More fallout from the recent psql patch: rename xmalloc and friends toNeil Conway2004-01-251-5/+5
* This patch makes some of the memory manipulation performed by psql aNeil Conway2004-01-241-1/+9
* Allow psql to handle tilde user expansion for file names.Bruce Momjian2004-01-091-1/+3
* This patch reduces some unsightly #ifdefs, and fixes two typos inBruce Momjian2003-12-011-1/+8
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Pass session_authorization to the client and make psql update its promptPeter Eisentraut2003-09-031-1/+2
* Move simple_prompt()/sprompt.c into /port.Bruce Momjian2003-08-081-6/+1