Commit Graph

167 Commits (2703007501e883f6f9968c274cf118f6cf362ebd)

Author SHA1 Message Date
Tom Lane 2467394ee1 Tablespaces. Alternate database locations are dead, long live tablespaces. 21 years ago
Tom Lane 0bd61548ab Solve the 'Turkish problem' with undesirable locale behavior for case 21 years ago
Bruce Momjian 4f0d027e7d Add comment about psql \s (history display): 22 years ago
Tom Lane f938c2b91b Revise syntax-error reporting behavior to give pleasant results for 22 years ago
Tom Lane 4b39aa3a7c Re-implement psql's input scanning to use a flex-generated lexer, as per 22 years ago
Tom Lane c77f363384 Ensure that close() and fclose() are checked for errors, at least in 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
Bruce Momjian 55a92063a7 Allow psql to handle tilde user expansion for file names. 22 years ago
Bruce Momjian 8bb60b6423 attached is a patch that adds display of the groups a user belongs to to 22 years ago
Bruce Momjian 35ddc2edee This patch reduces some unsightly #ifdefs, and fixes two typos in 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Bruce Momjian 7fb9893f42 Back out -fstrict-aliasing void* casting. 22 years ago
Bruce Momjian d51368dbbd This patch will stop gcc from issuing warnings about type-punned objects 22 years ago
Peter Eisentraut 275c909a8c Apparently, gettext doesn't like double parentheses around argument. What 22 years ago
Tom Lane 7e06dbe1c2 Make psql correctly track the effects of SET CLIENT_ENCODING commands. 22 years ago
Tom Lane 2f9c859ea1 Fix some copyright notices that weren't updated. Improve copyright tool 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane 02d79e765b Rename psql's VERBOSE variable to VERBOSITY, per suggestion from Bruce. 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
Tom Lane f85f43dfb5 Backend support for autocommit removed, per recent discussions. The 22 years ago
Bruce Momjian 9bad936f67 Handle cp, rm, and exec for Win32. 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 ddd50a0bab This patch fixes a very small memory leak in psql, spotted with 23 years ago
Peter Eisentraut cf1cf89649 Make the printing code somewhat more independent by not relying on 23 years ago
Bruce Momjian 51b2b6433b Cleanup up psql \connect and \pset pager setting display, Dennis 23 years ago
Bruce Momjian adc3b34b9c Here's the patch I promised over on HACKERS - it alters the 23 years ago
Bruce Momjian 6d8b8a5e4d [ Have readline save edit history.] 23 years ago
Peter Eisentraut b7ca9bdf18 Do not shell-quote the name of the editor, so that the editor can be a 23 years ago
Tom Lane b4b62cff93 Apply the proper version of Christopher Kings-Lynne's describe patch 23 years ago
Bruce Momjian 40c4472e22 TODO marked as done: 23 years ago
Bruce Momjian b26dfbb0e3 Here is a patch that does just that, while maintaining the 23 years ago
Bruce Momjian 641b658c26 Page \h output and centralize psql paging code in PageOutput(). 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
Peter Eisentraut 2972fd5d83 Translation updates, some messages tweaked. 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Bruce Momjian a12b4e279b I checked all the previous string handling errors and most of them were 23 years ago
Bruce Momjian dec918479f I guess I'd vote for changing the code to be 23 years ago
Bruce Momjian c028c2a703 Put back old code. 23 years ago
Bruce Momjian 46bb23ac01 Change NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS to 32, per discussion on hackers. 23 years ago
Tom Lane 039cb47988 psql backslash commands are schema-aware. Pattern matching behavior 23 years ago
Tatsuo Ishii eb335a034b I have committed many support files for CREATE CONVERSION. Default 23 years ago
Bruce Momjian 91dfa1af97 Fix \? and \pset pager handling. \? wasn't honoring pager before. 23 years ago
Peter Eisentraut 3d726290c0 Remove traces of NAMEDATALEN and INDEX_MAX_KEYS from psql. Build buffers 24 years ago
Peter Eisentraut d235d9b8a3 Reset parenthesis level counter upon \r. 24 years ago
Bruce Momjian a7ade2bb6b Add psql \dD listing of domains, from Jonathan Eisler. 24 years ago
Bruce Momjian 7d1b8fe716 Back out psql domain improvements until domain is applied. 24 years ago
Bruce Momjian c666d6fd41 Here is a diff of changes to the psql source code implementing a simple 24 years ago