Commit Graph

61 Commits (737f1cd44b674be9148820736b671b279f642c14)

Author SHA1 Message Date
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 4d2e94ef04 Ensure fflush(stdout) happens in all cases, per gripe from Jon Sablatnig. 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Tom Lane 2f9c859ea1 Fix some copyright notices that weren't updated. Improve copyright tool 23 years ago
Bruce Momjian 089003fb46 pgindent run. 23 years ago
Bruce Momjian 7542f10325 Improve psql comment coding. 23 years ago
Bruce Momjian 5ae424529b Fix multiline C comments in psql. 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
Tom Lane f94e5bde60 psql thought that backslash is an escape character inside double quotes. 24 years ago
Bruce Momjian e50f52a074 pgindent run. 24 years ago
Tom Lane 08a46ad4f6 Fix some more boundary-case errors in psql variable substitution: 24 years ago
Bruce Momjian cd7be4d947 Noted with versions 7.0.3, 7.1.3, and 7.2.1: 24 years ago
Peter Eisentraut d235d9b8a3 Reset parenthesis level counter upon \r. 24 years ago
Bruce Momjian fb8e3f15c0 Add code to preserve paren level display after \g, as submitted months ago. 24 years ago
Bruce Momjian 52c780e04b Oops, back out paren fix. That is for 7.3. 24 years ago
Bruce Momjian deab927470 Add mention of Christof Petig for ecpg items. 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 25 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 25 years ago
Peter Eisentraut e542036461 Native Language Support (NLS) 25 years ago
Tom Lane b8c2421ef6 pqsignal call needs to be #ifndef WIN32, per report from Magnus. 25 years ago
Tom Lane a062473696 Fix problems with coredumps due to ^C when longjmp buffer isn't valid. 25 years ago
Bruce Momjian 9e1552607a pgindent run. Make it all clean. 25 years ago
Peter Eisentraut bd6f02e7e6 Do not strip whitespace within quotes. 25 years ago
Tom Lane d08741eab5 Restructure the key include files per recent pghackers discussion: there 25 years ago
Peter Eisentraut 5da7e533f7 Don't strip trailing backslashes from a line. Treat them more reasonably. 26 years ago
Thomas G. Lockhart be703cd9e8 Implement nested block comments in the backend and in psql. 26 years ago
Bruce Momjian 2f131ca588 Fix select '1--2'; for PEter. 26 years ago
Bruce Momjian c9ec78a6b8 Fix quotes in /* */ comments in psql. 26 years ago
Peter Eisentraut 9d31e3a991 /home/peter/commit-msg 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
Peter Eisentraut a9f37f16d2 Fixed bug with repeated \e in psql (failed to clear buffers correctly) 26 years ago
Tom Lane f945f46193 Modify lexing of multi-char operators per pghackers discussion around 26 years ago
Peter Eisentraut a1642089bf Fixed deficiency where an unterminated (no semicolon) command at end of 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
Bruce Momjian 78693c89d7 Clean up include files use in psql. 26 years ago
Peter Eisentraut 9672d38f91 Adjusted psql echoing options (-a and -e) 26 years ago
Peter Eisentraut 2fb0ff0c5b Default argument for createdb 26 years ago
Peter Eisentraut 9ceb5d8a7b Fixed psql double quoting of SQL ids 26 years ago
Peter Eisentraut bdb41ad0e7 Made abstime/reltime use int4 instead of time_t (TODO item) 26 years ago
Peter Eisentraut f565cf41ab another set of cleanups 26 years ago
Peter Eisentraut 759fba4873 Included all yacc and lex files into the distribution. 26 years ago
Tatsuo Ishii bfbd58ce13 Adapt to the changes of libpq(eliminateing using putenv()). 26 years ago
Peter Eisentraut 7c9390caa1 Fixed psql variables vs array syntax, as well as minor psql enhancements 26 years ago