postgresql/src/bin/psql
Neil Conway d77f73eb2a Improve psql's \df slash command to include the argument names and modes
(OUT or INOUT) of the function. Patch from David Fetter, editorialization
by Neil Conway.
2006-07-17 00:21:23 +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 Code review for psql multiline history patch(es). Fix memory leak, 2006-06-11 23:06:00 +00:00
command.h Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
common.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +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 Clean up psql's control-C handling to avoid longjmp'ing out of random 2006-06-14 16:49:03 +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 Improve psql's \df slash command to include the argument names and modes 2006-07-17 00:21:23 +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 Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +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 Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
large_obj.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
mainloop.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +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 Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
print.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
prompt.c Fix some missing inclusions identified with new pgcheckdefines tool. 2006-07-15 03:35:21 +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 Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
startup.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +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 Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
tab-complete.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
variables.c Clean up psql variable code a little: eliminate unnecessary tests in 2006-06-21 16:05:11 +00:00
variables.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
win32.mak Prepare code to be built by MSVC: 2006-06-07 22:24:46 +00:00