summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg/compatlib
AgeCommit message (Expand)Author
2025-08-06Fix typo in comment.Fujii Masao
2025-02-12Remove unnecessary (char *) casts [mem]Peter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-08-07Revert ECPG's use of pnstrdup()Peter Eisentraut
2024-03-25ecpg: Fix return code for overflow in numeric conversionDaniel Gustafsson
2024-02-19ecpg: Fix zero-termination of string generated by intoasc()Michael Paquier
2024-01-04Update copyright for 2024Bruce Momjian
2023-11-06Remove distprepPeter Eisentraut
2023-03-16pkg-config Requires.private entries should be comma-separatedPeter Eisentraut
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-05meson: Add windows resource filesAndres Freund
2022-10-05meson: ecpg: Split definition of static and shared librariesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-08-23Don't define FRONTEND for ecpg librariesAndres Freund
2022-01-08Update copyright for 2022Bruce Momjian
2021-01-28Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.Tom Lane
2021-01-02Update copyright for 2021Bruce Momjian
2020-05-14Initial pgindent and pgperltidy run for v13.Tom Lane
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-04Offer pnstrdup to frontend codeAlvaro Herrera
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-10-30Fix typos in the codeMichael Paquier
2019-10-25Make the order of the header file includes consistent in non-backend modules.Amit Kapila
2019-10-20Clean up MinGW def file generationPeter Eisentraut
2019-08-13Fix inconsistencies and typos in the tree, take 10Michael Paquier
2019-07-16Fix inconsistencies and typos in the treeMichael Paquier
2019-07-08Fix inconsistencies in the codeMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-09-28Build src/common files as a library with -fPIC.Tom Lane
2018-09-26Fix another portability issue from commit 758ce9b77.Tom Lane
2018-09-26Always use our own versions of *printf().Tom Lane
2018-09-26Convert elog.c's useful_strerror() into a globally-used strerror wrapper.Tom Lane
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-01-03Update copyright for 2018Bruce Momjian
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-10-11Add port/strnlen support to libpq and ecpg Makefiles.Tom Lane
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-08-16Automate the maintenance of SO_MINOR_VERSION for our shared libraries.Tom Lane
2016-08-15Stamp shared-library minor version numbers for v10.Tom Lane
2016-06-09pgindent run for 9.6Robert Haas
2016-01-02Update copyright for 2016Bruce Momjian
2015-06-30Stamp shared-library minor version numbers for 9.6.Tom Lane
2015-06-15Check for out of memory when allocating sqlca.Michael Meskes
2015-06-12Fix intoasc() in Informix compat lib. This function used to be a noop.Michael Meskes
2015-05-19Revert error-throwing wrappers for the printf family of functions.Tom Lane
2015-05-18Add error-throwing wrappers for the printf family of functions.Noah Misch