postgresql/src/bin/psql
Tom Lane e093dcdd28 Add the ability to create indexes 'concurrently', that is, without
blocking concurrent writes to the table.  Greg Stark, with a little help
from Tom Lane.
2006-08-25 04:06:58 +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 Mark a few functions as static or NOT_USED. 2006-07-18 17:42:01 +00:00
command.h Mark a few functions as static or NOT_USED. 2006-07-18 17:42:01 +00:00
common.c Add the ability to create indexes 'concurrently', that is, without 2006-08-25 04:06:58 +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 Add the ability to create indexes 'concurrently', that is, without 2006-08-25 04:06:58 +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 Make the psql line counter 64-bit so it can handle files > 4gig lines. 2006-08-11 19:20:59 +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 Make the psql line counter 64-bit so it can handle files > 4gig lines. 2006-08-11 19:20:59 +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 Suppress MSVC warnings about weak functions by using 2006-08-09 03:09:56 +00:00