aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/common.c
Commit message (Expand)AuthorAge
* In psql, when running a SELECT query using a cursor, flush the queryNeil Conway2007-06-22
* Don't write timing output in quiet mode.Magnus Hagander2007-04-16
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Remove separate strdup.h header file; it's redundant with port.h.Tom Lane2006-09-27
* Dept. of second thoughts: if query fails part way through, shut downTom Lane2006-08-29
* Create a FETCH_COUNT parameter that causes psql to execute SELECT-likeTom Lane2006-08-29
* Invent an assign-hook mechanism for psql variables similar to the oneTom Lane2006-08-29
* Add the ability to create indexes 'concurrently', that is, withoutTom Lane2006-08-25
* Cause psql to report both the returned data and the command status tagTom Lane2006-08-13
* Make the psql line counter 64-bit so it can handle files > 4gig lines.Bruce Momjian2006-08-11
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Fix memory leak introduced in the prior commit, detected by Tom Lane.Alvaro Herrera2006-06-30
* Fix use-after-free error reported by Neil Conway.Alvaro Herrera2006-06-30
* Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane2006-06-14
* Support binary COPY through psql. Also improve detection of write errorsTom Lane2006-05-26
* Code review for standard_conforming_strings patch. Fix it so it does notTom Lane2006-05-11
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Enable standard_conforming_strings to be turned on.Bruce Momjian2006-03-06
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Improve pg_dump and psql to use libpq's newer COPY support routines,Tom Lane2006-03-03
* Fix more fallout from line-wrap patch, to wit, arbitrarily changingTom Lane2006-02-12
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Ensure that we only create one ConsoleCtrlHandler per psql process,Tom Lane2005-11-04
* Disable expanded mode only for \d tablename, not for all backslashBruce Momjian2005-10-27
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* The patch updates the documentation to reflect the fact that higher valuesBruce Momjian2005-10-13
* Clean up some messages and fix missing translation support. Option --logPeter Eisentraut2005-10-04
* Fix interaction between psql \set AUTOCOMMIT and "ON_ERROR_ROLLBACK"Bruce Momjian2005-09-20
* Make REINDEX DATABASE do what one would expect, namely reindex all indexesTom Lane2005-06-22
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Add -L option to psql to log sessions.Bruce Momjian2005-06-14
* Per discussion on -hackers, this patch changes psql's "expanded" outputNeil Conway2005-06-13
* More Win32 tilde code comments.Bruce Momjian2005-06-10
* Add comment on tilde expansion.Bruce Momjian2005-06-10
* Support only octal for psql PROMPT values, rather than the confusingBruce Momjian2005-05-30
* Add psql \set ON_ERROR_ROLLBACK to allow statements in a transaction toBruce Momjian2005-04-28
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-22
* Update copyrights that were missed.Bruce Momjian2005-01-01
* That's just the lovely way windows handles a "segfault". Gotta be reallyBruce Momjian2004-11-01
* Invent a new, more thread-safe version of PQrequestCancel, called PQcancel.Tom Lane2004-10-30
* Cosmetic improvements/code cleanup:Neil Conway2004-10-10
* Fix some shortcomings in psql's autocommit-off mode concerning detectionTom Lane2004-09-20
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix.Bruce Momjian2004-08-18
* A few cosmetic fixes and code cleanup.Neil Conway2004-05-23
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* Revise syntax-error reporting behavior to give pleasant results forTom Lane2004-03-21
* Add PQmbdsplen() which returns the "display length" of a character.Tatsuo Ishii2004-03-15
* Teach psql to show the location of syntax errors visually, per recentTom Lane2004-03-14