index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
test
/
sql
Commit message (
Expand
)
Author
Age
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...
Michael Meskes
2010-01-15
*
Fix SQL3 type return value.
Michael Meskes
2010-01-13
*
Removed test case using nan as float value because printf's output for nan is
Michael Meskes
2010-01-06
*
Removed more inttypes.h stuff.
Michael Meskes
2010-01-06
*
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support to
Michael Meskes
2010-01-05
*
Fix an ecpg test, too. Are we there yet?
Tom Lane
2009-08-04
*
More variables gcc moans about
Michael Meskes
2009-05-20
*
Removed some unneeded variables and comparisons
Michael Meskes
2009-05-20
*
Set memory segment to '0', just to be sure.
Michael Meskes
2009-02-02
*
Fixed auto allocation for binary data types.
Michael Meskes
2009-02-02
*
Updated parser file to the one generated by the latest version of parse.[awk|...
Michael Meskes
2008-11-13
*
Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPE
Peter Eisentraut
2008-10-21
*
Fixed parsing of parameters. Added regression test for this.
Michael Meskes
2008-10-14
*
Fixed incorrect argument handling in SET command if argument is a variable.
Michael Meskes
2008-08-19
*
- EXECUTE can return NOT FOUND so it should be checked here too.
Michael Meskes
2008-02-14
*
Re-enabled variables in fetch/move command.
Michael Meskes
2008-01-15
*
- Finished major rewrite to use new protocol version
Michael Meskes
2007-08-14
*
- Synced parser and keyword list
Michael Meskes
2007-05-10
*
- Changed some whitespacing in connect statement.
Michael Meskes
2007-03-17
*
Reverted changes made by pgindent
Michael Meskes
2006-10-04
*
Replaced complex tests with small ones.
Michael Meskes
2006-09-08
*
Started to cleanup complex tests.
Michael Meskes
2006-09-05
*
Synced parser.
Michael Meskes
2006-09-03
*
Replaced double-quote-fix with a hopefully better version.
Michael Meskes
2006-08-23
*
Descriptor values were quoted twice.
Michael Meskes
2006-08-22
*
More SoC stuff
Michael Meskes
2006-08-19
*
Applied patch for VPATH builds by Alvaro Herrera <alvherre@commandprompt.com>
Michael Meskes
2006-08-13
*
Fixed some memory bugs that somehow reappeared.
Michael Meskes
2006-08-09
*
Made parser check for valid copy to/from stdin/stdout combinations.
Michael Meskes
2006-08-08
*
Joachim fixed some bugs in numeric handling in pgtypeslib.
Michael Meskes
2006-08-07
*
Regression test updates and fixes
Michael Meskes
2006-08-04
*
Applied test suite update by Joachim Wieland <joe@mcknight.de>.
Michael Meskes
2006-08-03
*
And finally the Makefiles
Michael Meskes
2006-08-02
*
Hopefully that's it. The remaining files for ecpg regression tests.
Michael Meskes
2006-08-02