summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
AgeCommit message (Expand)Author
2014-08-19Finish adding file version information to installed Windows binaries.Noah Misch
2014-07-21Translation updatesPeter Eisentraut
2014-07-21Replace "internationalize" with "localize" where appropriatePeter Eisentraut
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-06-20Let installcheck-world pass against a server requiring a password.Noah Misch
2014-06-11Stamp shared-library minor version numbers for 9.5.Tom Lane
2014-05-28Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane
2014-05-28Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane
2014-05-21Fix spurious tab characterPeter Eisentraut
2014-05-09Fix missing dependencies in ecpg's test Makefiles.Tom Lane
2014-05-08Un-break ecpg test suite under --disable-integer-datetimes.Noah Misch
2014-05-07With ecpg exclusion removed, re-run pgindent for 9.4Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-05-06Fix handling of array of char pointers in ecpglib.Michael Meskes
2014-05-05Replace SYSTEMQUOTEs with Windows-specific wrapper functions.Heikki Linnakangas
2014-04-23ecpg: Add additional files to .gitignorePeter Eisentraut
2014-04-14Fix whitespacePeter Eisentraut
2014-04-09Several fixes to array handling in ecpg.Michael Meskes
2014-04-05ecpg/ecpglib must build the src/port files it uses with -DFRONTEND.Tom Lane
2014-03-03Fix whitespacePeter Eisentraut
2014-03-02Various Coverity-spotted fixesStephen Frost
2014-02-19Fix some missing .gitignore and "make clean" items in ecpg.Tom Lane
2014-02-17Prevent potential overruns of fixed-size buffers.Tom Lane
2014-02-17Fix handling of wide datetime input/output.Noah Misch
2014-02-12Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian
2014-02-09Mark some more variables as static or include the appropriate headerPeter Eisentraut
2014-01-30Add checks for interval overflow/underflowBruce Momjian
2014-01-16Split ecpg_execute() in constituent partsAlvaro Herrera
2014-01-16Split ECPGdo() in constituent partsAlvaro Herrera
2014-01-13Always use the same way to addres a descriptor in ecpg's regression tests.Michael Meskes
2014-01-09Changed regression test to ecpg test suite for alignment problem just with lastMichael Meskes
2014-01-09Fix descriptor output in ECPG.Michael Meskes
2014-01-07Update copyright for 2014Bruce Momjian
2014-01-01Do not use an empty hostname.Michael Meskes
2013-12-02Translation updatesPeter Eisentraut
2013-11-27ECPG: Fix searching for quoted cursor names case-sensitively.Michael Meskes
2013-11-26ECPG: Fix offset to NULL/size indicator array.Michael Meskes
2013-11-26ECPG: Simplify free_variable()Michael Meskes
2013-11-26ECPG: Add EXEC SQL CLOSE C to the tests.Michael Meskes
2013-11-26ECPG: Free the malloc()'ed variables in the test so it comes out clean onMichael Meskes
2013-11-26ECPG: Make the preprocessor emit ';' if the variable type for a list ofMichael Meskes
2013-11-25More improvement to comment parsing in ecpg.Michael Meskes
2013-11-25Fix ecpg parsing of sizeof().Michael Meskes
2013-11-24Allow C array definitions to use sizeof().Michael Meskes
2013-11-24Distinguish between C and SQL mode for C-style comments.Michael Meskes
2013-11-20ecpg: Split off mmfatal() from mmerror()Peter Eisentraut
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut
2013-11-09Fix ECPG compiler warning.Robert Haas
2013-11-03Changed test case slightly so it doesn't have an unused typedef.Michael Meskes
2013-10-22Get rid of use of asprintf() in favor of a more portable implementation.Tom Lane