]> granicus.if.org Git - postgresql/history - src/bin/psql/common.c
Show psql timing output even in quiet mode
[postgresql] / src / bin / psql / common.c
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...
2003-10-06 Tom LaneFix order of operations within SendQuery() so that...
2003-10-05 Bruce MomjianMake psql \timing show three digits.
2003-09-16 Tom LaneMake psql correctly track the effects of SET CLIENT_ENC...
2003-09-03 Peter EisentrautPass session_authorization to the client and make psql...
2003-08-14 Tom LaneRemove unnecessary #include's (see c.h).
2003-08-08 Bruce MomjianAnother pgindent run with updated typedefs.
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04 Tom LaneMust print server's failure message before trying recon...
2003-08-04 Bruce Momjianpgindent run.
2003-07-31 Bruce MomjianAdd fflush of stdout when outputing query.
2003-07-23 Peter EisentrautApply message style guide to frontend programs.
2003-06-28 Tom LaneUpdate psql for some features of new FE/BE protocol...
2003-06-12 Bruce MomjianAttached is the complete diff against current CVS.
2003-06-12 Bruce MomjianAttached is a patch that enhances the output of psql...
2003-03-25 Bruce MomjianUse PQfreemem() consistently, and document its use...
2003-03-20 Bruce MomjianRemove compile warning.
2003-03-20 Bruce MomjianI'm continuing to work on cleaning up code in psql...
2003-03-20 Bruce MomjianHere's some changes I made last night to psql's common...
2003-03-20 Bruce Momjian> Mph. It fails for me too when I use --enable-integer...
2003-03-18 Peter EisentrautMake the printing code somewhat more independent by...
2003-03-10 Tom LaneThis patch fixes a bunch of spelling mistakes in commen...
2003-02-21 Tom LaneRevert patch that broke \d commands, until it can be...
2003-02-19 Bruce MomjianHere's some changes I made last night to psql's common...
2003-01-07 Tom LaneFix various places where global s/NOTICE/WARNING/ was...
2002-11-08 Bruce MomjianHere is a patch that does just that, while maintaining the
2002-10-29 Bruce MomjianAdd popen/pclose -> _popen/_pclose() mapping for Win32.
2002-10-24 Bruce MomjianFix include files for new PageOutput call.
2002-10-23 Bruce MomjianPage \h output and centralize psql paging code in PageO...
2002-10-15 Tom LaneFix unintentional breakage of COPY TO/FROM stdin. ...
next