Commit Graph

51 Commits (c8db55f78ae75235530ccc87c9d36bfd7656b951)

Author SHA1 Message Date
Peter Eisentraut 232724af0d Add \cd command to psql. 25 years ago
Peter Eisentraut 9583aea9d0 Fix collateral damage from previous (rev 1.49) patch. 25 years ago
Peter Eisentraut 645ebc0403 Repair misbehavior of \! with immediately following argument that contains 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Tatsuo Ishii 2bc2738fc4 Fix a bug in psql. unescape() does not work for multi-byte encodings. 25 years ago
Tom Lane d08741eab5 Restructure the key include files per recent pghackers discussion: there 25 years ago
Bruce Momjian d7f0b7ef6e Here is an update on the Win32 patch. Modified files are 'config.h.win32' 25 years ago
Bruce Momjian bd0a767eab Here is a patch to make the current snapshot compile on Win32 (native, libpq 25 years ago
Peter Eisentraut 874b4fd618 Remove incorrect assert. 25 years ago
Tom Lane a27b691e29 Ensure that all uses of <ctype.h> functions are applied to unsigned-char 25 years ago
Tom Lane 9c5327b99b Pay attention to failure returns from fgets() in all cases. 25 years ago
Peter Eisentraut ca1c7e662f Silence warning 25 years ago
Bruce Momjian 63edc5c4e0 Fix security problem with psql \e where temp file could be an existing 25 years ago
Bruce Momjian ebd61ac03f Remove -k unix socketpath option from client side, allow hostname with 25 years ago
Bruce Momjian 2150c2edf1 UUNET is looking into offering PostgreSQL as a part of a managed web 25 years ago
Peter Eisentraut 239f74d28d psql forgot to close connection before re-issuing password prompt. 25 years ago
Peter Eisentraut 5da7e533f7 Don't strip trailing backslashes from a line. Treat them more reasonably. 25 years ago
Bruce Momjian ecef326850 Fix \pset null to use ', not ". 25 years ago
Bruce Momjian 4624b84cf2 Small cleanup of file. 26 years ago
Peter Eisentraut 5e4d8be18b psql: suppress warnings about too many arguments if the command is not valid in the first place 26 years ago
Peter Eisentraut 3d62fbc4eb squished \dS+ bug pointed out by Mike Mascari 26 years ago
Peter Eisentraut aae70b2dca more psql bug squashing: 26 years ago
Peter Eisentraut ffc9812451 fixed another psql \e bug (handle newlines as whitespace) 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Bruce Momjian 354a39bc44 Clean up temp files from \e. 26 years ago
Peter Eisentraut a9f37f16d2 Fixed bug with repeated \e in psql (failed to clear buffers correctly) 26 years ago
Peter Eisentraut 7d392f257b Fixed psql -c "\slashcmd" 26 years ago
Peter Eisentraut c75adac757 More fixes for psql ^C handling, especially during copy. Still doesn't 26 years ago
Tatsuo Ishii 320d3e06ee Fixes for \encoding command. 26 years ago
Peter Eisentraut 718bb2cc9c Moved psql \eset and \eshow to \encoding 26 years ago
Tom Lane e79b2dd5e7 Fix missing \n in some psql_error calls. 26 years ago
Tatsuo Ishii eb089e7f76 Add new backslash command \eset and \eshow. 26 years ago
Bruce Momjian 78693c89d7 Clean up include files use in psql. 26 years ago
Peter Eisentraut 9ceb5d8a7b Fixed psql double quoting of SQL ids 26 years ago
Tatsuo Ishii b304b4a90e Change function name PQclientencoding to PQclientEncoding since 26 years ago
Peter Eisentraut 2b84cbb60f A few minor psql enhancements 26 years ago
Peter Eisentraut 49581f9848 updated install file 26 years ago
Peter Eisentraut fa5400c0a4 added ALTER TABLE DROP COLUMN, early version 26 years ago
Peter Eisentraut f565cf41ab another set of cleanups 26 years ago
Bruce Momjian 0cb6bc70ce Hi! 26 years ago
Tatsuo Ishii bfbd58ce13 Adapt to the changes of libpq(eliminateing using putenv()). 26 years ago
Peter Eisentraut 7c9390caa1 Fixed psql variables vs array syntax, as well as minor psql enhancements 26 years ago
Peter Eisentraut f6689a328f Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions. 26 years ago
Bruce Momjian 77a4729936 This should fix the \e (\p, \g, ...) behaviour on an empty query buffer. 26 years ago
Jan Wieck a27542c3a8 Added a fflush(stdout) to the \p command required for the 26 years ago
Bruce Momjian 47e51683e6 I pulled this one out via CVS, I hope you can make use of it: 26 years ago
Bruce Momjian 78bc83fedf * Includes tab completion. It's not magic, but it's very cool. At any 26 years ago
Bruce Momjian db12a63ef1 The \p\g fix didn't turn out to be so bad. It even works in other 26 years ago
Bruce Momjian 2a24ec6f16 In the spirit of TODO item 26 years ago
Bruce Momjian 0e6652e673 psql cleanup 26 years ago