Commit Graph

170 Commits (414c5a2ea65cbd38d79ffdf9b1fde7cc75c134e0)

Author SHA1 Message Date
Bruce Momjian 51b2b6433b Cleanup up psql \connect and \pset pager setting display, Dennis 23 years ago
Tom Lane b4b62cff93 Apply the proper version of Christopher Kings-Lynne's describe patch 23 years ago
Bruce Momjian 29cdab3d53 Increment libpq major number for 7.3.1 and minor for 7.4. 23 years ago
Bruce Momjian 40c4472e22 TODO marked as done: 23 years ago
Bruce Momjian b7ebebea1e Move psql \? Formatting above Large Object/Copy. 23 years ago
Bruce Momjian c4a7e5dd9f psql \? rearrangement, suggested by Tom. 23 years ago
Bruce Momjian 721dd19212 Reorder psql \? help into groupings, idea from Harald Armin Massa. 23 years ago
Bruce Momjian 0046d80b97 Back out psql help change. Not done yet. 23 years ago
Bruce Momjian 6ca16d7b80 Bump version for 7.3 and 7.4. 23 years ago
Bruce Momjian b26dfbb0e3 Here is a patch that does just that, while maintaining the 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
Peter Eisentraut 4cff161703 Improve formatting of --help output. 23 years ago
Peter Eisentraut 2972fd5d83 Translation updates, some messages tweaked. 23 years ago
Bruce Momjian e50f52a074 pgindent run. 23 years ago
Bruce Momjian 6deb649cd3 Add '+' mention in \? help. More clean of \? to do. 23 years ago
Tom Lane 8be9bd83ac psql prints its version number in its startup message, per recent 23 years ago
Peter Eisentraut 029aa97f2d Make sure all clients have the same understanding of default user name 23 years ago
Bruce Momjian 91dfa1af97 Fix \? and \pset pager handling. \? wasn't honoring pager before. 24 years ago
Bruce Momjian d84fe82230 Update copyright to 2002. 24 years ago
Bruce Momjian 714f7859d8 psql \? cleanups by Ian Barwick 24 years ago
Bruce Momjian a7ade2bb6b Add psql \dD listing of domains, from Jonathan Eisler. 24 years ago
Bruce Momjian 66b6bf67a1 More pgsql \? cleanup for Peter E. 24 years ago
Bruce Momjian 560a2c017c Correct optional args in psql \? as pointed out by Ian Barwick. 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
Bruce Momjian ed5eb09cce Adds \du documentation line for \? in psqls help.c 24 years ago
Bruce Momjian 25b0b09fd3 Add \timing patch to psql. Times all queries. 24 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Peter Eisentraut 05150e2df3 Add French psql translation. (My rendition of French anyway...) 25 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 232724af0d Add \cd command to psql. 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Tom Lane d08741eab5 Restructure the key include files per recent pghackers discussion: there 25 years ago
Bruce Momjian 623bf843d2 Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group. 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 27777b6645 Don't free() the result of getpwuid(). 25 years ago
Bruce Momjian be6e7717db Fix \h SELECT to not show SELECT INTO. 26 years ago
Peter Eisentraut 9d31e3a991 /home/peter/commit-msg 26 years ago
Bruce Momjian 7da0f5d7de More psql help cleanup 26 years ago
Bruce Momjian 0fbde5d928 Add options and cleanup psql \? and -? help displays 26 years ago
Bruce Momjian 5a75ad5573 Update psql \? to show file rather than "fname". 26 years ago
Bruce Momjian 297e7f3ef4 Fix \h to not go past array bounds 26 years ago
Bruce Momjian 52f77df613 Ye-old pgindent run. Same 4-space tabs. 26 years ago
Peter Eisentraut 8de482a847 Added configure test for readline's filename_completion_function 26 years ago
Peter Eisentraut c75adac757 More fixes for psql ^C handling, especially during copy. Still doesn't 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