postgresql/src/bin/psql
Tom Lane beca984e5f Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only
return true for exactly the characters treated as whitespace by their flex
scanners.  Per report from Victor Snezhko and subsequent investigation.

Also fix a passel of unsafe usages of <ctype.h> functions, that is, ye olde
char-vs-unsigned-char issue.  I won't miss <ctype.h> when we are finally
able to stop using it.
2006-09-22 21:39:58 +00:00
..
po Fix a few places where $Id$ and $Header$ CVS tags had crept into the 2006-07-16 02:44:01 +00:00
.cvsignore Re-implement psql's input scanning to use a flex-generated lexer, as per 2004-02-19 19:40:09 +00:00
bcc32.mak Fix problems with PGXS builds against an installation tree that was 2005-09-27 17:39:35 +00:00
command.c Invent an assign-hook mechanism for psql variables similar to the one 2006-08-29 15:19:51 +00:00
command.h Mark a few functions as static or NOT_USED. 2006-07-18 17:42:01 +00:00
common.c Dept. of second thoughts: if query fails part way through, shut down 2006-08-29 22:48:55 +00:00
common.h Clean up psql's control-C handling to avoid longjmp'ing out of random 2006-06-14 16:49:03 +00:00
copy.c Extend COPY to support COPY (SELECT ...) TO ... 2006-08-30 23:34:22 +00:00
copy.h Support binary COPY through psql. Also improve detection of write errors 2006-05-26 19:51:29 +00:00
create_help.pl Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
describe.c Invent an assign-hook mechanism for psql variables similar to the one 2006-08-29 15:19:51 +00:00
describe.h Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
help.c Fix some missing inclusions identified with new pgcheckdefines tool. 2006-07-15 03:35:21 +00:00
help.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
input.c Invent an assign-hook mechanism for psql variables similar to the one 2006-08-29 15:19:51 +00:00
input.h Code review for psql multiline history patch(es). Fix memory leak, 2006-06-11 23:06:00 +00:00
large_obj.c Invent an assign-hook mechanism for psql variables similar to the one 2006-08-29 15:19:51 +00:00
large_obj.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
mainloop.c Invent an assign-hook mechanism for psql variables similar to the one 2006-08-29 15:19:51 +00:00
mainloop.h Fix a passel of recently-committed violations of the rule 'thou shalt 2006-07-14 05:28:29 +00:00
Makefile Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
mbprint.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
mbprint.h Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
nls.mk New translations 2004-12-13 16:30:53 +00:00
print.c Create a FETCH_COUNT parameter that causes psql to execute SELECT-like 2006-08-29 22:25:08 +00:00
print.h Create a FETCH_COUNT parameter that causes psql to execute SELECT-like 2006-08-29 22:25:08 +00:00
prompt.c Invent an assign-hook mechanism for psql variables similar to the one 2006-08-29 15:19:51 +00:00
prompt.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
psqlrc.sample Fix filename mention in psqlrc.sample file. 2004-04-22 14:33:49 +00:00
psqlscan.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
psqlscan.l Fix seriously broken patch for psql '' ... per its comment, emit() is 2006-05-31 22:11:44 +00:00
settings.h Create a FETCH_COUNT parameter that causes psql to execute SELECT-like 2006-08-29 22:25:08 +00:00
startup.c Create a FETCH_COUNT parameter that causes psql to execute SELECT-like 2006-08-29 22:25:08 +00:00
stringutils.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
stringutils.h Respond to Jeremy Drake's original gripe that \copy needs to recognize 2006-06-01 01:28:00 +00:00
tab-complete.c Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only 2006-09-22 21:39:58 +00:00
tab-complete.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
variables.c Invent an assign-hook mechanism for psql variables similar to the one 2006-08-29 15:19:51 +00:00
variables.h Invent an assign-hook mechanism for psql variables similar to the one 2006-08-29 15:19:51 +00:00
win32.mak Suppress MSVC warnings about weak functions by using 2006-08-09 03:09:56 +00:00