index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
interfaces
/
ecpg
/
test
/
sql
Age
Commit message (
Expand
)
Author
2017-03-14
Update .gitignore
Robert Haas
2017-03-13
Add test case for two phase commit. Also by Masahiko Sawada.
Michael Meskes
2016-03-09
ecpg: Fix typo
Peter Eisentraut
2015-03-09
Revert "Ignore object files generated by ecpg test suite on Windows"
Michael Meskes
2015-03-09
Ignore object files generated by ecpg test suite on Windows
Michael Meskes
2015-02-10
Fixed array handling in ecpg.
Michael Meskes
2014-05-09
Fix missing dependencies in ecpg's test Makefiles.
Tom Lane
2014-01-13
Always use the same way to addres a descriptor in ecpg's regression tests.
Michael Meskes
2014-01-09
Changed regression test to ecpg test suite for alignment problem just with last
Michael Meskes
2013-11-26
ECPG: Add EXEC SQL CLOSE C to the tests.
Michael Meskes
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-07-29
Sync ECPG with WITH ORDINALITY changes
Greg Stark
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-09-24
Still more .gitignore cleanup.
Tom Lane
2010-09-22
Add gitignore files for ecpg regression tests.
Magnus Hagander
2010-08-19
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-08-17
Applied Zoltan's patch to fix a few memleaks in ecpg's pgtypeslib.
Michael Meskes
2010-07-20
Make ECPG regression tests independent of standard_conforming_strings.
Robert Haas
2010-06-04
Added variable handling for RETURNING clause to ecpg.
Michael Meskes
2010-01-15
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...
Michael Meskes
2010-01-13
Fix SQL3 type return value.
Michael Meskes
2010-01-06
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-05
Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support to
Michael Meskes
2009-08-04
Fix an ecpg test, too. Are we there yet?
Tom Lane
2009-05-20
More variables gcc moans about
Michael Meskes
2009-05-20
Removed some unneeded variables and comparisons
Michael Meskes
2009-02-02
Set memory segment to '0', just to be sure.
Michael Meskes
2009-02-02
Fixed auto allocation for binary data types.
Michael Meskes
2008-11-13
Updated parser file to the one generated by the latest version of parse.[awk|...
Michael Meskes
2008-10-21
Allow SQL:2008 syntax ALTER TABLE ... ALTER COLUMN ... SET DATA TYPE
Peter Eisentraut
2008-10-14
Fixed parsing of parameters. Added regression test for this.
Michael Meskes
2008-08-19
Fixed incorrect argument handling in SET command if argument is a variable.
Michael Meskes
2008-02-14
- EXECUTE can return NOT FOUND so it should be checked here too.
Michael Meskes
2008-01-15
Re-enabled variables in fetch/move command.
Michael Meskes
2007-08-14
- Finished major rewrite to use new protocol version
Michael Meskes
2007-05-10
- Synced parser and keyword list
Michael Meskes
2007-03-17
- Changed some whitespacing in connect statement.
Michael Meskes
2006-10-04
Reverted changes made by pgindent
Michael Meskes
2006-09-08
Replaced complex tests with small ones.
Michael Meskes
2006-09-05
Started to cleanup complex tests.
Michael Meskes
2006-09-03
Synced parser.
Michael Meskes
2006-08-23
Replaced double-quote-fix with a hopefully better version.
Michael Meskes
2006-08-22
Descriptor values were quoted twice.
Michael Meskes
2006-08-19
More SoC stuff
Michael Meskes
2006-08-13
Applied patch for VPATH builds by Alvaro Herrera <alvherre@commandprompt.com>
Michael Meskes
2006-08-09
Fixed some memory bugs that somehow reappeared.
Michael Meskes
2006-08-08
Made parser check for valid copy to/from stdin/stdout combinations.
Michael Meskes
2006-08-07
Joachim fixed some bugs in numeric handling in pgtypeslib.
Michael Meskes
2006-08-04
Regression test updates and fixes
Michael Meskes
[next]