Commit Graph

126 Commits (0434c46db059a80b0e89397a137dfa10421573f4)

Author SHA1 Message Date
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
Tom Lane 7e06dbe1c2 Make psql correctly track the effects of SET CLIENT_ENCODING commands. 22 years ago
Peter Eisentraut 29a20145fd Pass session_authorization to the client and make psql update its prompt 22 years ago
Tom Lane dbb4dd29e9 Remove unnecessary #include's (see c.h). 22 years ago
Bruce Momjian 46785776c4 Another pgindent run with updated typedefs. 22 years ago
Tom Lane 2f9c859ea1 Fix some copyright notices that weren't updated. Improve copyright tool 22 years ago
Tom Lane 17d6721e0b Must print server's failure message before trying reconnect, not after. 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Bruce Momjian f766b376f1 Add fflush of stdout when outputing query. 22 years ago
Peter Eisentraut c154fc3a20 Apply message style guide to frontend programs. 22 years ago
Tom Lane f9ebf36970 Update psql for some features of new FE/BE protocol. There is a 23 years ago
Bruce Momjian b14295cfe4 Attached is the complete diff against current CVS. 23 years ago
Bruce Momjian ef2ba42717 Attached is a patch that enhances the output of psql's HTML mode. 23 years ago
Bruce Momjian f1792b932c Use PQfreemem() consistently, and document its use for Notify. 23 years ago
Bruce Momjian 4422fe6017 Remove compile warning. 23 years ago
Bruce Momjian add932ee91 I'm continuing to work on cleaning up code in psql. As things appear 23 years ago
Bruce Momjian be1c6e7529 Here's some changes I made last night to psql's common.c (as found in 23 years ago
Bruce Momjian e733510d5d > Mph. It fails for me too when I use --enable-integer-datetimes. Looks 23 years ago
Peter Eisentraut cf1cf89649 Make the printing code somewhat more independent by not relying on 23 years ago
Tom Lane e4704001ea This patch fixes a bunch of spelling mistakes in comments throughout the 23 years ago
Tom Lane 4fff132d1b Revert patch that broke \d commands, until it can be fixed. 23 years ago
Bruce Momjian 1eb9fd49d1 Here's some changes I made last night to psql's common.c (as found in 23 years ago
Tom Lane 9f1f2bfb66 Fix various places where global s/NOTICE/WARNING/ was applied with too 23 years ago
Bruce Momjian b26dfbb0e3 Here is a patch that does just that, while maintaining the 23 years ago
Bruce Momjian 6d8c3d4eb3 Add popen/pclose -> _popen/_pclose() mapping for Win32. 23 years ago
Bruce Momjian b093f8825d Fix include files for new PageOutput call. 23 years ago
Bruce Momjian 641b658c26 Page \h output and centralize psql paging code in PageOutput(). 23 years ago
Tom Lane f4a7c257dc Fix unintentional breakage of COPY TO/FROM stdin. Mea culpa. 23 years ago
Tom Lane 951ec872c7 Fix psql to cope with autocommit off, at least during startup. 23 years ago
Bruce Momjian a0bf2503ea The attached patch fixes a number of issues related to compiling the 23 years ago
Tom Lane f7978c6f1d Avoid overflow for large elapsed times in \timing output. Per 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Peter Eisentraut 7292131c66 Enable locale, so case conversion (identifier processing) and number 23 years ago
Tom Lane 8be9bd83ac psql prints its version number in its startup message, per recent 23 years ago
Bruce Momjian 7015111a19 Move simple_prompt() into its own file to be shared with psql and pg_dump. 24 years ago
Bruce Momjian 92288a1cf9 Change made to elog: 24 years ago
Bruce Momjian 25b0b09fd3 Add \timing patch to psql. Times all queries. 24 years ago
Bruce Momjian ea08e6cd55 New pgindent run with fixes suggested by Tom. Patch manually reviewed, 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tom Lane 4fec55af6c Fix several problems with simple_prompt() --- the nastiest being that 24 years ago
Bruce Momjian 66b77dbcd6 Prompt for password from /dev/tty and fall back to stdin/stderr. 24 years ago
Peter Eisentraut 0acd843c05 Finish German translation, edit (original) messages a bit. 25 years ago
Peter Eisentraut e542036461 Native Language Support (NLS) 25 years ago
Peter Eisentraut 15a6cd0091 If the password prompt goes to stderr, then the trailing newline should 25 years ago
Tom Lane ea7b4f1f04 Ensure previous setting of pset.queryFout is restored after a failed 25 years ago
Tom Lane d08741eab5 Restructure the key include files per recent pghackers discussion: there 25 years ago
Tom Lane 5491233f52 Ensure that 'errno' is saved and restored by all signal handlers that 25 years ago
Peter Eisentraut 207f6ed3f1 Print the error message before attempting to reset the connection after a 25 years ago
Tom Lane 9c5327b99b Pay attention to failure returns from fgets() in all cases. 25 years ago