postgresql/src/bin/psql
Peter Eisentraut 6de89c9ab7 Moved the intricacies of the perl interface build into its own makefile
that now functions as a wrapper around the MakeMaker stuff. It might
even behave sensically when we have separate build dirs. Same for plperl,
which of course still doesn't work very well. Made sure that plperl
respects the choice of --libdir.

Added --with-python to automatically build and install the Python interface.
Works similarly to the Perl5 stuff.

Moved the burden of the distclean targets lower down into the source tree.
Eventually, each make file should have its own.

Added automatic remaking of makefiles and configure. Currently only for the
top-level because of a bug(?) in Autoconf. Use GNU `missing' to work around
missing autoconf and aclocal. Start factoring out macros into their own
config/*.m4 files to increase readability and organization.
2000-06-10 18:02:12 +00:00
..
.cvsignore Add cvs. 1999-12-18 00:34:48 +00:00
command.c Small cleanup of file. 2000-05-12 00:54:53 +00:00
command.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
common.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
common.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
copy.c more psql bug squashing: 2000-04-16 15:46:40 +00:00
copy.h More fixes for psql ^C handling, especially during copy. Still doesn't 2000-03-01 21:10:05 +00:00
create_help.pl Tweak create_help.pl so it will work under either perl 4.* or perl 5.*. 2000-04-16 18:07:22 +00:00
describe.c squished \dS+ bug pointed out by Mike Mascari 2000-04-16 20:04:51 +00:00
describe.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
help.c Fix \h SELECT to not show SELECT INTO. 2000-05-26 15:47:18 +00:00
help.h Clean up include files use in psql. 2000-02-16 13:15:26 +00:00
input.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
input.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
large_obj.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
large_obj.h Clean up include files use in psql. 2000-02-16 13:15:26 +00:00
mainloop.c /home/peter/commit-msg 2000-05-12 16:13:44 +00:00
mainloop.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
Makefile.in Moved the intricacies of the perl interface build into its own makefile 2000-06-10 18:02:12 +00:00
print.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
print.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
prompt.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
prompt.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
settings.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
startup.c That psql option should be --no-readline (as it used to be), not --noreadline. 2000-05-14 18:05:05 +00:00
stringutils.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
stringutils.h Fixed psql double quoting of SQL ids 2000-02-07 23:10:11 +00:00
tab-complete.c Spello SERIALIZED -> SERIALIZABLE in psql tab completion 2000-05-05 08:44:27 +00:00
tab-complete.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
variables.c Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
variables.h Ye-old pgindent run. Same 4-space tabs. 2000-04-12 17:17:23 +00:00
win32.mak Hi! 2000-01-18 19:05:31 +00:00