summaryrefslogtreecommitdiff
path: root/src/bin/psql/common.c
Commit message (Expand)AuthorAgeFilesLines
* Make REINDEX DATABASE do what one would expect, namely reindex all indexesTom Lane2005-06-221-4/+6
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-171-1/+16
* Add -L option to psql to log sessions.Bruce Momjian2005-06-141-3/+20
* Per discussion on -hackers, this patch changes psql's "expanded" outputNeil Conway2005-06-131-6/+9
* More Win32 tilde code comments.Bruce Momjian2005-06-101-2/+6
* Add comment on tilde expansion.Bruce Momjian2005-06-101-3/+3
* Support only octal for psql PROMPT values, rather than the confusingBruce Momjian2005-05-301-12/+1
* Add psql \set ON_ERROR_ROLLBACK to allow statements in a transaction toBruce Momjian2005-04-281-7/+73
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-10/+10
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* That's just the lovely way windows handles a "segfault". Gotta be reallyBruce Momjian2004-11-011-2/+7
* Invent a new, more thread-safe version of PQrequestCancel, called PQcancel.Tom Lane2004-10-301-12/+87
* Cosmetic improvements/code cleanup:Neil Conway2004-10-101-2/+2
* Fix some shortcomings in psql's autocommit-off mode concerning detectionTom Lane2004-09-201-25/+107
* Pgindent run for 8.0.Bruce Momjian2004-08-291-26/+32
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.Bruce Momjian2004-08-181-6/+6
* A few cosmetic fixes and code cleanup.Neil Conway2004-05-231-2/+3
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-7/+7
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-211-11/+12
* Add PQmbdsplen() which returns the "display length" of a character.Tatsuo Ishii2004-03-151-3/+3
* Teach psql to show the location of syntax errors visually, per recentTom Lane2004-03-141-4/+215
* More fallout from the recent psql patch: rename xmalloc and friends toNeil Conway2004-01-251-8/+7
* This patch makes some of the memory manipulation performed by psql aNeil Conway2004-01-241-7/+39
* Implement '\copy from -' to support reading copy data from the sameTom Lane2004-01-201-7/+2
* Allow psql to handle tilde user expansion for file names.Bruce Momjian2004-01-091-1/+63
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* AcceptResult() was missing a case for PGRES_EMPTY_QUERY --- probablyTom Lane2003-11-121-1/+2
* Fix order of operations within SendQuery() so that the time spent inTom Lane2003-10-061-28/+78
* Make psql \timing show three digits.Bruce Momjian2003-10-051-2/+2
* Make psql correctly track the effects of SET CLIENT_ENCODING commands.Tom Lane2003-09-161-3/+19
* Pass session_authorization to the client and make psql update its promptPeter Eisentraut2003-09-031-1/+24
* Remove unnecessary #include's (see c.h).Tom Lane2003-08-141-3/+1
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-081-3/+3
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-041-2/+2
* Must print server's failure message before trying reconnect, not after.Tom Lane2003-08-041-4/+6
* pgindent run.Bruce Momjian2003-08-041-112/+112
* Add fflush of stdout when outputing query.Bruce Momjian2003-07-311-2/+5
* Apply message style guide to frontend programs.Peter Eisentraut2003-07-231-3/+3
* Update psql for some features of new FE/BE protocol. There is aTom Lane2003-06-281-48/+132
* Attached is the complete diff against current CVS.Bruce Momjian2003-06-121-2/+2
* Attached is a patch that enhances the output of psql's HTML mode.Bruce Momjian2003-06-121-2/+13
* 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