postgresql/src/bin/psql
Bruce Momjian eaca1175e9 Escape processing patch:
o  turns off escape_string_warning in pg_dumpall.c
        o  optionally use E'' for \password (undocumented option?)
        o  honor standard_conforming-strings for \copy (but not
           support literal E'' strings)
        o  optionally use E'' for \d commands
        o  turn off escape_string_warning for createdb, createuser,
           droplang
2006-05-31 11:02:42 +00:00
..
po Remove DOS line endings ("\r\n") from several .po files. DOS line endings 2006-01-01 10:13:56 +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 Escape processing patch: 2006-05-31 11:02:42 +00:00
command.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
common.c Support binary COPY through psql. Also improve detection of write errors 2006-05-26 19:51:29 +00:00
common.h Escape processing patch: 2006-05-31 11:02:42 +00:00
copy.c Escape processing patch: 2006-05-31 11:02:42 +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 Escape processing patch: 2006-05-31 11:02:42 +00:00
describe.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
help.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
help.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
input.c Fix psql history handling: 2006-03-21 13:38:12 +00:00
input.h Fix psql history handling: 2006-03-21 13:38:12 +00:00
large_obj.c Fix up pg_dump to do string escaping fully correctly for client encoding 2006-05-28 21:13:54 +00:00
large_obj.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
mainloop.c Fix psql history handling: 2006-03-21 13:38:12 +00:00
mainloop.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
Makefile Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
mbprint.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
mbprint.h Allow psql multi-line column values to align in the proper columns 2006-02-10 00:39:04 +00:00
nls.mk New translations 2004-12-13 16:30:53 +00:00
print.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
print.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
prompt.c Fix a couple of rather-pointless-but-easily-fixed Coverity warnings. 2006-04-19 16:02:17 +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 Code review for standard_conforming_strings patch. Fix it so it does not 2006-05-11 19:15:36 +00:00
settings.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
startup.c Add SSL include needed for psql, after libpq adjustments. 2006-04-27 02:58:08 +00:00
stringutils.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
stringutils.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
tab-complete.c Remove traces of otherwise unused RELKIND_SPECIAL symbol. Leave the psql bits 2006-05-28 02:27:08 +00:00
tab-complete.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
variables.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
variables.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
win32.mak Fixes for Win32-client only compiles. 2006-03-03 23:11:48 +00:00