aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
Commit message (Expand)AuthorAge
* Remove symbol WIN32_ONLY_COMPILERMagnus Hagander2017-04-11
* Clean up Perl code according to perlcriticPeter Eisentraut2017-03-27
* Fix schedule of ecpg test files to only try two-phase commit test when possible.Michael Meskes2017-03-18
* ecpg: Improve some variable namesPeter Eisentraut2017-03-14
* Update .gitignoreRobert Haas2017-03-14
* Add test case for two phase commit. Also by Masahiko Sawada.Michael Meskes2017-03-13
* Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED.Michael Meskes2017-03-13
* Fix a potential double-free in ecpg.Michael Meskes2017-03-10
* Fix inclusions of postgres_fe.h from .h files.Tom Lane2017-03-08
* Remove useless duplicate inclusions of system header files.Tom Lane2017-02-25
* Suppress compiler warnings in ecpg test on newer Windows toolchains.Tom Lane2017-02-24
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-23
* De-support floating-point timestamps.Tom Lane2017-02-23
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix buffer overflow on particularly named files and clarify documentation aboutMichael Meskes2016-12-22
* Use "%option prefix" to set API names in ecpg's lexer.Tom Lane2016-12-11
* psql: Split up "Modifiers" column in \d and \dDPeter Eisentraut2016-11-03
* Fix ecpg -? option on Windows, add -V alias for --version.Heikki Linnakangas2016-09-18
* Automate the maintenance of SO_MINOR_VERSION for our shared libraries.Tom Lane2016-08-16
* Remove separate version numbering for ecpg preprocessor.Tom Lane2016-08-16
* Stamp shared-library minor version numbers for v10.Tom Lane2016-08-15
* Remove bogus dependencies on NUMERIC_MAX_PRECISION.Tom Lane2016-08-14
* Translation updatesPeter Eisentraut2016-08-08
* Fixed array checking code for "unsigned long long" datatypes in libecpg.Michael Meskes2016-08-01
* Establish conventions about global object names used in regression tests.Tom Lane2016-07-17
* Finish pgindent run for 9.6: Perl files.Noah Misch2016-06-12
* pgindent run for 9.6Robert Haas2016-06-09
* Translation updatesPeter Eisentraut2016-05-09
* Rename strtoi() to strtoint().Tom Lane2016-04-23
* Move keywords.c/kwlookup.c into src/common/.Tom Lane2016-03-23
* Typo fix.Tom Lane2016-03-19
* Build backend/parser/scan.l and interfaces/ecpg/preproc/pgc.l standalone.Tom Lane2016-03-19
* Be more careful about out-of-range dates and timestamps.Tom Lane2016-03-16
* Fix typos.Robert Haas2016-03-15
* ecpg: Fix typoPeter Eisentraut2016-03-08
* Respect TEMP_CONFIG when pg_regress_check and friends are calledAndrew Dunstan2016-02-27
* Changed expected result to list IPv6 local interface too.Michael Meskes2016-02-16
* Change ecpg lexer to accept comments with line breaks in CPP lines.Michael Meskes2016-02-16
* Make sure ecpg header files do not have a comment lasting several lines, one ofMichael Meskes2016-02-01
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove unnecessary escaping in C character literalsPeter Eisentraut2015-12-22
* Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double().Tom Lane2015-12-01
* Fix order of arguments in ecpg generated typedef command.Michael Meskes2015-10-16
* Fix whitespacePeter Eisentraut2015-09-21
* Let compiler handle size calculation of bool types.Michael Meskes2015-09-17
* Change type of DOW/DOY to UNITSGreg Stark2015-09-07
* Fix declaration of isarray variable.Michael Meskes2015-08-13
* Stamp shared-library minor version numbers for 9.6.Tom Lane2015-06-30
* Translation updatesPeter Eisentraut2015-06-28