summaryrefslogtreecommitdiff
path: root/src/bin/psql/common.c
AgeCommit message (Expand)Author
2003-03-25Use PQfreemem() consistently, and document its use for Notify.Bruce Momjian
2003-03-20Remove compile warning.Bruce Momjian
2003-03-20I'm continuing to work on cleaning up code in psql. As things appearBruce Momjian
2003-03-20Here's some changes I made last night to psql's common.c (as found inBruce Momjian
2003-03-20> Mph. It fails for me too when I use --enable-integer-datetimes. LooksBruce Momjian
2003-03-18Make the printing code somewhat more independent by not relying onPeter Eisentraut
2003-03-10This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane
2003-02-21Revert patch that broke \d commands, until it can be fixed.Tom Lane
2003-02-19Here's some changes I made last night to psql's common.c (as found inBruce Momjian
2003-01-07Fix various places where global s/NOTICE/WARNING/ was applied with tooTom Lane
2002-11-08Here is a patch that does just that, while maintaining theBruce Momjian
2002-10-29Add popen/pclose -> _popen/_pclose() mapping for Win32.Bruce Momjian
2002-10-24Fix include files for new PageOutput call.Bruce Momjian
2002-10-23Page \h output and centralize psql paging code in PageOutput().Bruce Momjian
2002-10-15Fix unintentional breakage of COPY TO/FROM stdin. Mea culpa.Tom Lane
2002-10-15Fix psql to cope with autocommit off, at least during startup.Tom Lane
2002-10-03The attached patch fixes a number of issues related to compiling theBruce Momjian
2002-09-14Avoid overflow for large elapsed times in \timing output. PerTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-08-27Enable locale, so case conversion (identifier processing) and numberPeter Eisentraut
2002-08-10psql prints its version number in its startup message, per recentTom Lane
2002-07-06Move simple_prompt() into its own file to be shared with psql and pg_dump.Bruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2002-03-05Add \timing patch to psql. Times all queries.Bruce Momjian
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-10-18Fix several problems with simple_prompt() --- the nastiest being thatTom Lane
2001-10-15Prompt for password from /dev/tty and fall back to stdin/stderr.Bruce Momjian
2001-06-08Finish German translation, edit (original) messages a bit.Peter Eisentraut
2001-06-02Native Language Support (NLS)Peter Eisentraut
2001-04-15If the password prompt goes to stderr, then the trailing newline shouldPeter Eisentraut
2001-03-01Ensure previous setting of pset.queryFout is restored after a failedTom Lane
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2000-12-18Ensure that 'errno' is saved and restored by all signal handlers thatTom Lane
2000-12-15Print the error message before attempting to reset the connection after aPeter Eisentraut
2000-11-27Pay attention to failure returns from fgets() in all cases.Tom Lane
2000-11-27Prevent simple_prompt() from locking up in a tight loop at stdin EOF.Tom Lane
2000-11-13Remove -k unix socketpath option from client side, allow hostname withBruce Momjian
2000-11-13UUNET is looking into offering PostgreSQL as a part of a managed webBruce Momjian
2000-08-29Revert removal of signed, volatile, and signal handler arg type tests.Peter Eisentraut
2000-08-27Remove configure tests for `signed', `volatile', and signal handler args;Peter Eisentraut
2000-07-02Version number now set in configure, available through Makefile.globalPeter Eisentraut
2000-04-12Ye-old pgindent run. Same 4-space tabs.Bruce Momjian
2000-03-05Added configure test for readline's filename_completion_functionPeter Eisentraut
2000-03-01More fixes for psql ^C handling, especially during copy. Still doesn'tPeter Eisentraut
2000-02-21Fixed psql's Control-C handling when COPY in progressPeter Eisentraut
2000-02-20Moved psql \eset and \eshow to \encodingPeter Eisentraut
2000-02-20Fix missing \n in some psql_error calls.Tom Lane
2000-02-16Clean up include files use in psql.Bruce Momjian
2000-02-13Adjusted psql echoing options (-a and -e)Peter Eisentraut