summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* Harmonize parameter names in ecpg code.Peter Geoghegan2022-09-226-106/+112
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+51
* Reorder ecpg_config.h.in alphabeticallyPeter Eisentraut2022-07-061-4/+4
* Fix some typos, grammar and style in docs and commentsMichael Paquier2021-02-241-1/+1
* Make the order of the header file includes consistent.Amit Kapila2019-11-251-2/+3
* Fix ecpglib.h to declare bool consistently with c.h.Tom Lane2019-11-122-14/+27
* Move declaration of ecpg_gettext() to a saner place.Tom Lane2019-11-071-6/+0
* Remove HAVE_LONG_LONG_INTPeter Eisentraut2019-11-071-1/+1
* Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane2019-09-203-12/+0
* Fix inconsistencies in the codeMichael Paquier2019-07-081-2/+0
* Initial pgindent run for v12.Tom Lane2019-05-221-3/+3
* Implement PREPARE AS statement for ECPG.Michael Meskes2019-05-221-1/+3
* Add bytea datatype to ECPG.Michael Meskes2019-02-181-2/+3
* Add DECLARE STATEMENT support to ECPG.Michael Meskes2019-02-163-0/+12
* Fix more wrong paths in header commentsAlexander Korotkov2018-07-111-1/+1
* Add PGTYPESchar_free() to avoid cross-module problems on Windows.Thomas Munro2018-06-186-1/+23
* Add some const decorations to prototypesPeter Eisentraut2017-11-104-9/+9
* Phase 2 of pgindent updates.Tom Lane2017-06-2117-31/+31
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-218-12/+12
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-232-9/+0
* De-support floating-point timestamps.Tom Lane2017-02-232-6/+0
* Make sure ecpg header files do not have a comment lasting several lines, one ofMichael Meskes2016-02-012-4/+4
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-261-3/+1
* Add macros wrapping all usage of gcc's __attribute__.Andres Freund2015-03-111-1/+1
* With ecpg exclusion removed, re-run pgindent for 9.4Bruce Momjian2014-05-062-23/+23
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* ecpg: Parallel make fixPeter Eisentraut2013-03-291-1/+1
* Mark variables as const in pgtypeslib if they only carry a format string.Michael Meskes2011-12-182-4/+4
* fix up a couple non-prototypes of the form foo() to be foo(void) -- found usi...Greg Stark2011-03-271-1/+1
* Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander2010-09-221-0/+2
* Remove cvs keywords from all files.Magnus Hagander2010-09-2012-12/+12
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-191-1/+0
* Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes2010-05-251-3/+3
* Added a configure test for "long long" datatypes. So far this is only used in...Michael Meskes2010-05-251-0/+3
* Revert pgindent changes to ecpg include files that are part of ecpgBruce Momjian2010-02-262-23/+25
* pgindent run for 9.0Bruce Momjian2010-02-268-65/+62
* Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...Michael Meskes2010-02-021-0/+1
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...Michael Meskes2010-01-261-1/+4
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add DESCRIBE [OUTPUT]...Michael Meskes2010-01-151-2/+2
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-071-15/+7
* Remove __FUNCTION__ keyword that is not recognized by som compilers.Michael Meskes2010-01-061-2/+10
* And another oneMichael Meskes2010-01-051-2/+0
* And another one of the same problem.Michael Meskes2010-01-051-3/+0
* Ah, should read the file completely. I got so used to git that I almost forgo...Michael Meskes2010-01-051-4/+0
* Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add sqlda support toMichael Meskes2010-01-056-6/+136
* Simplify a few makefile rules since install-sh can now install multiplePeter Eisentraut2009-10-261-2/+2
* Added patch by Bernd Helmle <bernd.helmle@credativ.de> that adds a low levelMichael Meskes2009-09-181-2/+2
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-261-1/+1