aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/common.c
Commit message (Expand)AuthorAge
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Suppress -Wunused-result warnings about write() and fwrite().Tom Lane2011-10-18
* Add missing newlines at end of error messagesPeter Eisentraut2011-07-26
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-29
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Fix another small oversight in command_no_begin patch.Tom Lane2010-09-28
* Only DISCARD ALL should be in the command_no_begin list.Itagaki Takahiro2010-09-28
* Add DISCARD to the command_no_begin list for AUTOCOMMIT=off.Itagaki Takahiro2010-09-28
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Show psql timing output even in quiet modePeter Eisentraut2010-07-28
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* Abort a FETCH_COUNT-controlled query if we observe any I/O error on theTom Lane2010-05-28
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-16
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Make string more alike other similar messages.Alvaro Herrera2009-04-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Fix a couple of places where psql might fail to report a suitable errorTom Lane2008-08-16
* Move the "instr_time" typedef and associated macros into a new headerTom Lane2008-05-14
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Fix the inadvertent libpq ABI breakage discovered by Martin Pitt: theTom Lane2007-10-13
* In psql, when running a SELECT query using a cursor, flush the queryNeil Conway2007-06-22
* Don't write timing output in quiet mode.Magnus Hagander2007-04-16
* Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut2007-02-08
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* enable \timing oputput for \copy commandsAndrew Dunstan2006-12-16
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Remove separate strdup.h header file; it's redundant with port.h.Tom Lane2006-09-27
* Dept. of second thoughts: if query fails part way through, shut downTom Lane2006-08-29
* Create a FETCH_COUNT parameter that causes psql to execute SELECT-likeTom Lane2006-08-29
* Invent an assign-hook mechanism for psql variables similar to the oneTom Lane2006-08-29
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Cause psql to report both the returned data and the command status tagTom Lane2006-08-13
* Make the psql line counter 64-bit so it can handle files > 4gig lines.Bruce Momjian2006-08-11
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Fix memory leak introduced in the prior commit, detected by Tom Lane.Alvaro Herrera2006-06-30
* Fix use-after-free error reported by Neil Conway.Alvaro Herrera2006-06-30
* Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane2006-06-14
* Support binary COPY through psql. Also improve detection of write errorsTom Lane2006-05-26
* Code review for standard_conforming_strings patch. Fix it so it does notTom Lane2006-05-11
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Improve pg_dump and psql to use libpq's newer COPY support routines,Tom Lane2006-03-03
* Fix more fallout from line-wrap patch, to wit, arbitrarily changingTom Lane2006-02-12
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Ensure that we only create one ConsoleCtrlHandler per psql process,Tom Lane2005-11-04
* Disable expanded mode only for \d tablename, not for all backslashBruce Momjian2005-10-27
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* The patch updates the documentation to reflect the fact that higher valuesBruce Momjian2005-10-13