summaryrefslogtreecommitdiff
path: root/src/bin/psql/common.h
AgeCommit message (Expand)Author
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-04-02Allow psql variable substitution to occur in backtick command strings.Tom Lane
2017-03-13Add a "void *" passthrough pointer for psqlscan.l's callback functions.Tom Lane
2017-03-01Move atooid() definition to a central placePeter Eisentraut
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-03-24Move psql's print.c and mbprint.c into src/fe_utils.Tom Lane
2016-03-18Decouple psqlscan.l from surrounding program.Tom Lane
2016-03-18Clean up some misplaced #includes.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-03Clean up some psql issues around handling of the query output file.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-04-02psql: fix \connect with URIs and conninfo stringsAlvaro Herrera
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-01-06Update copyright for 2015Bruce Momjian
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