Commit Graph

100 Commits (8c05ca7754bb49526bab106af0049eba55ffa698)

Author SHA1 Message Date
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
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 22 years ago
Bruce Momjian b14295cfe4 Attached is the complete diff against current CVS. 22 years ago
Bruce Momjian ef2ba42717 Attached is a patch that enhances the output of psql's HTML mode. 22 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