postgresql/src/bin/psql
Tom Lane 04c5b69603 Clean up psql variable code a little: eliminate unnecessary tests in
GetVariable() and be consistent about treatment of the list header.
Motivated by noticing strspn() taking an unreasonable percentage of
runtime --- the call removed from GetVariable() was the only one that
could be in a high-usage path ...
2006-06-21 16:05:11 +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 Code review for psql multiline history patch(es). Fix memory leak, 2006-06-11 23:06:00 +00:00
command.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
common.c Clean up psql's control-C handling to avoid longjmp'ing out of random 2006-06-14 16:49:03 +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 Clean up psql's control-C handling to avoid longjmp'ing out of random 2006-06-14 16:49:03 +00:00
describe.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
help.c Code review for psql multiline history patch(es). Fix memory leak, 2006-06-11 23:06:00 +00:00
help.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
input.c Fix saveHistory() to not emit bogus complaint during psql exit when using 2006-06-18 17:30:48 +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 Clean up psql's control-C handling to avoid longjmp'ing out of random 2006-06-14 16:49:03 +00:00
large_obj.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
mainloop.c Clean up psql's control-C handling to avoid longjmp'ing out of random 2006-06-14 16:49:03 +00:00
mainloop.h Clean up psql's control-C handling to avoid longjmp'ing out of random 2006-06-14 16:49:03 +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 Clean up psql's control-C handling to avoid longjmp'ing out of random 2006-06-14 16:49:03 +00:00
print.h Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
prompt.c Code review for psql multiline history patch(es). Fix memory leak, 2006-06-11 23:06:00 +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 Clean up psql's control-C handling to avoid longjmp'ing out of random 2006-06-14 16:49:03 +00:00
stringutils.c Respond to Jeremy Drake's original gripe that \copy needs to recognize 2006-06-01 01:28:00 +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 Code review for psql multiline history patch(es). Fix memory leak, 2006-06-11 23:06:00 +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