postgresql/src/bin/psql
Tom Lane 2dee828cac Remove plpgsql's separate lexer (finally!), in favor of using the core lexer
directly.  This was a lot of trouble, but should be worth it in terms of
not having to keep the plpgsql lexer in step with core anymore.  In addition
the handling of keywords is significantly better-structured, allowing us to
de-reserve a number of words that plpgsql formerly treated as reserved.
2009-11-12 00:13:00 +00:00
..
po Translations update for 8.5alpha2 2009-10-20 18:23:27 +00:00
.cvsignore sql_help.c needs to be cvsignore'd. 2009-09-19 18:50:18 +00:00
command.c Add "\pset linestyle ascii/unicode" option to psql, allowing our traditional 2009-10-13 21:04:01 +00:00
command.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
common.c Make string more alike other similar messages. 2009-04-11 18:38:54 +00:00
common.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
copy.c Remove a couple hundred lines of ugly and tedious-to-maintain code by not 2009-09-19 21:51:21 +00:00
copy.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
create_help.pl Easier to translate psql help 2009-09-18 05:00:42 +00:00
describe.c In psql \du, separate the role attributes by comma instead of newline, 2009-11-11 21:07:41 +00:00
describe.h Make it possibly to specify GUC params per user and per database. 2009-10-07 22:14:26 +00:00
help.c Add the new psql command \drds to the psql docs, help and tab completion. 2009-10-08 16:34:01 +00:00
help.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
input.c Write psql's ~/.psql_history file using history_truncate_file() and 2009-09-13 22:18:22 +00:00
input.h Write psql's ~/.psql_history file using history_truncate_file() and 2009-09-13 22:18:22 +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 Do not build psql's flex module on its own, but instead include it in 2009-11-10 23:12:13 +00:00
mainloop.h Update copyright for 2009. 2009-01-01 17:24:05 +00:00
Makefile Do not build psql's flex module on its own, but instead include it in 2009-11-10 23:12:13 +00:00
mbprint.c Add "\pset linestyle ascii/unicode" option to psql, allowing our traditional 2009-10-13 21:04:01 +00:00
mbprint.h Add "\pset linestyle ascii/unicode" option to psql, allowing our traditional 2009-10-13 21:04:01 +00:00
nls.mk Easier to translate psql help 2009-09-18 05:00:42 +00:00
print.c Add "\pset linestyle ascii/unicode" option to psql, allowing our traditional 2009-10-13 21:04:01 +00:00
print.h Add "\pset linestyle ascii/unicode" option to psql, allowing our traditional 2009-10-13 21:04:01 +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 Remove plpgsql's separate lexer (finally!), in favor of using the core lexer 2009-11-12 00:13:00 +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 Remove a boatload of useless definitions of 'int optreset'. If we 2009-04-05 04:19:59 +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 "\pset linestyle ascii/unicode" option to psql, allowing our traditional 2009-10-13 21:04:01 +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