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