postgresql/src/bin/psql
Peter Eisentraut a14424a9d2 Fix off-by-one error in the maxlen parameter handling. 2003-03-18 22:09:37 +00:00
..
po Translation updates 2002-10-14 19:04:28 +00:00
.cvsignore Add cvs. 1999-12-18 00:34:48 +00:00
Makefile Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
bcc32.mak Attached is a patch to provide makefiles, etc. to allow the compilation 2002-12-30 21:07:26 +00:00
command.c Cleanup up psql \connect and \pset pager setting display, Dennis 2003-03-10 15:46:03 +00:00
command.h Reset parenthesis level counter upon \r. 2002-03-27 19:16:13 +00:00
common.c This patch fixes a bunch of spelling mistakes in comments throughout the 2003-03-10 22:28:22 +00:00
common.h Add popen/pclose -> _popen/_pclose() mapping for Win32. 2002-10-29 19:35:33 +00:00
copy.c Fix psql's \copy to accept table names containing schemas, as well as 2002-10-19 00:22:14 +00:00
copy.h Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +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 Avoid using a separate query to fetch the default expressions for 2003-02-24 03:54:06 +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 Cleanup up psql \connect and \pset pager setting display, Dennis 2003-03-10 15:46:03 +00:00
help.h Here is a patch that does just that, while maintaining the 2002-11-08 19:12:21 +00:00
input.c Fix printf() quote handling and improper exit(), per Tom. 2002-09-06 02:33:47 +00:00
input.h Here's the patch I promised over on HACKERS - it alters the 2003-02-19 04:04:04 +00:00
large_obj.c Fix psql to cope with autocommit off, at least during startup. 2002-10-15 02:24:16 +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 psql thought that backslash is an escape character inside double quotes. 2002-10-12 23:09:34 +00:00
mainloop.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
mbprint.c The attached patch fixes a number of issues related to compiling the 2002-10-03 17:09:42 +00:00
mbprint.h Enable locale, so case conversion (identifier processing) and number 2002-08-27 20:16:49 +00:00
nls.mk NLS updates, most notably fixed zh_TW translations 2001-11-29 18:59:28 +00:00
print.c Avoid malloc(0) when printing a table of no columns. On some platforms 2002-11-01 15:12:19 +00:00
print.h Here is a patch that does just that, while maintaining the 2002-11-08 19:12:21 +00:00
prompt.c pgindent run on all C files. Java run to follow. initdb/regression 2001-10-25 05:50:21 +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 Add \timing patch to psql. Times all queries. 2002-03-05 00:01:03 +00:00
sprompt.c Fix off-by-one error in the maxlen parameter handling. 2003-03-18 22:09:37 +00:00
startup.c Use our own version of getopt_long() if the OS doesn't have one. 2003-01-06 18:53:25 +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 Create a GUC variable REGEX_FLAVOR to control the type of regular 2003-02-06 20:25:33 +00:00
tab-complete.h Another pgindent run. Fixes enum indenting, and improves #endif 2001-10-28 06:26:15 +00:00
variables.c Restructure the key include files per recent pghackers discussion: there 2001-02-10 02:31:31 +00:00
variables.h New pgindent run with fixes suggested by Tom. Patch manually reviewed, 2001-11-05 17:46:40 +00:00
win32.mak Heres a patch which will create the sql_help.h file on Win32 if it 2002-11-23 04:06:32 +00:00