summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/include
AgeCommit message (Expand)Author
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-04Use <stdint.h> and <inttypes.h> for c.h integers.Thomas Munro
2024-11-27Require sizeof(bool) == 1.Thomas Munro
2024-10-14Remove traces of BeOS.Peter Eisentraut
2024-04-24Remove obsolete symbol from ecpg_config.h.inPeter Eisentraut
2024-02-09Clean up Windows-specific mutex code in libpq and ecpglib.Tom Lane
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-06Remove distprepPeter Eisentraut
2023-07-11Remove --disable-thread-safety and related code.Thomas Munro
2023-05-19Pre-beta mechanical code beautification.Tom Lane
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-09-22Harmonize parameter names in ecpg code.Peter Geoghegan
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-07-06Reorder ecpg_config.h.in alphabeticallyPeter Eisentraut
2021-02-24Fix some typos, grammar and style in docs and commentsMichael Paquier
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-12Fix ecpglib.h to declare bool consistently with c.h.Tom Lane
2019-11-07Move declaration of ecpg_gettext() to a saner place.Tom Lane
2019-11-07Remove HAVE_LONG_LONG_INTPeter Eisentraut
2019-09-20Revert "Add DECLARE STATEMENT support to ECPG."Tom Lane
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-05-22Initial pgindent run for v12.Tom Lane
2019-05-22Implement PREPARE AS statement for ECPG.Michael Meskes
2019-02-18Add bytea datatype to ECPG.Michael Meskes
2019-02-16Add DECLARE STATEMENT support to ECPG.Michael Meskes
2018-07-11Fix more wrong paths in header commentsAlexander Korotkov
2018-06-18Add PGTYPESchar_free() to avoid cross-module problems on Windows.Thomas Munro
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-02-23Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane
2017-02-23De-support floating-point timestamps.Tom Lane
2016-02-01Make sure ecpg header files do not have a comment lasting several lines, one ofMichael Meskes
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2014-05-07With ecpg exclusion removed, re-run pgindent for 9.4Bruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2013-03-30ecpg: Parallel make fixPeter Eisentraut
2011-12-18Mark variables as const in pgtypeslib if they only carry a format string.Michael Meskes
2011-03-27fix up a couple non-prototypes of the form foo() to be foo(void) -- found usi...Greg Stark
2010-09-22Convert cvsignore to gitignore, and add .gitignore for build targets.Magnus Hagander
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-08-19Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut
2010-05-25Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes
2010-05-25Added a configure test for "long long" datatypes. So far this is only used in...Michael Meskes
2010-02-26Revert pgindent changes to ecpg include files that are part of ecpgBruce Momjian
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-02Fixed NaN/Infinity problems in ECPG for float/double/numeric/decimal by makin...Michael Meskes
2010-01-26Applied patch by Boszormenyi Zoltan <zb@cybertec.at> to add out-of-scope curs...Michael Meskes