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