]> granicus.if.org Git - postgresql/history - src/bin/psql/common.c
Fix tracking of psql script line numbers during \copy from another place.
[postgresql] / src / bin / psql / common.c
2014-03-10 Tom LaneFix tracking of psql script line numbers during \copy...
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-10-22 Tom LaneReplace pg_asprintf() with psprintf().
2013-10-13 Peter EisentrautAdd use of asprintf()
2013-04-04 Bruce Momjianpsql: fix startup crash caused by PSQLRC containing...
2013-03-17 Tom LaneMove pqsignal() to libpgport.
2013-02-12 Alvaro HerreraCreate libpgcommon, and move pg_malloc et al to it
2013-02-02 Tom LaneCreate a psql command \gset to store query results...
2013-02-02 Tom LanePrevent "\g filename" from affecting subsequent command...
2013-01-01 Bruce MomjianUpdate copyrights for 2013
2012-12-14 Andrew DunstanProvide Assert() for frontend code.
2012-10-02 Tom LaneWork around unportable behavior of malloc(0) and reallo...
2012-10-02 Tom LaneStandardize naming of malloc/realloc/strdup wrapper...
2012-08-26 Bruce MomjianUse psql_error() for most psql error calls, per request...
2012-07-02 Peter EisentrautAssorted message style improvements
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-04-04 Tom LaneRemove useless PGRES_COPY_BOTH "support" in psql.
2012-03-07 Robert Haaspsql: Avoid some spurious output if the server croaks.
2012-01-25 Alvaro HerreraHave \copy go through SendQuery
2012-01-18 Magnus HaganderShow psql timing output for failed queries as well...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-10-19 Tom LaneSuppress -Wunused-result warnings about write() and...
2011-07-26 Peter EisentrautAdd missing newlines at end of error messages
2011-06-29 Peter EisentrautUnify spelling of "canceled", "canceling", "cancellation"
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-28 Tom LaneFix another small oversight in command_no_begin patch.
2010-09-28 Itagaki TakahiroOnly DISCARD ALL should be in the command_no_begin...
2010-09-28 Itagaki TakahiroAdd DISCARD to the command_no_begin list for AUTOCOMMIT...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-07-28 Peter EisentrautShow psql timing output even in quiet mode
2010-07-06 Bruce Momjianpgindent run for 9.0, second run
2010-05-28 Tom LaneAbort a FETCH_COUNT-controlled query if we observe...
2010-02-16 Tom LaneReplace the pg_listener-based LISTEN/NOTIFY mechanism...
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-04-11 Alvaro HerreraMake string more alike other similar messages.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-08-16 Tom LaneFix a couple of places where psql might fail to report...
2008-05-14 Tom LaneMove the "instr_time" typedef and associated macros...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-13 Tom LaneFix the inadvertent libpq ABI breakage discovered by...
2007-06-22 Neil ConwayIn psql, when running a SELECT query using a cursor...
2007-04-16 Magnus HaganderDon't write timing output in quiet mode.
2007-02-08 Peter EisentrautNormalize fgets() calls to use sizeof() for calculating...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-16 Andrew Dunstanenable \timing oputput for \copy commands
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-27 Tom LaneRemove separate strdup.h header file; it's redundant...
2006-08-29 Tom LaneDept. of second thoughts: if query fails part way throu...
2006-08-29 Tom LaneCreate a FETCH_COUNT parameter that causes psql to...
2006-08-29 Tom LaneInvent an assign-hook mechanism for psql variables...
2006-08-25 Tom LaneAdd the ability to create indexes 'concurrently', that...
2006-08-13 Tom LaneCause psql to report both the returned data and the...
2006-08-11 Bruce MomjianMake the psql line counter 64-bit so it can handle...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-06-30 Alvaro HerreraFix memory leak introduced in the prior commit, detecte...
2006-06-30 Alvaro HerreraFix use-after-free error reported by Neil Conway.
2006-06-14 Tom LaneClean up psql's control-C handling to avoid longjmp...
2006-05-26 Tom LaneSupport binary COPY through psql. Also improve detecti...
2006-05-11 Tom LaneCode review for standard_conforming_strings patch....
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-06 Bruce MomjianEnable standard_conforming_strings to be turned on.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-03 Tom LaneImprove pg_dump and psql to use libpq's newer COPY...
2006-02-12 Tom LaneFix more fallout from line-wrap patch, to wit, arbitrar...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-04 Tom LaneEnsure that we only create one ConsoleCtrlHandler per...
2005-10-27 Bruce MomjianDisable expanded mode only for \d tablename, not for...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-13 Bruce MomjianThe patch updates the documentation to reflect the...
2005-10-04 Peter EisentrautClean up some messages and fix missing translation...
2005-09-20 Bruce MomjianFix interaction between psql \set AUTOCOMMIT and "ON_ER...
2005-06-22 Tom LaneMake REINDEX DATABASE do what one would expect, namely...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-14 Bruce MomjianAdd -L option to psql to log sessions.
2005-06-13 Neil ConwayPer discussion on -hackers, this patch changes psql...
2005-06-10 Bruce MomjianMore Win32 tilde code comments.
2005-06-10 Bruce MomjianAdd comment on tilde expansion.
2005-05-30 Bruce MomjianSupport only octal for psql PROMPT values, rather than...
2005-04-28 Bruce MomjianAdd psql \set ON_ERROR_ROLLBACK to allow statements...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-11-01 Bruce MomjianThat's just the lovely way windows handles a "segfault...
2004-10-30 Tom LaneInvent a new, more thread-safe version of PQrequestCanc...
2004-10-10 Neil ConwayCosmetic improvements/code cleanup:
2004-09-20 Tom LaneFix some shortcomings in psql's autocommit-off mode...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-18 Bruce MomjianAdd get_home_path() to use USERPROFILE on Win32 and...
2004-05-23 Neil ConwayA few cosmetic fixes and code cleanup.
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-03-21 Tom LaneRevise syntax-error reporting behavior to give pleasant...
2004-03-15 Tatsuo IshiiAdd PQmbdsplen() which returns the "display length...
2004-03-14 Tom LaneTeach psql to show the location of syntax errors visual...
2004-01-25 Neil ConwayMore fallout from the recent psql patch: rename xmalloc...
2004-01-24 Neil ConwayThis patch makes some of the memory manipulation perfor...
2004-01-20 Tom LaneImplement '\copy from -' to support reading copy data...
2004-01-09 Bruce MomjianAllow psql to handle tilde user expansion for file...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneAcceptResult() was missing a case for PGRES_EMPTY_QUERY...
next