Commit Graph

167 Commits (2703007501e883f6f9968c274cf118f6cf362ebd)

Author SHA1 Message Date
Bruce Momjian 25b0b09fd3 Add \timing patch to psql. Times all queries. 24 years ago
Tom Lane 86a07143d4 Tweak psql's \connect command to not downcase unquoted database and user 24 years ago
Tom Lane a40c17e17d Fix comment. 24 years ago
Tom Lane 3dfe80243c Add missing 'else', per report from sugita@sra.co.jp. 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Bruce Momjian 6783b2372e Another pgindent run. Fixes enum indenting, and improves #endif 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Bruce Momjian 78f7ba13cb Tatsuo Ishii <t-ishii@sra.co.jp> writes: 24 years ago
Bruce Momjian 453ef3f81f Attached is the updated version of the patch, which matches 24 years ago
Bruce Momjian be18a49d39 > NOTE: in the command.c in three places there (I believe) is a typo: 24 years ago
Peter Eisentraut daac2d0ce3 Parse the arguments of \connect as SQL identifiers, so that they expose 24 years ago
Peter Eisentraut 0acd843c05 Finish German translation, edit (original) messages a bit. 24 years ago
Peter Eisentraut e542036461 Native Language Support (NLS) 24 years ago
Peter Eisentraut b3f66d1980 Add command '\pset footer' to psql to turn off default "(x rows)" footer. 24 years ago
Tom Lane 02549a2d2c Add comment to explain need for bizarre-looking coding in HandleSlashCmds. 24 years ago
Bruce Momjian a79b698adb Here's a version of my suggested diffs transplanted to 7.1 beta 5. I'm 24 years ago
Peter Eisentraut 232724af0d Add \cd command to psql. 24 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