[COMMITTERS] pgsql-server/src/bin/psql command.c

2004-03-27 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/03/27 14:01:40 Modified files: src/bin/psql : command.c Log message: Add comment about psql \s (history display): /* This scrolls off the screen when using /dev/tty

[COMMITTERS] pgsql-server/src/bin/psql command.c common.c c ...

2004-01-24 Thread Neil Conway
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/01/24 23:07:22 Modified files: src/bin/psql : command.c common.c common.h copy.c describe.c input.c mainloop.c prompt.c startup.c stringuti

[COMMITTERS] pgsql-server/src/bin/psql command.c common.c c ...

2004-01-24 Thread Neil Conway
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/01/24 15:38:50 Modified files: src/bin/psql : command.c common.c common.h copy.c describe.c input.c mainloop.c print.c prompt.c startup.c s

[COMMITTERS] pgsql-server/src/bin/psql command.c common.c c ...

2004-01-09 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 04/01/09 17:12:20 Modified files: src/bin/psql : command.c common.c common.h copy.c Log message: Allow psql to handle tilde user expansion for file names. Zach Irmen

[COMMITTERS] pgsql-server/src/bin/psql command.c common.h c ...

2003-12-01 Thread Bruce Momjian
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/12/01 18:14:41 Modified files: src/bin/psql : command.c common.h copy.c stringutils.c tab-complete.c variables.c Log message: This patch reduces some unsig

[COMMITTERS] pgsql-server/src/bin/psql command.c

2003-09-29 Thread Peter Eisentraut - PostgreSQL
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/29 13:39:18 Modified files: src/bin/psql : command.c Log message: Apparently, gettext doesn't like double parentheses around argument. What were they doing here anyway?

[COMMITTERS] pgsql-server/src/bin/psql command.c common.c

2003-09-16 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/09/16 14:59:02 Modified files: src/bin/psql : command.c common.c Log message: Make psql correctly track the effects of SET CLIENT_ENCODING commands. I thought I'd fixed this