summaryrefslogtreecommitdiff
path: root/src/bin/psql/common.c
AgeCommit message (Expand)Author
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-02-12Create libpgcommon, and move pg_malloc et al to itAlvaro Herrera
2013-02-02Create a psql command \gset to store query results into psql variables.Tom Lane
2013-02-02Prevent "\g filename" from affecting subsequent commands after an error.Tom Lane
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-14Provide Assert() for frontend code.Andrew Dunstan
2012-10-02Work around unportable behavior of malloc(0) and realloc(NULL, 0).Tom Lane
2012-10-02Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane
2012-08-25Use psql_error() for most psql error calls, per request from Magnus.Bruce Momjian
2012-07-02Assorted message style improvementsPeter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-04-04Remove useless PGRES_COPY_BOTH "support" in psql.Tom Lane
2012-03-07psql: Avoid some spurious output if the server croaks.Robert Haas
2012-01-25Have \copy go through SendQueryAlvaro Herrera
2012-01-18Show psql timing output for failed queries as well as successful onesMagnus Hagander
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-10-18Suppress -Wunused-result warnings about write() and fwrite().Tom Lane
2011-07-26Add missing newlines at end of error messagesPeter Eisentraut
2011-06-29Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-28Fix another small oversight in command_no_begin patch.Tom Lane
2010-09-28Only DISCARD ALL should be in the command_no_begin list.Itagaki Takahiro
2010-09-28Add DISCARD to the command_no_begin list for AUTOCOMMIT=off.Itagaki Takahiro
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-28Show psql timing output even in quiet modePeter Eisentraut
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-05-28Abort a FETCH_COUNT-controlled query if we observe any I/O error on theTom Lane
2010-02-16Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-04-11Make string more alike other similar messages.Alvaro Herrera
2009-01-01Update copyright for 2009.Bruce Momjian
2008-08-16Fix a couple of places where psql might fail to report a suitable errorTom Lane
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-11-15pgindent run for 8.3.Bruce Momjian
2007-10-13Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane
2007-06-22In psql, when running a SELECT query using a cursor, flush the queryNeil Conway
2007-04-16Don't write timing output in quiet mode.Magnus Hagander
2007-02-08Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-12-16enable \timing oputput for \copy commandsAndrew Dunstan
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-09-27Remove separate strdup.h header file; it's redundant with port.h.Tom Lane
2006-08-29Dept. of second thoughts: if query fails part way through, shut downTom Lane
2006-08-29Create a FETCH_COUNT parameter that causes psql to execute SELECT-likeTom Lane
2006-08-29Invent an assign-hook mechanism for psql variables similar to the oneTom Lane
2006-08-25Add the ability to create indexes 'concurrently', that is, withoutTom Lane
2006-08-13Cause psql to report both the returned data and the command status tagTom Lane
2006-08-11Make the psql line counter 64-bit so it can handle files > 4gig lines.Bruce Momjian
2006-07-14Remove 576 references of include files that were not needed.Bruce Momjian