postgresql/src/bin/psql
Alvaro Herrera 328d235571 Separate the key word list that lived in keywords.c into a new header file
kwlist.h, to avoid having to link the backend object file into other programs
like pg_dump.  We can now simply symlink a single source file from the backend
(kwlookup.c, containing the shared routine ScanKeywordLookup) and compile it
locally, which is a lot cleaner.
2009-03-07 00:13:58 +00:00
..
po Translation updates 2008-01-31 18:04:52 +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
command.c Add a -w/--no-password option that prevents all password prompts to all 2009-02-26 16:02:39 +00:00
command.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
common.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
common.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
copy.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
copy.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
create_help.pl Update copyright for 2009. 2009-01-01 17:24:05 +00:00
describe.c Add the possibility to specify an explicit validator function for foreign-data 2009-02-24 10:06:36 +00:00
describe.h Make psql \d and \dt consistent for system tables, i.e prevent \d from 2009-01-20 02:13:42 +00:00
help.c Add the long options to the psql --help display, where they were curiously 2009-02-27 09:58:09 +00:00
help.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
input.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
input.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
large_obj.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
large_obj.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
mainloop.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
mainloop.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
Makefile Separate the key word list that lived in keywords.c into a new header file 2009-03-07 00:13:58 +00:00
mbprint.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
mbprint.h Fix memory stomp that's turning the whole buildfarm pink: you can't hack up 2008-05-09 05:25:04 +00:00
nls.mk New translations 2004-12-13 16:30:53 +00:00
print.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
print.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
prompt.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
prompt.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
psqlrc.sample Fix filename mention in psqlrc.sample file. 2004-04-22 14:33:49 +00:00
psqlscan.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
psqlscan.l Update copyright for 2009. 2009-01-01 17:24:05 +00:00
settings.h Add a -w/--no-password option that prevents all password prompts to all 2009-02-26 16:02:39 +00:00
startup.c Add a -w/--no-password option that prevents all password prompts to all 2009-02-26 16:02:39 +00:00
stringutils.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
stringutils.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
tab-complete.c Add the possibility to specify an explicit validator function for foreign-data 2009-02-24 10:06:36 +00:00
tab-complete.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
variables.c Update copyright for 2009. 2009-01-01 17:24:05 +00:00
variables.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00