summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/test/sql/Makefile
AgeCommit message (Expand)Author
2024-04-16Fix assorted bugs in ecpg's macro mechanism.Tom Lane
2024-04-04Add basic JSON_TABLE() functionalityAmit Langote
2023-03-29SQL/JSON: add standard JSON constructor functionsAlvaro Herrera
2021-03-24Add DECLARE STATEMENT command to ECPGMichael Meskes
2019-09-20Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane
2019-05-22Implement PREPARE AS statement for ECPG.Michael Meskes
2019-02-18Sync ECPG's CREATE TABLE AS statement with backend's.Michael Meskes
2019-02-18Add bytea datatype to ECPG.Michael Meskes
2019-02-16Add DECLARE STATEMENT support to ECPG.Michael Meskes
2017-03-13Add test case for two phase commit. Also by Masahiko Sawada.Michael Meskes
2014-05-08Fix missing dependencies in ecpg's test Makefiles.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-01-15Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...Michael Meskes
2010-01-05Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support toMichael Meskes
2007-08-14- Finished major rewrite to use new protocol versionMichael Meskes
2007-05-10- Synced parser and keyword listMichael Meskes
2007-03-17- Changed some whitespacing in connect statement.Michael Meskes
2006-09-08Replaced complex tests with small ones.Michael Meskes
2006-09-05Started to cleanup complex tests.Michael Meskes
2006-09-03Synced parser.Michael Meskes
2006-08-13Applied patch for VPATH builds by Alvaro Herrera <alvherre@commandprompt.com>Michael Meskes
2006-08-02And finally the MakefilesMichael Meskes