Commit Graph

124 Commits (8f91e2b6071aaeae333f668d0f5d9189c5710a7a)

Author SHA1 Message Date
Tom Lane b475d25f6c Cause psql to report both the returned data and the command status tag 19 years ago
Bruce Momjian 33bf73a79a Make the psql line counter 64-bit so it can handle files > 4gig lines. 19 years ago
Bruce Momjian e0522505bd Remove 576 references of include files that were not needed. 19 years ago
Alvaro Herrera 68628fc38e Fix memory leak introduced in the prior commit, detected by Tom Lane. 19 years ago
Alvaro Herrera 78bfc22ee2 Fix use-after-free error reported by Neil Conway. 19 years ago
Tom Lane f3164c0200 Clean up psql's control-C handling to avoid longjmp'ing out of random 19 years ago
Tom Lane 223ae6957f Support binary COPY through psql. Also improve detection of write errors 19 years ago
Tom Lane 637028afe1 Code review for standard_conforming_strings patch. Fix it so it does not 19 years ago
Tom Lane 20ab467d76 Improve parser so that we can show an error cursor position for errors 20 years ago
Bruce Momjian 19c21d115d Enable standard_conforming_strings to be turned on. 20 years ago
Bruce Momjian f2f5b05655 Update copyright for 2006. Update scripts. 20 years ago
Tom Lane decdaf3592 Improve pg_dump and psql to use libpq's newer COPY support routines, 20 years ago
Tom Lane 6c0d4aabe2 Fix more fallout from line-wrap patch, to wit, arbitrarily changing 20 years ago
Bruce Momjian 436a2956d8 Re-run pgindent, fixing a problem where comment lines after a blank 20 years ago
Tom Lane af331e2526 Ensure that we only create one ConsoleCtrlHandler per psql process, 20 years ago
Bruce Momjian 3332e38189 Disable expanded mode only for \d tablename, not for all backslash 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Bruce Momjian 8ac386226d The patch updates the documentation to reflect the fact that higher values 20 years ago
Peter Eisentraut a8da71e0c4 Clean up some messages and fix missing translation support. Option --log 20 years ago
Bruce Momjian 99bb9c551e Fix interaction between psql \set AUTOCOMMIT and "ON_ERROR_ROLLBACK" 20 years ago
Tom Lane 4cc7a93d22 Make REINDEX DATABASE do what one would expect, namely reindex all indexes 20 years ago
Tom Lane d0a89683a3 Two-phase commit. Original patch by Heikki Linnakangas, with additional 20 years ago
Bruce Momjian 2ee0d5549f Add -L option to psql to log sessions. 20 years ago
Neil Conway 077811605e Per discussion on -hackers, this patch changes psql's "expanded" output 20 years ago
Bruce Momjian 92eadf6c4a More Win32 tilde code comments. 20 years ago
Bruce Momjian 3d44763179 Add comment on tilde expansion. 20 years ago
Bruce Momjian 3e8dbc846c Support only octal for psql PROMPT values, rather than the confusing 20 years ago
Bruce Momjian a65b1b738c Add psql \set ON_ERROR_ROLLBACK to allow statements in a transaction to 20 years ago
Bruce Momjian 0542b1e2fe Use _() macro consistently rather than gettext(). Add translation 21 years ago
Bruce Momjian 2daed8c5b3 Update copyrights that were missed. 21 years ago
Bruce Momjian 7fad5fff0d That's just the lovely way windows handles a "segfault". Gotta be really 21 years ago
Tom Lane 44e8a968e3 Invent a new, more thread-safe version of PQrequestCancel, called PQcancel. 21 years ago
Neil Conway 0e72b9d440 Cosmetic improvements/code cleanup: 21 years ago
Tom Lane 5b564e5307 Fix some shortcomings in psql's autocommit-off mode concerning detection 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
Bruce Momjian 1abf13db3c Add get_home_path() to use USERPROFILE on Win32 and HOME on Unix. 21 years ago
Neil Conway 256d4639c9 A few cosmetic fixes and code cleanup. 21 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 21 years ago
Tom Lane f938c2b91b Revise syntax-error reporting behavior to give pleasant results for 22 years ago
Tatsuo Ishii e8c3205037 Add PQmbdsplen() which returns the "display length" of a character. 22 years ago
Tom Lane 7665d1bc16 Teach psql to show the location of syntax errors visually, per recent 22 years ago
Neil Conway e10bb0518a More fallout from the recent psql patch: rename xmalloc and friends to 22 years ago
Neil Conway 610d33c194 This patch makes some of the memory manipulation performed by psql a 22 years ago
Tom Lane 04cc4e18dd Implement '\copy from -' to support reading copy data from the same 22 years ago
Bruce Momjian 55a92063a7 Allow psql to handle tilde user expansion for file names. 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane 27e8ef0535 AcceptResult() was missing a case for PGRES_EMPTY_QUERY --- probably 22 years ago
Tom Lane 351adb8dfb Fix order of operations within SendQuery() so that the time spent in 22 years ago
Bruce Momjian 22347dc102 Make psql \timing show three digits. 22 years ago