postgresql/src/bin/psql
Bruce Momjian 2795592e52 Allow a major PG version psql .psqlrc file to be used if a minor
matching version file does not exist.  This avoids needing to rename
.psqlrc files after minor version upgrades.
2011-10-14 20:27:14 -04:00
..
po Translation updates 2011-08-17 14:07:46 +03:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
command.c Clean up weird corner cases in lexing of psql meta-command arguments. 2011-08-26 13:53:11 -04:00
command.h Add \ir command to psql. 2011-07-06 11:45:13 -04:00
common.c Add missing newlines at end of error messages 2011-07-26 23:23:18 +03:00
common.h Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking printf type functions. 2011-04-28 10:56:14 -04:00
copy.c Fix psql's counting of script file line numbers during COPY. 2011-07-05 12:04:40 -04:00
copy.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
create_help.pl Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
describe.c Change format of SQL/MED generic options in psql backslash commands. 2011-08-25 12:47:30 -04:00
describe.h Teach psql to display the comments on conversions and domains. 2011-08-08 12:26:13 -04:00
help.c Change psql's \dd command to do something more useful. 2011-08-11 11:16:29 -04:00
help.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
input.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
input.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
large_obj.c Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking printf type functions. 2011-04-28 10:56:14 -04:00
large_obj.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
mainloop.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
mainloop.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
Makefile Add makefile rules to check for backtracking in backend and psql lexers. 2011-08-25 14:44:17 -04:00
mbprint.c Remove many -Wcast-qual warnings 2011-09-11 21:54:32 +03:00
mbprint.h Remove many -Wcast-qual warnings 2011-09-11 21:54:32 +03:00
nls.mk Add the possibility to pass --flag arguments to xgettext calls 2011-06-27 00:37:21 +03:00
print.c Remove many -Wcast-qual warnings 2011-09-11 21:54:32 +03:00
print.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
prompt.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
prompt.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
psqlrc.sample
psqlscan.h Clean up weird corner cases in lexing of psql meta-command arguments. 2011-08-26 13:53:11 -04:00
psqlscan.l Clean up weird corner cases in lexing of psql meta-command arguments. 2011-08-26 13:53:11 -04:00
settings.h Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
startup.c Allow a major PG version psql .psqlrc file to be used if a minor 2011-10-14 20:27:14 -04:00
stringutils.c Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
stringutils.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
tab-complete.c Add \ir command to psql. 2011-07-06 11:45:13 -04:00
tab-complete.h Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
variables.c Support non-ASCII letters in psql variable names. 2011-08-26 13:53:09 -04:00
variables.h Support non-ASCII letters in psql variable names. 2011-08-26 13:53:09 -04:00