postgresql/src/bin/psql
Tom Lane 4cc7a93d22 Make REINDEX DATABASE do what one would expect, namely reindex all indexes
in the database.  The old behavior (reindex system catalogs only) is now
available as REINDEX SYSTEM.  I did not add the complementary REINDEX USER
case since there did not seem to be consensus for this, but it would be
trivial to add later.  Per recent discussions.
2005-06-22 21:14:31 +00:00
..
po Fix a whitespace problem. From Alvaro Herrera. 2005-04-28 15:51:57 +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 Add comment about \# in bcc makefiles. 2005-06-19 13:14:20 +00:00
command.c Per discussion on -hackers, this patch changes psql's "expanded" output 2005-06-13 06:36:22 +00:00
command.h Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
common.c Make REINDEX DATABASE do what one would expect, namely reindex all indexes 2005-06-22 21:14:31 +00:00
common.h Per discussion on -hackers, this patch changes psql's "expanded" output 2005-06-13 06:36:22 +00:00
copy.c Add COPY WITH CVS HEADER to allow a heading line as the first line in 2005-05-07 02:22:49 +00:00
copy.h Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
create_help.pl Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00
describe.c Now \d show tablespace of indices per discussion. 2005-06-14 23:59:31 +00:00
describe.h Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
help.c Add -L option to psql to log sessions. 2005-06-14 02:57:45 +00:00
help.h Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
input.c Use saveHistory so we get a nice error message on failure. 2005-06-10 15:40:41 +00:00
input.h Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
large_obj.c Add -L option to psql to log sessions. 2005-06-14 02:57:45 +00:00
large_obj.h Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
mainloop.c Use _() macro consistently rather than gettext(). Add translation 2005-02-22 04:43:23 +00:00
mainloop.h Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
Makefile Add -I$(srcdir) to CPPFLAGS to make psqlscan.c compile in vpath builds. 2005-05-24 16:45:23 +00:00
mbprint.c Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
mbprint.h make sure the $Id tags are converted to $PostgreSQL as well ... 2003-11-29 22:41:33 +00:00
nls.mk New translations 2004-12-13 16:30:53 +00:00
print.c Use ' ' escapes for leading spaces in table values, for use in 2005-06-14 22:15:57 +00:00
print.h Add -L option to psql to log sessions. 2005-06-14 02:57:45 +00:00
prompt.c Support only octal for psql PROMPT values, rather than the confusing 2005-05-30 18:28:11 +00:00
prompt.h Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
psqlrc.sample Fix filename mention in psqlrc.sample file. 2004-04-22 14:33:49 +00:00
psqlscan.h Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
psqlscan.l The no-lexer-backup speedup hadn't been there a week before somebody 2005-06-02 17:45:19 +00:00
settings.h Add -L option to psql to log sessions. 2005-06-14 02:57:45 +00:00
startup.c Cause initdb to create a third standard database "postgres", which 2005-06-21 04:02:34 +00:00
stringutils.c Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
stringutils.h Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
tab-complete.c Make REINDEX DATABASE do what one would expect, namely reindex all indexes 2005-06-22 21:14:31 +00:00
tab-complete.h Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
variables.c Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
variables.h Update copyrights that were missed. 2005-01-01 05:43:09 +00:00
win32.mak Cleanup for Win32 compile. 2005-06-19 13:10:56 +00:00