postgresql/src/bin/psql
Tom Lane f9ebf36970 Update psql for some features of new FE/BE protocol. There is a
client-side AUTOCOMMIT mode now: '\set AUTOCOMMIT off' supports
SQL-spec commit behavior.  Get rid of LO_TRANSACTION hack --- the
LO operations just work now, using libpq's ability to track the
transaction status.  Add a VERBOSE variable to control verboseness
of error message display, and add a %T prompt-string code to show
current transaction-block status.  Superuser state display in the
prompt string correctly follows SET SESSION AUTHORIZATION commands.
Control-C works to get out of COPY IN state.
2003-06-28 00:12:40 +00:00
..
po Translation updates 2002-10-14 19:04:28 +00:00
.cvsignore Add cvs. 1999-12-18 00:34:48 +00:00
bcc32.mak Attached is the complete diff against current CVS. 2003-06-12 08:15:29 +00:00
command.c Update psql for some features of new FE/BE protocol. There is a 2003-06-28 00:12:40 +00:00
command.h Update psql for some features of new FE/BE protocol. There is a 2003-06-28 00:12:40 +00:00
common.c Update psql for some features of new FE/BE protocol. There is a 2003-06-28 00:12:40 +00:00
common.h Update psql for some features of new FE/BE protocol. There is a 2003-06-28 00:12:40 +00:00
copy.c Update psql for some features of new FE/BE protocol. There is a 2003-06-28 00:12:40 +00:00
copy.h Update psql for some features of new FE/BE protocol. There is a 2003-06-28 00:12:40 +00:00
create_help.pl Makefile cleanup for bin and pl subtrees. They should now support 2000-06-27 00:32:06 +00:00
describe.c Missing calls to PQclear in large_obj.c and describe.c. 2003-06-27 16:55:23 +00:00
describe.h Apply the proper version of Christopher Kings-Lynne's describe patch 2003-01-07 20:56:07 +00:00
help.c Document the -h client flag can use a socket directory as well as a host 2003-06-11 05:13:12 +00:00
help.h Make the printing code somewhat more independent by not relying on 2003-03-18 22:15:44 +00:00
input.c I'm continuing to work on cleaning up code in psql. As things appear 2003-03-20 06:43:35 +00:00
input.h Here's some changes I made last night to psql's common.c (as found in 2003-03-20 06:00:12 +00:00
large_obj.c Update psql for some features of new FE/BE protocol. There is a 2003-06-28 00:12:40 +00:00
large_obj.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
mainloop.c Improve psql comment coding. 2003-03-21 03:28:29 +00:00
mainloop.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
Makefile Add -DFRONTEND for non-MinGW Win32 ports. 2003-06-06 22:17:42 +00:00
mbprint.c Make the printing code somewhat more independent by not relying on 2003-03-18 22:15:44 +00:00
mbprint.h Make the printing code somewhat more independent by not relying on 2003-03-18 22:15:44 +00:00
nls.mk NLS updates, most notably fixed zh_TW translations 2001-11-29 18:59:28 +00:00
print.c Attached is the complete diff against current CVS. 2003-06-12 08:15:29 +00:00
print.h Attached is a patch that enhances the output of psql's HTML mode. 2003-06-12 07:52:51 +00:00
prompt.c Update psql for some features of new FE/BE protocol. There is a 2003-06-28 00:12:40 +00:00
prompt.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
settings.h Update psql for some features of new FE/BE protocol. There is a 2003-06-28 00:12:40 +00:00
sprompt.c Fix off-by-one error in the maxlen parameter handling. 2003-03-18 22:09:37 +00:00
startup.c Update psql for some features of new FE/BE protocol. There is a 2003-06-28 00:12:40 +00:00
stringutils.c This patch fixes a bunch of spelling mistakes in comments throughout the 2003-03-10 22:28:22 +00:00
stringutils.h Fix psql's \copy to accept table names containing schemas, as well as 2002-10-19 00:22:14 +00:00
tab-complete.c psql: tab completion for \encoding 2003-06-12 01:38:08 +00:00
tab-complete.h Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
variables.c Update psql for some features of new FE/BE protocol. There is a 2003-06-28 00:12:40 +00:00
variables.h Update psql for some features of new FE/BE protocol. There is a 2003-06-28 00:12:40 +00:00
win32.mak Attached is the complete diff against current CVS. 2003-06-12 08:15:29 +00:00