postgresql/src
Bruce Momjian af00c04c42 Fix psql history handling:
> 1) Fix the problems with the \s command.
> When the saveHistory is executed by the \s command we must not do the
> conversion \n -> \x01  (per
> http://archives.postgresql.org/pgsql-hackers/2006-03/msg00317.php )
>
> 2) Fix the handling of Ctrl+C
>
> Now when you do
> wsdb=# select 'your long query here '
> wsdb-#
> and press afterwards the CtrlC the line "select 'your long query here
'"
> will be in the history
>
> (partly per
> http://archives.postgresql.org/pgsql-hackers/2006-03/msg00297.php )
>
> 3) Fix the handling of commands with not closed brackets, quotes,
double
> quotes. (now those commands are not splitted in parts...)
>
> 4) Fix the behaviour when SINGLELINE mode is used. (before it was
almost
> broken ;(

Sergey E. Koposov
2006-03-21 13:38:12 +00:00
..
backend Fix a few places that were checking for the return value of palloc() to be 2006-03-19 22:22:56 +00:00
bin Fix psql history handling: 2006-03-21 13:38:12 +00:00
include Clean up representation of function RTEs for functions returning RECORD. 2006-03-16 00:31:55 +00:00
interfaces Update comment that pgNotify.be_pid is pid of the notifying server process. 2006-03-20 15:07:05 +00:00
makefiles Remove ancient hack to work around a peculiarity of libcurses on HPUX. 2006-02-07 17:36:13 +00:00
pl Fix a few places that were checking for the return value of palloc() to be 2006-03-19 22:22:56 +00:00
port Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
template Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
test Adjust join_1.out to match Windows behavior for new mergejoin regression 2006-03-19 01:19:42 +00:00
timezone Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
tools Fix typo in pgcvslog, used == instead of =. 2006-03-15 03:24:17 +00:00
tutorial Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
utils Add CVS tag lines to files that were lacking them. 2006-03-11 04:38:42 +00:00
DEVELOPERS
Makefile Update Makefile for new thread_test location. 2006-02-04 01:04:20 +00:00
Makefile.global.in When performing a parallel build (make -j N) with ./configure 2006-02-12 07:29:36 +00:00
Makefile.shlib Remove BEOS port. 2006-01-05 03:01:38 +00:00
bcc32.mak Add -N make flag to bcc builds from /src dir. 2005-05-13 18:12:35 +00:00
nls-global.mk Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
win32.mak Fixes for Win32-client only compiles. 2006-03-03 23:11:48 +00:00