aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
Commit message (Expand)AuthorAge
* Further reduce warnings with -Wshadow=compatible-localDavid Rowley2022-08-24
* Don't define FRONTEND for ecpg librariesAndres Freund2022-08-22
* regress: allow to specify directory containing expected files, for ecpgAndres Freund2022-08-20
* Remove fallbacks for strtoll, strtoull.Thomas Munro2022-08-06
* Make subquery aliases optional in the FROM clause.Dean Rasheed2022-07-20
* Improve perl style in ecpg's parser-construction scripts.Tom Lane2022-07-18
* ecpg: use our instead of my in parse.pl to fix perlcritic complaintAndres Freund2022-07-18
* ecpg: Output dir, source dir, stamp file argument for preproc/*.plAndres Freund2022-07-18
* Revert "Use wildcards instead of manually-maintained file lists in */nls.mk."Tom Lane2022-07-13
* Use wildcards instead of manually-maintained file lists in */nls.mk.Tom Lane2022-07-13
* NLS: Put list of available languages into LINGUAS filesPeter Eisentraut2022-07-13
* Fix ECPG's handling of type names that match SQL keywords.Tom Lane2022-07-12
* Reorder ecpg_config.h.in alphabeticallyPeter Eisentraut2022-07-06
* Remove redundant null pointer checks before PQclear and PQconninfoFreePeter Eisentraut2022-07-03
* Remove redundant null pointer checks before free()Peter Eisentraut2022-07-03
* Fix previous commit's ecpg_clocale for ppc Darwin.Noah Misch2022-07-02
* ecpglib: call newlocale() once per process.Noah Misch2022-07-02
* Translation updatesPeter Eisentraut2022-06-27
* Avoid ecpglib core dump with out-of-order operations.Tom Lane2022-06-14
* Don't fail on libpq-generated error reports in ecpg_raise_backend().Tom Lane2022-06-06
* Make STRING an unreserved_keyword.Tom Lane2022-05-30
* Translation updatesPeter Eisentraut2022-05-16
* Indent C code in flex and bison filesPeter Eisentraut2022-05-13
* Add a temp-install prerequisite to src/interfaces/ecpg "checktcp".Noah Misch2022-04-16
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* SQL/JSON constructorsAndrew Dunstan2022-03-27
* Refactor DLSUFFIX handlingPeter Eisentraut2022-03-25
* Reject trailing junk after numeric literalsPeter Eisentraut2022-02-16
* Fix race condition in gettext() initialization in libpq and ecpglib.Tom Lane2022-01-21
* ecpg: Catch zero-length Unicode identifiers correctlyPeter Eisentraut2022-01-12
* Update copyright for 2022Bruce Momjian2022-01-07
* Remove dynamic translation of regression test scripts, step 2.Tom Lane2021-12-20
* Improve some comments in scanner filesPeter Eisentraut2021-12-01
* Fix error handling with threads on OOM in ECPG connection logicMichael Paquier2021-09-13
* Fix incorrect merge in ECPG code with DECLAREMichael Paquier2021-08-25
* ecpg: Remove trailing period from error message.Fujii Masao2021-08-25
* Improved ECPG warning as suggested by Michael Paquier and removed test caseMichael Meskes2021-08-17
* Fix connection handling for DEALLOCATE and DESCRIBE statementsMichael Meskes2021-08-13
* interval: round values when spilling to monthsBruce Momjian2021-08-03
* Fix range check in ECPG numeric to int conversionJohn Naylor2021-07-30
* Translation updatesPeter Eisentraut2021-06-21
* Avoid ECPG test failures in some GSS-capable environments.Tom Lane2021-06-10
* Translation updatesPeter Eisentraut2021-05-17
* Message style improvementsPeter Eisentraut2021-05-14
* Initial pgindent and pgperltidy run for v14.Tom Lane2021-05-12
* Translation updatesPeter Eisentraut2021-05-10
* Revert use singular for -1 (commits 9ee7d533da and 5da9868ed9Bruce Momjian2021-05-01
* Fix typos and grammar in comments and docsMichael Paquier2021-04-19
* SQL-standard function bodyPeter Eisentraut2021-04-07
* Use macro MONTHS_PER_YEAR instead of '12' in /ecpg/pgtypeslibBruce Momjian2021-04-02