You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tom Lane
69a785b8bf
Implement SQL-spec RETURNS TABLE syntax for functions.
(Unlike the original submission, this patch treats TABLE output parameters
as being entirely equivalent to OUT parameters -- tgl)
Pavel Stehule
|
18 years ago |
| .. |
|
po
|
Translation updates
|
18 years ago |
|
.cvsignore
|
Re-implement psql's input scanning to use a flex-generated lexer, as per
|
22 years ago |
|
Makefile
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
command.c
|
Issue psql connection warnings on connection start and via \c, per
|
18 years ago |
|
command.h
|
Issue psql connection warnings on connection start and via \c, per
|
18 years ago |
|
common.c
|
Move the "instr_time" typedef and associated macros into a new header
|
18 years ago |
|
common.h
|
Move the "instr_time" typedef and associated macros into a new header
|
18 years ago |
|
copy.c
|
Prevent psql \copy from accepting multiple string parameters, e.g.
|
18 years ago |
|
copy.h
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
create_help.pl
|
Fix psql \h output for case of no parameters (ie, list all the known commands)
|
18 years ago |
|
describe.c
|
Implement SQL-spec RETURNS TABLE syntax for functions.
|
18 years ago |
|
describe.h
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
help.c
|
Update "help" output to reflect that \timing now takes an optional on/off
|
18 years ago |
|
help.h
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
input.c
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
input.h
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
large_obj.c
|
In psql, rename trans_* variables to translate_*, for clarity.
|
18 years ago |
|
large_obj.h
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
mainloop.c
|
Editorialization for the text emitted by the "help" psql command.
|
18 years ago |
|
mainloop.h
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
mbprint.c
|
Fix memory stomp that's turning the whole buildfarm pink: you can't hack up
|
18 years ago |
|
mbprint.h
|
Fix memory stomp that's turning the whole buildfarm pink: you can't hack up
|
18 years ago |
|
nls.mk
|
New translations
|
21 years ago |
|
print.c
|
In psql, rename trans_* variables to translate_*, for clarity.
|
18 years ago |
|
print.h
|
In psql, rename trans_* variables to translate_*, for clarity.
|
18 years ago |
|
prompt.c
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
prompt.h
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
psqlrc.sample
|
Fix filename mention in psqlrc.sample file.
|
22 years ago |
|
psqlscan.h
|
One-letter backslash commands now need a space before the first argument.
|
18 years ago |
|
psqlscan.l
|
Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3
|
18 years ago |
|
settings.h
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
startup.c
|
Issue psql connection warnings on connection start and via \c, per
|
18 years ago |
|
stringutils.c
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
stringutils.h
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
tab-complete.c
|
Improve psql's tab completion to handle completing attribute names in cases
|
18 years ago |
|
tab-complete.h
|
Update copyrights in source tree to 2008.
|
18 years ago |
|
variables.c
|
Have boolean pset values checked against typical boolean values, rather
|
18 years ago |
|
variables.h
|
Update copyrights in source tree to 2008.
|
18 years ago |